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
2021-10-03examples/qsvdec: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/hw_decode: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/filtering_video: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/filtering_audio: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/extract_mvs: Do not use stack packetAndreas Rheinhardt
2021-10-03examples/muxing: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/remuxing: Don't use stack packetAndreas Rheinhardt
2021-10-03examples/remuxing: Use av_packet_rescale_ts()Andreas Rheinhardt
2021-10-03fftools/ffmpeg, doc/examples: Remove redundant av_packet_unrefAndreas Rheinhardt
2021-10-02avfilter: add (a)latency filtersPaul B Mahol
2021-10-01avfilter/vf_codecview: added new options for blockLimin Wang
2021-09-30doc/filters: note values for afftflt window functionArif Driessen
2021-09-30avfilter/vf_blend: add few more modesPaul B Mahol
2021-09-29avfilter/vf_blend: add harmonic modePaul B Mahol
2021-09-29avfilter/vf_blend: add geometric modePaul B Mahol
2021-09-29avfilter/vf_morpho: add tophat and blackhat operationsPaul B Mahol
2021-09-29avfilter/vf_morpho: add gradient operation typePaul B Mahol
2021-09-29doc/encoders: add available values for libsvtav1 optionsLimin Wang
2021-09-28avfilter: add morpho filterPaul B Mahol
2021-09-27avfilter/vf_blend: add softdifference blend modePaul B Mahol
2021-09-26avfilter/vf_colorchannelmixer: add extended preserve color supportPaul B Mahol
2021-09-26avfilter/vf_colorlevels: add preserve color optionPaul B Mahol
2021-09-26avfilter/elbg: Extend filter to include alpha values in the quantization proc...Soft Works
2021-09-26lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl
2021-09-21doc/demuxers: fix typo in concatdec optionsrcombs
2021-09-20avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avcodec/avcodec, options_table: Deprecate sub_text_formatAndreas Rheinhardt
2021-09-20lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov
2021-09-19avfilter/avf_avectorscope: add support for commandsPaul B Mahol
2021-09-17avutil/buffer: constify some function parametersJames Almer
2021-09-17doc/decoders: mention that some libdav1d options are deprecatedJames Almer
2021-09-16lavf/concatdec: add stream_extradata directiveNicolas George
2021-09-16lavf/concat: add support for chaptersNicolas George
2021-09-16lavf/concatdec: add stream_codec directiveNicolas George
2021-09-16lavf/concatdec: support stream metadataNicolas George
2021-09-16lavf/concat: deprecate file_packet_metadataNicolas George
2021-09-16lavf/concat: add file_packet_meta directiveNicolas George
2021-09-14fftools/ffprobe: Don't access AVProgram.(start|end)_timeAndreas Rheinhardt
2021-09-12avfilter/vf_xfade: add zoomin transitionPaul B Mahol
2021-09-11avfilter: add audio psychoacoustic clipperPaul B Mahol
2021-09-11avfilter/af_astats: add entropy statPaul B Mahol
2021-09-10avfilter/vf_convolution: add scharr operatorPaul B Mahol
2021-09-08libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin
2021-09-08libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s...Artem Galin
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-09-05doc/muxers: add entry for OBU muxerGyan Doshi
2021-09-02avcodec/avcodec: Allow up to seven codec ids per parserAndreas Rheinhardt
2021-09-02avformat: add an AV1 Low overhead bitstream format muxerJames Almer
2021-08-29avfilter: add grayworld video filterPaul Buxton