43715 Commits (009adfd4fbdd78a890a4a65d6f141c467bb027fa)
 

Author SHA1 Message Date
Vittorio Giovara 6135c3b61e Revert "avprobe: Zero the allocated avio buffer memory" 8 years ago
Martin Storsjö f637046d31 libavutil: Always use some GCC style attributes on clang 8 years ago
Martin Storsjö 6f9e34baea arm: Check for support for the .fpu directive 8 years ago
Vittorio Giovara ed9b2a5178 mov: Rework the check for invalid indexes in stsc 8 years ago
Vittorio Giovara 90bc423212 mov: Wrap stsc index and count compare in a separate function 8 years ago
Matthieu Bouron 209ee680ce mov: Fix stsc_count comparison 8 years ago
Vittorio Giovara a1f6a2dfda ratecontrol: Reorder functions to avoid forward declarations 8 years ago
Vittorio Giovara d639dcdae0 ratecontrol: Move Xvid-related functions to the place they are actually used 8 years ago
Vittorio Giovara 44972e227d ratecontrol: Move mpegenc-only function where it is used 8 years ago
Vittorio Giovara b4bb959383 ratecontrol: Drop commented out cruft 8 years ago
Diego Biurrun d06dfaa5cb x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate 8 years ago
Fiona Glaser 8e9cd81d29 x86: cpu: Detect Conroe CPUs and their slow shuffle unit 8 years ago
Diego Biurrun 7d7355aa92 x86: Add SSSE3_SLOW CPU flag and related convenience macros 8 years ago
Diego Biurrun 4efab89332 x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriate 8 years ago
Diego Biurrun 0a39c9ac0b x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code 8 years ago
Diego Biurrun 95c1df929b x86: hpeldsp: Drop unused function parameters 8 years ago
Diego Biurrun c3e83ad3b7 x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate 8 years ago
Diego Biurrun 1dfc3cf89d x86: hpeldsp: Split off VP3-specific bits into a separate file 8 years ago
Vittorio Giovara 9833a406d3 examples: Properly free AVCodecContext 8 years ago
Vittorio Giovara 0e0538aefc avprobe: Zero the allocated avio buffer memory 8 years ago
Vittorio Giovara 5d0f85f1b2 libdc1394: Fill in packet data directly 8 years ago
Anton Khirnov e344e65109 h264dec: do not call finish_setup() if we have not started a frame 8 years ago
Anton Khirnov 76f7e70aa0 h264dec: handle zero-sized NAL units in get_last_needed_nal() 8 years ago
Anton Khirnov 1f7b4f9abc h264dec: make sure not to call finish_setup() more than once per frame 8 years ago
Hendrik Leppkes da917fcf51 avconv_dxva2: add a profile check for hevc 8 years ago
Hendrik Leppkes 1ecb63cd1c hevc: set profile based on the profile compatibility flags if needed 8 years ago
James Almer fca3c3b619 hevc: Add AVX2 DC IDCT 8 years ago
Mickaël Raulet cc16da75c2 hevc: Add coefficient limiting to speed up IDCT 8 years ago
Mickaël Raulet a92fd8a062 hevc: Add DC IDCT 8 years ago
Mickaël Raulet 4f247de3b7 hevcdsp_template: Templatize IDCT 8 years ago
Alexandra Hájková 1bd890ad17 hevc: Separate adding residual to prediction from IDCT 8 years ago
James Almer fd5e6a095f x86util: Extend SPLATW for avx2 8 years ago
Martin Storsjö 37961044c6 checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR 8 years ago
Janne Grunau 59aeed93e4 cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp 8 years ago
Martin Storsjö 446353ea18 checkasm: arm: Don't start new const blocks for each string 8 years ago
Diego Biurrun 5ece691101 apichanges: Fill in missing hashes and dates 8 years ago
Diego Biurrun facdfe4080 swscale: Add proper ff_ prefix to init functions 8 years ago
Andreas Cadhalpun c0fd2fb27b swscale: Rename sws_context_class to ff_sws_context_class 8 years ago
Janne Grunau 71a0472114 checkasm: arm: report the first clobbered register in checkasm_checked_call 8 years ago
Hendrik Leppkes a8fce24b9c avconv_dxva2: support HEVC Main10 decoding 8 years ago
Anton Khirnov 33f6690eb4 hevc: offer DXVA2 for 10bit 420 8 years ago
Anton Khirnov 38efff92f1 FATE: add a test for H.264 with two fields per packet 8 years ago
Anton Khirnov 4a9bab3db0 h264: fix decoding multiple fields per packet with slice threads 8 years ago
Anton Khirnov f450cc7bc5 h264: eliminate decode_postinit() 8 years ago
Anton Khirnov 8d07e941b0 FATE: add a test of H.264 SEI recovery in an intra refresh stream 8 years ago
Anton Khirnov 46278ec90a mp3enc: write trailing padding 8 years ago
Anton Khirnov d60c2d5216 mp3dec: read the initial/trailing padding from the LAME tag 8 years ago
Martin Storsjö 7a76371437 libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUP 8 years ago
Martin Storsjö 2d097c16b8 libopenh264enc: Return a more sensible error code in some init failure paths 8 years ago
Martin Storsjö 36b380dcd5 libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being set 8 years ago