- 23 Mar, 2017 40 commits
-
-
James Almer authored
* commit 'b89804da': x86: videodsp: Add parentheses to expression to work around warning Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'da4f8c8e': fate: Update filter-pixfmts-scale gbrap12le hash missing from be9dba5c This commit is a noop. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'dd5d4a0e': checkasm: aarch64: Don't clobber x29 in checkasm_stack_clobber Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '7911186e': emms: Give apriv_emms_yasm() a more general name Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'be9dba5c': swscale: Properly load alpha for planar rgb This commit is a noop, see 4170a44b df36257aMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'd3257162': build: Add VSX-OBJS to SUBDIR_VARS Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '58224dc5': ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectories Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '0cf86fab': vaapi_encode: Write sequence header as extradata This commit is a noop. It has already been cherry-picked in 51020adcMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f9bb356e': vaapi_h265: Include header for slice types Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '6be7944e': x86: Add missing colons after assembly labels Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2816f8a8': build: Drop arch-specific checkasm Makefiles Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '93d5b022': build: Drop duplicate asm recipe Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c91d6a33': checkasm: aarch64: Add filler args to make sure all parameters are passed on the stack Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f1b3e131': checkasm: aarch64: Clobber the stack before calling functions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a05cc561': checkasm: arm/aarch64: Fix the amount of space reserved for stack parameters Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8e2ea691': lavf: use the new bitstream filter for extracting extradata Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '89b35a13': lavc: add a bitstream filter for extracting extradata from packets Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f6e2f8a9': hevcdec: move parameter set parsing into a separate header Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '150c896a': hevcdec: split ff_hevc_diag_scan* declarations into a separate header Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
It was lost as part of a merge in 6397815b.
-
James Almer authored
* commit '645c6ff4': hevcdec: drop the prototype of a non-existing function This commit is a noop. The prototype in question is not in our tree. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'c359d624': hevcdec: move decoder-independent declarations into a separate header Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
No need to include config.h for HAVE_BIGENDIAN when libavutil/avconfig.h is already included.
-
Timo Rothenpieler authored
-
Timo Rothenpieler authored
-
Clément Bœsch authored
* commit '4abe3b04': hevc: rename hevc.[ch] to hevcdec.[ch] Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '6c31ba22': avformat/matroska: fix MatroskaVideoFieldOrder enum values This commit is a noop, see dc781459Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '20b75970': file protocol: handle the file: protocol string in file_check This commit is a noop, see 77015443Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '7d8d726b': rtmpproto: Don't include a client version in the unencrypted C1 handshake Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '9f23f77a': rtmpproto: Don't include the libavformat version as "clientid" Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '8b5e0d17': rtmpproto: Send chunk size on the network channel Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'd6ded940': rtmpproto: Lengthen the filename buffer when receiving streams Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '7395784b': rtmpproto: Check the return from ff_amf_read_string Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'c9527bf3': Make the RELEASE file match with the most recent tag This commit is noop. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '881477c7': swscale: Add the GBRAP12 output Add GBRAP12 pixel format support swscale: Enable GBRP12 output swscale: x86: Add some forgotten 12-bit planar YUV cases swscale: Add input support for 12-bit formats This merge is noop, these commits are recrafted cherry-picks from FFmpeg. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '1e93aa69': Add GBRP12 pixel format support This commit is a noop, see e9757066Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'e7e5be86': APIchanges: Expand the name of recently added pixel formats This commit is a noop, we don't have this entry. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '14e7e19a': lavc: bsf: Document input/output codecparam alloc/init process Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'eb542106': swscale: Add missing yuv444p12 swapping This commit is a noop, these pixel formats were introduced long ago and present in the switch case. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '112cee02': hevc: Add SSE2 and AVX IDCT Merged-by: Clément Bœsch <u@pkh.me>
-