Mercurial > libavcodec.hg
graph
-
Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec2008-12-26, by michael
-
Get rid of check for condition that is always true (run_off < avctx->width). libavcodec2008-12-26, by michael
-
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec2008-12-26, by reynaldo
-
Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec2008-12-26, by michael
-
Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec2008-12-26, by michael
-
Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodec2008-12-26, by darkshikari
-
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec2008-12-25, by gpoirier
-
flatten an array, since gcc fails at optimizing multidimensional arrays libavcodec2008-12-25, by lorenm
-
Integrate get_te0_golomb() calls into the code, this allows some checks libavcodec2008-12-23, by michael
-
Use get_ue_golomb_31() where possible, almost all are just in headers libavcodec2008-12-23, by michael
-
Update golomb decoding tables so that get_*_golomb_31() return some libavcodec2008-12-23, by michael
-
352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodec2008-12-23, by kostya
-
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on libavcodec2008-12-22, by michael
-
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. libavcodec2008-12-22, by michael
-
Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodec2008-12-22, by michael
-
Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec2008-12-22, by kostya
-
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec2008-12-22, by diego
-
Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec2008-12-22, by diego
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec2008-12-21, by michael
-
Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec2008-12-21, by andoma
-
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec2008-12-21, by superdump
-
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec2008-12-20, by reynaldo
-
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec2008-12-19, by stefano
-
Add automatic prefix handling to yasm functions. Does nothing now, but will libavcodec2008-12-19, by darkshikari