| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_filter: Make functions only used locally static | Andreas Rheinhardt | 2021-02-02 | 2 | -9/+3 |
* | fftools/ffmpeg_filter: Remove ist_in_filtergraph | Andreas Rheinhardt | 2021-02-02 | 2 | -10/+0 |
* | fftools/ffmpeg_filter: Remove choose_sample_fmt | Andreas Rheinhardt | 2021-02-02 | 2 | -24/+0 |
* | ffmpeg: remove dead code for -vol | Gyan Doshi | 2021-01-31 | 1 | -7/+0 |
* | avcodec: remove long dead debug_mv code | James Almer | 2021-01-25 | 1 | -5/+1 |
* | ffmpeg_opts: remove lowres check | James Almer | 2021-01-21 | 1 | -9/+0 |
* | ffmpeg: use sigaction() instead of signal() on linux | Andriy Gelman | 2021-01-16 | 1 | -4/+26 |
* | doc/ffmpeg: document max_error_rate | Gyan Doshi | 2021-01-10 | 1 | -1/+1 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -43/+43 |
* | ffmpeg: delay first stats | Gyan Doshi | 2020-12-24 | 1 | -1/+4 |
* | ffmpeg: don't delay printing initial stats | Gyan Doshi | 2020-12-23 | 1 | -2/+4 |
* | ffmpeg: add option stats_period | Gyan Doshi | 2020-12-23 | 3 | -1/+20 |
* | ffmpeg: stop accessing deprecated stream-embedded codec context | Anton Khirnov | 2020-12-10 | 1 | -10/+2 |
* | fftools/ffprobe: add support for HDR10+ metadata | Mohammad Izadi | 2020-12-05 | 1 | -0/+103 |
* | fftools/cmdutils: also print warnings when using -sinks and -sources | Marton Balint | 2020-12-03 | 1 | -2/+2 |
* | avcodec: deprecate thread_safe_callbacks | Anton Khirnov | 2020-11-27 | 1 | -0/+2 |
* | fftools/ffmpeg: fix the wrong bitrate and speed stats | Limin Wang | 2020-10-31 | 1 | -1/+10 |
* | ffmpeg: move field order decision making to encoder initialization | Jan Ekström | 2020-10-29 | 1 | -13/+14 |
* | ffmpeg: pass decoded or filtered AVFrame to output stream initialization | Jan Ekström | 2020-10-29 | 1 | -11/+22 |
* | ffmpeg: move A/V non-streamcopy initialization to a later point | Jan Ekström | 2020-10-29 | 1 | -35/+77 |
* | ffmpeg: move AVFrame time base adjustment into a function | Jan Ekström | 2020-10-29 | 1 | -25/+47 |
* | ffmpeg: add a data size threshold for muxing queue size | Jan Ekström | 2020-10-29 | 3 | -2/+28 |
* | ffmpeg.c: stop accessing private AVStream.codec_info_nb_frames | Anton Khirnov | 2020-10-28 | 1 | -1/+2 |
* | ffmpeg.c: rename 'area' to 'score' | Anton Khirnov | 2020-10-28 | 1 | -6/+6 |
* | ffmpeg: deduplicate init_output_stream usage logic | Jan Ekström | 2020-10-17 | 1 | -26/+25 |
* | fftools/ffprobe: use av_timecode_make_smpte_tc_string2 | Marton Balint | 2020-09-13 | 1 | -1/+1 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 2 | -4/+6 |
* | ffplay: fix autoexit doesn't work in the case of pb->error | Zhao Zhili | 2020-09-08 | 1 | -2/+6 |
* | ffmpeg: add auto_conversion_filters option. | Nicolas George | 2020-09-08 | 3 | -0/+6 |
* | fftools/ffmpeg: Fix leak of AVFilterInOut in case of error | Andreas Rheinhardt | 2020-08-23 | 1 | -0/+1 |
* | ffplay: do not set redundant channel count on abuffersink. | Nicolas George | 2020-08-20 | 1 | -1/+1 |
* | fftools/ffmpeg: make specifying thread_queue_size turn on threaded input | Marton Balint | 2020-07-29 | 2 | -3/+6 |
* | ffprobe: Allow unknown format private AVOptions | Derek Buitenhuis | 2020-07-02 | 1 | -5/+3 |
* | fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale | Linjie Fu | 2020-06-18 | 3 | -1/+10 |
* | fftools: switch to the new child class iteration API | Anton Khirnov | 2020-06-10 | 1 | -2/+3 |
* | fftools/ffmpeg: update text requesting samples | Andriy Gelman | 2020-06-01 | 2 | -2/+2 |
* | fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which... | Marton Balint | 2020-05-26 | 3 | -3/+9 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 2 | -2/+2 |
* | cmdutils: drop libavformat/network.h include | Anton Khirnov | 2020-05-22 | 1 | -3/+0 |
* | fftools/cmdutils: remove lossless and intra only capability entries from prin... | James Almer | 2020-05-21 | 1 | -4/+0 |
* | fftools/ffmpeg_filter: check the codec's descriptor to see if it's lossless | James Almer | 2020-05-21 | 1 | -1/+2 |
* | fftools/ffmpeg: use local variable with same contents directly | Limin Wang | 2020-05-06 | 1 | -13/+18 |
* | ffmpeg: Don't require a known device to pass a frames context to an encoder | Mark Thompson | 2020-05-03 | 1 | -33/+42 |
* | fftools/ffmpeg: use a bsf list instead of individual bsfs | Marton Balint | 2020-05-02 | 3 | -101/+24 |
* | fftools/ffprobe: show closed caption info in the stream dump | vectronic | 2020-05-02 | 1 | -0/+2 |
* | ffmpeg: Remove the hw_device_ctx global | Mark Thompson | 2020-04-26 | 4 | -11/+3 |
* | ffmpeg: Use hardware config metadata with encoders | Mark Thompson | 2020-04-26 | 2 | -21/+46 |
* | ffmpeg: Make filter hardware device selection clearer | Mark Thompson | 2020-04-26 | 3 | -11/+32 |
* | ffplay: set stream_index to -1 earlier to prevent segfault | Peter Ross | 2020-04-25 | 1 | -3/+3 |
* | fftools/ffprobe: support DOVI sidedata | Jun Zhao | 2020-04-23 | 1 | -0/+11 |