summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg: use refcounted packets for encoded subtitlesAnton Khirnov2022-07-23
* fftools/ffmpeg: move freeing 2pass input stats to a better placeAnton Khirnov2022-07-23
* fftools/ffmpeg: move output file opts into private contextAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: split of_write_packet()Anton Khirnov2022-07-23
* fftools/ffmpeg_mux: split queuing packets into a separate functionAnton Khirnov2022-07-23
* fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov2022-07-23
* fftools/ffmpeg: do not log to the muxer contextAnton Khirnov2022-07-23
* fftools/ffmpeg: access output file chapters through a wrapperAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor the code checking for bitexact outputAnton Khirnov2022-07-23
* fftools/ffmpeg: move closing the file into of_write_trailer()Anton Khirnov2022-07-23
* fftools/ffmpeg: write the header for stream-less outputs when initializing th...Anton Khirnov2022-07-23
* fftools/ffmpeg: set want_sdp when initializing the muxerAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor limiting output file size with -fsAnton Khirnov2022-07-23
* fftools/ffmpeg: fix the type of limit_filesizeAnton Khirnov2022-07-23
* fftools/ffmpeg: add a helper function to access output file sizeAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: add private muxer contextAnton Khirnov2022-07-23
* ffmpeg: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* ffprobe: print AVFrame.durationAnton Khirnov2022-07-19
* fftools/ffmpeg: make debug_ts print raw filter outputTimo Rothenpieler2022-07-18
* ffmpeg: add option -isyncGyan Doshi2022-07-14
* fftools/ffprobe: Improve description of AFD side dataAndreas Rheinhardt2022-07-09
* fftools/ffprobe: Add const to AVPacket data pointersAndreas Rheinhardt2022-07-09
* fftools: Fix preset search pathesNicolas Gaullier2022-07-08
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-27
* fftools/ffplay: fix YUV conversion modeNiklas Haas2022-06-27
* fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge...Nil Admirari2022-06-21
* fftools/ffprobe: report avio errorsMarton Balint2022-06-20
* fftools/fopen_utf8: support long paths on Windows for fftoolssoftworkz2022-06-19
* ffprobe: add -o optionStefano Sabatini2022-06-13
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* ffmpeg: drop undocumented -d optionStefano Sabatini2022-06-09
* ffprobe: update entry index after printing packet/media typeStefano Sabatini2022-06-09
* fftools/ffmpeg: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: merge variable declaration and initializationAnton Khirnov2022-05-24
* fftools/ffmpeg: stop using av_stream_get_end_pts() in do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: stop using AVStream.nb_frames in do_video_stats()Anton Khirnov2022-05-24
* fftools/ffmpeg: move do_video_stats() to avoid a forward declarationAnton Khirnov2022-05-24
* fftools/ffmpeg: drop a useless check and reduce indentationAnton Khirnov2022-05-24
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-05-24
* fftools/ffmpeg: reuse the encoding code for flushing encodersAnton Khirnov2022-05-24
* fftools/ffmpeg: share the code encoding a single frame between video and audioAnton Khirnov2022-05-24
* fftools/ffmpeg: fix 2pass log file namesAnton Khirnov2022-05-24
* libavutil: Deprecate av_fopen_utf8, provide an avpriv versionMartin Storsjö2022-05-23
* fftools: Stop using av_fopen_utf8Martin Storsjö2022-05-23
* opt_common: note D and T type streams for completeness.Gyan Doshi2022-05-20
* fftools/opt_common: add includes of avf headers for claritysoftworkz2022-05-18
* doc/ffprobe: clarify that the input file is not optionalStefano Sabatini2022-04-21
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13