27041 Commits (045d80076a67aade020417f4adcb026b6a3da823)

Author SHA1 Message Date
James Almer d2a7314f1e vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). 11 years ago
Michael Niedermayer 3ca7085ae2 avcodec: make "bitrate tolerance too small for bitrate" error more verbose 11 years ago
Michael Niedermayer d0004a1959 avcodec/kgv1dec: fix memleak, reintroduce lost decode_flush() call 11 years ago
Michael Niedermayer 2fd39642c9 avcodec/huffyuv: fix median prediction for >8bps 11 years ago
Michael Niedermayer 3d87927959 avcodec/huffyuv: add YUVA{420,422,444}P{9,10} support 11 years ago
Michael Niedermayer ef0282125c avcodec/huffyuv: add YUV{420,422,444}P{9,10,12,14} support 11 years ago
Michael Niedermayer b53aab1a58 libavcodec/huffyuv: >8 bit support 11 years ago
Michael Niedermayer 6c004e8aad avcodec/huffyuvenc: init bps from pixel descriptor 11 years ago
Michael Niedermayer 534a89478d avcodec/huffyuv: add a field that represents the number of symbols 11 years ago
Ronald S. Bultje 8173d1ffc0 vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). 11 years ago
Clément Bœsch 9cc8fa63dd vp9/x86: simplify a few mc inits. 11 years ago
Michael Niedermayer 1a01dc8343 avcodec/pgssubdec: Use av_fast_padded_malloc() for rle buffer 11 years ago
Diego Biurrun aab40bbfd5 x86: dsputil: Simplify xvmc deprecation conditional 11 years ago
Diego Biurrun dc4d726bab build: Add separate hidden config option for the intrax8 code 11 years ago
Clément Bœsch 8b4190da93 vp9/x86: add AVX for itxfm and lpf. 11 years ago
Janne Grunau fe96769bed aarch64: port neon clobber test from arm 11 years ago
Janne Grunau f896bca03f aarch64: h264 (bi)weight NEON optimizations 11 years ago
Janne Grunau 36e3b1f2fd aarch64: h264 loop filter NEON optimizations 11 years ago
Janne Grunau c65d67ef50 aarch64: hpeldsp NEON optimizations 11 years ago
Janne Grunau d5dd8c7bf0 aarch64: h264 qpel NEON optimizations 11 years ago
Janne Grunau 8438b3f09f aarch64: h264 idct NEON assembler optimizations 11 years ago
Janne Grunau 71617884a2 aarch64: h264 chroma motion compensation NEON optimizations 11 years ago
Janne Grunau 1e9265cd8f dct-test: test ff_simple_idct_neon only on ARM for now 11 years ago
Michael Niedermayer ab296c7a9f avcodec/hevc_ps: Override max_dec_pic_buffering when its inconsistent with num_reorder_pics 11 years ago
James Almer 8bfa5f7fab webp: fix capitalization of the word Exif 11 years ago
Michael Niedermayer 785dc14654 avcodec/adpcm: fix sample count for stereo SBPRO3 11 years ago
Janne Grunau 8b4119187b cabac: remove leftovers from the cabac encoder 11 years ago
Michael Niedermayer afbe8c6a84 avcodec/mpegaudiodec_template: decode_frame_mp3on4: conceal errors in decoding instead of discarding data 11 years ago
Michael Niedermayer 2545182c29 avcodec/mpegaudiodec_template/mp3on4: check that all channels have been decoded before returnig a frame 11 years ago
Michael Niedermayer b821def9f5 avcodec/proresdsp: rename CLIP_AND_BIAS to BANANA 11 years ago
Michael Niedermayer cb613657ee avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact again 11 years ago
Michael Niedermayer 4b0cad6596 avcodec/simple_idct_template: fix rounding of the special DC case for 10bit 11 years ago
Michael Niedermayer a7ea733b72 avcodec/simple_idct_template: fix row rounder 11 years ago
Michael Niedermayer cca2772e16 avcodec/simple_idct_template: change the idct coefficients so that they match the x86 code 11 years ago
Michael Niedermayer d9e556ebd0 avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCT 11 years ago
James Almer 0b54bc24db webp: add support for EXIF metadata chunks 11 years ago
Diego Biurrun 46bacb5cc6 x86: Consistently use cpu flag detection macros in places that still miss it 11 years ago
Diego Biurrun 7151c5d04a arm: Use full filenames as multiple inclusion guards 11 years ago
Tim Walker 49b9badcaa vc1: Enable the interlaced B-frame codepath. 11 years ago
Michael Niedermayer 6d98959c8a vc1: Add avg_no_rnd_vc1_chroma_mc4_c() 11 years ago
Luca Barbato c798a6fedc vc1: Factorize out chroma MC 11 years ago
Michael Niedermayer 22bfb4be28 avcodec/hevc: Check entry point arrays for malloc failure 11 years ago
Luca Barbato aead772b58 hevc: Bound check slice_qp 11 years ago
Luca Barbato 48a5b15543 hevc: Reject impossible dependent tile 11 years ago
Michael Niedermayer 7a8318fbb1 avcodec/huffman: raise the input capability of ff_huff_gen_len_table() from 8 to 14bit 11 years ago
Michael Niedermayer 7b41cbac7f avcodec/huffman: extend ff_huff_gen_len_table() to allow >8bit 11 years ago
Clément Bœsch af68bd1c06 vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3(). 11 years ago
Clément Bœsch e11ceea68f vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X. 11 years ago
Clément Bœsch c9aa0b8f70 vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X. 11 years ago
Clément Bœsch 7c55ee6168 vp9/x86: merge IDCT coef macros. 11 years ago