summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/webp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/tiff: use av_packet_alloc() to allocate AVPacketsJames Almer2021-03-17
* avcodec/tdsc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/pthread_frame: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/mpegvideo_enc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/libxvid: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/encode: silence a deprecation warning about av_init_packet()James Almer2021-03-17
* avcodec/cri: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avcodec/packet: deprecate av_init_packet()James Almer2021-03-17
* avcodec/vaapi_encode: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/nvenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/mfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/librav1e: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/amfenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-17
* avcodec/libdavs2: unbreak compilation failureGyan Doshi2021-03-17
* lavc: drop unused argument from lock_avcodec()Anton Khirnov2021-03-16
* lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov2021-03-16
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-16
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-16
* lavc/encode: reindent after previous commitAnton Khirnov2021-03-16
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-16
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer2021-03-15
* avcodec/decode: Remove outdated commentAndreas Rheinhardt2021-03-15
* 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