summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_enc.c
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg_enc: stop configuring filters from encoder flushAnton Khirnov2023-05-31
* fftools/ffmpeg: fail earlier on text/bitmap subtitles mismatchAnton Khirnov2023-05-28
* fftools/ffmpeg_enc: use AVFrame.hw_frames_ctx for encoder hw setupAnton Khirnov2023-05-28
* fftools/ffmpeg_hw: move hw_device_setup_for_encode() to ffmpeg_encAnton Khirnov2023-05-28
* fftools/ffmpeg_enc: stop configuring filter inputs from encoder flushAnton Khirnov2023-05-08
* fftools: use the new AVFrame keyframe flagJames Almer2023-05-04
* fftools: use the new AVFrame interlace flagsJames Almer2023-05-04
* fftools/ffmpeg: move OutputStream.packets_encoded to EncoderAnton Khirnov2023-05-02
* fftools/ffmpeg: drop OutputStream.errorAnton Khirnov2023-05-02
* fftools/ffmpeg: drop OutputStream.pict_typeAnton Khirnov2023-05-02
* fftools/ffmpeg_enc: move handling final frames to video_sync_process()Anton Khirnov2023-04-24
* fftools/ffmpeg_enc: rename next_picture to frameAnton Khirnov2023-04-24
* fftools/ffmpeg_enc: always use video frame durations when availableAnton Khirnov2023-04-24
* fftools/ffmpeg: propagate frame durations to packets when encodingAnton Khirnov2023-04-19
* fftools/ffmpeg_enc: set audio frame duration when encodingAnton Khirnov2023-04-19
* fftools/ffmpeg_enc: make data_size_enc private to encoding codeAnton Khirnov2023-04-17
* fftools/ffmpeg: add muxer-input codec parameters to OutputStreamAnton Khirnov2023-04-17
* fftools/ffmpeg: move a check to a more appropriate placeAnton Khirnov2023-04-17
* fftools/ffmpeg: move a misplaced assignmentAnton Khirnov2023-04-17
* fftools/ffmpeg: inline check_output_constraints() into its only callerAnton Khirnov2023-04-13
* fftools/ffmpeg_enc: replace abort() with av_assert0(0)Anton Khirnov2023-04-13
* fftools/ffmpeg: move OutputStream.last_nb0_frames to EncoderAnton Khirnov2023-04-13
* fftools/ffmpeg: move OutputStream.sq_frame to EncoderAnton Khirnov2023-04-13
* fftools/ffmpeg: move OutputStream.next_pts to EncoderAnton Khirnov2023-04-13
* fftools/ffmpeg: move OutputStream.vsync_frame_number to EncoderAnton Khirnov2023-04-13
* fftools/ffmpeg_enc: factorize calling enc_init()Anton Khirnov2023-04-09
* fftools/ffmpeg: add encoder private dataAnton Khirnov2023-04-09
* fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.cAnton Khirnov2023-04-09
* fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.cAnton Khirnov2023-04-09
* fftools/ffmpeg: simplify output stream initialization call graphAnton Khirnov2023-04-09
* fftools/ffmpeg: move initializing encoders to a new fileAnton Khirnov2023-04-09