Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-05fftools/cmdutils: Use %c, not %s to write a single charAndreas Rheinhardt
2021-09-05Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...Andreas Rheinhardt
2021-09-04ffmpeg: let AVFilterGraph parse the filter_threads optionJames Almer
2021-09-04fftools/cmdutils: Use %c, not %s, to write single charAndreas Rheinhardt
2021-09-04fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_listAndreas Rheinhardt
2021-09-03fftools/ffmpeg: Remove unused fieldsAndreas Rheinhardt
2021-09-03fftools: Remove remnants of resample_optsAndreas Rheinhardt
2021-09-01fftools/cmdutils: Fix warning for initialization makes integer from pointer w...Limin Wang
2021-08-30Revert "fftools/ffmpeg_filter: fix the flags parsing for scaler"Linjie Fu
2021-08-29ffmpeg_filter: do not override -filter_threads with -threadsAnton Khirnov
2021-08-29ffmpeg: reset the dict iterator before useAnton Khirnov
2021-08-25fftools/ffmpeg_filter: silence valgrind warningPaul B Mahol
2021-08-24avcodec: add a Film Grain codec property flagJames Almer
2021-08-20fftools/cmdutils: Switch to avfilter_filter_pad_count()Andreas Rheinhardt
2021-08-20fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of padsAndreas Rheinhardt
2021-08-17ffmpeg_hw: Don't ignore key parameters when initializing a hw deviceHaihao Xiang
2021-08-11qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang
2021-08-11fftools/cmdutils: Use av_strstart() instead of strncmp()Andreas Rheinhardt
2021-08-08fftools/cmdutils: Remove unused cpu_countAndreas Rheinhardt
2021-08-07ffprobe: remove references to frame->pkt_ptsJames Almer
2021-08-07fftools/ffmpeg_filter: add a return at the end of non-void functionsJames Almer
2021-08-06ffprobe: Rename Audio Service Type 'type' field to 'service_type'Derek Buitenhuis
2021-08-05fftools/ffmpeg_filter: fix the flags parsing for scalerLinjie Fu
2021-08-05fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplayLinjie Fu
2021-08-01ffmpeg_opt: restore documented stream selection behaviourGyan Doshi
2021-07-25ffmpeg: fix order between field order autodetection and overrideJan Ekström
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt
2021-07-20lavu/cpu: Use av_cpu_ prefixThilo Borgmann
2021-07-19fftools/ffmpeg: Fix runlength for strncmp()Thilo Borgmann
2021-07-19ffmpeg: delay readrate enforcement for decoded streamsGyan Doshi
2021-07-18fftools/ffmpeg: Fix declaration-after-statement warningAndreas Rheinhardt
2021-07-18fftools/ffmpeg: fix -t inaccurate recording timeShiwang.Xie
2021-07-17ffmpeg: add option readrateGyan Doshi
2021-07-16fftools/cmdutils.c: Add cmd line option to override detection of cpu count.Thilo Borgmann
2021-07-16fftools/ffmpeg: Add new variant source_no_drop to the force_key_frames optionKeyun Tong
2021-07-16ffprobe: use quotation marks in the xml header outputJames Almer
2021-07-11ffmpeg: add option recast_mediaGyan Doshi
2021-06-11ffmpeg: silence a thread_safe_callbacks deprecation warningJames Almer
2021-06-10ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format matchzhilizhao
2021-06-08fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov
2021-06-08fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt
2021-06-05fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer
2021-05-13ffmpeg: return no chosen output if an uninitialized stream is unavailableJan Ekström
2021-05-09ffprobe: support printing more packet side data typesAnton Khirnov
2021-05-09ffprobe: only hash extradata when it is presentAnton Khirnov
2021-05-05ffprobe: add option to control optional fields displayGyan Doshi
2021-05-02ffmpeg: stop accessing private AVStream.codec_info_nb_framesJames Almer