Mercurial > libavcodec.hg
graph
-
DCA: Occasionally a false XCH sync word can turn up after the core DTS data, libavcodec2010-07-05, by banan
-
DCA: *_bits() -> *_bits_long() where needed, half fix for broken bitstream parsing libavcodec2010-07-05, by banan
-
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros). libavcodec2010-07-03, by rbultje
-
Change all occurences of "inofficial" to "unofficial" in code, comments libavcodec2010-07-03, by cehoyos
-
VP8: Move calculation of outer filter limit out of dsp functions for normal libavcodec2010-07-02, by conrad
-
Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. libavcodec2010-07-02, by diego
-
@begingroup --> @defgroup, only the latter is correct Doxygen syntax. libavcodec2010-07-02, by diego
-
Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. libavcodec2010-07-02, by diego
-
Fix the signature of ff_set_min_dist_lsf() to match the implementation libavcodec2010-07-02, by diego
-
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). libavcodec2010-07-02, by diego
-
Remove non-existing stray arguments from Doxygen function documentation. libavcodec2010-07-02, by diego
-
Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'. libavcodec2010-07-02, by diego
-
Remove redundant and harmful explicit filename after @file Doxygen command. libavcodec2010-07-02, by diego
-
adu and mp3on4 functions are also needed by their respective float decoders libavcodec2010-07-01, by aurel
-
Fix "initialization from incompatible pointer type" warning in rv34. libavcodec2010-06-30, by benoit
-
vorbis: cosmetics, remove trailing comma for values that will never have libavcodec2010-06-29, by conrad
-
Fix some intra pred MMX functions that used MMXEXT instructions libavcodec2010-06-28, by darkshikari
-
aacenc: Start the lookahead pointer 1/4 of the way into the first short window. libavcodec2010-06-28, by alexc
-
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. libavcodec2010-06-28, by alexc
-
Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all libavcodec2010-06-28, by rbultje
-
Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but libavcodec2010-06-28, by rbultje
-
Change type of zz_table to uint8_t to match the scantables it points to. libavcodec2010-06-27, by reimar
-
vorbisdec: Take channels into account when checking against residue overflow libavcodec2010-06-27, by conrad
-
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodec2010-06-25, by darkshikari
-
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. libavcodec2010-06-23, by alexc
-
Add a macro to pack 4 bytes into native byte-order so they can be written libavcodec2010-06-22, by rbultje
-
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> libavcodec2010-06-22, by pross
-
Bump micro version, add changelog entry for DTS-ES extension decoding support libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code libavcodec2010-06-22, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure libavcodec2010-06-22, by mstorsjo
-
mathematics.h no longer needs config.h, so update tablegen code and libavcodec2010-06-21, by reimar
-
psdec: IPD/OPD reset is no longer needed by the context initializer. libavcodec2010-06-20, by alexc
-
Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec2010-06-20, by vitor
-
Factorize the mpegaudio windowing code in a function and call it by a libavcodec2010-06-19, by vitor
-
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 libavcodec2010-06-15, by bcoudurier
-
nellymoserdec: Increase the log level of messages when failing to decode data libavcodec2010-06-14, by mstorsjo
-
Include float.h to provide FLT_MAX define. Should fix compilation on windows. libavcodec2010-06-11, by vitor
-
Move transform declarations out of IVIBandDesc so indeo4 can use them as well. libavcodec2010-06-11, by maxim