summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avformat/mlvdec: Don't leak open AVIOContexts on errorAndreas Rheinhardt2020-08-181-0/+3
* avformat/mlvdec: Check for existence of AVIOContext before using itAndreas Rheinhardt2020-08-181-1/+7
* avformat/hls: Use av_init_pkt() directlyAndreas Rheinhardt2020-08-181-11/+1
* avformat/hls: Remove redundant resetting of AVPacketAndreas Rheinhardt2020-08-181-1/+0
* avformat/hls: Fix memleak when url is emptyAndreas Rheinhardt2020-08-181-1/+3
* FATE: fix copy & paste for minterpolate testLimin Wang2020-08-182-10/+10
* doc/encoders: Add all options for JPEG2000 encoderGautam Ramakrishnan2020-08-171-1/+33
* avcodec/v4l2_context: return EAGAIN to signal full buffersAndriy Gelman2020-08-161-1/+1
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-163-3/+15
* doc/general: fix ADPCM typosPaul B Mahol2020-08-161-2/+2
* avformat/av1dec: don't update temporal_unit_size after it's no longer usedJames Almer2020-08-151-3/+0
* avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick2020-08-151-0/+9
* avcodec/bsf: improve the doxy for av_bsf_flush()James Almer2020-08-151-1/+1
* avcodec/qsvenc_h264: add missing atsc_a53.h includeJames Almer2020-08-151-0/+1
* avformat/av1dec: inline obu_read_data() and obu_prefetch() into obu_get_packet()James Almer2020-08-151-35/+21
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-158-61/+69
* avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer2020-08-152-42/+9
* avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed CaptionsJames Almer2020-08-152-47/+3
* avcodec/libdav1d: add support for A53 Closed CaptionsJames Almer2020-08-152-1/+32
* avcodec: split off A53 Closed Caption parsing code into its own fileJames Almer2020-08-154-0/+117
* avcodec/libsvtav1: remove unneeded svt_av1_enc_deinit_handle()Limin Wang2020-08-141-6/+0
* avcodec/mpeg12enc: support mpeg2 encoder const levelLimin Wang2020-08-142-0/+16
* avcodec: extend CFHD descriptionPaul B Mahol2020-08-143-3/+3
* doc/general: move Cineform HD and Canopus codecs to correct sectionPaul B Mahol2020-08-141-4/+4
* avformat/av1dec: fix return value on some code pathsJames Almer2020-08-141-2/+2
* avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxersJames Almer2020-08-141-90/+94
* avformat/av1dec: add low-overhead bitstream formatXu Guangxin2020-08-146-24/+245
* avcodec/av1_parse: use macro for MAX_OBU_HEADER_SIZEXu Guangxin2020-08-131-1/+4
* dnn_backend_tf.c: fix build issue for tensorflow backendGuo, Yejun2020-08-141-1/+1
* avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt2020-08-131-27/+21
* avfilter/formats: Fix heap-buffer overflow when merging channel layoutsAndreas Rheinhardt2020-08-131-0/+1
* cbs: Mention all codecs in unit type commentMark Thompson2020-08-121-0/+2
* Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt2020-08-121-4/+2
* avfilter/formats: Simplify cleanup for ff_merge_* functionsAndreas Rheinhardt2020-08-121-6/+6
* avfilter/formats: Leave lists' ownership unchanged upon merge failureAndreas Rheinhardt2020-08-121-12/+28
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-1212-13/+23
* avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt2020-08-121-3/+3
* avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt2020-08-122-14/+0
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-121-0/+5
* lavc/aac_ac3_parser: fix potential overflow when averaging bitrateAlexander Strasser2020-08-123-5/+3
* lavf/url: rewrite ff_make_absolute_url() using ff_url_decompose().Nicolas George2020-08-124-134/+245
* lavf/url: add ff_url_decompose().Nicolas George2020-08-124-0/+191
* avformat/mxfenc: Write color metadata to MXFHarry Mallon2020-08-121-37/+21
* avcodec/sheervideo: reduce size of vlc tables to normal valuesPaul B Mahol2020-08-121-1/+1
* dnn: add backend options when load the modelGuo, Yejun2020-08-1210-10/+17
* dnn_backend_native_layer_mathunary: add round supportMingyu Yin2020-08-125-2/+11
* avcodec/libsvtav1: fix copy and paste errorLimin Wang2020-08-121-1/+1
* avformat/ty: Remove write-only array and variableAndreas Rheinhardt2020-08-111-67/+1
* tools/target_dec_fuzzer: Adjust threshold for AGMMichael Niedermayer2020-08-111-0/+1
* avcodec/agm: Mark fill_pixels() as av_always_inlineMichael Niedermayer2020-08-111-1/+1