Mercurial > libavcodec.hg
graph
-
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
-
Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec2007-07-18, by vitor
-
* making profile selection a bit more tolerant to the badly broken streams libavcodec2007-07-17, by romansh
-
cosmetics: adding some white space to align the arguments of a couple of functions libavcodec2007-07-17, by mhoffman
-
fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec2007-07-16, by mhoffman
-
fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec2007-07-16, by mhoffman
-
separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec2007-07-16, by mhoffman
-
separating saturation codes so that we can support other data formats libavcodec2007-07-16, by mhoffman
-
fix visual painting of MVs from h264: they are painted twice too long libavcodec2007-07-15, by gpoirier
-
remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec2007-07-15, by jbr
-
The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec2007-07-14, by aurel
-
Make "channels" variable mean the number of channels, not the number of libavcodec2007-07-13, by vitor
-
license header consistency: Remove redundant "all rights reserved" statement libavcodec2007-07-12, by diego