summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec: add Amuse Graphics decoderPaul B Mahol2019-03-31
* avcodec/cuviddec: Remove unnecessary stream synchronisationPhilip Langdale2019-03-30
* avcodec/libaomenc: fix default value for row-mt optionJames Almer2019-03-29
* avcodec/libaomenc: Added more commandline optionsSam John via ffmpeg-devel2019-03-29
* lavc/qsvenc: fix hevc vps extradata issuesZhong Li2019-03-29
* lavc/hevc_ps_enc: fix vps nal issuesZhong Li2019-03-29
* avcodec/dxv: Check remaining space in CHECKPOINT()Michael Niedermayer2019-03-28
* lavc/qsvenc_h264: remove the privite option trellisZhong Li2019-03-28
* lavc/qsvenc: use the common option "trellis" of AVCodecContextZhong Li2019-03-28
* qsv: fix the dangerous macro definitionsZhong Li2019-03-28
* lavc/qsvenc: make the queried libmfx version easily reusedZhong Li2019-03-28
* lavc/vaapi_h264: Do not set FMO fields.Carl Eugen Hoyos2019-03-28
* lavc/vaapi_hevc: Do not initialize fields twice.Carl Eugen Hoyos2019-03-28
* avcodec/hevcdec: Avoid only partly skiping duplicate first slicesMichael Niedermayer2019-03-27
* lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin2019-03-27
* lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.Carl Eugen Hoyos2019-03-26
* avcodec/cbs_av1: fix range of values for Mastering Display Color Volume Metad...James Almer2019-03-25
* avcodec/jpeg2000dec: Skip de-quantization of empty areasMichael Niedermayer2019-03-25
* avcodec/prosumer: Check decoded sizeMichael Niedermayer2019-03-25
* avcodec/mpegpicture: Check size of edge_emu_bufferMichael Niedermayer2019-03-25
* avcodec/indeo2: Check input size against resolution in ir2_decode_plane()Michael Niedermayer2019-03-25
* avcodec/dxtory: Check slice sizes before allocating imageMichael Niedermayer2019-03-25
* avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()Michael Niedermayer2019-03-25
* avcodec/av1_parser: don't abort parsing the first frame if extradata parsing ...James Almer2019-03-24
* avcodec/tiff: do not allow bpp 40 with undefined pixel formatsMichael Niedermayer2019-03-24
* lavc/libdavs2: fix frame dumping error descriptionhwrenx2019-03-23
* lavc/libdavs2: add davs2_flushhwrenx2019-03-23
* Merge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'James Almer2019-03-22
|\
| * arm: Implement a NEON version of 422 h264_h_loop_filter_chromaMartin Storsjö2019-03-21
* | avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-20
* | avcodec/arbc: Check nb_segments before allocating and copying frameMichael Niedermayer2019-03-20
* | avcodec/scpr: Perform frame copy laterMichael Niedermayer2019-03-20
* | lavc/arbc: Use AV_WB24() where applicable.Carl Eugen Hoyos2019-03-20
* | lavc/tiff: Allow decoding of cmyka (five components).Carl Eugen Hoyos2019-03-20
* | lavc/truehd_core: Initialize the last bytes of the output buffer.Carl Eugen Hoyos2019-03-20
* | lavc/qtrle: Avoid an unaligned 64-bit write.Carl Eugen Hoyos2019-03-20
* | lavc/tiff: Support decoding 16bit cmyk.Carl Eugen Hoyos2019-03-20
* | avcodec/vt_hevc: fix crash if vps_list[0] or sps_list[0] are nullRodger Combs2019-03-19
* | h2645_parse: Fix loglevel for NAL header parsingDerek Buitenhuis2019-03-19
* | avcodec/libdav1d: use a reference to the allocated buffer instead of wrapping...James Almer2019-03-19
* | avcodec/libdav1d: reset pool size on allocation failureJames Almer2019-03-19
* | avcodec/pnm: Optimize reading loop in pnm_get()Michael Niedermayer2019-03-17
* | avcodec/dfa: Check the chunk header is not truncatedMichael Niedermayer2019-03-17
* | avcodec/clearvideo: Check remaining data in P framesMichael Niedermayer2019-03-17
* | avcodec/diracdec: Count truncated parts as errors in decode_component()Michael Niedermayer2019-03-17
* | avcodec/ffv1dec_template: Optimize golomb run modeMichael Niedermayer2019-03-17
* | mpeg12enc: Use Closed Captions if availableMathieu Duponchelle2019-03-16
* | lavc/qtrle: Do not use aligned writes for 24bit frames.Carl Eugen Hoyos2019-03-15
* | Merge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'James Almer2019-03-14
|\|
| * h264/arm64: implement missing 4:2:2 chroma loop filter neon functionsJanne Grunau2019-02-27