March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
February 15, 2010
View 4130f73

Reindent

Reimar Döffinger authored on 2010/02/15 04:00:36
View 3adcfbb

Optimize h261_probe function, since it is far slower than all others. About 5 times faster.

Reimar Döffinger authored on 2010/02/15 03:59:56
December 14, 2009
View 0cd55b0

Add CODEC_ID_DNXHD into the 25 fps case. Merged from ffmbc.

Michael Niedermayer authored on 2009/12/14 07:12:20
December 8, 2009
View b68a767

Raise threshold of h263 probe by 1 to avoid misdetection. Fixes issue 1588.

Michael Niedermayer authored on 2009/12/08 21:34:08
View f76eef9

Add out commented av_log to debug h263_probe.

Michael Niedermayer authored on 2009/12/08 21:33:00
November 9, 2009
View 0f87b77

Use enum instead of integer types where appropriate.

Carl Eugen Hoyos authored on 2009/11/09 08:48:15
October 5, 2009
View 79c0790

Fix pcm_read_seek () when the position it calculates is greater than 2 GB.

Daniel Verkamp authored on 2009/10/05 18:19:42
October 2, 2009
View c3db0bc

Return any error return values from av_get_packet, get_buffer etc. unchanged in the raw demuxers. Also remove special handling of 0-size reads, if they are due to an error/eof, these are already converted to the appropriate error by get_buffer.

Reimar Döffinger authored on 2009/10/02 15:40:50
View 22a7e19

Make rawvideo_read_packet return partial frames. This is consistent with other demuxers and also fixes a memleak (memory allocated for partial frame data was leaked).

Reimar Döffinger authored on 2009/10/02 02:32:22
View 8cb724c

Simplify: remove pointless {} and else

Reimar Döffinger authored on 2009/10/02 02:26:20
View d4c1803

Remove pointless setting of pkt->size, av_get_packet already handles this.

Reimar Döffinger authored on 2009/10/02 02:22:01
View c67031e

av_new_packet failing should return ENOMEM, not EIO.

Reimar Döffinger authored on 2009/10/02 01:10:09
September 29, 2009
View 4b4ac5c

Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. This fixes ffmpeg-generated files with -acodec ac3 being detected as raw ac3 instead of MPEG.

Reimar Döffinger authored on 2009/09/29 19:23:47
September 15, 2009
View 2a3caca

Make h261 and mpegvideo probe a little more robust so they dont fail with slightly different probetest.

Michael Niedermayer authored on 2009/09/15 22:27:13