log

age author description
Fri, 29 Sep 2006 19:48:27 +0000 takis Add forgotten eval.h... libavcodec
Fri, 29 Sep 2006 19:39:19 +0000 takis Move the ratecontrol related code from mpegvideo.h to a separate header file. libavcodec
Fri, 29 Sep 2006 19:36:12 +0000 takis Reformat the output of the list of available AVOptions, by indenting the libavcodec
Fri, 29 Sep 2006 19:34:53 +0000 takis Remove the override of lmin and lmax, so the actual option value provided will libavcodec
Fri, 29 Sep 2006 19:33:04 +0000 takis Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and libavcodec
Thu, 28 Sep 2006 22:03:52 +0000 mru remove extraneous #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Thu, 28 Sep 2006 17:46:25 +0000 takis Remove the "mblmax" OptionDef. The equally named AVOption takes over its libavcodec
Thu, 28 Sep 2006 17:45:51 +0000 takis Remove the "mblmin" OptionDef. The equally named AVOption takes over its libavcodec
Thu, 28 Sep 2006 05:01:02 +0000 kostya Handle case of get_bits(0) libavcodec
Wed, 27 Sep 2006 22:13:44 +0000 mru dc_val should be signed libavcodec
Wed, 27 Sep 2006 22:12:08 +0000 mru return 0 from encode_picture() and estimate_qp() on success libavcodec
Wed, 27 Sep 2006 20:08:36 +0000 takis Break compatibility only when first part of version number changes, in this libavcodec
Wed, 27 Sep 2006 20:01:39 +0000 takis Make AVOption parsign code use ff_eval2() libavcodec
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