summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevc: add missing hevc.h headerJames Almer2017-03-231-0/+65
* Merge commit '645c6ff4231a75a71db58c8e6d06346068d2f949'James Almer2017-03-230-0/+0
|\
| * hevcdec: drop the prototype of a non-existing functionAnton Khirnov2016-10-161-2/+0
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-2314-277/+242
|\ \ | |/
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-1612-190/+220
* | avcodec/bytestream: check for AV_HAVE_BIGENDIAN instead of HAVE_BIGENDIANJames Almer2017-03-231-1/+1
* | avcodec/nvenc: apply quantization factors to cqpTimo Rothenpieler2017-03-231-3/+5
* | avcodec/nvenc: Deprecate usage of global_quality, introducing qpTimo Rothenpieler2017-03-235-6/+17
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144'Clément Bœsch2017-03-2325-27/+27
|\ \ | |/
| * hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-1622-24/+24
* | Merge commit '6c31ba226968f12f898120dbb928dab34e03782b'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer2016-10-162-3/+3
* | Merge commit '20b75970e43a030f959b17ff2dfd561174b6f24e'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * file protocol: handle the file: protocol string in file_checkAnton Khirnov2016-10-161-1/+6
* | Merge commit '7d8d726be7dc46343ab1c98c339c1ed44bcb07c1'Clément Bœsch2017-03-231-4/+1
|\ \ | |/
| * rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-141-4/+1
* | Merge commit '9f23f77a532ca9c2b7dc4b5328bc413e4f6f5b56'Clément Bœsch2017-03-231-3/+0
|\ \ | |/
| * rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-141-3/+0
* | Merge commit '8b5e0d17e70400eaf5dc3845b5c1df8b2b88d830'Clément Bœsch2017-03-231-1/+1
|\ \ | |/
| * rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-141-1/+1
* | Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'Clément Bœsch2017-03-231-1/+1
|\ \ | |/
| * rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-141-1/+1
* | Merge commit '7395784ba72742b6daa62d35db4028e09f3fdf06'Clément Bœsch2017-03-231-0/+7
|\ \ | |/
| * rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-141-0/+7
* | Merge commit 'c9527bf3444c5332fa04931d32997308784fc862'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * Make the RELEASE file match with the most recent tagSean McGovern2016-10-141-1/+1
* | Merge commit '881477c77bb10c3c62fda111b0f1f3554968bc78'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * swscale: Add the GBRAP12 outputLuca Barbato2016-10-128-2/+14
| * Add GBRAP12 pixel format supportKieran Kunhya2016-10-128-1/+45
| * swscale: Enable GBRP12 outputLuca Barbato2016-10-128-2/+14
| * swscale: x86: Add some forgotten 12-bit planar YUV casesMichael Niedermayer2016-10-122-2/+6
| * swscale: Add input support for 12-bit formatsMichael Niedermayer2016-10-125-3/+43
* | Merge commit '1e93aa69a60815d1407a6c34d8da3f83ab193ad5'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * Add GBRP12 pixel format supportMichael Niedermayer2016-10-124-1/+33
* | Merge commit 'e7e5be8635c1cf0588d2a07e59374135de6da55a'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * APIchanges: Expand the name of recently added pixel formatsVittorio Giovara2016-10-121-1/+1
* | Merge commit '14e7e19a90e9b45db7adeb4d40e7f16aa7404f28'Clément Bœsch2017-03-231-2/+5
|\ \ | |/
| * lavc: bsf: Document input/output codecparam alloc/init processVittorio Giovara2016-10-121-2/+5
* | Merge commit 'eb542106029a9b28b4f76ff7c181eb4f542da9c4'Clément Bœsch2017-03-230-0/+0
|\ \ | |/
| * swscale: Add missing yuv444p12 swappingVittorio Giovara2016-10-122-1/+5
* | Merge commit '112cee0241f5799edff0e4682b9e8639b046dc78'Clément Bœsch2017-03-233-43/+811
|\ \ | |/
| * hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-112-30/+811
* | avcodec/videotoolboxenc: remove unused atomic headerJames Almer2017-03-231-1/+0
* | avcodec/mediacodec: convert to stdatomicJames Almer2017-03-234-13/+11
* | avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 ...Michael Niedermayer2017-03-231-2/+2
* | avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be rep...Michael Niedermayer2017-03-231-1/+1
* | avcodec/tiff: Check geotag count for being non zeroMichael Niedermayer2017-03-231-1/+2
* | hls: consistent use of user_agentJan Berkel2017-03-231-3/+3
* | Merge commit 'e3f941cb03b139b866a0ad6dc95fbe1b247d54af'Clément Bœsch2017-03-231-1/+33
|\ \ | |/
| * checkasm: add a test for HEVC IDCTAlexandra Hájková2016-10-111-1/+33