summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/vp6: return value check for av_malloczJiasheng Jiang2022-02-11
* avformat/mpegts: initialize max_packet_size when sub-demuxerGyan Doshi2022-02-10
* avfilter/vf_avgblur: fix memory leaks if config_input() is called againPaul B Mahol2022-02-10
* avfilter/vf_dblur: fix memory leaks if config_input() is called againPaul B Mahol2022-02-10
* avfilter/vf_gblur: fix memory leaks if config_input() is called againPaul B Mahol2022-02-10
* avfilter/vf_gblur: use av_freep()Paul B Mahol2022-02-10
* 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
* avformat/hls: Use unsigned for iv computationMichael Niedermayer2022-02-09
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-02-09
* avformat/matroskadec: Check desc_bytesMichael Niedermayer2022-02-09
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer2022-02-09
* avformat/matroskadec: Fix infinite loop with bz decompressionMichael Niedermayer2022-02-09
* avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer2022-02-09
* lavfi/qsvpp: fix after 85c938fa28Anton Khirnov2022-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
* avformat/hls: Implement support for using AVSEEK_FLAG_BACKWARD when seekingGustav Grusell2022-02-09
* lavu/fifo: fix regressionHaihao Xiang2022-02-09
* libavutil: include assembly with full path from source rootAlexander Kanavin2022-02-08
* 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
* avutil: use getauxval(3) for CPU capabilities on linux/android ARMAman Karmani2022-02-07
* lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALLLynne2022-02-07
* lavu/tx: disable debugging information when CONFIG_SMALLLynne2022-02-07
* lavu/tx: refactor assembly codelet definitionLynne2022-02-07
* avutil/fifo: Deprecate old FIFO APIAnton Khirnov2022-02-07
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07
* ffplay: switch to new FIFO APIAnton Khirnov2022-02-07
* lavfi/vf_deshake_opencl: switch to new FIFO APIAnton Khirnov2022-02-07
* lavfi/qsvvpp: switch to new FIFO APIAnton Khirnov2022-02-07
* lavu/threadmessage: switch to new FIFO APIAnton Khirnov2022-02-07
* lavu/audio_fifo: switch to new FIFO APIAnton Khirnov2022-02-07
* lavu/audio_fifo: drop an unnecessary includeAnton Khirnov2022-02-07
* lavd/jack: switch to the new FIFO APIAnton Khirnov2022-02-07
* lavf/async: switch to new FIFO APIAnton Khirnov2022-02-07
* lavf/udp: switch to new FIFO APIAnton Khirnov2022-02-07
* lavf/swfenc: switch to new FIFO APIAnton Khirnov2022-02-07