log

age author description
Wed, 25 Feb 2004 02:47:53 +0000 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Wed, 25 Feb 2004 02:05:50 +0000 michael set AVFrame.pts based upon framerate if its 0 libavcodec
Mon, 23 Feb 2004 21:18:29 +0000 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 23 Feb 2004 20:56:56 +0000 michael multithreaded mpeg2 decoding libavcodec
Mon, 23 Feb 2004 16:07:30 +0000 michael av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavcodec
Mon, 23 Feb 2004 15:59:21 +0000 michael av_log() libavcodec
Sun, 22 Feb 2004 21:22:47 +0000 michael c99 libavcodec
Sun, 22 Feb 2004 00:31:19 +0000 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavcodec
Thu, 19 Feb 2004 20:29:26 +0000 michael w32threads by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Thu, 19 Feb 2004 00:30:33 +0000 iive use get_format libavcodec
Wed, 18 Feb 2004 22:54:02 +0000 michael simplify libavcodec
Wed, 18 Feb 2004 19:15:19 +0000 michael auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>) libavcodec
Wed, 18 Feb 2004 16:26:16 +0000 michael check if threads_count is too large libavcodec
Wed, 18 Feb 2004 15:17:54 +0000 michael flac_flush() libavcodec
Wed, 18 Feb 2004 14:05:49 +0000 michael simplify libavcodec
Wed, 18 Feb 2004 12:49:30 +0000 alex avoid negative array indices libavcodec
Wed, 18 Feb 2004 04:10:52 +0000 michael crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>) libavcodec
Wed, 18 Feb 2004 02:00:55 +0000 michael remove residual array, it isnt really needed libavcodec
Wed, 18 Feb 2004 01:49:30 +0000 michael flac fixes: libavcodec
Wed, 18 Feb 2004 01:22:05 +0000 michael flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) libavcodec
Tue, 17 Feb 2004 18:57:50 +0000 michael noise reduction with threads bugfix libavcodec
Mon, 16 Feb 2004 03:34:11 +0000 michael more error checks for the sequence header libavcodec
Sat, 14 Feb 2004 18:12:36 +0000 rtognimp rle_code can overflow when multiplied by 4 libavcodec
Sat, 14 Feb 2004 17:11:46 +0000 rtognimp Use av_log libavcodec
Sat, 14 Feb 2004 13:37:58 +0000 michael normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)) 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 18:39:43 +0000 michael simplify MV availability check / dont use below last row MV which is always zero libavcodec
Fri, 13 Feb 2004 17:54:10 +0000 michael multithreaded/SMP motion estimation libavcodec
Thu, 12 Feb 2004 16:21:21 +0000 michael ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodec
Tue, 10 Feb 2004 20:48:09 +0000 romansh * gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec
Mon, 09 Feb 2004 15:23:35 +0000 michael rv10/obmc fixes libavcodec
Sun, 08 Feb 2004 22:52:35 +0000 michael 2 byte shorter userdata for mpeg4 libavcodec
Sun, 08 Feb 2004 02:16:48 +0000 michael M$ ADPCM encoding & some simplifications libavcodec
Sat, 07 Feb 2004 20:50:26 +0000 michael segfault fix libavcodec
Sat, 07 Feb 2004 15:33:00 +0000 michael use clip() from common.h libavcodec
Sat, 07 Feb 2004 08:20:00 +0000 romansh * Initial implementation of the G.726 ADPCM audio codec. libavcodec
Fri, 06 Feb 2004 23:56:37 +0000 michael - made --extra-cflags option work on darwin libavcodec
Fri, 06 Feb 2004 22:34:33 +0000 michael h263 4mv encoding fix libavcodec
Fri, 06 Feb 2004 21:07:17 +0000 michael segfault fix libavcodec
Fri, 06 Feb 2004 17:51:58 +0000 alex get_bit_count -> put_bits_count 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
Thu, 05 Feb 2004 05:22:44 +0000 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavcodec
Thu, 05 Feb 2004 00:35:08 +0000 michael remove incorect motion estimation table libavcodec
Wed, 04 Feb 2004 16:03:10 +0000 michael cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Mns Rullgrd)) libavcodec
Wed, 04 Feb 2004 15:49:55 +0000 michael fixes by Gildas Bazin <gbazin at altern dot org> libavcodec
Tue, 03 Feb 2004 04:27:17 +0000 melanson added support for EA ADPCM and SMJPEG IMA ADPCM 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
Sun, 01 Feb 2004 22:56:54 +0000 mellum tiny warning fix libavcodec
Sat, 31 Jan 2004 22:58:32 +0000 alex changed includes libavcodec
Sat, 31 Jan 2004 22:47:48 +0000 alex not needed anymore libavcodec
Sat, 31 Jan 2004 21:28:49 +0000 michael segfault fix libavcodec
Sat, 31 Jan 2004 20:41:07 +0000 melanson vsad16_mmx2 only applies if encoders are turned on libavcodec
Sat, 31 Jan 2004 20:37:46 +0000 melanson these functions (get_bit_count and align_put_bits) are referenced even libavcodec