summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* 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
* fftools/ffmpeg_filter: fix the flags parsing for scalerLinjie Fu2021-08-051-1/+5
* fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu2021-08-053-11/+0
* ffmpeg_opt: restore documented stream selection behaviourGyan Doshi2021-08-011-27/+50
* ffmpeg: fix order between field order autodetection and overrideJan Ekström2021-07-251-6/+8
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-3/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-223-0/+3
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-223-0/+3
* lavu/cpu: Use av_cpu_ prefixThilo Borgmann2021-07-201-1/+1
* fftools/ffmpeg: Fix runlength for strncmp()Thilo Borgmann2021-07-191-1/+1
* ffmpeg: delay readrate enforcement for decoded streamsGyan Doshi2021-07-191-1/+1
* fftools/ffmpeg: Fix declaration-after-statement warningAndreas Rheinhardt2021-07-181-3/+4