summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_enc.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg_mux_init: apply encoder options manuallyAnton Khirnov2024-04-09
* fftools/ffmpeg: warn about ignored -enc_time_base for subtitles earlierAnton Khirnov2024-04-09
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* fftools/ffmpeg_enc: stop copying demuxer side data to the muxerAnton Khirnov2024-03-28
* fftools/ffmpeg_enc: simplify error handling for decoded_side_data setupAnton Khirnov2024-03-27
* fftools/ffmpeg_enc: move decoded_side_data setup out of video-only blockAnton Khirnov2024-03-27
* fftools/ffmpeg_enc: only promote first frame side data to global when meaningfulAnton Khirnov2024-03-27
* fftools/ffmpeg_enc: Don't call frame_data twiceAndreas Rheinhardt2024-03-22
* ffmpeg: pass first video AVFrame's side data to encoderJan Ekström2024-03-20
* fftools/ffmpeg_enc: set AV_PKT_FLAG_TRUSTED on encoded packetsAnton Khirnov2024-03-13
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-13
* fftools/ffmpeg_enc: merge do_{audio,video}_out into frame_encode()Anton Khirnov2024-03-13
* fftools/ffmpeg_enc: drop unnecessary parameter from forced_kf_apply()Anton Khirnov2024-03-13
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-13
* fftools/ffmpeg: declare loop indices inside loopsAnton Khirnov2024-02-24
* fftools/ffmpeg: use correct unit prefix symbol for binary scaled byte values王昊然2024-02-03
* fftools/ffmpeg_dec: export subtitle_header in DecoderAnton Khirnov2024-01-30
* fftools/ffmpeg_enc: assert necessary frame fields before create encoderZhao Zhili2023-12-21
* fftools/ffmpeg: use a mutex for enc_stats_write()Anton Khirnov2023-12-18
* fftools/ffmpeg: print keyframe information with -stats_*Anton Khirnov2023-12-18
* fftools/ffmpeg: replace OutputStream.file_index by a pointerAnton Khirnov2023-12-14
* fftools/ffmpeg: attach wallclock timing information to packets and framesAnton 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_enc: move encoding to a separate threadAnton Khirnov2023-12-12
* fftools/ffmpeg_enc: constify the frame passed to enc_open()Anton Khirnov2023-10-10
* fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filterAnton Khirnov2023-10-10
* fftools/ffmpeg_enc: move framerate conversion state into a separate structAnton Khirnov2023-10-10
* fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report()Anton Khirnov2023-10-10
* fftools/ffmpeg_enc: merge -force_key_frames source/source_no_dropAnton Khirnov2023-10-10
* fftools/ffmpeg_enc: unbreak -force_key_frames source_no_dropAnton Khirnov2023-10-10
* fftools/ffmpeg_enc: simplify adjust_frame_pts_to_encoder_tb() signatureAnton Khirnov2023-10-10
* fftools/ffmpeg_enc: move remaining vsync-related code to video_sync_process()Anton Khirnov2023-10-10
* fftools/ffmpeg_enc: move handling video frame duration to video_sync_process()Anton Khirnov2023-10-10
* fftools/ffmpeg: stop using AVStream.side_dataJames Almer2023-10-06
* fftools/ffmpeg: move derivation of frame duration from filter framerateAnton Khirnov2023-10-03
* fftools/ffmpeg_enc: do not round frame durations prematurelyAnton Khirnov2023-10-03
* fftools/ffmpeg: deprecate the -top optionAnton Khirnov2023-09-18
* fftools/ffmpeg_enc: apply -top to individual encoded framesAnton Khirnov2023-09-18
* fftools/ffmpeg_enc: refactor setting encoding field_orderAnton Khirnov2023-09-18
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: only use fallback framerate when encoding CFRAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: reindent after previous commitAnton Khirnov2023-08-30
* fftools/ffmpeg_enc: factor out setting encoder timebaseAnton Khirnov2023-08-30
* fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy()Anton Khirnov2023-08-30
* fftools/ffmpeg: return an error from assert_avoptions() 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 encode_frame() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from enc_flush() instead of abortingAnton Khirnov2023-07-20
* fftools/ffmpeg_enc: return errors from do_*_out() instead of abortingAnton Khirnov2023-07-20