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
path: root/doc
AgeCommit message (Expand)Author
2022-11-10avfilter/af_dynaudnorm: add curve optionPaul B Mahol
2022-11-10avfilter/f_ebur128: add quiet framelog modePaul B Mahol
2022-11-07avfilter/af_speechnorm: implement rms optionPaul B Mahol
2022-11-07libavcodec/qsvenc: Add skip_frame support to qsvencWenbin Chen
2022-11-07doc/encoders: add doc of the tier option for hevc_qsvnyanmisaka
2022-11-07doc/filters.texi: update overlay_vaapi documentationsoftworkz
2022-11-07doc/filters.texi: remove incorrect statementsoftworkz
2022-11-06Revert "lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct"James Almer
2022-11-06lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdctLynne
2022-11-06avutil/dict: Add av_dict_iterateMarvin Scholz
2022-11-05avfilter: add backgroundkey video filterPaul B Mahol
2022-11-04avfilter/vf_pseudocolor: add spectral presetPaul B Mahol
2022-11-04avutil/channel_layout: add a 7.1(top) channel layoutJames Almer
2022-10-30avutil/channel_layout: add a cube channel layoutJames Almer
2022-10-29doc/protocols: update rtsp optionsJun Zhao
2022-10-29doc/examples/muxing: Remove unnecessary retJun Zhao
2022-10-24doc/encoders: Add doc for av1_qsvWenbin Chen
2022-10-22avfilter/vf_curves: add PCHIP interpolator and interp optionTakeshi (Kesh) Ikuma
2022-10-21avfilter/vf_maskedthreshold: implement diff modePaul B Mahol
2022-10-20avfilter/window_func: add kaiser windowPaul B Mahol
2022-10-19ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström
2022-10-18avcodec: ViewQuest VQC decoderPeter Ross
2022-10-17doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINEDMarvin Scholz
2022-10-16doc/filters: add another afftfilt examplePaul B Mahol
2022-10-16doc/decoders: document the max_frame_delay libdav1d optionJames Almer
2022-10-11avutil/pixfmt.h: add native-endian RGB32F and RGBA32F formatsLeo Izen
2022-10-11avfilter/af_aspectralstats: allow to select subset of measurementsPaul B Mahol
2022-10-09avfilter/af_adynamicequalizer: rework processingPaul B Mahol
2022-10-08avformat/mpegtsenc: add omit_rai flagZhao Zhili
2022-10-05lavu: bump minor and add APIChanges entry for RISC-V's RVBbasicLynne
2022-10-04lavfi/avf_showspatial: add framerate optionAnton Khirnov
2022-10-04fftools/ffmpeg: drop the -async optionAnton Khirnov
2022-10-04avformat/avio: Schedule AVIODirContext to become an opaque typeAndreas Rheinhardt
2022-10-02lavu: add an APIchanges entry for RISC-V CPU flagsAnton Khirnov
2022-10-02doc/APIchanges: mention the addition of AV_PIX_FMT_RGB[A]F*Anton Khirnov
2022-09-30libavcodec/qsvenc: Add pic_timing_sei reset support to qsvWenbin Chen
2022-09-30libavcodec/qsvenc: Add bitrate reset support to qsvencWenbin Chen
2022-09-30libavcodec/qsvenc: Add framerate reset support to qsvWenbin Chen
2022-09-26avcodec/avcodec: Deprecate lavc chroma pos API functionsAndreas Rheinhardt
2022-09-26avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum)Andreas Rheinhardt
2022-09-26avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.hAndreas Rheinhardt
2022-09-25avcodec/h264_redundant_pps_bsf: Don't remove PPSAndreas Rheinhardt
2022-09-24doc: mention new audio formatsPaul B Mahol
2022-09-23doc/examples/extract_mvs: add motion informationChema Gonzalez
2022-09-23x86/tx_float: add 15xN PFA FFT AVX SIMDLynne
2022-09-22avcodec/libvpxenc: add -min-gf-intervalJames Zern
2022-09-18doc/filters: add speechnorm examplesPaul B Mahol
2022-09-16avformat: add LAF demuxerPaul B Mahol
2022-09-16avcodec: add MI-SC4 audio decoderPaul B Mahol
2022-09-13libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filterRoman Arzumanyan