| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg: move nb_streams_warn from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -1/+0 |
* | fftools/ffmpeg: move duration/time_base from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -3/+0 |
* | fftools/ffmpeg: move threading fields from InputFile to Demuxer | Anton Khirnov | 2022-10-25 | 1 | -5/+0 |
* | fftools/ffmpeg: drop free_input_threads() | Anton Khirnov | 2022-10-25 | 1 | -1/+0 |
* | fftools/ffmpeg: move closing the input file into a separate function | Anton Khirnov | 2022-10-25 | 1 | -0/+1 |
* | fftools/ffmpeg: drop init_input_threads() | Anton Khirnov | 2022-10-25 | 1 | -1/+0 |
* | fftools/ffmpeg_demux: add demuxer private data | Anton Khirnov | 2022-10-25 | 1 | -1/+0 |
* | fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c | Anton Khirnov | 2022-10-25 | 1 | -0/+4 |
* | fftools/ffmpeg: rename read_file() to avoid conflict with libass | Anton Khirnov | 2022-10-21 | 1 | -1/+1 |
* | ffmpeg: Deprecate display rotation override with a metadata key | Jan Ekström | 2022-10-19 | 1 | -0/+5 |
* | ffmpeg: Add display_{rotation, hflip, vflip} options | Jan Ekström | 2022-10-19 | 1 | -0/+6 |
* | fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to it | Andreas Rheinhardt | 2022-10-18 | 1 | -6/+0 |
* | fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStream | Anton Khirnov | 2022-10-18 | 1 | -5/+0 |
* | fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStream | Anton Khirnov | 2022-10-18 | 1 | -2/+0 |
* | fftools/ffmpeg: remove the output_streams global | Anton Khirnov | 2022-10-18 | 1 | -4/+3 |
* | fftools/ffmpeg_mux: move sq_mux from OutputFile to Muxer | Anton Khirnov | 2022-10-18 | 1 | -1/+0 |
* | fftools/ffmpeg_mux: inline of_muxer_init() into of_open() | Anton Khirnov | 2022-10-18 | 1 | -4/+0 |
* | fftools/ffmpeg_mux: embed OutputFile in a Muxer | Anton Khirnov | 2022-10-18 | 1 | -3/+0 |
* | fftools/ffmpeg_opt: move opening output files into a new file | Anton Khirnov | 2022-10-18 | 1 | -0/+69 |
* | fftools/ffmpeg: move some stream initialization code to ffmpeg_mux | Anton Khirnov | 2022-10-18 | 1 | -2/+8 |
* | fftools/ffmpeg: move output_packet() to ffmpeg_mux | Anton Khirnov | 2022-10-18 | 1 | -1/+12 |
* | ffmpeg: Make find_stream_info behave like a normal per-file option | Marvin Scholz | 2022-10-13 | 1 | -0/+1 |
* | fftools/ffmpeg: rename OutputStream.sync_opts to next_pts | Anton Khirnov | 2022-10-04 | 1 | -3/+3 |
* | fftools/ffmpeg: drop never-set OutputStream.first_pts | Anton Khirnov | 2022-10-04 | 1 | -3/+0 |
* | fftools/ffmpeg: drop the -async option | Anton Khirnov | 2022-10-04 | 1 | -1/+0 |
* | fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variable | Marvin Scholz | 2022-10-02 | 1 | -1/+0 |
* | fftools/ffmpeg: Remove unused do_deinterlace variable | Marvin Scholz | 2022-10-02 | 1 | -1/+0 |
* | fftools: Remove unused videotoolbox_init declaration | Marvin Scholz | 2022-10-02 | 1 | -2/+0 |
* | fftools: Remove unused qsv declarations | Marvin Scholz | 2022-10-02 | 1 | -4/+0 |
* | fftools/ffmpeg: use a separate counter for encoded packet data size | Anton Khirnov | 2022-08-29 | 1 | -2/+4 |
* | fftools/ffmpeg: drop OutputStream.fps_mode | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: drop OutputStream.enc | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: remove a stale extern declaration | Anton Khirnov | 2022-08-29 | 1 | -1/+0 |
* | fftools/ffmpeg: stop accessing av_stream_get_parser() from the main thread | Anton Khirnov | 2022-08-29 | 1 | -0/+6 |
* | fftools/ffmpeg: call av_guess_frame_rate() when opening the file | Anton Khirnov | 2022-08-22 | 1 | -0/+2 |
* | fftools/ffmpeg: store a separate copy of input codec parameters | Anton Khirnov | 2022-08-16 | 1 | -0/+6 |
* | fftools/ffmpeg: use a separate variable for discontinuity offset | Anton Khirnov | 2022-08-13 | 1 | -0/+4 |
* | fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding starts | Anton Khirnov | 2022-08-13 | 1 | -0/+6 |
* | fftools/ffmpeg_demux: do not store demux packet in the context | Anton Khirnov | 2022-08-08 | 1 | -2/+0 |
* | fftools/ffmpeg: move -stream_loop handling to the demuxer thread | Anton Khirnov | 2022-08-08 | 1 | -3/+20 |
* | fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+1 |
* | fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.c | Anton Khirnov | 2022-08-08 | 1 | -0/+1 |
* | fftools/ffmpeg: move the input thread into its own file | Anton Khirnov | 2022-08-08 | 1 | -0/+5 |
* | fftools/ffmpeg: drop a write-only variable | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: store the input file index in InputFile | Anton Khirnov | 2022-08-08 | 1 | -0/+2 |
* | fftools/ffmpeg: deprecate specifying a sync stream with -map | Anton Khirnov | 2022-08-08 | 1 | -2/+1 |
* | fftools/ffmpeg: remove OutputStream.sync_ist | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: remove OutputStream.encoding_needed | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: remove OutputStream.stream_copy | Anton Khirnov | 2022-08-08 | 1 | -1/+0 |
* | fftools/ffmpeg: deprecate the -map_channel option | Anton Khirnov | 2022-07-28 | 1 | -0/+7 |