summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard2011-02-25
* dxva2: define required feature selection macrosKyle2011-02-25
* dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula2011-02-24
* vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles2011-02-23
* vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles2011-02-23
* vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles2011-02-23
* vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles2011-02-23
* cosmetics: reindent after previous commitJustin Ruggles2011-02-23
* vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles2011-02-23
* cosmetics: remove debugging cruftJustin Ruggles2011-02-23
* cosmetics: reindent after previous commitJustin Ruggles2011-02-23
* vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles2011-02-23
* vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles2011-02-23
* vmdaudio: validate block typeJustin Ruggles2011-02-23
* vmdaudio: use macros and a local variable for block type.Justin Ruggles2011-02-23
* vmdaudio: correct the silent chunk count in the first block.Justin Ruggles2011-02-23
* vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles2011-02-23
* vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles2011-02-23
* vmdaudio: fix raw_block_size calculation.Justin Ruggles2011-02-23
* aacdec: Reduce the size of buf_mdct.Young Han Lee2011-02-21
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-21
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-21
* targa: prevent integer overflow in bufsize check.Ronald S. Bultje2011-02-21
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-21
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-21
* VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje2011-02-21
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-20
* 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-19
* Fix invalid reads in VC1 decoderReimar Döffinger2011-02-19
* Fix VP3 edge emulationDavid Conrad2011-02-19
* aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee2011-02-19
* VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser2011-02-18
* targa: fix potential buffer overreadsJean-Daniel Dupas2011-02-18
* Fix PPC build.Ronald S. Bultje2011-02-17
* VP8: init one less near_mvJason Garrett-Glaser2011-02-17
* VP8: split out declarations to new headerJason Garrett-Glaser2011-02-17
* VP8: faster MV clippingJason Garrett-Glaser2011-02-17
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* VC1: simplify a calculation in a loop.Ronald S. Bultje2011-02-17
* VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje2011-02-17
* mdct: remove unnecessary multiplicationYoung Han Lee2011-02-17
* ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles2011-02-16
* vbv_delay AVOption for ABI compatibilityMichael Niedermayer2011-02-16
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-16
* ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles2011-02-16
* Document audio_resample_close().Stefano Sabatini2011-02-16
* Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini2011-02-16
* ac3enc: change default floor code to 7.Justin Ruggles2011-02-15
* Merge libavcore into libavutilReinhard Tartler2011-02-15