Mercurial > libavcodec.hg
graph
-
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec2007-07-24, by takis
-
use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec2007-07-23, by jbr
-
Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec2007-07-21, by jbr
-
don't need to synchronize in the decoder. the parser does that already. libavcodec2007-07-21, by jbr
-
Return AVERROR(EINVAL) when invalid width and/or height are specified to libavcodec2007-07-20, by takis
-
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open. libavcodec2007-07-20, by takis
-
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly libavcodec2007-07-19, by gpoirier
-
Fix the self tests which are contained in some codecs and are using random(). libavcodec2007-07-19, by takis
-
Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec2007-07-19, by takis
-
update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec2007-07-19, by jbr
-
remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec2007-07-19, by jbr