summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-012-1/+18
* huffyuv: Add multithreading supportAlexander Strange2011-03-011-4/+29
* pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-271-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-271-0/+2
* bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross2011-02-251-3/+3
* Bink version 'b' audio decoderPeter Ross2011-02-252-6/+18
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-251-4/+2
* binkaudio: remove unnecessary loopPeter Ross2011-02-251-5/+2
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-251-5/+5
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-251-1/+1
* dxva2: define required feature selection macrosKyle2011-02-251-0/+2
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-241-20/+49
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-231-8/+7
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-231-12/+8
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-231-3/+5
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-231-12/+12
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-8/+8
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-231-14/+9
* cosmetics: remove debugging cruftJustin Ruggles2011-02-231-3/+0
* cosmetics: reindent after previous commitJustin Ruggles2011-02-231-11/+11
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-231-9/+10
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-231-1/+4
* vmdaudio: validate block typeJustin Ruggles2011-02-231-0/+4
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-231-3/+10
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-231-5/+1
* vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-231-1/+1
* vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-231-22/+1
* vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-231-1/+2
* 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
OpenPOWER on IntegriCloud