log avcodec.h @ 846:ade627a74709 libavcodec

age author description
Sun, 10 Nov 2002 11:24:27 +0000 michaelni avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodec
Sun, 10 Nov 2002 10:54:07 +0000 michaelni hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodec
Sat, 09 Nov 2002 10:38:34 +0000 michaelni cleanup libavcodec
Fri, 08 Nov 2002 18:35:39 +0000 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
Sat, 02 Nov 2002 18:47:51 +0000 michaelni support forcing low_delay during decoding libavcodec
Sat, 02 Nov 2002 11:28:08 +0000 michaelni Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
Sat, 02 Nov 2002 10:39:22 +0000 michaelni added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodec
Wed, 30 Oct 2002 20:41:40 +0000 michaelni exporting the internal qscale table, this allso fixes the ordering libavcodec
Mon, 28 Oct 2002 00:48:55 +0000 bellard added wma decoder libavcodec
Sun, 27 Oct 2002 00:02:23 +0000 michaelni handle direct rendering buffer allocation failure libavcodec
Tue, 22 Oct 2002 18:55:20 +0000 michaelni xvid qpel bug workaround libavcodec
Mon, 14 Oct 2002 12:21:54 +0000 michaelni mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Mon, 07 Oct 2002 21:28:33 +0000 arpi_esp DV ntsc support, 411P colorspace added libavcodec
Fri, 04 Oct 2002 07:16:50 +0000 bellard added DV support libavcodec
Tue, 01 Oct 2002 19:29:10 +0000 michaelni rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Sat, 28 Sep 2002 01:49:37 +0000 mellum Minor warning fix. libavcodec
Fri, 27 Sep 2002 10:27:57 +0000 michaelni ff_get_fourcc() & XVIX support libavcodec
Thu, 26 Sep 2002 23:27:22 +0000 michaelni autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodec
Thu, 26 Sep 2002 00:22:25 +0000 michaelni mpeg4 interlaced dct encoding libavcodec
Tue, 24 Sep 2002 10:53:59 +0000 michaelni darkness masking (lumi masking does only bright stuff now) libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Thu, 19 Sep 2002 20:22:39 +0000 michaelni fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec
Thu, 19 Sep 2002 17:44:54 +0000 michaelni documenting most stuff in AVCodecContext libavcodec
Thu, 19 Sep 2002 09:13:43 +0000 michaelni avcodec_alloc_context() libavcodec
Fri, 13 Sep 2002 19:31:32 +0000 al3x aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec
Thu, 12 Sep 2002 10:54:53 +0000 michaelni export pts from stream if available libavcodec
Thu, 12 Sep 2002 00:27:08 +0000 michaelni set pict_type & key_frame on decoding too libavcodec
Fri, 06 Sep 2002 22:30:16 +0000 michaelni support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec