log mpegvideo.c @ 1988:b5753525f9a8 libavcodec

age author description
Thu, 29 Apr 2004 14:21:33 +0000 michael remove duplicated find_frame_end() code libavcodec
Sat, 24 Apr 2004 03:36:37 +0000 michael minor motion estimation cleanup libavcodec
Fri, 23 Apr 2004 21:17:31 +0000 michael sanity check libavcodec
Fri, 23 Apr 2004 19:06:30 +0000 michael reuse motion vectors/mb types/field select values of the source video, if the SSE for a macroblock which is predicted with these values is below me_threshold libavcodec
Mon, 19 Apr 2004 03:33:23 +0000 michael exporting field_select/ref_index values libavcodec
Sun, 18 Apr 2004 18:30:05 +0000 michael fix y scale of mv vissualization of interlaced MVs libavcodec
Sat, 17 Apr 2004 19:41:49 +0000 michael passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like motion vectors can be passed from the decoder to the encoder libavcodec
Sat, 17 Apr 2004 13:36:21 +0000 michael flv dropable p frame support libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
Sat, 03 Apr 2004 01:55:24 +0000 michael nicer looking arrows for the motion vector vissualization libavcodec
Fri, 02 Apr 2004 19:54:33 +0000 michael interlaced chroma MC divx-bug workaround libavcodec
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