summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* bink: Have function pointer prototype match implementationDiego Biurrun2016-11-021-1/+3
* idct: Have function pointer prototype match implementationDiego Biurrun2016-11-021-3/+5
* aactab: Move extern keyword to the front of array declarationsDiego Biurrun2016-11-021-2/+2
* qsv: Be informative when reporting that no data has been consumedLuca Barbato2016-10-301-1/+1
* Use avpriv_request_sample() where appropriateDiego Biurrun2016-10-292-13/+4
* srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-281-1/+1
* dxtory: Drop nonsense ISO C printf conversion specifiers for standard typesDiego Biurrun2016-10-281-3/+3
* Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-285-12/+14
* hap: Adjust printf length modifiers to match variable typesDiego Biurrun2016-10-281-1/+1
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-285-10/+10
* dnxhdenc: Drop pointless, commented-out debug outputDiego Biurrun2016-10-271-9/+0
* h264_loopfilter: Do not print value of uninitialized variableDiego Biurrun2016-10-271-1/+1
* mpegaudio: Do not print value of uninitialized variableDiego Biurrun2016-10-271-2/+2
* vaapi_decode: Remove vestigial unmap codeMark Thompson2016-10-241-4/+1
* vaapi_decode: Clear parameter buffers to fix picture reuseMark Thompson2016-10-241-0/+1
* vaapi_h264: fix RefPicList[] field flags.Gwenole Beauchesne2016-10-241-1/+2
* hevc: x86: Add add_residual() SIMD optimizationsPierre Edouard Lepere2016-10-224-4/+416
* lavu: Add JEDEC P22 color primariesVittorio Giovara2016-10-212-1/+2
* hevc: factor out a repeated conditionAnton Khirnov2016-10-211-12/+8
* hevc: move the SliceType enum to hevc.hAnton Khirnov2016-10-217-52/+54
* audiodsp: x86: Remove pointless header fileDiego Biurrun2016-10-192-26/+3
* x86: videodsp: Add parentheses to expression to work around warningDiego Biurrun2016-10-191-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
* vaapi_h265: Include header for slice typesMark Thompson2016-10-171-1/+1
* x86: Add missing colons after assembly labelsDiego Biurrun2016-10-176-13/+13
* lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov2016-10-164-2/+304
* hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-167-302/+339
* 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
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-1610-151/+180
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-1620-22/+22
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-121-0/+2
* lavc: bsf: Document input/output codecparam alloc/init processVittorio Giovara2016-10-121-2/+5
* hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-112-30/+811
* 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
* Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-061-11/+23
* h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-062-66/+76
* hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-061-23/+11
* d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-053-5/+11
* vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2016-10-042-41/+154
* vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2016-10-042-26/+48
* vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2016-10-042-66/+78
* vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2016-10-042-40/+99
* vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2016-10-042-7/+9
* vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2016-10-042-48/+109
* vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2016-10-042-59/+100
* vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2016-10-041-14/+14
OpenPOWER on IntegriCloud