summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Factor constant computation out of inner loopMichael Niedermayer2017-04-111-1/+2
* avcodec/dnxhddec: fix -Wformat warning raised by DJGPPJames Almer2017-04-111-1/+1
* avcodec/lcldec: mark output frames as keyframesPaul B Mahol2017-04-111-0/+3
* avcodec/lcldec: add support for frame threadsPaul B Mahol2017-04-111-3/+14
* avcodec/dnxhddec: add support for very big resolutionsPaul B Mahol2017-04-112-4/+8
* Revert "avcodec/svq1: zero initialize entries array"Clément Bœsch2017-04-101-2/+2
* avcodec/pixlet: Reorder rlen checkMichael Niedermayer2017-04-101-1/+1
* avcodec/mjpegenc_huffman: Assert length in ff_mjpegenc_huffman_compute_bits()Michael Niedermayer2017-04-101-0/+2
* mpegvideo_enc: disable optimized huffman coding with AMV or slice threadsRostislav Pehlivanov2017-04-091-0/+3
* Revert "mjpegenc: disable huffman coding with AMV"Michael Niedermayer2017-04-091-3/+0
* avcodec/hevcdec: remove duplicate extradata parsing functionJames Almer2017-04-092-56/+7
* avcodec/hevc_parse: split build dependenciesJames Almer2017-04-091-5/+6
* avcodec/hevc_parse: allow setting apply_defdispwin when decoding SPS NAL unitsJames Almer2017-04-093-9/+9
* avcodec/hevc_parse: check for parameter set decoding failureJames Almer2017-04-091-7/+25
* avcodec/svq1: zero initialize entries arrayJames Almer2017-04-091-2/+2
* Merge commit 'e1dc5358af0dadef548114ec9cabba766b7c6260'James Almer2017-04-091-9/+7
|\
| * build: Create a component for MPEG audio header decodingDiego Biurrun2016-12-051-6/+4
* | Merge commit '0fdc9f81a00f0f32eb93c324bad65d8014deb4dd'Clément Bœsch2017-04-091-1/+2
|\ \ | |/
| * build: Add missing hevc_ps dependency for QSV HEVC encoderDiego Biurrun2016-12-051-1/+2
| * mimic: Convert to the new bitstream readerAlexandra Hájková2016-12-031-12/+12
| * metasound: Convert to the new bitstream readerAlexandra Hájková2016-12-031-22/+22
| * lagarith: Convert to the new bitstream readerAlexandra Hájková2016-12-033-19/+21
| * indeo: Convert to the new bitstream readerAlexandra Hájková2016-12-036-196/+206
| * imc: Convert to the new bitstream readerAlexandra Hájková2016-12-031-22/+23
| * webp: Convert to the new bitstream readerAlexandra Hájková2016-12-031-56/+50
| * mpeg4audio: correctly propagate meaningful error valuesJames Almer2016-12-021-4/+5
* | avcodec/hqx: add support for frame threadsPaul B Mahol2017-04-091-2/+8
* | avcodec/cllc: add support for frame threadsPaul B Mahol2017-04-091-4/+20
* | avcodec/dcadsp: Fix runtime error: signed integer overflowMichael Niedermayer2017-04-091-1/+1
* | mjpegenc: enable optimal huffman coding by defaultRostislav Pehlivanov2017-04-091-1/+1
* | mjpegenc: disable huffman coding with AMVRostislav Pehlivanov2017-04-091-0/+3
* | mjpegenc_common: check for codec ID before using avctx->priv_dataRostislav Pehlivanov2017-04-081-3/+7
* | Merge commit 'd82d5379caca21005d8906829b35361c4a65408e'Clément Bœsch2017-04-081-1/+1
|\ \ | |/
| * mmaldec: initialize refcount using atomic_init()Wan-Teh Chang2016-12-021-1/+1
* | Merge commit '5168026a05258537f1c48ca95c1776b1554997f4'Clément Bœsch2017-04-081-5/+5
|\ \ | |/
| * options_table: Do not rely on enum size as option boundVittorio Giovara2016-12-021-6/+6
* | Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'Clément Bœsch2017-04-082-6/+8
|\ \ | |/
| * lavc: Use a stricter check for the color properties valuesVittorio Giovara2016-12-022-6/+8
* | Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269'Clément Bœsch2017-04-082-6/+2
|\ \ | |/
| * cabac: x86: Give optimizations header a more meaningful nameDiego Biurrun2016-12-012-6/+2
| * aarch64: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and...Martin Storsjö2016-11-301-5/+56
| * arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2016-11-301-9/+66
| * arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combinationMartin Storsjö2016-11-301-1/+1
| * vp9dsp: add DC only versions for idct/idct.Clément Bœsch2016-11-301-8/+24
| * hevc: Eliminate pointless variable indirectionDiego Biurrun2016-11-301-3/+1
* | Merge commit '5c89022542ce8521d89ef58858342a7bc1c3cd0d'Clément Bœsch2017-04-081-1/+1
|\ \ | |/
| * hevc: Drop pointless av_unused attributeDiego Biurrun2016-11-301-1/+1
* | Merge commit '0983f9117f31521643162cb85380672495a9de1b'Clément Bœsch2017-04-081-5/+0
|\ \ | |/
| * metasound: Drop unused tablesDiego Biurrun2016-11-301-183/+0
* | opusenc: switch between intra/inter mode for coarse energyRostislav Pehlivanov2017-04-082-9/+28