43571 Commits (24a362569bff1d4161742fffaca80a4a4428be8a)
 

Author SHA1 Message Date
Anton Khirnov 24a362569b buffer: fix av_buffer_realloc() when the data is offset wrt buffer start 8 years ago
Ronald S. Bultje e99ecda550 checkasm: add vp9 MC tests. 8 years ago
Ronald S. Bultje 9790b44a89 vp9mc/x86: sse2 MC assembly. 8 years ago
James Almer 67922b4ee4 vp9mc/x86: add AVX and AVX2 MC 8 years ago
Clément Bœsch 3cda179f18 vp9mc/x86: rename ff_* to ff_vp9_* 8 years ago
James Almer 8be8444d01 vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 8 years ago
Clément Bœsch 6ab642d69d vp9mc/x86: simplify a few inits. 8 years ago
Ronald S. Bultje 3a09494939 vp9mc/x86: add 16px functions (64bit only). 8 years ago
Anton Khirnov 89466de4ae vp9/x86: rename vp9dsp to vp9mc 8 years ago
Anton Khirnov 89aebc5bcc lavc: align the linesize to 32 when AVX is enabled 8 years ago
James Almer 63ac8e2d93 lavu: add LOCAL_ALIGNED_32 8 years ago
Christophe Gisquet 3c504bc359 x86: deduplicate some constants 8 years ago
Anton Khirnov d3e4d406b0 h264dec: reset nb_slice_ctx_queued for hwaccel decoding 8 years ago
Michael Niedermayer e5b019725f m4vdec: Check for non-startcode 00 00 00 sequences in probe 8 years ago
Diego Biurrun 3ccec334b8 sbrdsp: Move a misplaced #endif directive to the right spot 8 years ago
Diego Biurrun e723dce6f8 dvbsubdec: Use NULL instead of 0 as pointer value 8 years ago
Martin Storsjö fc94a1acc2 Revert "libavutil: Use an intermediate variable in AV_COPY*U" 8 years ago
Martin Storsjö 9806b9ab5c Revert "Don't use expressions with side effects in macro parameters" 8 years ago
Martin Storsjö f79d847400 intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64 8 years ago
Martin Storsjö 230b1c070b intreadwrite: Add intermediate variables in the byteswise AV_W*() macros 8 years ago
Martin Storsjö 014773b66b libavutil: Use an intermediate variable in AV_COPY*U 8 years ago
Martin Storsjö 25bacd0a0c Don't use expressions with side effects in macro parameters 8 years ago
Martin Storsjö 7ebdffc353 dxv: Check to make sure we don't overrun buffers on corrupt inputs 8 years ago
Anton Khirnov e328178da9 qsvdec: only access hwaccel_context is the pixel format is QSV 8 years ago
Anton Khirnov ed1cd81076 flac demuxer: improve probing 8 years ago
Anton Khirnov 5ebef79abe Fix instances of broken indentation found by gcc 6 8 years ago
Diego Biurrun 5ed4644d6d x11grab: Rename internal component to "xcbgrab" 8 years ago
Diego Biurrun 4fef648d10 Remove the legacy X11 screen grabber 8 years ago
Luca Barbato 8495d84f01 ac3dec: Add some inline hints 8 years ago
Luca Barbato 3db51bf671 ac3dec: Simplify skipping 8 years ago
Luca Barbato f0ccc65bc9 ac3dec: Split coupling-specific code from decode_audio_block() 8 years ago
Luca Barbato a5ebe5d121 ac3dec: Split spx-specific code from decode_audio_block() 8 years ago
Luca Barbato 2ac00d2d1d mov: Validate the ID number 8 years ago
Anton Khirnov a115eb9e75 mimic: do not release the newly obsolete reference at the end of decoding 8 years ago
Diego Biurrun ae90119c67 configure: Simplify license incompatibility check 8 years ago
Diego Biurrun e46a6fb773 avconv: Check that muxing_queue exists before reading from it 8 years ago
Martin Storsjö 100fb0ddfd configure: Allow detecting and using LLVM lld-link as linker for windows 8 years ago
Martin Storsjö 79fb069299 configure: Move defines for controlling MSVCRT headers to the CRT detection section 8 years ago
Martin Storsjö 56af0bc10f configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block 8 years ago
Diego Biurrun 48b80f8393 hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary 8 years ago
Luca Barbato 40ad05bab2 checkasm: Cast unsigned to signed 8 years ago
Luca Barbato b183abfb5b vpx: Support color range 8 years ago
Anton Khirnov ad71d3276f lavfi: add a QSV deinterlacing filter 8 years ago
Anton Khirnov 8e07c22e50 qsvenc: print warnings from encode/init 8 years ago
Anton Khirnov 0956fd4606 qsvenc: do not re-execute encoding on all positive status codes 8 years ago
Anton Khirnov 95414eb2dc qsv: print more complete error messages 8 years ago
Anton Khirnov d9ec3c6014 qsvenc: take only the allocated dimensions from the frames context 8 years ago
Anton Khirnov 37a9015ee8 qsvenc: add support for p010 8 years ago
Anton Khirnov 21962261c7 qsv: handle the semi-packed formats in map_fourcc as well 8 years ago
Anton Khirnov f65285aba0 lavc: set sw_pix_fmt for hwaccel encoding 8 years ago