19050 Commits (911fa05b514e1be009e00b79d7004b93717c023b)

Author SHA1 Message Date
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
Diego Biurrun f2408ec9d7 Give IDCT matrix transpose macro a more descriptive name 11 years ago
Diego Biurrun a63ac1106d build: Do not redundantly specifiy H.263-related object files for MSMPEG4v* 11 years ago
Diego Biurrun 4ec336484d parser: cosmetics: Drop some unnecessary parentheses 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
Derek Buitenhuis 8aca00cc2b libx265: Properly handled dynamic linking with MSVC 11 years ago
Derek Buitenhuis 0f7fa48cf1 libx265: Support SAR 11 years ago
Derek Buitenhuis 2142b2efcd libx265: Support 4:4:4 11 years ago
Derek Buitenhuis d00a504b24 libx265: Update API usage 11 years ago
Anton Khirnov 30517a9f05 Use av_frame_copy() to simplify code where appropriate. 11 years ago
Anton Khirnov 8feac29cc4 lavc: use AVFrame API properly in ff_reget_buffer() 11 years ago
Luca Barbato 8eeacf31c5 hevc: Do not left shift a negative value in hevc_loop_filter_chroma 11 years ago
Luca Barbato ff486c0f7f hevc: Do not right shift a negative value in get_pcm 11 years ago
Luca Barbato 50c988aa6d hevc: Drop unnecessary shifts in deblocking_filter_CTB 11 years ago
Luca Barbato d922c5a5fb h264: Fix a typo from the previous commit 11 years ago
Diego Biurrun dc9e05e279 libvorbis: Give consistent names to all functions, structs, and defines 11 years ago
Vittorio Giovara f777504f64 h264: Lower bound check for slice offsets 11 years ago
Janne Grunau 9c029f67ca aarch64: use EXTERN_ASM consistently for exported symbols 11 years ago
Christophe Gisquet ef010f08ae dca: replace some memcpy by AV_COPY128 11 years ago
Janne Grunau 982b596ea6 h264: avoid undefined behavior in chroma motion compensation 11 years ago
Diego Biurrun 4bcca3611d mpeg4video_parser: Drop pointless av_-prefix from static function 11 years ago
Diego Biurrun 984e339866 avcodec: Consistently name encoder init functions foo_encode_init 11 years ago
Diego Biurrun 017a06a9ee x86: dsputil: Use correct file name as multiple inclusion guard 11 years ago
Diego Biurrun ba42c85247 bit_depth_template: Use file name as multiple inclusion guard 11 years ago
Diego Biurrun 61e7c7f27b svq3: Adjust #endif comment 11 years ago
Luca Barbato 521726ff57 hevc: Always consider VLC NALU type mismatch fatal 11 years ago
Luca Barbato 175e506332 hevc: Mention the missing SPS in the error message 11 years ago
Diego Biurrun b23bc95920 x86: dca: Add missing multiple inclusion guards 11 years ago
Luca Barbato fea6db064b h264: informative error reporting in decode_slice_header() 11 years ago
Luca Barbato 96f9fbe109 h264: fix slice_type value reported in decode_slice_header() 11 years ago
Diego Biurrun 4d7ab5cfeb doxygen: Add a number of missing function parameter descriptions 11 years ago
Vittorio Giovara 614b9e4db8 h264: use avpriv_request_sample for chroma_format_idc 11 years ago
Diego Biurrun b339182eba Move all example programs to doc/examples 11 years ago
Maxim Poliakovski 77fbc03265 g2meet: validate bpp and bitmasks in the display info 11 years ago
Tim Walker 9cd4bc4176 ac3dec: set AV_FRAME_DATA_DOWNMIX_INFO side data. 11 years ago
Tim Walker 9c0e4b3395 ac3: update AC3PreferredStereoDownmixMode. 11 years ago
Vittorio Giovara dc971acf4a h264_parser: use enum values in h264_find_frame_end() 11 years ago
Janne Grunau 98fdfa9970 ppc: reduce overreads when loading 8 pixels in altivec dsp functions 11 years ago
Jan Ekström 3fbad00714 utvideoenc: Enable support for multiple slices and use them 11 years ago
Derek Buitenhuis 4127e6aeb6 libx265: Remove redundant default param call 11 years ago
Derek Buitenhuis 41836c4e30 libx265: Fix use of uninitialized input picture 11 years ago