summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_opt: Check attachment filesizeAndreas Rheinhardt2020-07-021-2/+4
* fftools/ffmpeg: Fix integer overflow in duration computation in seek_to_start()Michael Niedermayer2020-07-011-1/+2
* fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer2019-03-211-3/+7
* ffmpeg: fix -stream_loop with multiple inputsMarton Balint2018-07-081-1/+9
* ffmpeg: factorize input thread creation and destructionMarton Balint2018-07-081-26/+40
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-06-151-2/+6
* ffprobe: fix SEGV when new streams are addedAman Gupta2018-05-181-2/+2
* ffplay: Fix realloc_texture when input texture is NULL.Matt Oliver2018-05-011-2/+3
* ffprobe: report unavailable SAR correctly in stream infoTimo Teräs2018-04-171-1/+1
* ffmpeg: allow setting attached_pic dispositionTimo Teräs2018-04-041-0/+1
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-0/+2
* fftools/cmdutils: add support for level flag in loglevel option parserTobias Rapp2018-04-031-18/+47
* lav*,tests: remove several register_all callsJosh de Kock2018-04-023-8/+0
* cmdutils: fix new API break the "ffmpeg -muxers/demuxers"Jun Zhao2018-04-021-2/+2
* ffmpeg: prevent premature EOF in sub2video with nullptr AVSubtitlesJan Ekström2018-04-011-1/+2
* cmdutils: use new APIsJosh de Kock2018-03-311-5/+10
* fftools/ffmpeg: Remove an unused variable.Carl Eugen Hoyos2018-03-301-1/+0
* ffmpeg: do not finish output streams manually on eof even if no input is prov...Marton Balint2018-03-291-11/+1
* ffmpeg: fallback to codecpar parameters on input filter eofMarton Balint2018-03-291-12/+21
* ffmpeg: pass reference counted packet on codec copy when possibleJames Almer2018-03-231-0/+5
* ffmpeg: remove dead call to av_parser_change()James Almer2018-03-232-43/+4
* cmdutils: print supported codecs in show_help_bsf()James Almer2018-03-222-0/+5
* ffmpeg.c - drain all decoded frames during stream_loop flushGyan Doshi2018-03-201-6/+11
* cmdutils: remove a superfluous line breakJames Almer2018-03-171-1/+0
* ffmpeg: support dump bit stream filter options.Jun Zhao2018-03-162-1/+19
* ffprobe: fix infinite loop in subtitle decodingMarton Balint2018-03-121-1/+2
* fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp2018-03-051-26/+22
* fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp2018-03-051-8/+17
* fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp2018-02-271-8/+2
* Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin2018-02-241-1/+2
* ffmpeg_opt: fix max_error_rate help info display issue.Jun Zhao2018-02-241-1/+1
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-231-0/+1
* Revert "cmdutils: make use of new iteration APIs"James Almer2018-02-081-43/+79
* lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock2018-02-061-1/+1
* cmdutils: make use of new iteration APIsJosh de Kock2018-02-061-79/+43
* ffprobe: remove usage of deprecation warning removal pragmasJames Almer2018-02-021-2/+0
* ffprobe: Initialize coded_width/heightZhong Li2018-02-021-0/+8
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-284-16/+16
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-251-0/+3
* fftools/ffmpeg_opt: Remove a write-only variable.Carl Eugen Hoyos2018-01-081-2/+0
* Remove the ffserver programRostislav Pehlivanov2018-01-065-5599/+2
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-043-17/+11
* ffplay: drop lock manager usewm42017-12-261-27/+0
* ffmpeg_opt: Constify hwaccel pointer.Carl Eugen Hoyos2017-11-291-1/+2
* ffmpeg: Check read_ffserver_streams() return valuePan Bian2017-11-281-0/+2
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-264-133/+251
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-223-302/+0
* ffmpeg: add return value check to supress the build warning.Jun Zhao2017-11-211-9/+19
* ffmpeg: add ui64 type to SpecifierOptpkviet2017-11-201-0/+1
* ffmpeg: Allow "-to" on input files in addition to "-t"Vitaly _Vi Shukela2017-11-191-1/+16