log avcodec.h @ 1610:b0fe2a0adf49 libavcodec

age author description
Mon, 10 Nov 2003 03:14:04 +0000 melanson added Apple Graphics (SMC) decoder libavcodec
Fri, 07 Nov 2003 22:39:18 +0000 rtognimp 8BPS decoder libavcodec
Fri, 07 Nov 2003 21:20:24 +0000 rtognimp Add cr codec capability and buffer hints libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sun, 02 Nov 2003 23:19:47 +0000 michael noise reduction of dct coefficients libavcodec
Sun, 02 Nov 2003 22:56:47 +0000 michael 10l ... libavcodec
Sun, 02 Nov 2003 21:53:28 +0000 rtognimp Fix some palette related defines, bump build number libavcodec
Thu, 30 Oct 2003 05:40:58 +0000 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
Wed, 29 Oct 2003 14:08:18 +0000 bellard added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodec
Wed, 22 Oct 2003 18:26:38 +0000 michael floating point AAN DCT libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Mon, 20 Oct 2003 10:33:13 +0000 michael bottom_field_first -> top_field_first libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Sun, 19 Oct 2003 21:05:41 +0000 michael gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
Sat, 18 Oct 2003 03:19:44 +0000 romansh * providing MPEG codecs with a generic fields in AVFrame to use. libavcodec
Wed, 15 Oct 2003 03:20:40 +0000 melanson activate the XA and ADX ADPCM codecs libavcodec
Mon, 13 Oct 2003 11:13:10 +0000 michael dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders libavcodec
Sat, 11 Oct 2003 21:49:10 +0000 alex Sunplus JPEG codec (SP5X) support libavcodec
Sat, 11 Oct 2003 17:44:21 +0000 alex theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) libavcodec
Sat, 11 Oct 2003 08:21:23 +0000 michael recommit of libavcodec
Sat, 11 Oct 2003 08:18:05 +0000 michael recommit of libavcodec
Tue, 07 Oct 2003 11:32:40 +0000 michaelni use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken libavcodec
Sat, 04 Oct 2003 09:53:34 +0000 michaelni Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Fri, 03 Oct 2003 05:43:03 +0000 tmmm implemented Id Quake II CIN support libavcodec
Thu, 02 Oct 2003 05:20:07 +0000 tmmm first pass at a VQA video decoder libavcodec
Thu, 02 Oct 2003 00:24:34 +0000 michaelni optionally try to encode each MB with MV=<0,0> and choose the one with better RD libavcodec
Wed, 01 Oct 2003 15:41:36 +0000 michaelni ac prediction cleanup libavcodec
Wed, 01 Oct 2003 04:39:38 +0000 tmmm New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & libavcodec
Tue, 30 Sep 2003 22:18:43 +0000 michaelni rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodec
Mon, 29 Sep 2003 17:54:07 +0000 romansh * DV handling was streamlined for both muxing/demuxing and libavcodec