summaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_opt: Fix mixed declarations and codeAndreas Rheinhardt2019-11-061-2/+4
* fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt2019-10-251-0/+1
* fftools/ffmpeg_opt: add error handle if av_asprintf return nullJun Zhao2019-10-181-0/+6
* ffprobe: fix output of packets_and_frames section in JSON formatJames Almer2019-10-141-3/+7
* fftools/ffmpeg: Improve streamcopyAndreas Rheinhardt2019-10-121-17/+7
* cmdutils: trailing options may be ignoredLou Logan2019-10-011-2/+2
* ffmpeg_opt: remove errant spaceLou Logan2019-09-271-1/+1
* doc/ffmpeg: -timelimit is in user timeLou Logan2019-09-271-1/+1
* fftools/ffmpeg_opt: Fix signed integer overflowAndreas Rheinhardt2019-09-171-2/+4
* cmdutils: promote report level if loglevel is higherGyan Doshi2019-09-131-2/+9
* ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi2019-09-051-1/+1
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-041-2/+4
* fftools: Use right function signature and pointersAndreas Rheinhardt2019-08-153-16/+16
* ffplay: properly detect all window size changesMarton Balint2019-08-141-1/+1
* ffmpeg_opt: Respect default disposition when select audio/videoJun Zhao2019-07-031-2/+4
* ffprobe: Fix memory leakDerek Buitenhuis2019-06-211-3/+1
* ffmpeg_hw: Treat empty device string as no device settingMark Thompson2019-06-021-5/+8
* ffmpeg_hw: Mark some strings as constMark Thompson2019-06-022-2/+2
* fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)Antonin Gouzer2019-05-271-1/+17
* ffplay: added option always on top for video windowDaniel Kucera2019-05-201-0/+8
* libavformat: improve logs with cur_dtsAndreas Hakon2019-04-191-1/+3
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-161-0/+3
* fftools/ffmpeg: Check if we do have also a filter_complex filter.Thierry Foucu2019-03-281-0/+1
* Merge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'James Almer2019-03-101-1/+1
* ffmpeg_filter: initialize sub2video.end_pts together with last_ptsJan Ekström2019-02-211-0/+1
* ffplay: add support for setting the number of filter threadsMarton Balint2019-02-071-0/+4
* ffplay: add missing avfilter_graph_alloc result checkMarton Balint2019-02-071-11/+6
* ffplay: use different decoder names for each media typeMarton Balint2019-02-071-5/+5
* ffmpeg_opt: Print a warning if more than one -vf/-af option was specified.Carl Eugen Hoyos2019-01-151-0/+4
* ffmpeg: allow disabling streams by type for inputsGyan Doshi2019-01-031-0/+7
* ffmpeg: skip disabled streamsGyan Doshi2019-01-022-2/+36
* ffmpeg: improve the intra stream discontinuity messageJan Ekström2018-12-181-1/+4
* ffplay: fix -x and -y options when only one of them is usedMarton Balint2018-12-021-8/+7
* ffplay: convert float math to int math in calculate_display_rectMarton Balint2018-12-021-13/+9
* ffmpeg: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-271-0/+2
* fftools/ffmpeg: delete the unused code.Jun Zhao2018-11-271-8/+1
* fftools/ffprobe: Indent the code.Jun Zhao2018-11-271-14/+14
* fftools/ffmpeg: Repair reinit_filter featureMichael Niedermayer2018-11-161-3/+7
* fftools/ffmpeg: Indent the codeJun Zhao2018-11-111-64/+64
* fftools/ffmpeg: Put the variable declaration at uppper for block.Jun Zhao2018-11-111-5/+2
* fftools/ffmpeg: Remove the micor like "#if 1"Jun Zhao2018-11-111-6/+0
* 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
OpenPOWER on IntegriCloud