aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-18avformat/mpeg: Check avio_read() return value in get_pts()Michael Niedermayer
2020-08-18tools/target_dec_fuzzer: Adjust threshold for DSTMichael Niedermayer
2020-08-18avformat/mlvdec: Only store dimensions after having validated themAndreas Rheinhardt
2020-08-18avformat/mlvdec: Don't leak open AVIOContexts on errorAndreas Rheinhardt
2020-08-18avformat/mlvdec: Check for existence of AVIOContext before using itAndreas Rheinhardt
2020-08-18avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt
2020-08-18avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt
2020-08-18avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt
2020-08-18FATE: fix copy & paste for minterpolate testLimin Wang
2020-08-17doc/encoders: Add all options for JPEG2000 encoderGautam Ramakrishnan
2020-08-16avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman
2020-08-16avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang
2020-08-16doc/general: fix ADPCM typosPaul B Mahol
2020-08-15avformat/av1dec: don't update temporal_unit_size after it's no longer usedJames Almer
2020-08-15avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick
2020-08-15avcodec/bsf: improve the doxy for av_bsf_flush()James Almer
2020-08-15avcodec/qsvenc_h264: add missing atsc_a53.h includeJames Almer
2020-08-15avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()James Almer
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-08-15avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer
2020-08-15avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer
2020-08-15avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer
2020-08-15avcodec: split off A53 Closed Caption parsing code into its own fileJames Almer
2020-08-14avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang
2020-08-14avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang
2020-08-14avcodec: extend CFHD descriptionPaul B Mahol
2020-08-14doc/general: move Cineform HD and Canopus codecs to correct sectionPaul B Mahol
2020-08-14avformat/av1dec: fix return value on some code pathsJames Almer
2020-08-14avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxersJames Almer
2020-08-14avformat/av1dec: add low-overhead bitstream formatXu Guangxin
2020-08-13avcodec/av1_parse: use macro for MAX_OBU_HEADER_SIZEXu Guangxin
2020-08-14dnn_backend_tf.c: fix build issue for tensorflow backendGuo, Yejun
2020-08-13avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt
2020-08-13avfilter/formats: Fix heap-buffer overflow when merging channel layoutsAndreas Rheinhardt
2020-08-12cbs: Mention all codecs in unit type commentMark Thompson
2020-08-12Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt
2020-08-12avfilter/formats: Simplify cleanup for ff_merge_* functionsAndreas Rheinhardt
2020-08-12avfilter/formats: Leave lists' ownership unchanged upon merge failureAndreas Rheinhardt
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-08-12avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt
2020-08-12avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt
2020-08-12lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser
2020-08-12lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser
2020-08-12lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George
2020-08-12lavf/url: add ff_url_decompose().Nicolas George
2020-08-12avformat/mxfenc: Write color metadata to MXFHarry Mallon
2020-08-12avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol
2020-08-12dnn: add backend options when load the modelGuo, Yejun
2020-08-12dnn_backend_native_layer_mathunary: add round supportMingyu Yin
2020-08-12avcodec/libsvtav1: fix copy and paste errorLimin Wang