summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: simplify refcounting packets for the muxing queueJames Almer2018-08-071-2/+2
* fftools/qsv: add extra_hw_frames supportZhong Li2018-08-071-1/+1
* cmdutils: print a more descriptive error message in show_help_bsf() when no b...James Almer2018-07-281-1/+4
* ffplay: add support for various YUV conversion modesMarton Balint2018-07-131-0/+18
* ffmpeg: fix -stream_loop with multiple inputsMarton Balint2018-07-021-1/+9
* ffmpeg: factorize input thread creation and destructionMarton Balint2018-07-021-26/+40
* ffmpeg: make loglevel verbose for frame duration warningGyan Doshi2018-06-281-1/+1
* fftools/ffmpeg: check sseof value and clash with ssGyan Doshi2018-06-261-1/+14
* ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson2018-06-231-1/+1
* ffplay: ignore keypress events before a window is createdMarton Balint2018-06-201-5/+4
* fftools/cmdutils: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* fftools/ffmpeg_filter: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* fftools/ffmpeg: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* ffmpeg: assert that audio packet duration in process_input_packet() is non ne...Michael Niedermayer2018-06-141-0/+1
* fftools/ffmpeg: Fallback to duration if sample rate is unavailableMichael Niedermayer2018-06-141-2/+6
* ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos2018-06-091-0/+17
* ffmpeg: mark sseof as an input-only optionGyan Doshi2018-06-091-1/+1
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-043-1/+7
* ffplay: Print codec_name if decoder for codec_id could not be found.Carl Eugen Hoyos2018-05-301-1/+1
* cmdutils: dump supported hardware devices in print_codec()Jun Zhao2018-05-281-0/+11
* cmdutils: print missing caps in print_codec().Jun Zhao2018-05-281-0/+10
* ffprobe: fix SEGV when new streams are addedAman Gupta2018-05-091-2/+2
* fftools/ffmpeg: properly initialize output stream field orderTobias Rapp2018-05-021-0/+6
* fftools/ffmpeg: fix mixed code and declarationsJames Almer2018-04-301-5/+5
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-0/+1
* fftools/ffmpeg: change fps progress log message to show two decimal digitsAndré Camargo2018-04-281-1/+1
* fftools/ffmpeg: Add system time and real time to benchmarking.Mark Wachsler2018-04-281-13/+36
* make swresample optional for ffmpegPaul B Mahol2018-04-251-0/+2
* ffplay: Fix realloc_texture when input texture is NULL.Matt Oliver2018-04-181-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