summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'Clément Bœsch2017-03-242-1/+2
|\
| * lavu: Add JEDEC P22 color primariesVittorio Giovara2016-10-212-1/+2
| * hevc: factor out a repeated conditionAnton Khirnov2016-10-211-12/+8
* | Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f'James Almer2017-03-239-59/+61
|\ \ | |/
| * hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-217-52/+54
| * audiodsp: x86: Remove pointless header fileDiego Biurrun2016-10-192-26/+3
* | Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9'James Almer2017-03-231-1/+1
|\ \ | |/
| * x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun2016-10-191-1/+1
* | Merge commit '58224dc5f3d4fea40a8d55cca87291a960c11622'James Almer2017-03-232-1/+1
|\ \ | |/
| * ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectoriesDiego Biurrun2016-10-182-1/+1
| * vaapi_encode: Write sequence header as extradataMark Thompson2016-10-172-0/+24
* | Merge commit 'f9bb356e0eb38ab4df32df8276b71a0b2626538f'James Almer2017-03-231-1/+1
|\ \ | |/
| * vaapi_h265: Include header for slice typesMark Thompson2016-10-171-1/+1
* | Merge commit '6be7944ee2ec2f045e6eb9a93237e992c8b20ac4'James Almer2017-03-231-1/+1
|\ \ | |/
| * x86: Add missing colons after assembly labelsDiego Biurrun2016-10-176-13/+13
* | Merge commit '89b35a139e838deeb32ec20d8d034c81014401d0'James Almer2017-03-234-1/+303
|\ \ | |/
| * lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov2016-10-164-2/+304
* | Merge commit 'f6e2f8a9ffda2247bffba991450990d075ea68e3'James Almer2017-03-237-330/+366
|\ \ | |/
| * hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-167-302/+339
* | Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153'James Almer2017-03-238-6/+37
|\ \ | |/
| * hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov2016-10-167-6/+36
| * hevcdec: drop the prototype of a non-existing functionAnton Khirnov2016-10-161-2/+0
* | avcodec/hevc: add missing hevc.h headerJames Almer2017-03-231-0/+65
* | Merge commit 'c359d624d3efc3fd1d83210d78c4152bd329b765'James Almer2017-03-2312-238/+202
|\ \ | |/
| * hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-1610-151/+180
* | 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-2323-25/+25
|\ \ | |/
| * hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-1620-22/+22
| * Add GBRAP12 pixel format supportKieran Kunhya2016-10-121-0/+2
* | 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 '112cee0241f5799edff0e4682b9e8639b046dc78'Clément Bœsch2017-03-232-43/+810
|\ \ | |/
| * 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
* | Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b'Clément Bœsch2017-03-231-0/+1
|\ \ | |/
| * aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-101-0/+1
| * nvenc: Fix error logYogender Gupta2016-10-091-1/+1
| * nvenc: Force high_444 profile for 444 inputYogender Gupta2016-10-071-0/+5
* | Merge commit 'e4128c08d786eb5513578e8c6063671ba03226ab'Clément Bœsch2017-03-231-12/+39
|\ \ | |/
| * Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-061-11/+23
* | Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'Clément Bœsch2017-03-232-66/+76
|\ \ | |/
| * h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-062-66/+76
* | Merge commit 'd9dccc03890a976dba59d66ed3b5aceeaa33d14c'Clément Bœsch2017-03-231-39/+12
|\ \ | |/
| * hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-061-23/+11
OpenPOWER on IntegriCloud