log raw.c @ 6433:7c98c16c97c5 libavformat

age author description
Sun, 29 Aug 2010 21:23:30 +0000 aurel move m4v demuxer to its own file libavformat
Sun, 29 Aug 2010 21:14:55 +0000 aurel move cavsvideo demuxer to its own file libavformat
Sun, 29 Aug 2010 20:36:23 +0000 aurel move mpegvideo demuxer to its own file libavformat
Sun, 29 Aug 2010 19:16:04 +0000 aurel move ingenient demuxer to its own file libavformat
Sun, 29 Aug 2010 19:00:40 +0000 aurel move DTS demuxer to its own file libavformat
Sun, 29 Aug 2010 18:33:39 +0000 aurel simplify code by using the AV_NE() macro libavformat
Sun, 29 Aug 2010 16:35:44 +0000 aurel move id roq muxer to its own file libavformat
Sun, 29 Aug 2010 16:18:20 +0000 aurel move ADTS AAC demuxer to its own file libavformat
Tue, 27 Jul 2010 08:21:23 +0000 mru Remove duplicate initialiser for cavsvideo_muxer.extensions libavformat
Tue, 27 Jul 2010 07:18:36 +0000 stefang add Chinese AVS encoding via external library libxavs libavformat
Sat, 24 Jul 2010 22:50:12 +0000 aurel add SubRip muxer and demuxer libavformat
Fri, 18 Jun 2010 23:17:20 +0000 michael Improve h263_probe() libavformat
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Fri, 11 Jun 2010 13:28:42 +0000 cehoyos Fix raw vc1 decoding - this is supposed to break FATE. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 14 Feb 2010 19:00:36 +0000 reimar Reindent libavformat
Sun, 14 Feb 2010 18:59:56 +0000 reimar Optimize h261_probe function, since it is far slower than all others. libavformat
Sun, 13 Dec 2009 22:12:20 +0000 michael Add CODEC_ID_DNXHD into the 25 fps case. libavformat
Tue, 08 Dec 2009 12:34:08 +0000 michael Raise threshold of h263 probe by 1 to avoid misdetection. libavformat
Tue, 08 Dec 2009 12:33:00 +0000 michael Add out commented av_log to debug h263_probe. libavformat
Sun, 08 Nov 2009 23:48:15 +0000 cehoyos Use enum instead of integer types where appropriate. libavformat
Mon, 05 Oct 2009 09:19:42 +0000 diego Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformat
Fri, 02 Oct 2009 06:40:50 +0000 reimar Return any error return values from av_get_packet, get_buffer etc. unchanged libavformat
Thu, 01 Oct 2009 17:32:22 +0000 reimar Make rawvideo_read_packet return partial frames. libavformat
Thu, 01 Oct 2009 17:26:20 +0000 reimar Simplify: remove pointless {} and else libavformat
Thu, 01 Oct 2009 17:22:01 +0000 reimar Remove pointless setting of pkt->size, av_get_packet already handles this. libavformat
Thu, 01 Oct 2009 16:10:09 +0000 reimar av_new_packet failing should return ENOMEM, not EIO. libavformat
Tue, 29 Sep 2009 10:23:47 +0000 reimar Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformat
Tue, 15 Sep 2009 13:27:13 +0000 michael Make h261 and mpegvideo probe a little more robust so they dont fail with libavformat
Mon, 14 Sep 2009 21:50:23 +0000 reimar Make dnxhd probe more strict, fail if we detect values in header that would libavformat