log mpegvideo.c @ 1907:7ff22288289e libavcodec

age author description
Fri, 26 Mar 2004 12:30:04 +0000 michael huge vbv buffer size + CBR fix libavcodec
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavcodec
Mon, 22 Mar 2004 12:07:02 +0000 michael Compile fix by (Chip <szarlada at freemail dot hu>) libavcodec
Tue, 16 Mar 2004 17:27:03 +0000 michael moving f/b_code init to where it should be libavcodec
Tue, 16 Mar 2004 16:11:29 +0000 michael init cleanup libavcodec
Sun, 14 Mar 2004 17:55:50 +0000 michael alignment fix libavcodec
Sun, 14 Mar 2004 17:33:48 +0000 michael width,height%16!=0 fix libavcodec
Thu, 11 Mar 2004 13:22:39 +0000 michael 10l libavcodec
Fri, 05 Mar 2004 15:10:56 +0000 michael 10l libavcodec
Tue, 02 Mar 2004 03:18:03 +0000 michael 100l (divx5 b frame + seeking + flush fix) libavcodec
Mon, 01 Mar 2004 14:55:21 +0000 iive initial chroma_format changes,xvmc tweaks and codec_cap libavcodec
Sun, 29 Feb 2004 22:14:46 +0000 michael optimizing/cleanup of mpeg/qpel_motion() libavcodec
Sun, 29 Feb 2004 02:08:28 +0000 michael simplify MPV_motion() libavcodec
Sun, 29 Feb 2004 00:37:36 +0000 michael interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi) libavcodec
Thu, 26 Feb 2004 19:11:21 +0000 michael 10l (vdpart fix) libavcodec
Thu, 26 Feb 2004 02:48:07 +0000 michael 100l (field picture decoding fix) libavcodec
Wed, 25 Feb 2004 18:29:17 +0000 michael export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) libavcodec
Wed, 25 Feb 2004 17:35:52 +0000 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavcodec
Wed, 25 Feb 2004 02:05:50 +0000 michael set AVFrame.pts based upon framerate if its 0 libavcodec
Mon, 23 Feb 2004 20:56:56 +0000 michael multithreaded mpeg2 decoding libavcodec
Wed, 18 Feb 2004 22:54:02 +0000 michael simplify libavcodec
Wed, 18 Feb 2004 16:26:16 +0000 michael check if threads_count is too large libavcodec
Tue, 17 Feb 2004 18:57:50 +0000 michael noise reduction with threads bugfix libavcodec
Sat, 14 Feb 2004 03:49:43 +0000 michael mpeg4 b frame + adaptive quantization assertion failure fix libavcodec
Sat, 14 Feb 2004 03:21:03 +0000 michael multithreaded spatial complexity calculation for i frames libavcodec
Sat, 14 Feb 2004 01:25:41 +0000 michael ff_copy_bits() optimization libavcodec
Fri, 13 Feb 2004 21:07:31 +0000 michael activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodec
Fri, 13 Feb 2004 20:59:48 +0000 michael replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Fri, 06 Feb 2004 23:56:37 +0000 michael - made --extra-cflags option work on darwin libavcodec
Fri, 06 Feb 2004 15:27:31 +0000 alex get_bit_count -> put_bits_count libavcodec
Fri, 06 Feb 2004 03:56:05 +0000 michael analyze the gradient of the error surface to avoid a few checks in the quantizing noise shaper libavcodec
Fri, 06 Feb 2004 02:12:37 +0000 michael quantizer noise shaping optimization libavcodec
Mon, 02 Feb 2004 14:59:43 +0000 michael simplify libavcodec
Mon, 02 Feb 2004 03:52:58 +0000 michael quantizer noise shaping libavcodec
Thu, 29 Jan 2004 15:50:54 +0000 michael b frames + cbr fix libavcodec
Mon, 26 Jan 2004 19:04:32 +0000 michael mpeg4 pts fix libavcodec
Sat, 24 Jan 2004 23:47:33 +0000 michael optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 and http://www.alicestreet.com/ffh263.html libavcodec
Thu, 22 Jan 2004 19:48:28 +0000 michael closed gop support & flags2 as all bits in flags are used libavcodec
Mon, 19 Jan 2004 14:41:34 +0000 michael avcodec_flush_buffers() fix libavcodec
Sun, 18 Jan 2004 21:41:44 +0000 michael removing broken framerate conversation hack in mpeg1/2 libavcodec
Mon, 12 Jan 2004 22:39:19 +0000 michael type fixes, found by Wolfgang Hesseler libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Mon, 05 Jan 2004 22:57:07 +0000 michael interlaced dct decision cleanup libavcodec
Sun, 04 Jan 2004 17:13:14 +0000 michael non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Sun, 04 Jan 2004 14:43:52 +0000 michael warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) libavcodec
Fri, 02 Jan 2004 22:29:08 +0000 michael denoise_dct_mmx() libavcodec
Fri, 02 Jan 2004 19:22:00 +0000 michael more trellis quant optimizations libavcodec
Fri, 02 Jan 2004 03:02:34 +0000 michael cleanup libavcodec
Fri, 02 Jan 2004 02:39:05 +0000 michael optimizing (trellis) quantizer libavcodec
Thu, 01 Jan 2004 16:56:04 +0000 michael dont show uninitalized motion vectors libavcodec
Thu, 01 Jan 2004 15:13:44 +0000 michael rate limit tips and checks libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Tue, 30 Dec 2003 15:29:38 +0000 michael 100000l libavcodec
Tue, 30 Dec 2003 02:12:12 +0000 michael motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 29 Dec 2003 22:25:08 +0000 michael picture number fixes libavcodec
Mon, 22 Dec 2003 19:42:28 +0000 michael lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 22 Dec 2003 19:06:01 +0000 michael 10l (forgot to copy top_field_first flag) libavcodec
Wed, 17 Dec 2003 19:53:05 +0000 michael vbv_delay libavcodec
Sun, 14 Dec 2003 02:57:00 +0000 michael split intra / inter dequantization libavcodec