log

age author description
Wed, 05 Mar 2008 14:46:51 +0000 aurel Avoid linking with h263 and mpeg4 find_frame_end() libavcodec
Wed, 05 Mar 2008 06:58:20 +0000 melanson fix the WC3 Xan decoder by correcting the frame accounting logic libavcodec
Wed, 05 Mar 2008 03:59:07 +0000 michael Fix handling flags with the MSB set. libavcodec
Wed, 05 Mar 2008 00:43:11 +0000 aurel remove more useless mpegvideo.h includes libavcodec
Wed, 05 Mar 2008 00:38:14 +0000 aurel move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodec
Wed, 05 Mar 2008 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Wed, 05 Mar 2008 00:06:09 +0000 aurel move relevant declarations to mpeg12data.h libavcodec
Tue, 04 Mar 2008 23:58:12 +0000 aurel move run length table constants to rl.h libavcodec
Tue, 04 Mar 2008 23:10:47 +0000 aurel move ff_emulated_edge_mc() to dsputil libavcodec
Tue, 04 Mar 2008 22:09:54 +0000 michael Remove unused elements from tables. libavcodec
Tue, 04 Mar 2008 21:58:34 +0000 michael Detect and prevent reading over the end of counts_*. We pass the error libavcodec
Tue, 04 Mar 2008 21:39:21 +0000 michael Prevent segfault due to reading over the end of the input buffer. libavcodec
Tue, 04 Mar 2008 18:38:32 +0000 aurel fix wmv3 dependencies libavcodec
Tue, 04 Mar 2008 18:35:12 +0000 aurel Fix compilation on powerpc. libavcodec
Tue, 04 Mar 2008 10:54:51 +0000 aurel remove old draw_edges declaration cruft libavcodec
Tue, 04 Mar 2008 10:26:56 +0000 aurel move ff_init_scantable() into dsputil libavcodec
Tue, 04 Mar 2008 00:07:41 +0000 aurel move draw_edges() into dsputil libavcodec
Mon, 03 Mar 2008 23:14:25 +0000 aurel dsputil.h is a local header libavcodec
Mon, 03 Mar 2008 23:10:13 +0000 aurel include required header libavcodec
Mon, 03 Mar 2008 21:54:18 +0000 mru remove invalid free() forgotten in r12300 libavcodec
Mon, 03 Mar 2008 19:53:27 +0000 michael Provide non null class name to avoid crash with ffmpeg -h. libavcodec
Sat, 01 Mar 2008 16:10:19 +0000 jbr use scale factor instead of sum for downmix level adjustment. avoids division libavcodec
Sat, 01 Mar 2008 15:48:18 +0000 jbr pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodec
Sat, 01 Mar 2008 04:39:39 +0000 jbr Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Fri, 29 Feb 2008 08:01:01 +0000 benoit Make AMR-NB block size const and 8 bits. libavcodec
Fri, 29 Feb 2008 07:59:29 +0000 benoit Define block size for AMR-WB (use IF2 table). libavcodec
Thu, 28 Feb 2008 23:44:52 +0000 michael suppress the second warning libavcodec
Thu, 28 Feb 2008 17:01:35 +0000 reimar Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodec
Thu, 28 Feb 2008 16:11:56 +0000 bcoudurier 1000l parenthesis libavcodec
Thu, 28 Feb 2008 16:08:52 +0000 bcoudurier code is ok for 4bpp in mov too, fix 16grey.mov libavcodec
Wed, 27 Feb 2008 20:34:44 +0000 banan Add more riff IDs to support remuxing. libavcodec
Tue, 26 Feb 2008 23:51:59 +0000 michael better include libavcodec
Tue, 26 Feb 2008 23:49:41 +0000 michael include dependencies ... libavcodec
Tue, 26 Feb 2008 23:17:08 +0000 diego Add multiple inclusion guards. libavcodec
Tue, 26 Feb 2008 22:52:01 +0000 diego Add explanatory comment to '#define FLOAT float'. libavcodec
Tue, 26 Feb 2008 20:37:59 +0000 mru less preprocessor magic in version number macros libavcodec
Tue, 26 Feb 2008 20:17:30 +0000 michael Stuffing bytes to not violate minimum legality rate. libavcodec
Tue, 26 Feb 2008 18:36:58 +0000 michael Remove another temporary variable with which gcc has problems. libavcodec
Tue, 26 Feb 2008 17:56:00 +0000 diego cosmetics: Demplayerify indentation. libavcodec
Tue, 26 Feb 2008 17:13:42 +0000 diego Add comments to some #endif directives. libavcodec
Tue, 26 Feb 2008 17:06:31 +0000 diego cosmetics: spelling/grammar libavcodec
Tue, 26 Feb 2008 15:52:37 +0000 michael Alternative and faster (on gcc x86) plane rotation. libavcodec
Tue, 26 Feb 2008 15:44:49 +0000 michael Get rid of another useless variable. libavcodec
Tue, 26 Feb 2008 15:32:34 +0000 michael Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodec
Tue, 26 Feb 2008 15:19:37 +0000 michael One variable less. No real change to the actual code. libavcodec
Tue, 26 Feb 2008 14:59:11 +0000 michael floating point AAN IDCT libavcodec
Tue, 26 Feb 2008 10:21:33 +0000 lorenm decode mng color decorrelation libavcodec
Tue, 26 Feb 2008 09:35:21 +0000 diego Remove START_TIMER and STOP_TIMER macros. libavcodec
Tue, 26 Feb 2008 07:35:56 +0000 lorenm simplify libavcodec
Mon, 25 Feb 2008 23:14:22 +0000 aurel split encoding part of dsputil_mmx into its own file libavcodec
Mon, 25 Feb 2008 22:44:35 +0000 diego Remove commented-out av_log calls. libavcodec
Mon, 25 Feb 2008 22:43:42 +0000 michael Fix trellis quant + AAN DCT. libavcodec
Mon, 25 Feb 2008 22:32:52 +0000 michael Make diego happy. libavcodec
Mon, 25 Feb 2008 21:43:19 +0000 aurel compile various fdct only when encoders are enabled libavcodec
Mon, 25 Feb 2008 14:59:04 +0000 michael Clarify which BSD license. libavcodec
Mon, 25 Feb 2008 14:42:12 +0000 michael Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodec
Mon, 25 Feb 2008 10:34:23 +0000 lorenm png filters libavcodec
Mon, 25 Feb 2008 09:22:11 +0000 mru Install headers in $prefix/include/$libname libavcodec
Mon, 25 Feb 2008 05:46:53 +0000 lorenm remove a memcpy libavcodec