| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: fail earlier on text/bitmap subtitles mismatch | Anton Khirnov | 2023-05-28 | 1 | -18/+0 |
* | fftools/ffmpeg_enc: use AVFrame.hw_frames_ctx for encoder hw setup | Anton Khirnov | 2023-05-28 | 1 | -12/+8 |
* | fftools/ffmpeg_hw: move hw_device_setup_for_encode() to ffmpeg_enc | Anton Khirnov | 2023-05-28 | 1 | -0/+55 |
* | fftools/ffmpeg_enc: stop configuring filter inputs from encoder flush | Anton Khirnov | 2023-05-08 | 1 | -10/+0 |
* | fftools: use the new AVFrame keyframe flag | James Almer | 2023-05-04 | 1 | -3/+3 |
* | fftools: use the new AVFrame interlace flags | James Almer | 2023-05-04 | 1 | -4/+7 |
* | fftools/ffmpeg: move OutputStream.packets_encoded to Encoder | Anton Khirnov | 2023-05-02 | 1 | -3/+6 |
* | fftools/ffmpeg: drop OutputStream.error | Anton Khirnov | 2023-05-02 | 1 | -7/+13 |
* | fftools/ffmpeg: drop OutputStream.pict_type | Anton Khirnov | 2023-05-02 | 1 | -2/+3 |
* | fftools/ffmpeg_enc: move handling final frames to video_sync_process() | Anton Khirnov | 2023-04-24 | 1 | -16/+17 |
* | fftools/ffmpeg_enc: rename next_picture to frame | Anton Khirnov | 2023-04-24 | 1 | -19/+17 |
* | fftools/ffmpeg_enc: always use video frame durations when available | Anton Khirnov | 2023-04-24 | 1 | -13/+6 |
* | fftools/ffmpeg: propagate frame durations to packets when encoding | Anton Khirnov | 2023-04-19 | 1 | -0/+2 |
* | fftools/ffmpeg_enc: set audio frame duration when encoding | Anton Khirnov | 2023-04-19 | 1 | -0/+2 |
* | fftools/ffmpeg_enc: make data_size_enc private to encoding code | Anton Khirnov | 2023-04-17 | 1 | -4/+10 |
* | fftools/ffmpeg: add muxer-input codec parameters to OutputStream | Anton Khirnov | 2023-04-17 | 1 | -1/+1 |
* | fftools/ffmpeg: move a check to a more appropriate place | Anton Khirnov | 2023-04-17 | 1 | -0/+7 |
* | fftools/ffmpeg: move a misplaced assignment | Anton Khirnov | 2023-04-17 | 1 | -0/+3 |
* | fftools/ffmpeg: inline check_output_constraints() into its only caller | Anton Khirnov | 2023-04-13 | 1 | -0/+3 |
* | fftools/ffmpeg_enc: replace abort() with av_assert0(0) | Anton Khirnov | 2023-04-13 | 1 | -1/+1 |
* | fftools/ffmpeg: move OutputStream.last_nb0_frames to Encoder | Anton Khirnov | 2023-04-13 | 1 | -7/+11 |
* | fftools/ffmpeg: move OutputStream.sq_frame to Encoder | Anton Khirnov | 2023-04-13 | 1 | -3/+14 |
* | fftools/ffmpeg: move OutputStream.next_pts to Encoder | Anton Khirnov | 2023-04-13 | 1 | -9/+13 |
* | fftools/ffmpeg: move OutputStream.vsync_frame_number to Encoder | Anton Khirnov | 2023-04-13 | 1 | -4/+7 |
* | fftools/ffmpeg_enc: factorize calling enc_init() | Anton Khirnov | 2023-04-09 | 1 | -8/+5 |
* | fftools/ffmpeg: add encoder private data | Anton Khirnov | 2023-04-09 | 1 | -5/+46 |
* | fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.c | Anton Khirnov | 2023-04-09 | 1 | -0/+660 |
* | fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.c | Anton Khirnov | 2023-04-09 | 1 | -0/+80 |
* | fftools/ffmpeg: simplify output stream initialization call graph | Anton Khirnov | 2023-04-09 | 1 | -0/+7 |
* | fftools/ffmpeg: move initializing encoders to a new file | Anton Khirnov | 2023-04-09 | 1 | -0/+342 |