summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-13
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* fftools/ffmpeg: add special syntax for loading filter options from filesAnton Khirnov2023-02-12
* fftools/ffmpeg: rename -enc_stats* to -stats_enc*Anton Khirnov2023-02-10
* fftools/ffmpeg_mux: distinguish between sync queue and muxer EOFAnton Khirnov2023-02-10
* avutil/version: postpone the remaining API deprecationsJames Almer2023-02-09
* avformat: remove FF_API_AVSTREAM_CLASSJames Almer2023-02-09
* avcodec: remove FF_API_THREAD_SAFE_CALLBACKSJames Almer2023-02-09
* avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket*Andreas Rheinhardt2023-02-09
* fftools/ffmpeg: add an option for writing pre-muxing statsAnton Khirnov2023-02-09
* fftools/ffmpeg: store output packet timebases in the packetAnton Khirnov2023-02-09
* ffmpeg_opt: move help text for -ab/-b:a to audio categoryMarth642023-02-09
* ffprobe: report the corrupt flag on packetsrcombs2023-02-09
* ffmpeg: add video heartbeat capability to fix_sub_durationJan Ekström2023-02-03
* ffmpeg: move decoded frame counter from after post-processing to decodeJan Ekström2023-02-03
* ffmpeg: refactor post-decoding steps for subtitles into a functionJan Ekström2023-02-03
* fftools/ffmpeg: support input frame params in encoding statsAnton Khirnov2023-01-31
* fftools/ffmpeg: use correct IO context for -enc_stats_postAnton Khirnov2023-01-31
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-29
* fftools/ffmpeg: add an AVClass to Muxer/OutputFileAnton Khirnov2023-01-29
* fftools/ffmpeg: add options for writing encoding statsAnton Khirnov2023-01-29
* ffprobe: fix data hash renderingStefano Sabatini2023-01-24
* ffprobe: use pkt->dts to compute interval ts when pts is missingStefano Sabatini2023-01-24
* ffprobe: expose AVAmbientViewingEnvironment side data in AVFramesJan Ekström2023-01-13
* fftools/ffmpeg_demux: prefer fd over pipe for seek supportZhao Zhili2023-01-11
* fftools/ffprobe: prefer fd over pipe for seek supportZhao Zhili2023-01-11
* fftools/ffplay: prefer fd over pipe for seek supportZhao Zhili2023-01-11
* fftools/ffmpeg_demux: disable stdin interaction for fd protocolZhao Zhili2023-01-11
* fftools/ffmpeg: always generate CFR output when -r is usedAnton Khirnov2023-01-10
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2023-01-10
* fftools/ffmpeg: move video frame dup/drop logic into its own functionAnton Khirnov2023-01-10
* fftools/ffmpeg: rename a variable to be more descriptiveAnton Khirnov2023-01-10
* fftools/ffmpeg: fix stream id in an error message.Anton Khirnov2023-01-10
* fftools/ffmpeg: stop using AVCodecContext.sample_rate in decode_audio()Anton Khirnov2023-01-10
* fftools: use av_dict_get_stringMarvin Scholz2022-12-01
* fftools: use av_dict_iterateMarvin Scholz2022-12-01
* 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
* fftools/ffmpeg: only convert video frame pts if we have a frameAnton Khirnov2022-11-28
* fftools/ffmpeg: call check_recording_time() with actual frame ptsAnton Khirnov2022-11-28
* fftools/ffmpeg: stop calling adjust_frame_pts_to_encoder_tb() for audioAnton Khirnov2022-11-28
* fftools/ffmpeg: set AVFrame.time_base after filteringAnton Khirnov2022-11-28
* fftools/ffmpeg: move logging filtered frame timestampsAnton Khirnov2022-11-28
* fftools/ffmpeg: avoid storing full forced keyframe specAnton Khirnov2022-11-28
* fftools/ffmpeg: parse forced keyframes in of_open()Anton Khirnov2022-11-28
* fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_QAnton Khirnov2022-11-28
* fftools/ffmpeg: move force-keyframe-related vars to a separate structAnton Khirnov2022-11-28
* fftools/ffmpeg: stop explicitly closing decodersAnton Khirnov2022-11-28
* fftools/ffmpeg_mux_init: postpone matching -disposition to streamsAnton Khirnov2022-11-23