summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/h264_cavlc: Reindent after the previous commitAndreas Rheinhardt2021-03-15
* avcodec/h264_cavlc: Remove redundant checkAndreas Rheinhardt2021-03-15
* avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular()Michael Niedermayer2021-03-14
* avcodec/cfhd: Fix negative shift in cfhd_decode()Michael Niedermayer2021-03-14
* avcodec: add a mention about get_encode_buffer in the old encode API doxyJames Almer2021-03-14
* avcodec/flacdec: Avoid undefined shift in error caseMichael Niedermayer2021-03-13
* avcodec/h264_metadata_bsf: Check nb_units before accessing the first in h264_...Michael Niedermayer2021-03-13
* avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer2021-03-13
* avcodec/exr: Check col/line for integer overflowMichael Niedermayer2021-03-13
* avcodec: add a get_encode_buffer() callback to AVCodecContextJames Almer2021-03-12
* cbs_sei: Detect payload overflows when reading SEI messagesMark Thompson2021-03-12
* cbs_h265: Detect more reference combinations which would overflow the DPBMark Thompson2021-03-12
* avcodec/cbs_h26[45]: Remove redundant enum constantsAndreas Rheinhardt2021-03-12
* avcodec/cbs_sei: Fix leak of AVBufferRef on errorAndreas Rheinhardt2021-03-12
* avcodec/cbs_sei: Don't use -1th element of arrayAndreas Rheinhardt2021-03-12
* avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codecAndreas Rheinhardt2021-03-12
* avcodec/nvenc: base timestamps on frameIntervalPMartin Storsjö2021-03-12
* avcodec/decode: ReindentationAndreas Rheinhardt2021-03-12
* avcodec/decode: Remove always-true checkAndreas Rheinhardt2021-03-12
* avcodec/gifenc: Actually use the shrunk paletteDerek Buitenhuis2021-03-11
* avcodec/h264_slice: don't copy frame data during error concealmentJames Almer2021-03-11
* avcodec/4xm: Check pre_gb in decode_i_block()Michael Niedermayer2021-03-11
* avcodec/libilbc: Support newer libiLBC versionsAndreas Rheinhardt2021-03-11
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan52021-03-10
* avcodec/mediacodec_wrapper: check if codec is software earliersfan52021-03-10
* libavcodec/amfenc_hevc: Recommend values for min and max video quantizer scale.Ovchinnikov Dmitrii2021-03-09
* avcodec/decode: Reindent after previous commitsAndreas Rheinhardt2021-03-09
* avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt2021-03-09
* avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt2021-03-09
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-09
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* avcodec/dcadsp: Fix integer overflow in dmix_add_c()Michael Niedermayer2021-03-08
* avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer2021-03-08
* avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol2021-03-08
* mobiclip: fix copyright headersFlorian Nouwt2021-03-08
* avcodec/ylc: Reindent after previous commitAndreas Rheinhardt2021-03-08
* avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt2021-03-08
* avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt2021-03-08
* avcodec/ylc: Remove write-only variableAndreas Rheinhardt2021-03-08
* avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt2021-03-08
* lavc: clarify thread_safe_callbacks doxyAnton Khirnov2021-03-08
* lscrdec: add copyright headerAnton Khirnov2021-03-08
* lavc: remove tests/optionsAnton Khirnov2021-03-08
* mjpegdec: handle lowres with AVID croppingAnton Khirnov2021-03-08
* avcodec/jpeglsenc: Allocate buffers togetherAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Avoid allocation of JLSStateAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Only use one line at a time as spare bufferAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Move check out of loopAndreas Rheinhardt2021-03-08