summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-22
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-22
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-22
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-22
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-20
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-20
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-20
* Fix VP3 edge emulationDavid Conrad2011-02-20
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-20
* VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-20
* targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-18
* Fix PPC build.Ronald S. Bultje2011-02-18
* VP8: init one less near_mvJason Garrett-Glaser2011-02-18
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-18
* VP8: faster MV clippingJason Garrett-Glaser2011-02-18
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-18
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-18
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-18
* mdct: remove unnecessary multiplicationYoung Han Lee2011-02-18
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-18
* ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles2011-02-16
* Document audio_resample_close().Stefano Sabatini2011-02-16
* ac3enc: change default floor code to 7.Justin Ruggles2011-02-16
* Merge libavcore into libavutilReinhard Tartler2011-02-16
* vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-16
* Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-16
* binkaudio: remove unused copy of AVCodecContext*Peter Ross2011-02-15
* binkaudio: fix channel count checkPeter Ross2011-02-15
* aacdec: Implement LTP support.Young Han Lee2011-02-15
* aac: remove dead SBR input scalingAlex Converse2011-02-14
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-14
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-14
* bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross2011-02-14
* bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross2011-02-14
* Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer2011-02-14
* Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini2011-02-14
* Document audio_resample_close().Stefano Sabatini2011-02-14
* Detect null gop headers.Michael Niedermayer2011-02-13
* Make tables generation insensitive to floating-point implementationVitor Sessak2011-02-13
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-13
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-13
* bink: reindent after last commitPeter Ross2011-02-13
* Bink version 'b' video decoderPeter Ross2011-02-13
* Clarify that pts_correction* fields are internal to libavcodecMichael Niedermayer2011-02-13
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-12
* VP8: optimized mv prediction and decodingJason Garrett-Glaser2011-02-11
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-11
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-11
* Remove final semicolon from some macrosMans Rullgard2011-02-11
* dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-11