summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-13
* fftools/ffmpeg: prepare FrameData for having allocated fieldsAnton Khirnov2024-03-13
* fftools/ffmpeg: declare loop indices inside loopsAnton Khirnov2024-02-24
* fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only userAnton Khirnov2024-02-21
* fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte values王昊然2024-02-03
* fftools/ffmpeg: update the reported timestamp at the endAnton Khirnov2023-12-14
* fftools/ffmpeg: replace OutputStream.file_index by a pointerAnton Khirnov2023-12-14
* fftools/ffmpeg: replace InputStream.file_index by a pointerAnton Khirnov2023-12-14
* fftools/ffmpeg: attach wallclock timing information to packets and framesAnton Khirnov2023-12-14
* fftools/ffmpeg: merge DemuxPktData into FrameDataAnton Khirnov2023-12-14
* fftools/ffmpeg: convert to a threaded architectureAnton Khirnov2023-12-12
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-12
* fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueueAnton Khirnov2023-12-12
* fftools/ffmpeg: make sure FrameData is writable when we modify itAnton Khirnov2023-12-06
* fftools/ffmpeg: move a few inline function into a new headerAnton Khirnov2023-11-14
* fftools: Check HAVE_GETSTDHANDLE before using GetStdHandleMartin Storsjö2023-10-23
* fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filterAnton Khirnov2023-10-10
* fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report()Anton Khirnov2023-10-10
* ffools/ffmpeg_filter: stop trying to handle an unreachable stateAnton Khirnov2023-10-10
* fftools/ffmpeg: do not fail on AVERROR(EAGAIN) from choose_output()Anton Khirnov2023-09-14
* fftools/ffmpeg: move sending filtergraph commands to a separate functionAnton Khirnov2023-08-30
* fftools/ffmpeg_mux: rename of_close() to of_free()Anton Khirnov2023-08-30
* fftools/ffmpeg: simplify handling input -t for streamcopyAnton Khirnov2023-08-30
* fftools/ffmpeg: stop explicitly closing output streams on input EOFAnton Khirnov2023-08-30
* fftools/ffmpeg: stop calling exit_program()Anton Khirnov2023-07-20
* fftools/ffmpeg: return an error from assert_avoptions() instead of abortingAnton Khirnov2023-07-20
* fftools/cmdutils: return AVERROR_EXIT for OPT_EXIT options instead of aborting()Anton Khirnov2023-07-20
* fftools/ffmpeg: consolidate exiting from main() on errorAnton Khirnov2023-07-20
* fftools/ffmpeg_dec: return error codes from dec_packet() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_mux: return errors from of_output_packet() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from enc_flush() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_filter: restrict reap_filters() to a single filtergraphAnton Khirnov2023-07-20
* fftools/ffmpeg: add more structure to FrameDataAnton Khirnov2023-07-15
* fftools/ffmpeg_mux: return errors from of_streamcopy() instead of abortingAnton Khirnov2023-07-15
* fftools/ffmpeg: handle error codes from process_input_packet()Anton Khirnov2023-07-15
* fftools/ffmpeg: return an error instead of abortingAnton Khirnov2023-07-15
* fftools/ffmpeg: drop an obsolete debug logAnton Khirnov2023-07-11
* fftools/ffmpeg: fix negative timestamps at the beginning of the encodingMarton Balint2023-07-09
* fftools/ffmpeg: move fix_sub_duration_heartbeat() to ffmpeg_decAnton Khirnov2023-06-19
* fftools/ffmpeg_dec: move decoding to a separate threadAnton Khirnov2023-06-19
* fftools/ffmpeg_dec: simplify process_subtitle()Anton Khirnov2023-06-19
* fftools/ffmpeg_mux: simplify calling of_output_packet()Anton Khirnov2023-06-05
* fftools/ffmpeg: factor out attaching FrameData to a frameAnton Khirnov2023-06-05
* fftools/ffmpeg_enc: move nb_frames{dup,drop} globals into OutputStreamAnton Khirnov2023-06-05
* fftools/ffmpeg: move sub2video handling to ffmpeg_filterAnton Khirnov2023-05-31
* fftools/ffmpeg: rework setting sub2video parametersAnton Khirnov2023-05-31
* fftools/ffmpeg: tweak sub2video_heartbeat() argumentsAnton Khirnov2023-05-31
* fftools/ffmpeg_dec: move sub2video submission to ffmpeg_filterAnton Khirnov2023-05-31
* fftools/ffmpeg: constify AVSubtitle parameters as appropriateAnton Khirnov2023-05-31
* fftools/ffmpeg: add InputStream.indexAnton Khirnov2023-05-28