summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi/framesync: reindent after previous commitframe_mapAnton Khirnov2022-12-10
* lavfi/framesync: map mode WIPAnton Khirnov2022-12-10
* ffmpeg: write frame map WIPAnton Khirnov2022-12-10
* lavfi/framesync: reorder functions to avoid a forward declarationAnton Khirnov2022-12-10
* lavfi/framesync: use a local variable to shorten codeAnton Khirnov2022-12-10
* fftools/ffmpeg: always generate CFR output when -r is usedAnton Khirnov2022-12-10
* doc/ffmpeg: improve -r documentationAnton Khirnov2022-12-10
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-11-28
* fftools/ffmpeg: move video frame dup/drop logic into its own functionAnton Khirnov2022-11-28
* fftools/ffmpeg: rename a variable to be more descriptiveAnton Khirnov2022-11-28
* fftools/ffmpeg: fix stream id in an error message.Anton Khirnov2022-11-28
* fftools/ffmpeg: stop using AVCodecContext.sample_rate in decode_audio()Anton Khirnov2022-11-28
* doc/ffmpeg.texi: drop a non-existent optionAnton Khirnov2022-11-28
* WIP lavc/amfenc: pass through frame durations to encoded packetsAnton Khirnov2022-11-28
* lavc/libaomenc: pass through frame durations to encoded packetsAnton Khirnov2022-11-28
* lavc/libx265: pass through frame durations to encoded packetsAnton Khirnov2022-11-28
* lavc/libx264: pass through frame durations to encoded packetsAnton Khirnov2022-11-28
* lavc/libtheoraenc: stop setting dts unnecessarilyAnton Khirnov2022-11-28
* lavc/libtheoraenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_...Anton Khirnov2022-11-28
* lavc/pngenc: stop setting dts unnecessarily for APNGAnton Khirnov2022-11-28
* lavc/pngenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2022-11-28
* lavc/ffv1enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2022-11-28
* lavc/adxenc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2022-11-28
* lavc/adxenc: rescale packet duration according to timebaseAnton Khirnov2022-11-28
* lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2022-11-28
* lavc/librav1e: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2022-11-28
* lavc/encode: pass through frame durations to encoded packetsAnton Khirnov2022-11-28
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2022-11-28
* lavc: add a codec flag for propagating opaque from frames to packetsAnton Khirnov2022-11-28
* lavc/libx265: restructure handling reordered_opaqueAnton Khirnov2022-11-28
* lavc/libx264: do not leave an invalid array size on alloc errorAnton Khirnov2022-11-28
* lavc/libx264: zero reordered opaque on allocAnton Khirnov2022-11-28
* lavc/libx264: print an error on invalid opaque pointerAnton Khirnov2022-11-28
* lavc/libx264: use a local variable to shorten codeAnton Khirnov2022-11-28
* lavc/libx264: reindent after previous commitAnton Khirnov2022-11-28
* lavc/libx264: reorder control flow in setup_roi() to reduce nesting depthAnton Khirnov2022-11-28
* lavc/libx264: reindent after previous commitAnton Khirnov2022-11-28
* lavc/libx264: do not ignore memory allocation errorsAnton Khirnov2022-11-28
* lavc/libx264: unify cleanup in setup_frame()Anton Khirnov2022-11-28
* lavc/libx264: reindent after previous commitAnton Khirnov2022-11-28
* lavc/libx264: factor out setting up ROIAnton Khirnov2022-11-28
* lavc/libx264: use a local variable for input frame in setup_frame()Anton Khirnov2022-11-28
* lavc/libx264: reindent after previous commitAnton Khirnov2022-11-28
* lavc/libx264: factor out setting up the input frameAnton Khirnov2022-11-28
* lavfi/vf_w3fdif: set output frame durationsAnton Khirnov2022-11-28
* lavfi/vf_nnedi: set output frame durationsAnton Khirnov2022-11-28
* lavfi/setpts: unset frame durationsAnton Khirnov2022-11-28
* fftools/ffmpeg: cosmeticsAnton Khirnov2022-11-28
* fftools/ffmpeg: remove a useless inner blockAnton Khirnov2022-11-28
* fftools/ffmpeg: drop an always-false checkAnton Khirnov2022-11-28