summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '00332e0a064dad866812de9162b009cbaba6f5df'Hendrik Leppkes2015-10-14
|\
| * wrapped_avframe: Initial implementationLuca Barbato2015-10-10
* | x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2James Almer2015-10-13
* | dnxhdenc: fix access outside of imageChristophe Gisquet2015-10-13
* | x86: simple_idct10_template: use constChristophe Gisquet2015-10-13
* | avcodec/mips/aaccoder_mips: Sync with the generic codeNedeljko Babic2015-10-13
* | vp9: use registers for constant loading where possible.Ronald S. Bultje2015-10-13
* | vp9: refactor itx coefficients and share between 8 and 10/12bpp.Ronald S. Bultje2015-10-13
* | vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.Ronald S. Bultje2015-10-13
* | vp9: 10/12bpp sse2 SIMD for iadst16.Ronald S. Bultje2015-10-13
* | vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp sse2 SIMD versions of iadst8x8.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8.Ronald S. Bultje2015-10-13
* | vp9: add 12bpp sse2 versions of iadst4.Ronald S. Bultje2015-10-13
* | vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl.Ronald S. Bultje2015-10-13
* | vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.Ronald S. Bultje2015-10-13
* | vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.Ronald S. Bultje2015-10-13
* | x86: dct-test: add more idctsChristophe Gisquet2015-10-13
* | avcodec/dct-test: Print failure notice below the failed *dctMichael Niedermayer2015-10-13
* | x86: simple_idct: 12bits versionsChristophe Gisquet2015-10-13
* | x86: simple_idct(_put): 10bits versionsChristophe Gisquet2015-10-13
* | x86: simple_idct10_template: fix overflow in passChristophe Gisquet2015-10-13
* | avcodec/simple_idct10: improve precisionChristophe Gisquet2015-10-13
* | x86: prores: templatize 10 bits simple_idctChristophe Gisquet2015-10-13
* | aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov2015-10-12
* | aacenc: increase size of s->planar_samples[] from 6 to 8Rostislav Pehlivanov2015-10-12
* | mpegvideo: dnxhdenc: permute 10bits contentChristophe Gisquet2015-10-13
* | avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build...Michael Niedermayer2015-10-13
* | avcodec/webvttdec: Deal with WebVTT escapesRicardo Constantino2015-10-12
* | avcodec: Don't lock on init for codecs without an init functionDerek Buitenhuis2015-10-12
* | aacenc_utils: fit find_form_factor() below 80 chars per lineRostislav Pehlivanov2015-10-12
* | aacenc: add support for changing options based on a profileRostislav Pehlivanov2015-10-12
* | aacenc: add support for encoding 7.1 channel audioRostislav Pehlivanov2015-10-12
* | aacenc_quantization: fix header descriptionRostislav Pehlivanov2015-10-12
* | AAC encoder: memoize quantize_band_costClaudio Freire2015-10-12
* | AAC encoder: fix assertion error re SF differencesClaudio Freire2015-10-11
* | aaccoder_twoloop.h: simplify and comment ff_pns_bits()Rostislav Pehlivanov2015-10-12
* | aacenc_utils: add 'inline' flag to find_form_factor, silence warningRostislav Pehlivanov2015-10-12
* | avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun2015-10-12
* | intmath: remove av_ctz.Ronald S. Bultje2015-10-11
* | AAC encoder: cosmetics from last commitClaudio Freire2015-10-11
* | AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* | avcodec/sipr: use AVERROR return code instead of -1Paul B Mahol2015-10-11
* | avcodec/pngdec: Use av_malloc_array()Michael Niedermayer2015-10-11
* | avcodec/jpeg2000dec: Check that step_x/y are valid before use in JPEG2000_PGO...Michael Niedermayer2015-10-11
* | avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()Michael Niedermayer2015-10-11
* | avcodec/pngdec: Check blend_op.Michael Niedermayer2015-10-11