summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov2022-07-23
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-23
* fftools/ffmpeg: use pre-BSF DTS for choosing next outputAnton Khirnov2022-07-23
* fftools/ffmpeg: use last filter output pts to choose next output streamAnton Khirnov2022-07-23
* fftools/ffmpeg: do not send spurious EOF for streamcopy when loopingAnton Khirnov2022-07-23
* 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_mux: split of_write_packet()Anton 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: add a helper function to access output file sizeAnton Khirnov2022-07-23
* ffmpeg: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* fftools/ffmpeg: make debug_ts print raw filter outputTimo Rothenpieler2022-07-18
* fftools/ffmpeg: change frame counters to 64 bitMarton Balint2022-06-27
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* ffmpeg: drop undocumented -d optionStefano 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: 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
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-13
* fftools/ffmpeg: move a comment to a more appropriate placeAnton Khirnov2022-04-13
* fftools/ffmpeg: drop an obsolete hackAnton Khirnov2022-04-13
* ffmpeg: add packet duration to AVPacket loggingJaakko Perttilä2022-03-23
* fftools: drop useless indirectionAnton Khirnov2022-03-22
* ffmpeg: remove usage of internal deprecation macroJames Almer2022-03-16
* libavcodec: Split version.hMartin Storsjö2022-03-16
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* fftools/ffmpeg: Don't presume frame_queue to have been allocatedAndreas Rheinhardt2022-03-03
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-28
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* fftools/ffmpeg: Restore DTS correction for VP9 copiesDanny Wu2022-02-13
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07
* ffmpeg: remove a redundant assignment of interrupt_callbackAnton Khirnov2022-01-10