summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_enc.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_enc: stop configuring filter inputs from encoder flushAnton Khirnov2023-05-081-10/+0
* fftools: use the new AVFrame keyframe flagJames Almer2023-05-041-3/+3
* fftools: use the new AVFrame interlace flagsJames Almer2023-05-041-4/+7
* fftools/ffmpeg: move OutputStream.packets_encoded to EncoderAnton Khirnov2023-05-021-3/+6
* fftools/ffmpeg: drop OutputStream.errorAnton Khirnov2023-05-021-7/+13
* fftools/ffmpeg: drop OutputStream.pict_typeAnton Khirnov2023-05-021-2/+3
* fftools/ffmpeg_enc: move handling final frames to video_sync_process()Anton Khirnov2023-04-241-16/+17
* fftools/ffmpeg_enc: rename next_picture to frameAnton Khirnov2023-04-241-19/+17
* fftools/ffmpeg_enc: always use video frame durations when availableAnton Khirnov2023-04-241-13/+6
* fftools/ffmpeg: propagate frame durations to packets when encodingAnton Khirnov2023-04-191-0/+2
* fftools/ffmpeg_enc: set audio frame duration when encodingAnton Khirnov2023-04-191-0/+2
* fftools/ffmpeg_enc: make data_size_enc private to encoding codeAnton Khirnov2023-04-171-4/+10
* fftools/ffmpeg: add muxer-input codec parameters to OutputStreamAnton Khirnov2023-04-171-1/+1
* fftools/ffmpeg: move a check to a more appropriate placeAnton Khirnov2023-04-171-0/+7
* fftools/ffmpeg: move a misplaced assignmentAnton Khirnov2023-04-171-0/+3
* fftools/ffmpeg: inline check_output_constraints() into its only callerAnton Khirnov2023-04-131-0/+3
* fftools/ffmpeg_enc: replace abort() with av_assert0(0)Anton Khirnov2023-04-131-1/+1
* fftools/ffmpeg: move OutputStream.last_nb0_frames to EncoderAnton Khirnov2023-04-131-7/+11
* fftools/ffmpeg: move OutputStream.sq_frame to EncoderAnton Khirnov2023-04-131-3/+14
* fftools/ffmpeg: move OutputStream.next_pts to EncoderAnton Khirnov2023-04-131-9/+13
* fftools/ffmpeg: move OutputStream.vsync_frame_number to EncoderAnton Khirnov2023-04-131-4/+7
* fftools/ffmpeg_enc: factorize calling enc_init()Anton Khirnov2023-04-091-8/+5
* fftools/ffmpeg: add encoder private dataAnton Khirnov2023-04-091-5/+46
* fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.cAnton Khirnov2023-04-091-0/+660
* fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.cAnton Khirnov2023-04-091-0/+80
* fftools/ffmpeg: simplify output stream initialization call graphAnton Khirnov2023-04-091-0/+7
* fftools/ffmpeg: move initializing encoders to a new fileAnton Khirnov2023-04-091-0/+342