Mercurial > libavcodec.hg
graph
-
Forgot to update (I likely missed it due to its similar name to dvb...) libavcodec2009-01-03, by michael
-
Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec2009-01-03, by michael
-
It turned out that RV30 uses motion vectors for forward motion B-frame libavcodec2008-12-29, by kostya
-
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
-
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. libavcodec2008-12-19, by astrange
-
Move filter_luma_intra into dsputil for later addition of asm. libavcodec2008-12-19, by darkshikari
-
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. libavcodec2008-12-19, by michael
-
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass libavcodec2008-12-18, by michael
-
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. libavcodec2008-12-18, by michael
-
Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec2008-12-18, by michael
-
Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec2008-12-18, by michael
-
Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec2008-12-18, by michael
-
H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec2008-12-18, by michael
-
Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec2008-12-17, by kostya
-
4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec2008-12-17, by kostya
-
Fix indention, also do a little vertical alignment of changed lines. libavcodec2008-12-16, by michael
-
Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec2008-12-16, by michael
-
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec2008-12-16, by michael
-
Horizontal and vertical prediction functions needed for new lossless mode libavcodec2008-12-16, by michael
-
Implement the av_set_number2() internal function, which makes possible libavcodec2008-12-15, by stefano
-
Remove ending period in a log message, which was inconsistent with libavcodec2008-12-15, by stefano