log

age author description
Wed, 18 Apr 2007 19:46:42 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:54 +0000 banan Remove unused vars, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 19:44:04 +0000 banan Cosmetics, patch by Ramiro Polla. libavcodec
Wed, 18 Apr 2007 17:36:52 +0000 kostya Pullback should be performed on scaled motion vectors in B-frames libavcodec
Wed, 18 Apr 2007 09:34:08 +0000 diego Remove the build instructions from the doxygen comments, they are duplicated libavcodec
Wed, 18 Apr 2007 09:29:18 +0000 diego Doxygen comment wording/spelling libavcodec
Tue, 17 Apr 2007 20:53:39 +0000 banan Atrac3 decoder. libavcodec
Sun, 15 Apr 2007 12:32:36 +0000 diego Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodec
Sun, 15 Apr 2007 08:53:03 +0000 michael fix mjpeg.mov libavcodec
Sat, 14 Apr 2007 22:58:23 +0000 michael fix playback of angels_480-mjpegcompress.avi libavcodec
Sat, 14 Apr 2007 22:22:34 +0000 michael fix playback of odd_height.mov libavcodec
Sat, 14 Apr 2007 22:05:12 +0000 michael correct another possible buffer overflow where interlaced would libavcodec
Sat, 14 Apr 2007 18:58:26 +0000 michael fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodec
Sat, 14 Apr 2007 18:42:50 +0000 michael remove MpegEncContext, patch by baptiste libavcodec
Sat, 14 Apr 2007 09:59:57 +0000 diego Update preprocessor directive comments to take recent changes to this file libavcodec
Fri, 13 Apr 2007 12:02:54 +0000 diego cosmetics: Fix indentation. libavcodec
Fri, 13 Apr 2007 07:50:04 +0000 benoit timestamps generation improvement when parsing avi libavcodec
Thu, 12 Apr 2007 15:37:23 +0000 banan As usual Real actually took something existing and rebranded it. libavcodec
Thu, 12 Apr 2007 11:12:43 +0000 diego Add complete instructions for the brave people wishing to fiddle with the libavcodec
Thu, 12 Apr 2007 10:59:52 +0000 diego Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodec
Thu, 12 Apr 2007 10:27:40 +0000 diego Update download URL with a link to a working version. libavcodec
Wed, 11 Apr 2007 14:04:47 +0000 benoit add a check before find_frame_end call libavcodec
Wed, 11 Apr 2007 13:10:13 +0000 banan Per reference swf/flv adpcm encoder. libavcodec
Wed, 11 Apr 2007 06:59:09 +0000 diego cosmetics: indentation libavcodec
Tue, 10 Apr 2007 09:47:37 +0000 lu_zero ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodec
Tue, 10 Apr 2007 09:16:35 +0000 ivo cosmetics after last commit libavcodec
Tue, 10 Apr 2007 09:15:54 +0000 ivo Add support for grayscale images with arbitrary maxvals. libavcodec
Tue, 10 Apr 2007 08:18:04 +0000 diego Fix an underflow/overflow that was causing some crackles when playing libavcodec
Tue, 10 Apr 2007 05:31:22 +0000 kostya Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodec
Mon, 09 Apr 2007 22:25:27 +0000 michael superflouos () libavcodec
Mon, 09 Apr 2007 22:21:49 +0000 michael remove code_prefix variable, no speed change libavcodec
Mon, 09 Apr 2007 22:18:09 +0000 michael simplify libavcodec
Mon, 09 Apr 2007 14:10:07 +0000 diego When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodec
Mon, 09 Apr 2007 13:39:35 +0000 diego Remove a NAL unit's trailing zero bytes even when dst_length is 1. libavcodec
Mon, 09 Apr 2007 12:55:07 +0000 diego scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodec
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavcodec
Sun, 08 Apr 2007 18:54:53 +0000 diego Only compile in Theora-specific functions if the Theora decoder has been libavcodec
Sun, 08 Apr 2007 18:52:03 +0000 diego cosmetics: Move one code block to save an #ifdef in the next commit. libavcodec
Sun, 08 Apr 2007 18:50:18 +0000 diego Remove #if 0 code. libavcodec
Sun, 08 Apr 2007 13:42:44 +0000 diego Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodec
Sun, 08 Apr 2007 13:02:25 +0000 diego Remove unused variable. libavcodec
Sun, 08 Apr 2007 12:05:02 +0000 diego cosmetics: indentation fix libavcodec
Sun, 08 Apr 2007 09:44:34 +0000 michael factorize & 0x0F libavcodec
Sun, 08 Apr 2007 09:31:54 +0000 michael remove c93_ prefix from static functions in c93.c libavcodec
Sat, 07 Apr 2007 23:31:30 +0000 michael align vertically libavcodec
Sat, 07 Apr 2007 23:30:47 +0000 michael shorter variable names libavcodec
Sat, 07 Apr 2007 23:27:11 +0000 michael general purpose var should be int libavcodec
Sat, 07 Apr 2007 23:18:34 +0000 michael remove redundant comments libavcodec
Sat, 07 Apr 2007 23:17:06 +0000 michael remove useless debuging av_log() libavcodec
Sat, 07 Apr 2007 23:16:05 +0000 michael indention cleanup libavcodec
Sat, 07 Apr 2007 23:10:22 +0000 michael use shorter names for the block type enum libavcodec
Sat, 07 Apr 2007 23:02:43 +0000 michael cosmetic libavcodec
Sat, 07 Apr 2007 22:04:33 +0000 michael use bytestream reader instead of bitstream for THP libavcodec
Sat, 07 Apr 2007 21:34:18 +0000 diego CRYO APC demuxer libavcodec
Sat, 07 Apr 2007 21:30:19 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:27:58 +0000 michael prev1/2 -> prev[2] libavcodec
Sat, 07 Apr 2007 21:22:50 +0000 michael simplify libavcodec
Sat, 07 Apr 2007 21:19:36 +0000 michael general purpose vars should be int libavcodec
Sat, 07 Apr 2007 21:15:52 +0000 michael table[index][ch] -> table[ch][index] (might be faster ...) libavcodec
Sat, 07 Apr 2007 20:51:58 +0000 diego Bethsoft VID demuxer and video decoder libavcodec