summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cavsdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vorbisenc: Cleanup generically on init-failureAndreas Rheinhardt2022-02-11
* avcodec/tta: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/ralf: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vc2enc: Cleanup generically on allocation failureAndreas Rheinhardt2022-02-11
* avcodec/vc2enc_dwt: Avoid NULL - 0Andreas Rheinhardt2022-02-11
* avcodec/proresenc_kostya: Use av_calloc/av_malloc_array()Andreas Rheinhardt2022-02-11
* avcodec/proresenc_kostya: Cleanup generically after init failureAndreas Rheinhardt2022-02-11
* avcodec/cbs_jpeg: Fix size of huffman symbol table arrayAndreas Rheinhardt2022-02-11
* aarch64: h264dsp: Fix incorrectly indented codeMartin Storsjö2022-02-11
* avcodec/pngdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/vp6: return value check for av_malloczJiasheng Jiang2022-02-11
* avcodec/pthread_frame: Properly unref frame in case of decoding failureAndreas Rheinhardt2022-02-09
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* avcodec/hapdec: Remove always-false checkAndreas Rheinhardt2022-02-09
* avcodec/pthread_frame: Don't prematurily presume frame-threadingAndreas Rheinhardt2022-02-09
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-02-09
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-02-09
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-02-09
* avcodec/vp8: Remove always-false checkAndreas Rheinhardt2022-02-09
* avcodec/hcadec: Mark decoder as init-threadsafeAndreas Rheinhardt2022-02-09
* avcodec/hcadec: Fix memleak upon allocation errorAndreas Rheinhardt2022-02-09
* avcodec/cbs_mpeg2: Use smaller scope for variablesAndreas Rheinhardt2022-02-08
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-08
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/cbs_mpeg2: Simplify splitting fragmentAndreas Rheinhardt2022-02-08
* avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt2022-02-08
* avcodec/cbs_jpeg: Remove redundant counterAndreas Rheinhardt2022-02-08
* avcodec/cbs_mpeg2: Remove redundant counterAndreas Rheinhardt2022-02-08
* avcodec/qsvenc: Reindent after the previous commitAndreas Rheinhardt2022-02-07
* lavc/qsvenc: switch to new FIFO APIAnton Khirnov2022-02-07
* lavc/qsvdec: switch to the new FIFO APIAnton Khirnov2022-02-07
* lavc/nvenc: switch to the new FIFO APIAnton Khirnov2022-02-07
* lavc/libvpxenc: remove unneeded context variableAnton Khirnov2022-02-07
* lavc/libvpxenc: switch to the new FIFO APIAnton Khirnov2022-02-07
* lavc/libvorbisenc: switch to new FIFO APIAnton Khirnov2022-02-07
* lavc/cuviddec: convert to the new FIFO APIAnton Khirnov2022-02-07
* lavc/cuviddec: do not reallocate the fifo unnecessarilyAnton Khirnov2022-02-07
* lavc/amfenc: switch to new FIFO APIAnton Khirnov2022-02-07
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-07
* avcodec/decode: ignore unsupported skip samples packet side data valuesJames Almer2022-02-05
* libfdk-aacdec: Flush delayed samples at the endMartin Storsjö2022-02-03
* libfdk-aacdec: Add an option for setting the decoder's DRC album modeMartin Storsjö2022-02-03
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer2022-02-01
* avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer2022-02-01
* avcodec/h264_ps: Remove ALLOW_INTERLACED cruftAndreas Rheinhardt2022-01-29
* avcodec/libxvid: Don't set AVCodecContext.codec_idAndreas Rheinhardt2022-01-29
* avcodec/mpeg4videodec: Move use_intra_dc_vlc to stack, fix data raceAndreas Rheinhardt2022-01-29