43827 Commits (2816f8a8bb33bd67fec5e94f5d357918caf4e055)
 

Author SHA1 Message Date
Diego Biurrun 2816f8a8bb build: Drop arch-specific checkasm Makefiles 8 years ago
Diego Biurrun 93d5b022a9 build: Drop duplicate asm recipe 8 years ago
Martin Storsjö c91d6a33f8 checkasm: aarch64: Add filler args to make sure all parameters are passed on the stack 8 years ago
Martin Storsjö f1b3e13138 checkasm: aarch64: Clobber the stack before calling functions 8 years ago
Martin Storsjö a05cc56124 checkasm: arm/aarch64: Fix the amount of space reserved for stack parameters 8 years ago
Anton Khirnov 8e2ea69135 lavf: use the new bitstream filter for extracting extradata 8 years ago
Anton Khirnov 89b35a139e lavc: add a bitstream filter for extracting extradata from packets 8 years ago
Anton Khirnov f6e2f8a9ff hevcdec: move parameter set parsing into a separate header 8 years ago
Anton Khirnov 150c896a9e hevcdec: split ff_hevc_diag_scan* declarations into a separate header 8 years ago
Anton Khirnov 645c6ff423 hevcdec: drop the prototype of a non-existing function 8 years ago
Anton Khirnov c359d624d3 hevcdec: move decoder-independent declarations into a separate header 8 years ago
Anton Khirnov 4abe3b049d hevc: rename hevc.[ch] to hevcdec.[ch] 8 years ago
James Almer 6c31ba2269 avformat/matroska: fix MatroskaVideoFieldOrder enum values 8 years ago
Anton Khirnov 20b75970e4 file protocol: handle the file: protocol string in file_check 8 years ago
Martin Storsjö 7d8d726be7 rtmpproto: Don't include a client version in the unencrypted C1 handshake 8 years ago
Martin Storsjö 9f23f77a53 rtmpproto: Don't include the libavformat version as "clientid" 8 years ago
Martin Storsjö 8b5e0d17e7 rtmpproto: Send chunk size on the network channel 8 years ago
Martin Storsjö d6ded94036 rtmpproto: Lengthen the filename buffer when receiving streams 8 years ago
Martin Storsjö 7395784ba7 rtmpproto: Check the return from ff_amf_read_string 8 years ago
Sean McGovern c9527bf344 Make the RELEASE file match with the most recent tag 8 years ago
Luca Barbato 881477c77b swscale: Add the GBRAP12 output 8 years ago
Kieran Kunhya 81f1f6c3f6 Add GBRAP12 pixel format support 8 years ago
Luca Barbato ef3740c3a0 swscale: Enable GBRP12 output 8 years ago
Michael Niedermayer f59750641a swscale: x86: Add some forgotten 12-bit planar YUV cases 8 years ago
Michael Niedermayer 328ea6a9a5 swscale: Add input support for 12-bit formats 8 years ago
Michael Niedermayer 1e93aa69a6 Add GBRP12 pixel format support 8 years ago
Vittorio Giovara e7e5be8635 APIchanges: Expand the name of recently added pixel formats 8 years ago
Vittorio Giovara 14e7e19a90 lavc: bsf: Document input/output codecparam alloc/init process 8 years ago
Vittorio Giovara eb54210602 swscale: Add missing yuv444p12 swapping 8 years ago
Alexandra Hájková 112cee0241 hevc: Add SSE2 and AVX IDCT 8 years ago
Alexandra Hájková e3f941cb03 checkasm: add a test for HEVC IDCT 8 years ago
Martin Storsjö 9b2ccafb48 aarch64: Add missing sign extension in ff_h264_idct8_add_neon 8 years ago
Yogender Gupta cbd84b8a51 nvenc: Fix error log 8 years ago
Yogender Gupta da2848375a nvenc: Force high_444 profile for 444 input 8 years ago
Anton Khirnov e4128c08d7 Revert "hevc: x86: Refactor IDCT macro declarations" 8 years ago
Diego Biurrun 5801f9ed24 h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d70f46c582397da7f 8 years ago
Diego Biurrun 20abcaa273 configure: #include stdint.h as part of libxavs test 8 years ago
Diego Biurrun d9dccc0389 hevc: x86: Refactor IDCT macro declarations 8 years ago
Steve Lhomme be630b1e08 d3d11va: Use the proper decoding slice index 8 years ago
Ronald S. Bultje 715f139c9b vp9lpf/x86: make filter_16_h work on 32-bit. 8 years ago
Ronald S. Bultje 8915320db9 vp9lpf/x86: make filter_48/84/88_h work on 32-bit. 8 years ago
Ronald S. Bultje 725a216481 vp9lpf/x86: make filter_44_h work on 32-bit. 8 years ago
Ronald S. Bultje 5bfa96c4b3 vp9lpf/x86: make filter_16_v work on 32-bit. 8 years ago
Ronald S. Bultje b905e8d2fe vp9lpf/x86: make filter_48/84_v work on 32-bit. 8 years ago
Ronald S. Bultje 37637e6590 vp9lpf/x86: make filter_88_v work on 32-bit. 8 years ago
Ronald S. Bultje be10834bd9 vp9lpf/x86: make filter_44_v work on 32-bit. 8 years ago
Ronald S. Bultje 7c62891efe vp9lpf/x86: save one register in SIGN_ADD/SUB. 8 years ago
Ronald S. Bultje c6375a83d1 vp9lpf/x86: store unpacked intermediates for filter6/14 on stack. 8 years ago
Ronald S. Bultje 4ce8ba72f9 vp9lpf/x86: move variable assigned inside macro branch. 8 years ago
Ronald S. Bultje e4961035b2 vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 8 years ago