summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: log corrupted packets and framesMarton Balint2018-10-141-6/+10
* ffmpeg: check return value of avcodec_parameters_from_contextMarton Balint2018-10-091-1/+7
* ffplay: add options to specify window positionDave Rice2018-10-071-1/+5
* ffmpeg: break loop when dts_heuristic check donexiaofeng2018-09-301-1/+3
* ffmpeg: block output == input for filesGyan Doshi2018-09-171-1/+15
* ffplay: add option to allow custom seek intervalGyan Doshi2018-09-051-3/+5
* ffplay: do not drain existing filters when seekingMarton Balint2018-09-011-0/+2
* ffmpeg: add correct field for raw pts in -progress reportGyan Doshi2018-08-281-0/+2
* 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