Mercurial > libavcodec.hg
graph
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec2009-01-16, by cehoyos
-
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec2009-01-14, by aurel
-
Remove one more forgotten instance of USE_HIGHPRECISION indirection. libavcodec2009-01-14, by diego
-
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. libavcodec2009-01-14, by diego
-
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec2009-01-13, by michael
-
VC-1 display dimensions should affect coded dimensions only (I think) libavcodec2009-01-13, by kostya
-
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. libavcodec2009-01-13, by kostya
-
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libavcodec2009-01-11, by stefano
-
Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec2009-01-11, by diego
-
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. libavcodec2009-01-10, by cehoyos
-
Move the AVCodecContext options definition to a dedicated file, reduce libavcodec2009-01-10, by stefano
-
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. libavcodec2009-01-10, by cehoyos
-
Support ADTS AAC files in the ffaac decoder (limited to streams containing one libavcodec2009-01-07, by superdump
-
Document the need of buf=NULL buf_size=0 at the end to obtain all frames. libavcodec2009-01-07, by michael
-
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that libavcodec2009-01-07, by superdump
-
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h libavcodec2009-01-06, by gpoirier
-
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec2009-01-05, by gpoirier
-
Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec2009-01-04, by cehoyos
-
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