log

age author description
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Wed, 27 Sep 2006 19:46:19 +0000 takis Make ratecontrol use ff_eval2(). libavcodec
Wed, 27 Sep 2006 11:09:35 +0000 takis Fix compilation by postponing deprecation of ff_eval() until the next version libavcodec
Wed, 27 Sep 2006 04:37:57 +0000 kostya free memory before return libavcodec
Wed, 27 Sep 2006 04:31:39 +0000 kostya bump lavc version for WavPack decoder libavcodec
Tue, 26 Sep 2006 22:23:33 +0000 michael fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000) libavcodec
Tue, 26 Sep 2006 22:01:33 +0000 takis Introduce ff_eval2 which is equivalent to ff_eval but does not log anything. libavcodec
Tue, 26 Sep 2006 20:26:22 +0000 mru ARMv5TE optimized IDCT libavcodec
Tue, 26 Sep 2006 20:24:13 +0000 michael fix decoding of bastard1.rm (rv ver=0x10003001 ver0=0x8000000) libavcodec
Tue, 26 Sep 2006 18:31:43 +0000 mru fix MUL16 macro libavcodec
Tue, 26 Sep 2006 14:04:36 +0000 takis Handle possible failure of ff_eval. libavcodec
Tue, 26 Sep 2006 08:49:24 +0000 michael mpeg1 b_strategy=2 segfault fix libavcodec
Tue, 26 Sep 2006 03:41:51 +0000 kostya WavPack lossless audio decoder libavcodec
Mon, 25 Sep 2006 22:57:34 +0000 reimar remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. libavcodec
Mon, 25 Sep 2006 22:54:19 +0000 reimar Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same way. libavcodec
Mon, 25 Sep 2006 22:53:11 +0000 reimar Changes needed due to show_bits_long behaviour changes/fixes libavcodec
Mon, 25 Sep 2006 22:47:55 +0000 reimar Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. libavcodec
Mon, 25 Sep 2006 18:54:18 +0000 aurel rename vector to vect to avoid clash with Apple gcc libavcodec
Mon, 25 Sep 2006 15:23:40 +0000 lu_zero move memory functions from avcodec to avutil libavcodec
Sun, 24 Sep 2006 10:58:06 +0000 ods15 fix to vorbis decoder for book==0 libavcodec
Sun, 24 Sep 2006 10:53:54 +0000 takis Missing extern declaration for av_strtod. libavcodec
Sun, 24 Sep 2006 10:41:25 +0000 michael cosmetic libavcodec
Sun, 24 Sep 2006 10:38:14 +0000 michael segfault fix libavcodec
Sat, 23 Sep 2006 08:50:50 +0000 takis Define NAN -if not already defined- as 0.0/0.0 libavcodec
Fri, 22 Sep 2006 15:57:23 +0000 lu_zero Use mathops libavcodec
Fri, 22 Sep 2006 15:05:27 +0000 takis Remove the "error" OptionDef. The equally named AVOption takes over its libavcodec
Fri, 22 Sep 2006 15:04:56 +0000 takis Remove the "mepc" OptionDef. The equally named AVOption takes over its function. libavcodec
Fri, 22 Sep 2006 13:55:56 +0000 takis Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its libavcodec
Thu, 21 Sep 2006 17:43:09 +0000 lorenm cosmetics (indentation) libavcodec
Thu, 21 Sep 2006 17:42:23 +0000 lorenm tweak ff_imdct_calc_3dn2 libavcodec
Thu, 21 Sep 2006 16:37:39 +0000 lorenm sse implementation of imdct. libavcodec
Thu, 21 Sep 2006 04:46:11 +0000 kostya Finally enable B-frame decoding as all known samples work perfect libavcodec
Thu, 21 Sep 2006 04:44:35 +0000 kostya For B-frames if the second reference frame signals intensity compensation libavcodec
Thu, 21 Sep 2006 04:38:47 +0000 kostya Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed libavcodec
Thu, 21 Sep 2006 04:28:46 +0000 kostya Zero number of current scan after decoding one picture. libavcodec
Thu, 21 Sep 2006 01:08:05 +0000 michael 1000l copy and paste typo libavcodec
Wed, 20 Sep 2006 21:17:37 +0000 michael set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec
Wed, 20 Sep 2006 08:39:56 +0000 takis Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match libavcodec
Wed, 20 Sep 2006 08:36:33 +0000 takis Remove the "qmax" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:58 +0000 takis Remove the "qmin" OptionDef. libavcodec
Wed, 20 Sep 2006 08:34:13 +0000 takis Remove the "bf" OptionDef parameter so the equally named AVOption will take libavcodec
Wed, 20 Sep 2006 08:28:24 +0000 takis Inform the user that a certain AVOption is out of range. libavcodec
Wed, 20 Sep 2006 08:27:18 +0000 takis Correct the constraints of some AVOptions. These had a default value of zero, libavcodec
Tue, 19 Sep 2006 22:22:29 +0000 lu_zero New single instruction math operation header libavcodec
Tue, 19 Sep 2006 09:31:00 +0000 michael use correct rounding functions libavcodec
Mon, 18 Sep 2006 11:35:48 +0000 takis Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. libavcodec
Sun, 17 Sep 2006 10:22:01 +0000 michael K prefix libavcodec
Sun, 17 Sep 2006 08:52:41 +0000 michael support SI and some non SI prefixes libavcodec
Sat, 16 Sep 2006 22:26:09 +0000 diego ADI Blackfin optimizations libavcodec
Sat, 16 Sep 2006 00:51:49 +0000 mru remove junk characters in comment libavcodec
Fri, 15 Sep 2006 23:20:58 +0000 mru clean up #ifdef HAVE_IPP libavcodec
Fri, 15 Sep 2006 21:57:19 +0000 takis Correct the i_qfactor minimum, which was current set higher then the default libavcodec
Fri, 15 Sep 2006 13:53:26 +0000 diego Fix Indel --> Intel typo. libavcodec
Fri, 15 Sep 2006 10:57:20 +0000 takis Rename the AVOption's names to the shorter OptionDef names. libavcodec
Fri, 15 Sep 2006 10:28:23 +0000 bcoudurier remove unused, uninitialized free format frame size libavcodec
Thu, 14 Sep 2006 22:13:23 +0000 aurel disable vp3 mmx idct for theora files to avoid artifacts libavcodec
Thu, 14 Sep 2006 14:02:32 +0000 takis Synchronize the defaults specified in the AVOptions[] array to the defaults libavcodec
Thu, 14 Sep 2006 13:51:54 +0000 takis Make OFFSET() reuse offsetof libavcodec
Thu, 14 Sep 2006 11:23:41 +0000 takis Allow parameter values (AVOptions) to use the 'k', 'M', 'G' libavcodec