aboutsummaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: Allocate InputStream.decoded_frame earlyJames Almer2021-11-192-9/+6
* ffmpeg: Allocate (In|Out)putStream.filter_frame earlyJames Almer2021-11-192-7/+8
* fftools: Constify values from av_dict_get()Chad Fraleigh2021-11-186-19/+19
* ffmpeg: fix loosing gaps between audio frame timestamps when filteringPaul B Mahol2021-11-183-0/+7
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-162-34/+73
* cmdutils: add an option for listing stream dispositionsAnton Khirnov2021-11-162-0/+16
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-161-28/+12
* fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts'Soft Works2021-11-131-3/+8
* fftools/ffmpeg: Output log message when interactive q command is receivedSoft Works2021-11-131-1/+3
* fftools/ffmpeg: Fix indentation after changeSoft Works2021-11-131-13/+13
* fftools/ffmpeg: Remove redundant loopSoft Works2021-11-131-3/+1
* fftools/ffmpeg_opt: Fix copyinkf option name in warning messageAndreas Rheinhardt2021-11-101-1/+1
* fftools/ffplay: don't disable x11 compositingZane van Iperen2021-10-291-0/+4
* fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt earlyAndreas Rheinhardt2021-10-082-15/+9
* fftools/ffmpeg: Remove unnecessary av_packet_unref()Andreas Rheinhardt2021-10-081-3/+0
* fftools/ffmpeg: Fix crash when flushing non-fully setup output streamAndreas Rheinhardt2021-10-081-0/+3
* fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt2021-10-031-1/+0
* fftools/ffmpeg_opt: Remove write-only variableAndreas Rheinhardt2021-10-021-7/+0
* ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formatsJames Almer2021-09-211-1/+6
* fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJAndreas Rheinhardt2021-09-201-1/+2
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-203-8/+7
* avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_formatAndreas Rheinhardt2021-09-201-2/+0
* fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATEDAndreas Rheinhardt2021-09-201-2/+0
* ffmpeg: take into account image flipping in the display matrixJames Almer2021-09-161-4/+22
* ffmpeg: use display matrix frame side data for autorotationJames Almer2021-09-166-6/+26
* cmdutils: round rotation value to nearest integerJames Almer2021-09-161-1/+1
* fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt2021-09-141-4/+0
* ffmpeg_hw: make hardware selection for filters more user friendlyHaihao Xiang2021-09-121-7/+13
* fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt2021-09-051-3/+3
* Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt2021-09-051-5/+0
* ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer2021-09-044-5/+16
* fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt2021-09-041-2/+2
* fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt2021-09-041-14/+2
* fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt2021-09-031-3/+0
* fftools: Remove remnants of resample_optsAndreas Rheinhardt2021-09-036-21/+3
* fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang2021-09-011-1/+1
* Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu2021-08-301-5/+1
* ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov2021-08-291-4/+5
* ffmpeg: reset the dict iterator before useAnton Khirnov2021-08-291-0/+3
* fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol2021-08-251-4/+5
* avcodec: add a Film Grain codec property flagJames Almer2021-08-241-0/+1
* fftools/cmdutils: Switch to avfilter_filter_pad_count()Andreas Rheinhardt2021-08-201-3/+3
* fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of padsAndreas Rheinhardt2021-08-201-1/+3
* ffmpeg_hw: Don't ignore key parameters when initializing a hw deviceHaihao Xiang2021-08-171-1/+15
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-115-115/+36
* fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt2021-08-111-4/+2
* fftools/cmdutils: Remove unused cpu_countAndreas Rheinhardt2021-08-082-2/+0
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-071-2/+2
* fftools/ffmpeg_filter: add a return at the end of non-void functionsJames Almer2021-08-061-2/+2
* ffprobe: Rename Audio Service Type 'type' field to 'service_type'Derek Buitenhuis2021-08-061-1/+1