Mercurial > libavcodec.hg
graph
-
parser.c is compiled unconditionally, there is no need to compile it libavcodec2007-05-05, by diego
-
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. libavcodec2007-05-05, by diego
-
parser.c is compiled unconditionally, there is no need to compile it libavcodec2007-05-05, by diego
-
1000l to myself - DCA decoder should not be registered in video codecs section libavcodec2007-05-02, by kostya
-
cosmetics: Group all external library decoders and encoders together. libavcodec2007-05-02, by diego
-
prevent going out of the buffer if the nal size does not fit in the buffer. libavcodec2007-04-29, by gpoirier
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodec2007-04-27, by diego
-
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodec2007-04-26, by diego
-
cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodec2007-04-25, by diego
-
Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodec2007-04-25, by diego
-
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com libavcodec2007-04-21, by bcoudurier
-
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodec2007-04-21, by alex
-
Remove the build instructions from the doxygen comments, they are duplicated libavcodec2007-04-18, by diego
-
Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodec2007-04-15, by diego
-
fix tiff regression test (bitexact flag was ignoredwhich caused the libavcodec2007-04-14, by michael
-
Update preprocessor directive comments to take recent changes to this file libavcodec2007-04-14, by diego
-
Add complete instructions for the brave people wishing to fiddle with the libavcodec2007-04-12, by diego
-
Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodec2007-04-12, by diego
-
Fix an underflow/overflow that was causing some crackles when playing libavcodec2007-04-10, by diego
-
Set C predictor to zero if unavailable (should fix B-frame border artifacts) libavcodec2007-04-10, by kostya
-
When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodec2007-04-09, by diego
-
scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodec2007-04-09, by diego
-
Only compile in Theora-specific functions if the Theora decoder has been libavcodec2007-04-08, by diego
-
cosmetics: Move one code block to save an #ifdef in the next commit. libavcodec2007-04-08, by diego
-
Fix compilation when Theora decoder is disabled, but VP3 is enabled. libavcodec2007-04-08, by diego