summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pnm_parser: Factor out next/index compensationMichael Niedermayer2019-04-101-6/+4
* avcodec/pnm_parser: Factor next initialization outMichael Niedermayer2019-04-101-2/+1
* avcodec/pnm_parser: Support concatenated ASCII imagesMichael Niedermayer2019-04-101-0/+15
* aarch64/opusdsp: implement NEON accelerated postfilter and deemphasisLynne2019-04-105-0/+154
* avcodec/agm: Fix integer overflow with w/hMichael Niedermayer2019-04-051-1/+3
* avcodec/agm: More completely check size before using itMichael Niedermayer2019-04-041-1/+2
* avcodec/av1_metadata: add an option to remove Padding OBUsJames Almer2019-04-032-1/+20
* lavc/qsvenc: enable hevc gpb optionZhong Li2019-04-033-0/+14
* lavc/qsvenc: enable hevc coding options configurationZhong Li2019-04-031-3/+4
* lavc/qsvenc: no need to include h264.h for jpeg encoderZhong Li2019-04-031-1/+0
* avcodec/libaomenc: fix range of values for enable-intrabc optionJames Almer2019-04-021-1/+1
* avcodec/cbs_av1: fix parsing spatial_idJames Almer2019-04-021-1/+1
* libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.Matthew Fearnley2019-04-021-0/+9
* libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24Matthew Fearnley2019-04-021-1/+1
* libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`.Matthew Fearnley2019-04-021-1/+1
* avcodec/opus: make redundancy_buf 32 byte alignedJames Almer2019-04-021-1/+1
* x86/opusdsp: fix WIN64 return valueLynne2019-04-011-3/+2
* lavc/qsvenc: get vps extradata from MSDKZhong Li2019-04-013-21/+58
* lavc/qsvenc: expose low_power as a common option for QSV encoderLinjie Fu2019-04-013-5/+11
* avcodec/rscc: Check that the to be uncompressed input is large enoughMichael Niedermayer2019-04-011-0/+6
* x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne2019-04-015-0/+156
* opusdsp: create and move deemphasis and postfiltering from opus_celtLynne2019-04-015-44/+109
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-313-4/+1
* x86/opus_dsp: rename to celt_pvqLynne2019-03-315-6/+6
* avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_...Michael Niedermayer2019-03-311-20/+25
* avcodec/ivi: Mark band parameter as constMichael Niedermayer2019-03-311-7/+7
* avcodec/ivi: fix indention for previous commitMichael Niedermayer2019-03-311-28/+28
* avcodec/ivi: Factor ref_mb check outMichael Niedermayer2019-03-311-4/+5
* avcodec/proresdec2: decode picture header before frame allocationMichael Niedermayer2019-03-311-3/+4
* avcodec/tiff: Multi-page supportNick Renieris2019-03-311-1/+24
* avcodec: add Amuse Graphics decoderPaul B Mahol2019-03-316-2/+665
* avcodec/cuviddec: Remove unnecessary stream synchronisationPhilip Langdale2019-03-301-4/+0
* avcodec/libaomenc: fix default value for row-mt optionJames Almer2019-03-291-2/+3
* avcodec/libaomenc: Added more commandline optionsSam John via ffmpeg-devel2019-03-291-4/+93
* lavc/qsvenc: fix hevc vps extradata issuesZhong Li2019-03-291-2/+3
* lavc/hevc_ps_enc: fix vps nal issuesZhong Li2019-03-291-2/+6
* avcodec/dxv: Check remaining space in CHECKPOINT()Michael Niedermayer2019-03-281-0/+2
* lavc/qsvenc_h264: remove the privite option trellisZhong Li2019-03-283-8/+1
* lavc/qsvenc: use the common option "trellis" of AVCodecContextZhong Li2019-03-284-4/+7
* qsv: fix the dangerous macro definitionsZhong Li2019-03-281-2/+2
* lavc/qsvenc: make the queried libmfx version easily reusedZhong Li2019-03-282-9/+10
* lavc/vaapi_h264: Do not set FMO fields.Carl Eugen Hoyos2019-03-281-3/+0
* lavc/vaapi_hevc: Do not initialize fields twice.Carl Eugen Hoyos2019-03-281-2/+0
* avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer2019-03-271-4/+10
* lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin2019-03-275-4/+74
* lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.Carl Eugen Hoyos2019-03-261-1/+4
* avcodec/cbs_av1: fix range of values for Mastering Display Color Volume Metad...James Almer2019-03-251-5/+8
* avcodec/jpeg2000dec: Skip de-quantization of empty areasMichael Niedermayer2019-03-251-0/+2
* avcodec/prosumer: Check decoded sizeMichael Niedermayer2019-03-251-0/+2
* avcodec/mpegpicture: Check size of edge_emu_bufferMichael Niedermayer2019-03-251-1/+6
OpenPOWER on IntegriCloud