summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-1520-24/+101
* lavc/decode: drop a useless warningAnton Khirnov2023-05-152-9/+0
* avformat/hls: Try to implement RFC8216 playlist refusalMichael Niedermayer2023-05-151-1/+10
* avformat: add ff_match_url_ext()Michael Niedermayer2023-05-152-0/+34
* avfilter/*xfade: reduce memory consumptionPaul B Mahol2023-05-142-0/+24
* avcodec/cbs_av1: add valid range of values for num_units_in_decoding_tickJames Almer2023-05-141-1/+1
* avfilter/f_graphmonitor: set output frame durationPaul B Mahol2023-05-141-0/+1
* avfilter/f_loop: free video frames once not neededPaul B Mahol2023-05-141-4/+17
* avfilter/f_graphmonitor: add nozero display modePaul B Mahol2023-05-142-20/+28
* avfilter/f_graphmonitor: rename enumsPaul B Mahol2023-05-141-52/+53
* avfilter/f_loop: fix looping for aloopPaul B Mahol2023-05-141-1/+5
* avfilter/f_loop: add time option, for loop start in secondsPaul B Mahol2023-05-142-40/+57
* lavfi/vf_libplacebo: add frame_mixer optionNiklas Haas2023-05-142-6/+42
* lavfi/vf_libplacebo: allow fps conversionNiklas Haas2023-05-142-7/+38
* lavfi/vf_libplacebo: switch to activate()Niklas Haas2023-05-141-33/+80
* lavfi/vf_libplacebo: switch to pl_queue-based designNiklas Haas2023-05-141-70/+144
* lavfi/vf_libplacebo: split and refactor logicNiklas Haas2023-05-141-79/+93
* lavfi/vf_libplacebo: update render params on demandNiklas Haas2023-05-141-102/+126
* avfilter/setpts: add command supportOleg2023-05-143-17/+64
* tools/normalize: port to python3, extend syntaxStefano Sabatini2023-05-141-33/+73
* avfilter/vf_waveform: add input optionPaul B Mahol2023-05-142-1/+11
* avfilter/avfiltergraph: remove no longer valid commentPaul B Mahol2023-05-141-1/+0
* avfilter/formats: fix format negotiation when multiple channel_layouts are pr...James Almer2023-05-132-10/+31
* lavfi/vf_libplacebo: allow operation without avhwdeviceNiklas Haas2023-05-131-42/+45
* avfilter/af_asetrate: extend query_formats()Paul B Mahol2023-05-131-1/+11
* avfilter/avfiltergraph: fix check for negative returnPaul B Mahol2023-05-131-2/+4
* avfilter/ccfifo: constify some parametersJames Almer2023-05-122-4/+4
* avfilter/af_loudnorm: simplify query_formats even morePaul B Mahol2023-05-121-11/+9
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-1213-94/+89
* doc/muxers/image2: drop unmatched quote in exampleAndriy Utkin2023-05-121-1/+1
* avfilter/af_surround: scale output gain for non-default overlapPaul B Mahol2023-05-121-2/+20
* avfilter/af_surround: cache constant rdft_size inside loopsPaul B Mahol2023-05-121-6/+12
* avdevice/decklink: move AVPacketQueue into decklink_common and rename it to D...Devin Heitmueller2023-05-113-125/+133
* avformat/mxfdec: recognize AAC per SMPTE ST 381-4Ammon Riley2023-05-112-0/+7
* avfilter/af_surround: reduce double usagePaul B Mahol2023-05-111-27/+27
* avfilter/avf_showwaves: zero whole allocated chunkPaul B Mahol2023-05-111-1/+1
* avfilter/vf_yadif_cuda: fix buildTimo Rothenpieler2023-05-111-2/+2
* avformat/tests/imf: add invalid resource testPierre-Anthony Lemieux2023-05-112-0/+67
* avformat/imf: fix invalid resource handlingPierre-Anthony Lemieux2023-05-111-8/+6
* avdevice/decklink_enc: add support for playout of 608 captions in MOV filesDevin Heitmueller2023-05-115-1/+94
* avfilter/vf_ccrepack: Add new filter to repack CEA-708 side dataDevin Heitmueller2023-05-114-0/+114
* avfilter/tinterlace: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-112-0/+13
* avfilter/yadif: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-115-0/+32
* avfilter/vf_fps: properly preserve CEA-708 captionsDevin Heitmueller2023-05-111-1/+10
* avfilter/ccfifo: Properly handle CEA-708 captions through framerate conversionDevin Heitmueller2023-05-113-0/+335
* libavcodec/libsvtav1: Allow -1 for preset optionChristopher Degawa2023-05-111-2/+2
* doc/filters/crop: drop unmatched quote in exampleAndriy Utkin2023-05-111-1/+1
* avfilter/vsrc_testsrc: mark zoneplate as full rangePaul B Mahol2023-05-101-0/+1
* avfilter/af_pan: free input frame once unneededPaul B Mahol2023-05-101-2/+1
* avfilter/af_join: fix leak on errorPaul B Mahol2023-05-101-1/+1