20954 Commits (f6d2fed811dea36c4ebaf991927e44c78eb0aca5)

Author SHA1 Message Date
Anton Khirnov f2143c57b6 vp9: reindent after last commit 9 years ago
Ronald S. Bultje 1730a67ab9 vp9: add frame threading 9 years ago
Ronald S. Bultje 5b995452a6 vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. 9 years ago
Ronald S. Bultje bc6e0b64a9 vp9: split last/cur_frame from the reference buffers. 9 years ago
Anton Khirnov 04763c6f87 h264_direct: use the reference mask from the actual reference 9 years ago
Anton Khirnov e9bfff1cc6 lavc: free buffer_frame/pkt on avcodec_open2() failure 9 years ago
Ronald S. Bultje 0df4801105 vp9: make mv bounds 32bit. 9 years ago
Ronald S. Bultje 9790b44a89 vp9mc/x86: sse2 MC assembly. 9 years ago
James Almer 67922b4ee4 vp9mc/x86: add AVX and AVX2 MC 9 years ago
Clément Bœsch 3cda179f18 vp9mc/x86: rename ff_* to ff_vp9_* 9 years ago
James Almer 8be8444d01 vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 9 years ago
Clément Bœsch 6ab642d69d vp9mc/x86: simplify a few inits. 9 years ago
Ronald S. Bultje 3a09494939 vp9mc/x86: add 16px functions (64bit only). 9 years ago
Anton Khirnov 89466de4ae vp9/x86: rename vp9dsp to vp9mc 9 years ago
Anton Khirnov 89aebc5bcc lavc: align the linesize to 32 when AVX is enabled 9 years ago
Christophe Gisquet 3c504bc359 x86: deduplicate some constants 9 years ago
Anton Khirnov d3e4d406b0 h264dec: reset nb_slice_ctx_queued for hwaccel decoding 9 years ago
Diego Biurrun 3ccec334b8 sbrdsp: Move a misplaced #endif directive to the right spot 9 years ago
Diego Biurrun e723dce6f8 dvbsubdec: Use NULL instead of 0 as pointer value 9 years ago
Martin Storsjö 9806b9ab5c Revert "Don't use expressions with side effects in macro parameters" 9 years ago
Martin Storsjö 25bacd0a0c Don't use expressions with side effects in macro parameters 9 years ago
Martin Storsjö 7ebdffc353 dxv: Check to make sure we don't overrun buffers on corrupt inputs 9 years ago
Anton Khirnov e328178da9 qsvdec: only access hwaccel_context is the pixel format is QSV 9 years ago
Anton Khirnov 5ebef79abe Fix instances of broken indentation found by gcc 6 9 years ago
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