| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: inline check_output_constraints() into its only caller | Anton Khirnov | 2023-04-13 | 1 | -18/+1 |
* | fftools/ffmpeg: stop calling check_output_constraints() for streamcopy | Anton Khirnov | 2023-04-13 | 1 | -6/+9 |
* | fftools/ffmpeg: track a list of non-lavfi outputs in InputStream | Anton Khirnov | 2023-04-13 | 1 | -12/+9 |
* | fftools/ffmpeg: disable and deprecate -qphist | Anton Khirnov | 2023-04-13 | 1 | -10/+0 |
* | fftools/ffmpeg: move printing verbose demuxing stats to ffmpeg_demux | Anton Khirnov | 2023-04-13 | 1 | -43/+0 |
* | fftools/ffmpeg: rewrite printing the final output sizes | Anton Khirnov | 2023-04-13 | 1 | -35/+2 |
* | fftools/ffmpeg: move printing verbose muxing stats to ffmpeg_mux | Anton Khirnov | 2023-04-13 | 1 | -34/+0 |
* | fftools/ffmpeg: factorize checking whether any output was written | Anton Khirnov | 2023-04-13 | 1 | -30/+0 |
* | fftools/ffmpeg: eliminate the main_return_code global | Anton Khirnov | 2023-04-13 | 1 | -10/+8 |
* | fftools/ffmpeg: move the hw_device_free_all() call to ffmpeg_cleanup() | Anton Khirnov | 2023-04-13 | 1 | -2/+2 |
* | fftools/ffmpeg: drop a useless goto | Anton Khirnov | 2023-04-13 | 1 | -6/+2 |
* | fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilter | Anton Khirnov | 2023-04-13 | 1 | -4/+4 |
* | fftools/ffmpeg: clean up #includes | Anton Khirnov | 2023-04-09 | 1 | -37/+37 |
* | fftools/ffmpeg: stop including os_support.h | Anton Khirnov | 2023-04-09 | 1 | -1/+0 |
* | fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.c | Anton Khirnov | 2023-04-09 | 1 | -677/+13 |
* | fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.c | Anton Khirnov | 2023-04-09 | 1 | -84/+2 |
* | fftools/ffmpeg: replace ff_dlog() with av_log() | Anton Khirnov | 2023-04-09 | 1 | -8/+8 |
* | fftools/ffmpeg: simplify output stream initialization call graph | Anton Khirnov | 2023-04-09 | 1 | -31/+20 |
* | fftools/ffmpeg: move initializing encoders to a new file | Anton Khirnov | 2023-04-09 | 1 | -305/+1 |
* | fftools/ffmpeg: reindent after previous commit | Anton Khirnov | 2023-04-09 | 1 | -71/+71 |
* | fftools/ffmpeg: move encoder initialization to init_output_stream_encode | Anton Khirnov | 2023-04-09 | 1 | -20/+17 |
* | fftools/ffmpeg: use stack variables to shorten code | Anton Khirnov | 2023-04-09 | 1 | -9/+10 |
* | fftools/ffmpeg: drop unnecessary indirection | Anton Khirnov | 2023-04-09 | 1 | -16/+7 |
* | fftools/ffmpeg: stop handling AVMEDIA_TYPE_DATA in init_output_stream_encode() | Anton Khirnov | 2023-04-09 | 1 | -2/+0 |
* | fftools/ffmpeg: use sync queues for enforcing audio frame size | Anton Khirnov | 2023-04-09 | 1 | -46/+12 |
* | fftools/sync_queue: use timebase from input frames/packets | Anton Khirnov | 2023-04-09 | 1 | -3/+0 |
* | fftools/ffmpeg: move initializing next_[pd]ts to add_input_streams() | Anton Khirnov | 2023-04-09 | 1 | -3/+0 |
* | fftools/ffmpeg: drop InputStream.processing_needed | Anton Khirnov | 2023-04-09 | 1 | -2/+2 |
* | fftools/ffmpeg: do not return finished streams from choose_output() | Anton Khirnov | 2023-04-09 | 1 | -1/+1 |
* | fftools/ffmpeg: make sure non-lavfi streams are closed on input EOF | Anton Khirnov | 2023-04-09 | 1 | -0/+1 |
* | ffmpeg: send only one rect per packet when encoding ASS | rcombs | 2023-03-21 | 1 | -10/+15 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -1/+1 |
* | avcodec: remove FF_API_THREAD_SAFE_CALLBACKS | James Almer | 2023-02-09 | 1 | -5/+0 |
* | avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket* | Andreas Rheinhardt | 2023-02-09 | 1 | -2/+2 |
* | fftools/ffmpeg: add an option for writing pre-muxing stats | Anton Khirnov | 2023-02-09 | 1 | -6/+8 |
* | fftools/ffmpeg: store output packet timebases in the packet | Anton Khirnov | 2023-02-09 | 1 | -13/+20 |
* | ffmpeg: add video heartbeat capability to fix_sub_duration | Jan Ekström | 2023-02-03 | 1 | -0/+148 |
* | ffmpeg: move decoded frame counter from after post-processing to decode | Jan Ekström | 2023-02-03 | 1 | -2/+2 |
* | ffmpeg: refactor post-decoding steps for subtitles into a function | Jan Ekström | 2023-02-03 | 1 | -21/+28 |
* | fftools/ffmpeg: support input frame params in encoding stats | Anton Khirnov | 2023-01-31 | 1 | -4/+50 |
* | fftools/ffmpeg: use correct IO context for -enc_stats_post | Anton Khirnov | 2023-01-31 | 1 | -1/+1 |
* | fftools/ffmpeg: add an AVClass to MuxStream/OutputStream | Anton Khirnov | 2023-01-29 | 1 | -49/+46 |
* | fftools/ffmpeg: add options for writing encoding stats | Anton Khirnov | 2023-01-29 | 1 | -3/+60 |
* | fftools/ffmpeg: reindent after previous commit | Anton Khirnov | 2023-01-10 | 1 | -58/+58 |
* | fftools/ffmpeg: move video frame dup/drop logic into its own function | Anton Khirnov | 2023-01-10 | 1 | -62/+75 |
* | fftools/ffmpeg: rename a variable to be more descriptive | Anton Khirnov | 2023-01-10 | 1 | -12/+14 |
* | fftools/ffmpeg: fix stream id in an error message. | Anton Khirnov | 2023-01-10 | 1 | -1/+2 |
* | fftools/ffmpeg: stop using AVCodecContext.sample_rate in decode_audio() | Anton Khirnov | 2023-01-10 | 1 | -9/+6 |
* | fftools: use av_dict_iterate | Marvin Scholz | 2022-12-01 | 1 | -1/+1 |
* | fftools/ffmpeg: cosmetics | Anton Khirnov | 2022-11-28 | 1 | -12/+11 |