| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_filter: return an error on ofilter_alloc() failure | Anton Khirnov | 2023-11-09 | 1 | -1/+3 |
* | fftools/ffmpeg_filter: fail on ifilter_alloc() failure | Anton Khirnov | 2023-11-09 | 1 | -1/+7 |
* | fftools/cmdutils: only set array size after allocation succeeded | Anton Khirnov | 2023-11-09 | 1 | -2/+2 |
* | fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata | Andreas Rheinhardt | 2023-11-02 | 1 | -3/+3 |
* | ffprobe: print the non-diegetic stream disposition flag | James Almer | 2023-10-25 | 1 | -0/+1 |
* | fftools: Check HAVE_GETSTDHANDLE before using GetStdHandle | Martin Storsjö | 2023-10-23 | 1 | -1/+1 |
* | ffprobe: add -output_format as an alias of -of | Stefano Sabatini | 2023-10-20 | 1 | -8/+9 |
* | ffprobe: factorize xml_print_str and xml_print_int | Stefano Sabatini | 2023-10-20 | 1 | -28/+20 |
* | ffprobe: reindent after 2b0973d | Stefano Sabatini | 2023-10-20 | 1 | -17/+17 |
* | ffprobe: fix XML rendering, review XML layout | Stefano Sabatini | 2023-10-20 | 1 | -14/+37 |
* | fftools/ffmpeg_demux: Fix leak on error | Andreas Rheinhardt | 2023-10-10 | 1 | -5/+5 |
* | fftools/ffmpeg_demux: Don't use fake object with av_opt_eval | Andreas Rheinhardt | 2023-10-10 | 1 | -8/+7 |
* | fftools/ffmpeg_enc: constify the frame passed to enc_open() | Anton Khirnov | 2023-10-10 | 2 | -5/+4 |
* | fftools/ffmpeg_filter: fail on filtering errors | Anton Khirnov | 2023-10-10 | 1 | -10/+10 |
* | fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filter | Anton Khirnov | 2023-10-10 | 4 | -373/+442 |
* | fftools/ffmpeg_enc: move framerate conversion state into a separate struct | Anton Khirnov | 2023-10-10 | 1 | -30/+35 |
* | fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report() | Anton Khirnov | 2023-10-10 | 2 | -3/+3 |
* | fftools/ffmpeg_enc: merge -force_key_frames source/source_no_drop | Anton Khirnov | 2023-10-10 | 3 | -5/+9 |
* | fftools/ffmpeg_enc: unbreak -force_key_frames source_no_drop | Anton Khirnov | 2023-10-10 | 1 | -2/+3 |
* | ffools/ffmpeg_filter: stop trying to handle an unreachable state | Anton Khirnov | 2023-10-10 | 3 | -8/+6 |
* | fftools/ffmpeg_enc: simplify adjust_frame_pts_to_encoder_tb() signature | Anton Khirnov | 2023-10-10 | 1 | -15/+10 |
* | fftools/ffmpeg_enc: move remaining vsync-related code to video_sync_process() | Anton Khirnov | 2023-10-10 | 1 | -22/+24 |
* | fftools/ffmpeg_enc: move handling video frame duration to video_sync_process() | Anton Khirnov | 2023-10-10 | 1 | -8/+6 |
* | fftools/ffplay: stop injecting stream side data in packets | James Almer | 2023-10-06 | 1 | -2/+0 |
* | fftools/ffmpeg: stop injecting stream side data in packets | James Almer | 2023-10-06 | 1 | -22/+0 |
* | fftools/ffprobe: stop using AVStream.side_data | James Almer | 2023-10-06 | 1 | -18/+16 |
* | fftools/ffplay: stop using AVStream.side_data | James Almer | 2023-10-06 | 1 | -2/+7 |
* | fftools/ffmpeg: stop using AVStream.side_data | James Almer | 2023-10-06 | 4 | -37/+39 |
* | ffprobe: introduce section type, use for the compact output | Stefano Sabatini | 2023-10-06 | 1 | -63/+100 |
* | ffprobe: correct section name for side data piece | Stefano Sabatini | 2023-10-06 | 1 | -1/+1 |
* | ffprobe: factorize side data printing to dedicated function | Stefano Sabatini | 2023-10-06 | 1 | -78/+83 |
* | fftools/ffmpeg: move derivation of frame duration from filter framerate | Anton Khirnov | 2023-10-03 | 2 | -9/+6 |
* | fftools/ffmpeg_enc: do not round frame durations prematurely | Anton Khirnov | 2023-10-03 | 1 | -3/+3 |
* | fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats | Anton Khirnov | 2023-10-03 | 1 | -1/+7 |
* | fftools/ffmpeg: deprecate the -top option | Anton Khirnov | 2023-09-18 | 6 | -5/+38 |
* | fftools/ffmpeg_enc: apply -top to individual encoded frames | Anton Khirnov | 2023-09-18 | 1 | -0/+5 |
* | fftools/ffmpeg_enc: refactor setting encoding field_order | Anton Khirnov | 2023-09-18 | 1 | -17/+6 |
* | fftools/ffmpeg: do not fail on AVERROR(EAGAIN) from choose_output() | Anton Khirnov | 2023-09-14 | 1 | -0/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | ffplay: port to lavu/tx | Lynne | 2023-09-01 | 1 | -15/+27 |
* | fftools/ffmpeg_mux: replace monotonous with monotonic | Leo Izen | 2023-09-01 | 1 | -1/+1 |
* | fftools/ffmpeg: move sending filtergraph commands to a separate function | Anton Khirnov | 2023-08-30 | 3 | -22/+31 |
* | fftools/ffmpeg_mux: rename of_close() to of_free() | Anton Khirnov | 2023-08-30 | 3 | -4/+3 |
* | fftools/ffmpeg_filter: shorten a variable name | Anton Khirnov | 2023-08-30 | 1 | -15/+12 |
* | fftools/ffmpeg_filter: reindent after previous commit | Anton Khirnov | 2023-08-30 | 1 | -51/+51 |
* | fftools/ffmpeg_filter: factor processing a single frame out of reap_filters() | Anton Khirnov | 2023-08-30 | 1 | -17/+24 |
* | fftools/ffmpeg_filter: sanitize framerate retrieved from the filtergraph | Anton Khirnov | 2023-08-30 | 1 | -2/+5 |
* | fftools/ffmpeg_enc: reindent after previous commit | Anton Khirnov | 2023-08-30 | 1 | -9/+9 |
* | fftools/ffmpeg_enc: only use fallback framerate when encoding CFR | Anton Khirnov | 2023-08-30 | 1 | -12/+17 |
* | fftools/ffmpeg_enc: reindent after previous commit | Anton Khirnov | 2023-08-30 | 1 | -33/+33 |