Mercurial > libavcodec.hg
graph
-
parser.c is compiled unconditionally, there is no need to compile it libavcodecSat, 05 May 2007 09:15:03 +0000, by diego
-
100l to myself. Do not include stuff unneeded by parser libavcodecFri, 04 May 2007 12:31:40 +0000, by kostya
-
Give libamr decoders/encoders a lib prefix in the name. libavcodecThu, 03 May 2007 10:38:03 +0000, by diego
-
1000l to myself - DCA decoder should not be registered in video codecs section libavcodecWed, 02 May 2007 16:43:29 +0000, by kostya
-
cosmetics: Group all external library decoders and encoders together. libavcodecWed, 02 May 2007 09:37:47 +0000, by diego
-
patch so that the deprecated items show up correctly libavcodecWed, 02 May 2007 09:13:47 +0000, by benoit
-
make mpeg decoder handle mid-stream changes in resolution libavcodecWed, 02 May 2007 08:18:28 +0000, by benoit
-
prevent going out of the buffer if the nal size does not fit in the buffer. libavcodecSun, 29 Apr 2007 23:18:39 +0000, by gpoirier
-
check for channels<=0 and print a reasonable error message libavcodecSun, 29 Apr 2007 13:25:32 +0000, by alex
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodecFri, 27 Apr 2007 09:32:31 +0000, by diego
-
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodecThu, 26 Apr 2007 00:32:31 +0000, by diego
-
cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodecWed, 25 Apr 2007 19:13:09 +0000, by diego
-
Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodecWed, 25 Apr 2007 19:12:04 +0000, by diego
-
1000l to myself as used VLC indexes were totally wrong libavcodecTue, 24 Apr 2007 17:31:39 +0000, by kostya
-
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com libavcodecSat, 21 Apr 2007 18:47:30 +0000, by bcoudurier
-
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodecSat, 21 Apr 2007 00:29:01 +0000, by alex
-
add .type foo, %function directives for the benefit of debuggers libavcodecThu, 19 Apr 2007 20:09:43 +0000, by mru
-
Deobfuscade decodeTonalComponents calling logic. libavcodecWed, 18 Apr 2007 19:58:20 +0000, by banan
-
Pullback should be performed on scaled motion vectors in B-frames libavcodecWed, 18 Apr 2007 17:36:52 +0000, by kostya
-
Remove the build instructions from the doxygen comments, they are duplicated libavcodecWed, 18 Apr 2007 09:34:08 +0000, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodecSun, 15 Apr 2007 12:32:36 +0000, by diego
-
correct another possible buffer overflow where interlaced would libavcodecSat, 14 Apr 2007 22:05:12 +0000, by michael
-
fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodecSat, 14 Apr 2007 18:58:26 +0000, by michael
-
Update preprocessor directive comments to take recent changes to this file libavcodecSat, 14 Apr 2007 09:59:57 +0000, by diego
-
timestamps generation improvement when parsing avi libavcodecFri, 13 Apr 2007 07:50:04 +0000, by benoit
-
As usual Real actually took something existing and rebranded it. libavcodecThu, 12 Apr 2007 15:37:23 +0000, by banan
-
Add complete instructions for the brave people wishing to fiddle with the libavcodecThu, 12 Apr 2007 11:12:43 +0000, by diego
-
Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodecThu, 12 Apr 2007 10:59:52 +0000, by diego
-
Update download URL with a link to a working version. libavcodecThu, 12 Apr 2007 10:27:40 +0000, by diego
-
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodecTue, 10 Apr 2007 09:47:37 +0000, by lu_zero
-
Add support for grayscale images with arbitrary maxvals. libavcodecTue, 10 Apr 2007 09:15:54 +0000, by ivo
-
Fix an underflow/overflow that was causing some crackles when playing libavcodecTue, 10 Apr 2007 08:18:04 +0000, by diego
-
Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodecTue, 10 Apr 2007 05:31:22 +0000, by kostya
-
When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodecMon, 09 Apr 2007 14:10:07 +0000, by diego
-
Remove a NAL unit's trailing zero bytes even when dst_length is 1. libavcodecMon, 09 Apr 2007 13:39:35 +0000, by diego
-
scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodecMon, 09 Apr 2007 12:55:07 +0000, by diego
-
Only compile in Theora-specific functions if the Theora decoder has been libavcodecSun, 08 Apr 2007 18:54:53 +0000, by diego
-
cosmetics: Move one code block to save an #ifdef in the next commit. libavcodecSun, 08 Apr 2007 18:52:03 +0000, by diego
-
Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodecSun, 08 Apr 2007 13:42:44 +0000, by diego
-
remove c93_ prefix from static functions in c93.c libavcodecSun, 08 Apr 2007 09:31:54 +0000, by michael
-
use bytestream reader instead of bitstream for THP libavcodecSat, 07 Apr 2007 22:04:33 +0000, by michael
-
table[index][ch] -> table[ch][index] (might be faster ...) libavcodecSat, 07 Apr 2007 21:15:52 +0000, by michael
-
Fix segmentation fault for gray16le to gray conversion. libavcodecSat, 07 Apr 2007 19:24:27 +0000, by ivo
-
Remove superfluous setting of has_b_frames in codecs without B-frames. libavcodecSat, 07 Apr 2007 17:37:30 +0000, by diego
-
THP PCM decoder, used on the Nintendo GameCube. libavcodecSat, 07 Apr 2007 16:03:23 +0000, by diego
-
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodecSat, 07 Apr 2007 15:15:45 +0000, by michael
-
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodecSat, 07 Apr 2007 15:10:22 +0000, by michael