Mercurial > libavcodec.hg
graph
-
Split ra144.c in common code (to be shared with the future encoder) and libavcodec2010-06-11, by vitor
-
Quant changes only once per MB so move the corresponding scale factor assignment libavcodec2010-06-10, by maxim
-
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodec2010-06-10, by thardin
-
Cosmetics: use and place braces correctly in if ... else statements. libavcodec2010-06-10, by benoit
-
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. libavcodec2010-06-08, by maxim
-
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold libavcodec2010-06-08, by mstorsjo
-
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. libavcodec2010-06-07, by alexc
-
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec2010-06-07, by vitor
-
aac: Move an initialization macro used only by the decoder out of the header. libavcodec2010-06-05, by alexc
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec2010-06-05, by stefano
-
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodec2010-06-04, by conrad
-
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs. libavcodec2010-06-03, by michael
-
aacdec: Work around illegal files with all elem_id tags set to the same value. libavcodec2010-06-03, by alexc
-
ARM: remove some unnecessary ifdefs, fix implicit declaration warnings libavcodec2010-06-02, by mru
-
Avoid division by zero that caused noise, typically at the beginning or libavcodec2010-06-02, by cehoyos