16 Commits (9a44e0335c0b0ba54ec854e2579f9bb7237032f5)

Author SHA1 Message Date
Anton Khirnov 0b0fa5c2a8 fftools/ffmpeg_enc: make data_size_enc private to encoding code 2 years ago
Anton Khirnov a34f483291 fftools/ffmpeg: add muxer-input codec parameters to OutputStream 2 years ago
Anton Khirnov 4358d4d8e7 fftools/ffmpeg: move a check to a more appropriate place 2 years ago
Anton Khirnov 4fc513b5e3 fftools/ffmpeg: move a misplaced assignment 2 years ago
Anton Khirnov fdf29dcebb fftools/ffmpeg: inline check_output_constraints() into its only caller 2 years ago
Anton Khirnov 5d4f467cc9 fftools/ffmpeg_enc: replace abort() with av_assert0(0) 2 years ago
Anton Khirnov 83da6d3f54 fftools/ffmpeg: move OutputStream.last_nb0_frames to Encoder 2 years ago
Anton Khirnov 87ae84e4af fftools/ffmpeg: move OutputStream.sq_frame to Encoder 2 years ago
Anton Khirnov 710da200fc fftools/ffmpeg: move OutputStream.next_pts to Encoder 2 years ago
Anton Khirnov 45202556cb fftools/ffmpeg: move OutputStream.vsync_frame_number to Encoder 2 years ago
Anton Khirnov f098eaee56 fftools/ffmpeg_enc: factorize calling enc_init() 2 years ago
Anton Khirnov f30b620e98 fftools/ffmpeg: add encoder private data 2 years ago
Anton Khirnov 44accfef41 fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.c 2 years ago
Anton Khirnov 9de5dc74fd fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.c 2 years ago
Anton Khirnov a996478e8c fftools/ffmpeg: simplify output stream initialization call graph 2 years ago
Anton Khirnov d96f2fbf76 fftools/ffmpeg: move initializing encoders to a new file 2 years ago