summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Drop duplicate asm recipeDiego Biurrun2016-10-17
* checkasm: aarch64: Add filler args to make sure all parameters are passed on ...Martin Storsjö2016-10-16
* checkasm: aarch64: Clobber the stack before calling functionsMartin Storsjö2016-10-16
* checkasm: arm/aarch64: Fix the amount of space reserved for stack parametersMartin Storsjö2016-10-16
* lavf: use the new bitstream filter for extracting extradataAnton Khirnov2016-10-16
* lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov2016-10-16
* hevcdec: move parameter set parsing into a separate headerAnton Khirnov2016-10-16
* hevcdec: split ff_hevc_diag_scan* declarations into a separate headerAnton Khirnov2016-10-16
* hevcdec: drop the prototype of a non-existing functionAnton Khirnov2016-10-16
* hevcdec: move decoder-independent declarations into a separate headerAnton Khirnov2016-10-16
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-16
* avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer2016-10-16
* file protocol: handle the file: protocol string in file_checkAnton Khirnov2016-10-16
* rtmpproto: Don't include a client version in the unencrypted C1 handshakeMartin Storsjö2016-10-14
* rtmpproto: Don't include the libavformat version as "clientid"Martin Storsjö2016-10-14
* rtmpproto: Send chunk size on the network channelMartin Storsjö2016-10-14
* rtmpproto: Lengthen the filename buffer when receiving streamsMartin Storsjö2016-10-14
* rtmpproto: Check the return from ff_amf_read_stringMartin Storsjö2016-10-14
* Make the RELEASE file match with the most recent tagSean McGovern2016-10-14
* swscale: Add the GBRAP12 outputLuca Barbato2016-10-12
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-12
* swscale: Enable GBRP12 outputLuca Barbato2016-10-12
* swscale: x86: Add some forgotten 12-bit planar YUV casesMichael Niedermayer2016-10-12
* swscale: Add input support for 12-bit formatsMichael Niedermayer2016-10-12
* Add GBRP12 pixel format supportMichael Niedermayer2016-10-12
* APIchanges: Expand the name of recently added pixel formatsVittorio Giovara2016-10-12
* lavc: bsf: Document input/output codecparam alloc/init processVittorio Giovara2016-10-12
* swscale: Add missing yuv444p12 swappingVittorio Giovara2016-10-12
* hevc: Add SSE2 and AVX IDCTAlexandra Hájková2016-10-11
* checkasm: add a test for HEVC IDCTAlexandra Hájková2016-10-11
* aarch64: Add missing sign extension in ff_h264_idct8_add_neonMartin Storsjö2016-10-10
* nvenc: Fix error logYogender Gupta2016-10-09
* nvenc: Force high_444 profile for 444 inputYogender Gupta2016-10-07
* Revert "hevc: x86: Refactor IDCT macro declarations"Anton Khirnov2016-10-06
* h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-06
* configure: #include stdint.h as part of libxavs testDiego Biurrun2016-10-06
* hevc: x86: Refactor IDCT macro declarationsDiego Biurrun2016-10-06
* d3d11va: Use the proper decoding slice indexSteve Lhomme2016-10-05
* vp9lpf/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2016-10-04
* vp9lpf/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2016-10-04
* vp9lpf/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2016-10-04
* vp9lpf/x86: move variable assigned inside macro branch.Ronald S. Bultje2016-10-04
* vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2016-10-04
* vp9lpf/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2016-10-04