summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/proresdec : add 12b decodingMartin Vignali2018-12-021-5/+30
* avcodec/proresdec : add 12b prores idctMartin Vignali2018-12-023-3/+45
* avcodec/proresdec : add unpack alpha 12 funcMartin Vignali2018-12-021-6/+41
* avcodec/proresdec : make inline func for unpack alphaMartin Vignali2018-12-021-4/+12
* avcodec/proresdec : put unpack alpha func in prores ctxMartin Vignali2018-12-022-47/+54
* avcodec/proresdsp indent after prev commitMartin Vignali2018-12-022-10/+10
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-027-18/+28
* avcodec/proresdec : move dsp init after codec tag checkMartin Vignali2018-12-021-9/+9
* avcodec/proresdsp : remove unused valueMartin Vignali2018-12-021-1/+0
* avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi...Martin Vignali2018-12-021-0/+4
* lavc/kvazaar: fix auto thread flag in kvazaar wrapper.Jun Zhao2018-12-021-1/+1
* avcodec: add PCM-DVD encoderPaul B Mahol2018-12-014-1/+200
* avcodec/hevcdec: Check for overlapping slicesMichael Niedermayer2018-12-012-0/+5
* avcodec/truemotion2rt: Fix rounding in input size checkMichael Niedermayer2018-12-011-1/+1
* avcodec/mips: [loongson] refine optimization in h264_chroma.Shiyou Yin2018-12-011-544/+426
* avformat/ac3dec: always skip junk bytes before sync bytesPaul B Mahol2018-11-301-3/+17
* lavc/qsvenc: assert uninitialized pict_typeLinjie Fu2018-11-301-0/+2
* lavc/qsvenc: add forced_idr optionZhong Li2018-11-302-0/+9
* lavc/qsvenc: enable ICQ and ICQ_LA on LinuxZhong Li2018-11-301-1/+1
* lavc/libaomenc: Add a maximum constraint of 64 encoder threads.Jun Zhao2018-11-291-1/+2
* avcodec/libdav1d: add an option to toggle Film GrainJames Almer2018-11-281-0/+3
* avcodec/libdav1d: read profile from the sequence header referenced by the oup...James Almer2018-11-281-9/+1
* avcodec/libdav1d: use constants defined in the public API to limit thread countJames Almer2018-11-281-2/+2
* avcodec/libdav1d: remove init cleanup internal codec capJames Almer2018-11-281-2/+1
* Revert "libopus: Add channel mapping 2 support in libopusdec"Rostislav Pehlivanov2018-11-281-29/+10
* Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel...Rostislav Pehlivanov2018-11-281-22/+0
* avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2Felicia Lim2018-11-291-0/+22
* avcodec/opus: check if internal is availablePaul B Mahol2018-11-281-1/+3
* avcodec/opus: set skip_samplesPaul B Mahol2018-11-281-1/+2
* avcodec/diracdec: Check component quantMichael Niedermayer2018-11-271-0/+5
* avcodec/tiff: Fix integer overflows in left shift in init_image()Michael Niedermayer2018-11-271-6/+6
* lavc/jrevdct: Avoid an aliasing violation.Carl Eugen Hoyos2018-11-271-8/+9
* avcodec/libaomenc: increase the default bitrateJames Almer2018-11-261-0/+1
* avcodec/tiff: Limit filtering to decoded dataMichael Niedermayer2018-11-261-3/+6
* avcodec/libdav1d: update the API usage after upstream changesJames Almer2018-11-251-45/+21
* avcodec/eac3dec: remove obsolete commentPaul B Mahol2018-11-251-6/+0
* libavcodec/libdavs2.c: Fix for the wrong line size is usedLimin Wang2018-11-251-1/+1
* avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer2018-11-241-3/+3
* avcodec: add truehd_core bitstream filterPaul B Mahol2018-11-234-1/+187
* cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt2018-11-222-11/+23
* avcodec/truemotion2: Check huffman code max bitsMichael Niedermayer2018-11-211-5/+14
* avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444Marton Balint2018-11-191-0/+2
* libvpxenc,cosmetics: fix { placementJames Zern2018-11-191-2/+1
* avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans2018-11-191-0/+81
* libaomenc: Drop unused noise-sensitivity optionMark Thompson2018-11-181-2/+0
* avcodec/scpr: add version 3 supportPaul B Mahol2018-11-184-308/+1696
* vaapi_encode_h265: Reduce SAR to valid rangeMark Thompson2018-11-181-5/+7
* vaapi_encode_h264: Reduce SAR to valid rangeMark Thompson2018-11-181-5/+7
* h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt2018-11-181-14/+26
* avcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs wi...James Almer2018-11-181-10/+6
OpenPOWER on IntegriCloud