20930 Commits (4fef648d10bf3bcfd4b8fa5755c1128966a2427c)

Author SHA1 Message Date
Luca Barbato 8495d84f01 ac3dec: Add some inline hints 9 years ago
Luca Barbato 3db51bf671 ac3dec: Simplify skipping 9 years ago
Luca Barbato f0ccc65bc9 ac3dec: Split coupling-specific code from decode_audio_block() 9 years ago
Luca Barbato a5ebe5d121 ac3dec: Split spx-specific code from decode_audio_block() 9 years ago
Anton Khirnov a115eb9e75 mimic: do not release the newly obsolete reference at the end of decoding 9 years ago
Diego Biurrun 48b80f8393 hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary 9 years ago
Luca Barbato b183abfb5b vpx: Support color range 9 years ago
Anton Khirnov 8e07c22e50 qsvenc: print warnings from encode/init 9 years ago
Anton Khirnov 0956fd4606 qsvenc: do not re-execute encoding on all positive status codes 9 years ago
Anton Khirnov 95414eb2dc qsv: print more complete error messages 9 years ago
Anton Khirnov d9ec3c6014 qsvenc: take only the allocated dimensions from the frames context 9 years ago
Anton Khirnov 37a9015ee8 qsvenc: add support for p010 9 years ago
Anton Khirnov 21962261c7 qsv: handle the semi-packed formats in map_fourcc as well 9 years ago
Anton Khirnov f65285aba0 lavc: set sw_pix_fmt for hwaccel encoding 9 years ago
Anton Khirnov d59641abfd lavc: initialize AVCodecContext.sw_pix_fmt properly 9 years ago
Vittorio Giovara a1f6a2dfda ratecontrol: Reorder functions to avoid forward declarations 9 years ago
Vittorio Giovara d639dcdae0 ratecontrol: Move Xvid-related functions to the place they are actually used 9 years ago
Vittorio Giovara 44972e227d ratecontrol: Move mpegenc-only function where it is used 9 years ago
Vittorio Giovara b4bb959383 ratecontrol: Drop commented out cruft 9 years ago
Diego Biurrun d06dfaa5cb x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriate 9 years ago
Diego Biurrun 4efab89332 x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriate 9 years ago
Diego Biurrun 0a39c9ac0b x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific code 9 years ago
Diego Biurrun 95c1df929b x86: hpeldsp: Drop unused function parameters 9 years ago
Diego Biurrun c3e83ad3b7 x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriate 9 years ago
Diego Biurrun 1dfc3cf89d x86: hpeldsp: Split off VP3-specific bits into a separate file 9 years ago
Anton Khirnov e344e65109 h264dec: do not call finish_setup() if we have not started a frame 9 years ago
Anton Khirnov 76f7e70aa0 h264dec: handle zero-sized NAL units in get_last_needed_nal() 9 years ago
Anton Khirnov 1f7b4f9abc h264dec: make sure not to call finish_setup() more than once per frame 9 years ago
Hendrik Leppkes 1ecb63cd1c hevc: set profile based on the profile compatibility flags if needed 9 years ago
James Almer fca3c3b619 hevc: Add AVX2 DC IDCT 9 years ago
Mickaël Raulet cc16da75c2 hevc: Add coefficient limiting to speed up IDCT 9 years ago
Mickaël Raulet a92fd8a062 hevc: Add DC IDCT 9 years ago
Mickaël Raulet 4f247de3b7 hevcdsp_template: Templatize IDCT 9 years ago
Alexandra Hájková 1bd890ad17 hevc: Separate adding residual to prediction from IDCT 9 years ago
Anton Khirnov 33f6690eb4 hevc: offer DXVA2 for 10bit 420 9 years ago
Anton Khirnov 4a9bab3db0 h264: fix decoding multiple fields per packet with slice threads 9 years ago
Anton Khirnov f450cc7bc5 h264: eliminate decode_postinit() 9 years ago
Martin Storsjö 7a76371437 libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUP 9 years ago
Martin Storsjö 2d097c16b8 libopenh264enc: Return a more sensible error code in some init failure paths 9 years ago
Martin Storsjö 36b380dcd5 libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being set 9 years ago
Martin Storsjö d0b1e6049b libopenh264dec: Fix cleanup if the init failed early 9 years ago
Vittorio Giovara 61bd0ed781 h264: Log more information about invalid NALu size 9 years ago
Janne Grunau 17c99b6158 h2645_parse: handle embedded Annex B NAL units in size prefixed NAL units 9 years ago
Anton Khirnov a8cbe5a0cc h264_ps: export actual height in MBs as SPS.mb_height 9 years ago
Steve Lhomme 99cf943339 d3d11va: don't keep the context lock while waiting for a frame 9 years ago
Martin Storsjö 2866d108c9 vp8dsp: Remove the comment saying that the height is equal to the width 9 years ago
Janne Grunau 5f74bd31a9 vp8/armv6: mc: avoid boolean expression in calculation 9 years ago
Martin Storsjö d825b1a530 libopenh264: Support building with the 1.6 release 9 years ago
Martin Storsjö e8b96a7701 arm: Fix a typo in a comment 9 years ago
Martin Storsjö dc08bbf63a vp8dsp: Clarify the first dimension of the mc function tables 9 years ago