Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'Hendrik Leppkes
2015-10-14Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes
2015-10-14Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes
2015-10-14Merge commit '00332e0a064dad866812de9162b009cbaba6f5df'Hendrik Leppkes
2015-10-14mimic: drop AVPicture usagewm4
2015-10-14libschroedinger: Properly use AVFrame APIVittorio Giovara
2015-10-14qtrle: Properly use AVFrame APIVittorio Giovara
2015-10-14x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2James Almer
2015-10-14dnxhdenc: fix access outside of imageChristophe Gisquet
2015-10-13x86: simple_idct10_template: use constChristophe Gisquet
2015-10-13avcodec/mips/aaccoder_mips: Sync with the generic codeNedeljko Babic
2015-10-13vp9: use registers for constant loading where possible.Ronald S. Bultje
2015-10-13vp9: refactor itx coefficients and share between 8 and 10/12bpp.Ronald S. Bultje
2015-10-13vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.Ronald S. Bultje
2015-10-13vp9: 10/12bpp sse2 SIMD for iadst16.Ronald S. Bultje
2015-10-13vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD versions of iadst8x8.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8.Ronald S. Bultje
2015-10-13vp9: add 12bpp sse2 versions of iadst4.Ronald S. Bultje
2015-10-13vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl.Ronald S. Bultje
2015-10-13vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions.Ronald S. Bultje
2015-10-13vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4.Ronald S. Bultje
2015-10-13vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.Ronald S. Bultje
2015-10-13x86: dct-test: add more idctsChristophe Gisquet
2015-10-13avcodec/dct-test: Print failure notice below the failed *dctMichael Niedermayer
2015-10-13x86: simple_idct: 12bits versionsChristophe Gisquet
2015-10-13avcodec: Do not lock during init if there is no init functionDerek Buitenhuis
2015-10-13x86: simple_idct(_put): 10bits versionsChristophe Gisquet
2015-10-13x86: simple_idct10_template: fix overflow in passChristophe Gisquet
2015-10-13avcodec/simple_idct10: improve precisionChristophe Gisquet
2015-10-13x86: prores: templatize 10 bits simple_idctChristophe Gisquet
2015-10-13aacenc: shorten name of ff_aac_adjust_common_predictionRostislav Pehlivanov
2015-10-13aacenc: increase size of s->planar_samples[] from 6 to 8Rostislav Pehlivanov
2015-10-13mpegvideo: dnxhdenc: permute 10bits contentChristophe Gisquet
2015-10-13avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build...Michael Niedermayer
2015-10-12avcodec/webvttdec: Deal with WebVTT escapesRicardo Constantino
2015-10-12avcodec: Don't lock on init for codecs without an init functionDerek Buitenhuis
2015-10-12aacenc_utils: fit find_form_factor() below 80 chars per lineRostislav Pehlivanov
2015-10-12aacenc: add support for changing options based on a profileRostislav Pehlivanov
2015-10-12aacenc: add support for encoding 7.1 channel audioRostislav Pehlivanov
2015-10-12aacenc_quantization: fix header descriptionRostislav Pehlivanov
2015-10-12AAC encoder: memoize quantize_band_costClaudio Freire
2015-10-12AAC encoder: fix assertion error re SF differencesClaudio Freire
2015-10-12aaccoder_twoloop.h: simplify and comment ff_pns_bits()Rostislav Pehlivanov
2015-10-12aacenc_utils: add 'inline' flag to find_form_factor, silence warningRostislav Pehlivanov
2015-10-12avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun
2015-10-12intmath: remove av_ctz.Ronald S. Bultje
2015-10-12AAC encoder: cosmetics from last commitClaudio Freire