log h263dec.c @ 6481:493dc59d469a libavcodec

age author description
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 05 Mar 2008 14:46:51 +0000 aurel Avoid linking with h263 and mpeg4 find_frame_end() libavcodec
Fri, 01 Feb 2008 15:13:38 +0000 michael const libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Fri, 09 Nov 2007 21:37:48 +0000 michael intrax8 decoder patch by "someone" libavcodec
Wed, 13 Jun 2007 08:25:48 +0000 benoit Workaround adjustments for DivX 6.1 and later libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Thu, 10 May 2007 13:11:36 +0000 aurel disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec
Wed, 09 May 2007 23:13:43 +0000 aurel move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec
Tue, 08 May 2007 08:52:38 +0000 diego Move H.263 parser to its own file. libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Thu, 08 Mar 2007 14:49:43 +0000 mbardiaux Corrections so that builds with DEBUG work libavcodec
Mon, 22 Jan 2007 22:27:02 +0000 michael 1/0 fix libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Tue, 07 Nov 2006 09:46:57 +0000 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 04 Oct 2006 02:57:43 +0000 lorenm 10l in r6412 libavcodec
Sun, 01 Oct 2006 21:25:17 +0000 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
Fri, 04 Aug 2006 22:51:20 +0000 melanson printf -> av_log, only occurs in DEBUG cases libavcodec
Sun, 09 Jul 2006 12:02:15 +0000 mru --enable/disable parsers. Warning: some combinations are broken. libavcodec
Thu, 29 Jun 2006 11:17:50 +0000 kostya Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodec
Fri, 10 Mar 2006 20:40:52 +0000 michael cleanup picture / debug output code libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Sun, 19 Feb 2006 10:20:27 +0000 michael RMP4 ("xvid fork") decoding support libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Wed, 21 Dec 2005 15:51:45 +0000 michael also autodetect xvid idct if bitexact is used libavcodec
Sun, 18 Dec 2005 02:23:19 +0000 michael fix custom matrix permutation if xvid idct is autoselected and you have bad luck libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec