log mpeg12.c @ 1550:fca47124001d libavcodec

age author description
Mon, 20 Oct 2003 23:24:39 +0000 michael mpeg2 aspect ratio encoding fixed libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavcodec
Sun, 05 Oct 2003 15:32:39 +0000 michaelni mpeg1 + trellis quant segfault fix libavcodec
Sat, 27 Sep 2003 00:02:29 +0000 michaelni hurry_up fix? libavcodec
Wed, 24 Sep 2003 00:06:33 +0000 michaelni constraint_parameter_flag fix libavcodec
Sat, 30 Aug 2003 19:40:30 +0000 michaelni fixing unused f_code values libavcodec
Fri, 29 Aug 2003 19:42:23 +0000 michaelni bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate libavcodec
Fri, 29 Aug 2003 15:57:40 +0000 michaelni 10l (closed gop bit) libavcodec
Tue, 26 Aug 2003 07:42:25 +0000 michaelni mpeg2 regression test 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
Fri, 22 Aug 2003 08:29:44 +0000 bellard repeat_pict was never returned libavcodec
Tue, 12 Aug 2003 18:20:29 +0000 romansh * fixing a regression in mpeg encoder (not setting pix_fmt), libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Sat, 26 Jul 2003 01:28:49 +0000 iive initial XvMC support libavcodec
Sat, 26 Jul 2003 00:49:46 +0000 michaelni ati vcr2 uv swap libavcodec
Thu, 24 Jul 2003 23:44:45 +0000 michaelni vcr2 cleanup libavcodec
Thu, 24 Jul 2003 23:32:12 +0000 michaelni ATI VCR2 decoding support libavcodec
Wed, 23 Jul 2003 09:58:02 +0000 michaelni last frame decoding fix libavcodec
Sun, 20 Jul 2003 14:48:05 +0000 michaelni default for slices is display order again libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec
Mon, 07 Jul 2003 11:25:31 +0000 michaelni mpeg 2 seeking fix libavcodec
Sun, 06 Jul 2003 21:24:04 +0000 michaelni CODEC_FLAG_LOW_DELAY fix libavcodec
Fri, 27 Jun 2003 12:58:40 +0000 michaelni 2x100l libavcodec
Mon, 23 Jun 2003 22:32:15 +0000 michaelni DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) libavcodec
Sun, 22 Jun 2003 11:08:22 +0000 michaelni CONFIG_ENCODERS cleanup libavcodec
Sat, 21 Jun 2003 00:50:40 +0000 michaelni fixing concealment MVs prediction libavcodec
Mon, 16 Jun 2003 14:09:18 +0000 bellard fixed segfault if sequence header has not been found before slice decoding libavcodec
Fri, 30 May 2003 00:02:25 +0000 michaelni fix mpeg1/2 decoding if there are no 0 bytes after the bitstream libavcodec
Tue, 27 May 2003 12:31:03 +0000 michaelni motion vector vissualization for mpeg1/2 libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Wed, 14 May 2003 01:08:02 +0000 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
Wed, 14 May 2003 00:32:22 +0000 michaelni bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
Tue, 13 May 2003 23:38:51 +0000 michaelni small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec
Sun, 27 Apr 2003 13:44:01 +0000 michaelni 10l 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
Tue, 22 Apr 2003 13:55:12 +0000 michaelni cleanup mpeg1/2 bitstream parser libavcodec
Fri, 18 Apr 2003 12:45:34 +0000 michaelni mpeg2 qscale flag libavcodec
Fri, 11 Apr 2003 22:53:03 +0000 michaelni some checks to avoid segfaults if the decoder is feeded with junk libavcodec
Fri, 11 Apr 2003 21:15:17 +0000 michaelni 100l (mpeg2 decoding fixed) 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
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
Sat, 22 Mar 2003 12:09:02 +0000 michaelni user setable quantizer bias 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 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
Wed, 26 Feb 2003 17:26:20 +0000 michaelni move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec
Tue, 25 Feb 2003 09:56:56 +0000 bellard added DTG active format information libavcodec
Sun, 16 Feb 2003 23:05:38 +0000 michaelni more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Sat, 08 Feb 2003 12:00:57 +0000 michaelni mpeg1 bframe encoding patch by (Rapha¸«³l LEGRAND) with some modifications by me libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec