Mercurial > libavcodec.hg
graph
-
prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodec2007-08-05, by lorenm
-
Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodec2007-08-04, by diego
-
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodec2007-08-04, by jbr
-
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodec2007-08-04, by jbr
-
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec2007-08-04, by michael
-
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodec2007-08-04, by jbr
-
merge decoding of coupling channel coefficients and regular channel coefficients libavcodec2007-08-04, by jbr
-
split out coupling coefficient reconstruction into a separate function libavcodec2007-08-03, by jbr
-
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec2007-08-01, by michael
-
make grayscale only decoding checks in inner loops compiletime killable libavcodec2007-08-01, by michael
-
move some code which was executed for every skipped MB so it is only executed libavcodec2007-07-31, by michael
-
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec2007-07-31, by michael
-
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec2007-07-30, by romansh
-
make the reference code use double instead of float where it is easy libavcodec2007-07-29, by michael
-
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec2007-07-28, by jbr
-
Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec2007-07-28, by takis
-
Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec2007-07-24, by takis
-
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
-
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
-
Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec2007-07-10, by vitor