27614 Commits (3ce858141309c09294177e63d9a36cd0924dc200)

Author SHA1 Message Date
Andreas Cadhalpun eeb3baf7f7 Fix spelling error 'Inconsistant -> Inconsistent' 11 years ago
James Almer 9e0e1f9067 x86/dsputil: add emms to ff_scalarproduct_int16_mmxext() 11 years ago
Diego Biurrun d48430c367 build: Let the SVQ3 decoder depend on the H.264 decoder 11 years ago
sfan5 69ead9af75 libx265: Use ctx->vui. instead of ctx-> for some options A recent change in libx265 moved some options such as sar_width into a 'vui' struct. 11 years ago
Diego Biurrun 3bfdee00cd x86: dcadsp: Fix linking with yasm and optimizations disabled 11 years ago
Janne Grunau cbddee1cca arm: hpeldsp: prevent overreads in armv6 asm 11 years ago
Michael Niedermayer 100e8f8b67 avcodec/ra144enc: avoid calling emms when the SSE2 version is used 11 years ago
Christophe Gisquet 93c4cd618c ra144enc: fix use of scalarprod_int16 11 years ago
Diego Biurrun 3741aa37c2 x86: cabac: Use correct #includes to make header compile standalone 11 years ago
James Almer 7fd64e3e36 x86/synth_filter: add synth_filter_fma3 11 years ago
Rémi Denis-Courmont eeaf4f3b87 av_vdpau_get_profile: mask out H.264 intra profile flag 11 years ago
James Almer 206167a295 x86/synth_filter: add missing HAVE_YASM guard 11 years ago
Vittorio Giovara 973dc4e8d4 put_bits: Remove unused includes 11 years ago
Vittorio Giovara 5397386eff mathops: move macro to the only place it is used 11 years ago
Michael Niedermayer ec6d043f8e avcodec/h263dec: Workaround H263 end padding bug 11 years ago
Jan Ekström 40feed5248 libutvideoenc: Add support for the new BT.709 FourCCs for YCbCr 11 years ago
Michael Niedermayer dfefc9097e avcodec/hevcpred_template: also initialize top[-1] for constrained intra prediction 11 years ago
Michael Niedermayer 8b8ae298af avcodec/g2meet: also reset local got_header when reseting the context got_header 11 years ago
Michael Niedermayer 6b53c1aa82 avcodec/g2meet: fix error returns 11 years ago
James Almer 884e085d1e x86/synth_filter: Revert the switch to float ops with SSE2 11 years ago
James Almer 68c3ed936a x86/synth_filter: add synth_filter_avx 11 years ago
Keiji Costantini 9514440337 ituh263: reject b-frame with pp_time = 0 11 years ago
James Almer 6467209836 x86/synth_filter: add synth_filter_sse 11 years ago
Michael Niedermayer 0a8c90202b avcodec/utvideoenc: fix slice_bits size 11 years ago
Michael Niedermayer eadc21cfe7 avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodec 11 years ago
Michael Niedermayer df6d21c1e7 avcodec/ac3: move new field to the end of AC3HeaderInfo 11 years ago
Anton Khirnov d1f9563d50 pthread_frame: flush all threads on flush, not just the first one 11 years ago
Michael Niedermayer ffb7d7195b avcodec/dcadec: use brackets to ensure that no slow division is used 11 years ago
Diego Biurrun 2f02bbcca0 build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder 11 years ago
Diego Biurrun 34150be515 build: Let the iac decoder depend on the imc decoder 11 years ago
Diego Biurrun 8e0cf39faf build: Let all MJPEG-related decoders depend on the MJPEG decoder 11 years ago
Diego Biurrun 0a36988e48 build: Let AMV decoder depend on the SP5X decoder 11 years ago
Christophe Gisquet 2cdbcc0048 x86: synth filter float: implement SSE2 version 11 years ago
Christophe Gisquet 169243112c x86: dcadsp: implement SSE lfe_dir 11 years ago
Vittorio Giovara f4bd9fe326 h264: fix clang warning about uninitialized variable 11 years ago
Vittorio Giovara 17a63ff0cd h264: update flag name in ff_h264_decode_ref_pic_list_reordering() 11 years ago
Vittorio Giovara ee6280ca12 h264: parse two additional constraint flags 11 years ago
Vittorio Giovara e70ab7c1f5 h264: add MVCD to the list of High profiles in SPS 11 years ago
Hendrik Leppkes 3aca10bf76 latm: Always reconfigure if no extradata was set previously 11 years ago
Michael Niedermayer f3eef02746 avcodec/msvideo1: Fix palette in case of seek before decode 11 years ago
Janne Grunau 6e4009d4cd arm: dcadsp: implement decode_hf as external NEON asm 11 years ago
Christophe Gisquet 4cb6964244 dcadec: simplify decoding of VQ high frequencies 11 years ago
Janne Grunau 7686afd049 dca: factorize scaling in inverse ADPCM 11 years ago
Christophe Gisquet 08e3ea60ff x86: synth filter float: implement SSE2 version 11 years ago
Christophe Gisquet 57b1eb9f75 dcadsp: scan coefficients linearly in dca_lfe_fir 11 years ago
Christophe Gisquet ad507d7907 x86: dcadsp: implement SSE lfe_dir 11 years ago
Christophe Gisquet 87ec849fe9 dcadec: remove scaling in lfe_interpolation_fir 11 years ago
Diego Biurrun a55546f48d proresenc: Reuse proper dsputil infrastructure for FDCT 11 years ago
Diego Biurrun 92e598a57a prores: Drop DSP infrastructure for prores encoder bits 11 years ago
Diego Biurrun d6acefe058 proresenc: Drop unnecessary DCT permutation bits 11 years ago