summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* ffprobe: stop setting AVCodecContext.framerateAnton Khirnov2021-02-22
* ffprobe: stop printing deprecated fieldsAnton Khirnov2021-02-22
* ffprobe: drop code accessing deprecated AVStream.codecAnton Khirnov2021-02-22
* ffprobe: do not use deprecated AVStream.codec for max bitrateAnton Khirnov2021-02-22
* ffprobe: remove an unnecessary deprecation guardAnton Khirnov2021-02-22
* fftools/ffplay: reindent and some minor cosmeticsMarton Balint2021-02-19
* fftools/ffplay: use av_packet_alloc() to allocate packetsMarton Balint2021-02-19
* fftools/ffplay: use context AVPacket in decoder_decode_frame()Marton Balint2021-02-19
* fftools/ffplay: get rid of flush_pktMarton Balint2021-02-19
* ffmpeg: add -fpsmax to clamp output framerateGyan Doshi2021-02-05
* avformat/mxfenc: prefer to use the configured metadataLimin Wang2021-02-05
* fftools/ffmpeg_filter: Make functions only used locally staticAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove ist_in_filtergraphAndreas Rheinhardt2021-02-02
* fftools/ffmpeg_filter: Remove choose_sample_fmtAndreas Rheinhardt2021-02-02
* ffmpeg: remove dead code for -volGyan Doshi2021-01-31
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* ffmpeg_opts: remove lowres checkJames Almer2021-01-21
* ffmpeg: use sigaction() instead of signal() on linuxAndriy Gelman2021-01-16
* doc/ffmpeg: document max_error_rateGyan Doshi2021-01-10
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* ffmpeg: delay first statsGyan Doshi2020-12-24
* ffmpeg: don't delay printing initial statsGyan Doshi2020-12-23
* ffmpeg: add option stats_periodGyan Doshi2020-12-23
* ffmpeg: stop accessing deprecated stream-embedded codec contextAnton Khirnov2020-12-10
* fftools/ffprobe: add support for HDR10+ metadataMohammad Izadi2020-12-05
* fftools/cmdutils: also print warnings when using -sinks and -sourcesMarton Balint2020-12-03
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-27
* fftools/ffmpeg: fix the wrong bitrate and speed statsLimin Wang2020-10-31
* ffmpeg: move field order decision making to encoder initializationJan Ekström2020-10-29
* ffmpeg: pass decoded or filtered AVFrame to output stream initializationJan Ekström2020-10-29
* ffmpeg: move A/V non-streamcopy initialization to a later pointJan Ekström2020-10-29
* ffmpeg: move AVFrame time base adjustment into a functionJan Ekström2020-10-29
* ffmpeg: add a data size threshold for muxing queue sizeJan Ekström2020-10-29
* ffmpeg.c: stop accessing private AVStream.codec_info_nb_framesAnton Khirnov2020-10-28
* ffmpeg.c: rename 'area' to 'score'Anton Khirnov2020-10-28
* ffmpeg: deduplicate init_output_stream usage logicJan Ekström2020-10-17
* fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* ffplay: fix autoexit doesn't work in the case of pb->errorZhao Zhili2020-09-08
* ffmpeg: add auto_conversion_filters option.Nicolas George2020-09-08
* fftools/ffmpeg: Fix leak of AVFilterInOut in case of errorAndreas Rheinhardt2020-08-23
* ffplay: do not set redundant channel count on abuffersink.Nicolas George2020-08-20
* fftools/ffmpeg: make specifying thread_queue_size turn on threaded inputMarton Balint2020-07-29
* ffprobe: Allow unknown format private AVOptionsDerek Buitenhuis2020-07-02
* fftools/ffmpeg_filter: add -autoscale to disable/enable the default scaleLinjie Fu2020-06-18
* fftools: switch to the new child class iteration APIAnton Khirnov2020-06-10
* fftools/ffmpeg: update text requesting samplesAndriy Gelman2020-06-01
* fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which...Marton Balint2020-05-26
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* cmdutils: drop libavformat/network.h includeAnton Khirnov2020-05-22