27656 Commits (01000064c9518f76bc97b72e81aa34788d88534f)

Author SHA1 Message Date
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
Diego Biurrun b23650491f prores: Use consistent names for DSP arch initialization functions 11 years ago
James Almer 2163a40a46 x86/imdct36: use sse3 instructions in the last BUTTERF step when possible 11 years ago
James Almer fbf98375e4 x86/imdct36: don't build imdct36_float_sse on x86_64 targets 11 years ago
Diego Biurrun f2408ec9d7 Give IDCT matrix transpose macro a more descriptive name 11 years ago
Michael Niedermayer a05635ee01 avcodec/mjpegdec: convert CMYK to GBRAP 11 years ago
Michael Niedermayer 501beae6f9 avcodec/mjpegdec: fix decoding 4th plane 11 years ago
Michael Niedermayer 6904168c79 avcodec/mjpegdec: Print error in case of CMYK 11 years ago
Michael Niedermayer 681e72a668 avcodec/mjpegdec: parse adobe_transform 11 years ago
Michael Niedermayer 7e8be7081f avcodec/mjpegdec: Print human readable string for APPx 11 years ago
Michael Niedermayer 4f4cc43fd8 avcodec/h264: allow mixing idr and non idr slices with frame threading again 11 years ago
Michael Niedermayer 649686d89b avcodec/h264_refs: remove lost frames instead of disfavoring them 11 years ago
Michael Niedermayer 64bb64f704 avcodec/h264: fix droped frame handling also for threads > 1 11 years ago
Michael Niedermayer b5005def8a avcodec/h264: avoid using lost frames as references 11 years ago
Diego Biurrun a63ac1106d build: Do not redundantly specifiy H.263-related object files for MSMPEG4v* 11 years ago
Peter Ross 1524b0fa68 libavcodec/rawdec: avoid memcpy when performing 16-bit samples shift 11 years ago
Michael Niedermayer bdadf05ec8 avcodec/parser: put lost comments back 11 years ago
Hendrik Leppkes bc249bd673 mpegvideo: re-indent buffer clearing code 11 years ago
Hendrik Leppkes fa84231ee8 mpegvideo: fix overwriting hwaccel surface objects 11 years ago
Diego Biurrun 4ec336484d parser: cosmetics: Drop some unnecessary parentheses 11 years ago
Peter Ross bef6b27f10 avcodec/vp8dsp: use AV_ZERO64 to clear idct coefficient rows 11 years ago
Luca Barbato a1c699659d parser: K&R formatting cosmetics 11 years ago
Diego Biurrun ed61f3ca8a parser: Remove commented-out cruft 11 years ago