aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/aviobuf: Use ffio_fill for paddingAndreas Rheinhardt2021-08-251-3/+2
* avformat/aviobuf: Avoid allocation when using dynamic bufferAndreas Rheinhardt2021-08-251-13/+9
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-2528-271/+295
* avformat/aviobuf: Make ffio_set_buf_size() staticAndreas Rheinhardt2021-08-252-6/+5
* avformat/utils: Move ffio_limit() to aviobufAndreas Rheinhardt2021-08-252-25/+25
* avformat/matroskadec: Read RealAudio extradata directlyAndreas Rheinhardt2021-08-251-10/+10
* avformat/aviobuf: Avoid calling function twice due to FFMAX()Andreas Rheinhardt2021-08-251-2/+4
* avutil/log: Reorder elements of AVClass to make it smallerAndreas Rheinhardt2021-08-251-5/+5
* avcodec/codec: Reorder elements to make AVCodec smallerAndreas Rheinhardt2021-08-251-6/+7
* avcodec/h264_slice: don't allocate film grain buffers when using hwaccelJames Almer2021-08-251-1/+1
* fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol2021-08-251-4/+5
* avcodec/dnxhddec: ignore second flag for encoded fieldPaul B Mahol2021-08-251-1/+1
* arm: hevc_qpel: Fix the assembly to work with non-multiple of 8 widthsMartin Storsjö2021-08-251-9/+9
* tests/fate: move TTML-in-MP4 tests from subtitles.mak to mov.makJan Ekström2021-08-254-8/+8
* avfilter: add hsvkey and hsvhold video filtersPaul B Mahol2021-08-256-1/+462
* avcodec/jpeg2000_parser: Fix skipping of JP2 info markers by correctly readin...Shaun Simpson2021-08-251-2/+12
* avcodec/jpeg2000_parser: Fix parsing of tile-part headerShaun Simpson2021-08-251-9/+5
* avformat/movenc: add support for TTML muxingJan Ekström2021-08-259-3/+480
* avformat/ttml: split TTML paragraph based or not check into headerJan Ekström2021-08-252-7/+41
* avcodec/h264dec: fix possible out-of-bounds array accessNiklas Haas2021-08-251-4/+2
* checkasm: collapse hevc pel testsJ. Dekker2021-08-244-30/+27
* fate: update some missing refsJames Almer2021-08-2410-4/+10
* avcodec/h264_slice: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+2
* avcodec/av1: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+5
* avcodec/libdav1d: signal the presence of Film Grain in the decoder contextJames Almer2021-08-241-0/+5
* avcodec: add a Film Grain codec property flagJames Almer2021-08-2419-15/+31
* avcodec/pthread_frame: also keep AVCodecContext.properties in sync between th...James Almer2021-08-241-0/+1
* avcodec/h264dec: apply H.274 film grainNiklas Haas2021-08-244-22/+90
* avcodec/h274: add film grain synthesis routineNiklas Haas2021-08-243-1/+864
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-244-1/+32
* avfilter/avfilter: add a return at the end of a non-void functionJames Almer2021-08-241-0/+1
* avformat/matroskaenc: Only compile functions when neededAndreas Rheinhardt2021-08-241-27/+25
* avformat/matroskadec: Include webm_dash_manifest demuxer only if enabledAndreas Rheinhardt2021-08-241-11/+13
* avformat/matroskaenc: Pass dispositions through unchanged by defaultAndreas Rheinhardt2021-08-2415-46/+46
* avformat/matroskaenc: Allow to set multiple streams as defaultAndreas Rheinhardt2021-08-243-18/+14
* avformat/crcenc: Simplify writing trailerAndreas Rheinhardt2021-08-241-3/+1
* avcodec/libaomenc: use ctx->usage to get default cfgJames Zern2021-08-232-4/+2
* avfilter/af_afreqshift: allow to change order of filtersPaul B Mahol2021-08-232-14/+28
* avformat/av1dec: Disallow seeking by bytesAndreas Rheinhardt2021-08-231-1/+1
* avformat/av1dec: Flush BSF upon seekingAndreas Rheinhardt2021-08-231-0/+4
* avformat/utils: Also set io_repositioned for generic seekingAndreas Rheinhardt2021-08-231-0/+3
* avcodec/av1_frame_merge_bsf: Passthrough pos in case of no timestampsAndreas Rheinhardt2021-08-231-3/+8
* avformat/av1dec: Deduplicate Annex B and low overhead OBU AV1 demuxerAndreas Rheinhardt2021-08-231-86/+47
* avformat/av1dec: Set position of AVPackets given to BSFAndreas Rheinhardt2021-08-231-29/+15
* avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer2021-08-221-0/+3
* avcodec/h264dec: use picture parameters in ff_print_debug_info2()Michael Niedermayer2021-08-221-1/+1
* avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer2021-08-221-2/+4
* avfilter/vf_xmedian: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-5/+1
* avfilter/vf_stack: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-7/+1
* avfilter/vf_signature: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-5/+1