| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: remove the input_streams global | Anton Khirnov | 2022-11-23 | 1 | -23/+48 |
* | fftools/ffmpeg_demux: set default hwaccel_output_format for mediacodec | Zhao Zhili | 2022-11-21 | 1 | -0/+4 |
* | fftools/ffmpeg_mux_init: drop an always-false check | Anton Khirnov | 2022-11-17 | 1 | -2/+0 |
* | fftools/ffmpeg: make demuxing with one file always blocking | Anton Khirnov | 2022-11-16 | 1 | -2/+3 |
* | fftools/ffmpeg_[de]mux: constify all uses of OptionsContext | Anton Khirnov | 2022-11-16 | 1 | -4/+4 |
* | ffmpeg: fix implementation of updated input start time | Gyan Doshi | 2022-11-03 | 1 | -2/+2 |
* | fftools/ffmpeg_demux: stop modifying OptionsContext | Anton Khirnov | 2022-10-25 | 1 | -17/+22 |
* | fftools/ffmpeg_demux: log when the demuxer thread terminates | Anton Khirnov | 2022-10-25 | 1 | -0/+8 |
* | fftools/ffmpeg: move nb_streams_warn from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -6/+9 |
* | fftools/ffmpeg_demux: do not log to the demuxer context | Anton Khirnov | 2022-10-25 | 1 | -1/+1 |
* | fftools/ffmpeg: move duration/time_base from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -12/+18 |
* | fftools/ffmpeg: move threading fields from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -22/+27 |
* | fftools/ffmpeg: drop free_input_threads() | Anton Khirnov | 2022-10-25 | 1 | -11/+6 |
* | fftools/ffmpeg: move closing the input file into a separate function | Anton Khirnov | 2022-10-25 | 1 | -0/+12 |
* | fftools/ffmpeg: drop init_input_threads() | Anton Khirnov | 2022-10-25 | 1 | -15/+9 |
* | fftools/ffmpeg_demux: add demuxer private data | Anton Khirnov | 2022-10-25 | 1 | -10/+27 |
* | fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c | Anton Khirnov | 2022-10-25 | 1 | -0/+650 |
* | fftools/ffmpeg: set thread names | Anton Khirnov | 2022-10-24 | 1 | -0/+9 |
* | fftools/ffmpeg: stop accessing av_stream_get_parser() from the main thread | Anton Khirnov | 2022-08-29 | 1 | -2/+14 |
* | fftools/ffmpeg: move packet timestamp processing to demuxer thread | Anton Khirnov | 2022-08-13 | 1 | -0/+57 |
* | fftools/ffmpeg: move handling corrupt packets to the input thread | Anton Khirnov | 2022-08-08 | 1 | -0/+11 |
* | fftools/ffmpeg_demux: do not store demux packet in the context | Anton Khirnov | 2022-08-08 | 1 | -1/+10 |
* | fftools/ffmpeg_demux: factorize signalling end of demuxing | Anton Khirnov | 2022-08-08 | 1 | -3/+5 |
* | fftools/ffmpeg: move -stream_loop handling to the demuxer thread | Anton Khirnov | 2022-08-08 | 1 | -64/+102 |
* | fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+79 |
* | fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+26 |
* | fftools/ffmpeg: report new streams from the input thread | Anton Khirnov | 2022-08-08 | 1 | -0/+23 |
* | fftools/ffmpeg: handle dumping input packets in input_thread() | Anton Khirnov | 2022-08-08 | 1 | -0/+6 |
* | fftools/ffmpeg: move the input thread into its own file | Anton Khirnov | 2022-08-08 | 1 | -0/+136 |