summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-212-9/+12
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-211-7/+14
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-211-17/+17
* targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-211-1/+1
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-215-40/+170
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-212-14/+18
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-211-35/+13
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-201-1/+1
* VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje2011-02-201-3/+11
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-191-4/+1
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-191-1/+1
* Fix VP3 edge emulationDavid Conrad2011-02-191-2/+1
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-191-5/+7
* VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-181-14/+6
* targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-181-10/+34
* Fix PPC build.Ronald S. Bultje2011-02-173-6/+27
* VP8: init one less near_mvJason Garrett-Glaser2011-02-171-1/+0
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-173-213/+248
* VP8: faster MV clippingJason Garrett-Glaser2011-02-171-10/+19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-1713-221/+272
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-171-1/+1
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-174-58/+63
* mdct: remove unnecessary multiplicationYoung Han Lee2011-02-171-1/+1
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-161-2/+1
* vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-161-0/+1
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-161-1/+1
* ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles2011-02-161-2/+1
* Document audio_resample_close().Stefano Sabatini2011-02-161-0/+7
* Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini2011-02-161-3/+4
* ac3enc: change default floor code to 7.Justin Ruggles2011-02-151-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-1568-75/+72
* Pass VBV delay to the calling application via ctxChristophe Massiot2011-02-152-1/+10
* binkaudio: remove unused copy of AVCodecContext*Peter Ross2011-02-151-3/+1
* binkaudio: fix channel count checkPeter Ross2011-02-151-2/+2
* aacdec: Implement LTP support.Young Han Lee2011-02-144-20/+178
* aac: remove dead SBR input scalingAlex Converse2011-02-141-7/+3
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-135-8/+103
* mpeg4video: ignore broken GOP headersAnatoly Nenashev2011-02-131-10/+11
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-136-38/+45
* bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross2011-02-131-4/+9
* bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross2011-02-131-15/+8
* Make tables generation insensitive to floating-point implementationVitor Sessak2011-02-121-9/+16
* Add missing terminating backslashRonald S. Bultje2011-02-111-1/+1
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-115-2/+259
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-112-1/+97
* bink: reindent after last commitPeter Ross2011-02-111-6/+6
* Bink version 'b' video decoderPeter Ross2011-02-113-19/+370
* vorbis dec: Remove obsolete commentAlexander Strasser2011-02-101-1/+0
* vorbis dec: cosmetics: Indent consistentlyAlexander Strasser2011-02-101-14/+14
* vorbis dec: cosmetics: Indent CPP cond properlyAlexander Strasser2011-02-101-2/+2
OpenPOWER on IntegriCloud