log avcodec.h @ 849:a6ed9b34a650 libavcodec

age author description
Mon, 11 Nov 2002 09:24:15 +0000 kabi * added dsp_mask libavcodec
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
Sun, 01 Sep 2002 18:07:56 +0000 michaelni oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodec
Sun, 01 Sep 2002 07:19:38 +0000 michaelni croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodec
Fri, 30 Aug 2002 18:17:20 +0000 michaelni sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodec
Thu, 29 Aug 2002 23:55:32 +0000 michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodec
Mon, 26 Aug 2002 20:45:01 +0000 al3x added aspected_width/height for EXTENDED_PAR libavcodec
Sun, 25 Aug 2002 21:41:57 +0000 michaelni new ratecontrol code libavcodec
Tue, 06 Aug 2002 23:51:15 +0000 michaelni mpeg4 mpeg quantizer encoding libavcodec
Sat, 27 Jul 2002 03:08:04 +0000 philipjsg Add conversions to and from RGBA32 and BGRA32. libavcodec
Thu, 25 Jul 2002 16:25:36 +0000 bellard added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodec
Sat, 20 Jul 2002 20:05:50 +0000 michaelni beos/mov/adpcm patch by Franois Revol <revol at free dot fr> libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Sun, 14 Jul 2002 18:37:35 +0000 michaelni direct rendering method 1 support libavcodec
Tue, 09 Jul 2002 16:08:43 +0000 nickols_k new codec: Sorenson v1 libavcodec
Tue, 18 Jun 2002 00:50:20 +0000 michaelni wmv1 support libavcodec
Tue, 11 Jun 2002 13:42:18 +0000 bellard memory functions are exported libavcodec
Sun, 09 Jun 2002 13:35:56 +0000 michaelni grayscale only decoding libavcodec
Mon, 03 Jun 2002 07:58:35 +0000 nickols_k use qstride instead of fixed constants libavcodec
Mon, 03 Jun 2002 07:01:42 +0000 nickols_k new field for communicating with external postprocessing libavcodec
Sun, 02 Jun 2002 12:25:54 +0000 michaelni single coefficient elimination libavcodec
Tue, 21 May 2002 23:13:57 +0000 michaelni workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) libavcodec
Mon, 20 May 2002 16:22:51 +0000 glantau added avcodec_set_bit_exact() for testing libavcodec
Tue, 14 May 2002 19:56:42 +0000 pulento - repeat_pict meaning changed, now it signals the extra delay for the libavcodec
Tue, 14 May 2002 14:17:11 +0000 kabi * first shot for the new avcodec API libavcodec
Sun, 12 May 2002 16:06:45 +0000 nickols_k build num ++ libavcodec
Sun, 12 May 2002 15:53:25 +0000 nickols_k build info for ABI libavcodec
Sun, 12 May 2002 15:30:10 +0000 nickols_k I was too lazy to be a hero ;) libavcodec
Sun, 12 May 2002 02:55:48 +0000 pulento - repeat_pict added to AVCodecContext to signal if the decoder must repeat libavcodec
Sat, 11 May 2002 23:42:16 +0000 pulento - pict_type exported to AVCodecContext libavcodec
Thu, 09 May 2002 01:22:30 +0000 philipjsg * Start using enumerated types (makes debugging much easier) libavcodec