log mpegvideo.h @ 1687:cdc3d4106fb6 libavcodec

age author description
Sat, 13 Dec 2003 20:41:33 +0000 michael cleanup libavcodec
Fri, 12 Dec 2003 21:30:47 +0000 michael stuffing to stay above min_bitrate libavcodec
Fri, 12 Dec 2003 19:26:55 +0000 michael CBR improvements libavcodec
Tue, 09 Dec 2003 01:49:56 +0000 michael move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sun, 07 Dec 2003 01:33:45 +0000 michael h263 slice structured mode libavcodec
Thu, 04 Dec 2003 18:46:49 +0000 michael cleanup libavcodec
Thu, 04 Dec 2003 18:34:47 +0000 michael rv20 (h263) b frame decoding support libavcodec
Wed, 03 Dec 2003 16:47:17 +0000 michael cleanup libavcodec
Wed, 03 Dec 2003 01:16:35 +0000 michael split ff_h263_decode_mb() into h263 and mpeg4 versions libavcodec
Mon, 01 Dec 2003 15:23:14 +0000 michael h263 loop filter libavcodec
Sun, 30 Nov 2003 17:30:18 +0000 michael cleanup libavcodec
Sun, 30 Nov 2003 14:35:35 +0000 michael rv20 decoder libavcodec
Sat, 29 Nov 2003 08:37:51 +0000 michael h263 alternative inter vlc support libavcodec
Fri, 28 Nov 2003 23:38:43 +0000 michael 10000l libavcodec
Sun, 02 Nov 2003 23:19:47 +0000 michael noise reduction of dct coefficients libavcodec
Thu, 30 Oct 2003 16:58:49 +0000 michael pts fix and related fixes libavcodec
Mon, 27 Oct 2003 23:22:43 +0000 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
Wed, 22 Oct 2003 15:36:46 +0000 michael 112 bytes smaller MpegEncContext libavcodec
Wed, 22 Oct 2003 12:01:21 +0000 michael move blocks away MpegEncContext (7.4 -> 5.8k) libavcodec
Wed, 22 Oct 2003 11:23:39 +0000 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
Wed, 22 Oct 2003 10:59:39 +0000 michael move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec
Tue, 21 Oct 2003 19:55:31 +0000 michael dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Thu, 16 Oct 2003 00:21:54 +0000 michael picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec
Sun, 12 Oct 2003 14:01:53 +0000 michael intra dc treshold != 0 decoding fixed 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
Tue, 30 Sep 2003 22:18:43 +0000 michaelni rate distortion optimal cbp support (h263/mpeg4 non intra only) libavcodec
Tue, 09 Sep 2003 22:59:16 +0000 bellard removed warnings libavcodec
Mon, 25 Aug 2003 22:54:53 +0000 michaelni oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) libavcodec
Mon, 25 Aug 2003 22:47:32 +0000 michaelni mpeg2 encoding libavcodec
Fri, 22 Aug 2003 22:18:08 +0000 michaelni custom quant matrix encoding support libavcodec
Fri, 22 Aug 2003 14:59:04 +0000 michaelni PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec
Thu, 10 Jul 2003 00:15:27 +0000 michaelni flv cleanup / simplify libavcodec
Wed, 09 Jul 2003 23:10:59 +0000 michaelni flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) libavcodec
Wed, 18 Jun 2003 22:00:23 +0000 michaelni make ff_emulated_edge_mc() independant of MpegEncContext libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Wed, 14 May 2003 23:08:01 +0000 michaelni cleanup libavcodec
Sun, 27 Apr 2003 01:11:26 +0000 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
Thu, 10 Apr 2003 13:18:38 +0000 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec
Fri, 04 Apr 2003 14:42:28 +0000 michaelni H264 decoder & demuxer libavcodec
Wed, 02 Apr 2003 09:57:34 +0000 michaelni msmpeg4 2pass support & some related cleanup libavcodec
Mon, 31 Mar 2003 11:13:14 +0000 michaelni some static -> dynamic alloc & 16->8 bit libavcodec
Sun, 30 Mar 2003 19:26:01 +0000 michaelni mpeg1 slice encoding support libavcodec
Sun, 30 Mar 2003 16:22:08 +0000 michaelni simplify slice encoding (variance of packet size is practically identical) libavcodec
Sat, 22 Mar 2003 12:09:02 +0000 michaelni user setable quantizer bias libavcodec
Thu, 20 Mar 2003 17:52:30 +0000 michaelni better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec
Thu, 20 Mar 2003 01:00:57 +0000 michaelni error resilience cleanup (its faster too...) libavcodec
Mon, 17 Mar 2003 11:02:33 +0000 michaelni qmin/qmax cleanup libavcodec
Sun, 16 Mar 2003 20:22:22 +0000 michaelni field pic decoding cleanup libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Thu, 06 Mar 2003 14:37:37 +0000 michaelni doxy / cosmetics libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Wed, 05 Mar 2003 20:03:15 +0000 michaelni mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodec
Wed, 05 Mar 2003 17:48:19 +0000 michaelni field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodec
Mon, 03 Mar 2003 14:54:00 +0000 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
Fri, 28 Feb 2003 13:07:07 +0000 michaelni h263(+) clenaup & bugfixes libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec