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