log mpegvideo.h @ 324:9c6f056f0e41 libavcodec

age author description
Wed, 17 Apr 2002 04:32:12 +0000 michaelni fixed mpeg4 time stuff on encoding libavcodec
Sun, 14 Apr 2002 18:57:51 +0000 pulento - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. libavcodec
Sun, 07 Apr 2002 02:03:32 +0000 michaelni mpeg4 mpeg quantizer support libavcodec
Fri, 05 Apr 2002 04:09:04 +0000 michaelni msmpeg4v2 decoding (no encoding yet) libavcodec
Thu, 28 Mar 2002 22:50:22 +0000 michaelni force frame type for 2-pass encoding libavcodec
Wed, 27 Mar 2002 21:25:22 +0000 michaelni 4MV motion estimation (not finished yet) libavcodec
Sun, 24 Mar 2002 21:25:04 +0000 michaelni resync marker support, needed for some mp4 files libavcodec
Sun, 24 Mar 2002 04:16:51 +0000 michaelni 10l (motion_val was uninitilized) libavcodec
Sat, 23 Mar 2002 17:43:30 +0000 michaelni statistics for 2-pass encoding libavcodec
Fri, 22 Mar 2002 23:22:08 +0000 michaelni mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Sun, 17 Mar 2002 16:31:38 +0000 michaelni hopefully better bitrate controll libavcodec
Fri, 15 Mar 2002 14:57:17 +0000 michaelni optimization libavcodec
Fri, 15 Mar 2002 04:10:53 +0000 michaelni use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) libavcodec
Tue, 12 Mar 2002 22:54:25 +0000 michaelni mpeg4 b-frames :) libavcodec
Sat, 09 Mar 2002 13:01:16 +0000 michaelni divx5-gmc support libavcodec
Thu, 07 Mar 2002 13:27:15 +0000 michaelni gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec
Tue, 05 Mar 2002 13:58:13 +0000 michaelni parsing more of the mpeg4 header & print some "not supported" stuff libavcodec
Mon, 18 Feb 2002 19:33:27 +0000 pulento - H.263+ decoder support for Advanded INTRA Coding (buggy) libavcodec
Mon, 18 Feb 2002 09:29:32 +0000 kabi * using static instead of extern libavcodec
Fri, 15 Feb 2002 20:46:37 +0000 pulento - Minor changes on bitrate control libavcodec
Sun, 10 Feb 2002 06:10:50 +0000 pulento - More work on preliminary bit rate control, just to be able to get an libavcodec
Sun, 10 Feb 2002 01:56:50 +0000 pulento - Now the ME is done for the entire picture when enconding, the libavcodec
Sat, 09 Feb 2002 16:59:56 +0000 pulento - Fixes on RTP and GOB headers for H.263. libavcodec
Sat, 09 Feb 2002 01:23:41 +0000 arpi_esp PATCH by Rik Snel <rsnel@cube.dyndns.org> libavcodec
Sun, 27 Jan 2002 13:30:18 +0000 arpi_esp (commit by michael) libavcodec
Tue, 15 Jan 2002 22:22:41 +0000 arpi_esp (commit by michael) libavcodec
Thu, 10 Jan 2002 00:53:21 +0000 uid46427 AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec
Mon, 19 Nov 2001 02:13:14 +0000 pulento - Preliminary RTP friendly mode for H.263. libavcodec
Mon, 12 Nov 2001 05:19:55 +0000 pulento - Fixed a bug on H.263 MV prediction for MB on GOBs limits. libavcodec
Sat, 10 Nov 2001 14:36:12 +0000 nickols_k fixed gcc-3.0.x compilation (by Michael Niedermayer) libavcodec
Fri, 31 Aug 2001 06:21:27 +0000 pulento Moved some H.263+ variables to MpegEncContext to be thread-safe. libavcodec
Wed, 15 Aug 2001 13:12:23 +0000 glantau changed opendivx to mpeg4 libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Tue, 07 Aug 2001 22:49:11 +0000 glantau fixed scan protos libavcodec
Fri, 03 Aug 2001 18:33:03 +0000 arpi_esp MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec
Mon, 30 Jul 2001 23:26:26 +0000 glantau use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 libavcodec
Tue, 24 Jul 2001 20:43:41 +0000 glantau added skip macroblock optimization (big perf win on black regions for example) libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec