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 (Collapse)Author
2022-08-29MAINTAINERS: Add ED25519 key for signing my commits in the futureMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 05225180bea208dfd81efac327e429711a963697) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-06-08MAINTAINERS: add myself as maintainer for LoongArch.Shiyou Yin
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-04-23avformat/image2: add Jpeg XL as image2 formatLeo Izen
This commit adds support to libavformat for muxing and demuxing Jpeg XL images as image2 streams.
2022-04-23avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen
This commit adds decoding support to libavcodec for Jpeg XL images via the external library libjxl.
2022-04-23avcodec/jpegxl: add Jpeg XL image codecLeo Izen
This commit adds support to libavcodec to read encoded Jpeg XL images. Jpeg XL is intended to be an extended-life replacement to legacy mjpeg.
2022-04-01MAINTAINERS: add myself as maintainer for libsrt protocolZhao Zhili
Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Zhao Zhili <quinkblack@foxmail.com> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2022-03-28MAINTAINERS: add Niklas Haas for vf_libplacebo.cNiklas Haas
So I can merge my own changes to this filter after they pass peer review, as well as keeping it in sync with upstream API changes / new features. Signed-off-by: Niklas Haas <git@haasn.dev> Signed-off-by: James Almer <jamrial@gmail.com>
2022-03-10avformat: add DFPWM raw formatJack Bruienne
This patch builds on my previous DFPWM codec patch, adding a raw audio format to be able to read/write the raw files that are most commonly used (as no other container format supports it yet). The muxers are mostly copied from the PCM demuxer and the raw muxers, as DFPWM is typically stored as raw data. Please see the previous patch for more information on DFPWM. Signed-off-by: Jack Bruienne <jackbruienne@gmail.com>
2022-03-10avcodec: add DFPWM1a codecJack Bruienne
From the wiki page (https://wiki.vexatos.com/dfpwm): > DFPWM (Dynamic Filter Pulse Width Modulation) is an audio codec > created by Ben “GreaseMonkey” Russell in 2012, originally to be used > as a voice codec for asiekierka's pixmess, a C remake of 64pixels. > It is a 1-bit-per-sample codec which uses a dynamic-strength one-pole > low-pass filter as a predictor. Due to the fact that a raw DPFWM decoding > creates a high-pitched whine, it is often followed by some post-processing > filters to make the stream more listenable. It has recently gained popularity through the ComputerCraft mod for Minecraft, which added support for audio through this codec, as well as the Computronics expansion which preceeded the official support. These both implement the slightly adjusted 1a version of the codec, which is the version I have chosen for this patch. This patch adds a new codec (with encoding and decoding) for DFPWM1a. The codec sources are pretty simple: they use the reference codec with a basic wrapper to connect it to the FFmpeg AVCodec system. To clarify, the codec does not have a specific sample rate - it is provided by the container (or user), which is typically 48000, but has also been known to be 32768. The codec does not specify channel info either, and it's pretty much always used with one mono channel. However, since it appears that libavcodec expects both sample rate and channel count to be handled by either the codec or container, I have made the decision to allow multiple channels interleaved, which as far as I know has never been used, but it works fine here nevertheless. The accompanying raw format has a channels option to set this. (I expect most users of this will not use multiple channels, but it remains an option just in case.) This patch will be highly useful to ComputerCraft developers who are working with audio, as it is the standard format for audio, and there are few user-friendly encoders out there, and even fewer decoders. It will streamline the process for importing and listening to audio, replacing the need to write code or use tools that require very specific input formats. You may use the CraftOS-PC program (https://www.craftos-pc.cc) to test out DFPWM playback. To use it, run the program and type this command: "attach left speaker" Then run "speaker play <file.dfpwm>" for each file. The app runs in a sandbox, so files have to be transferred in first; the easiest way to do this is to simply drag the file on the window. (Or copy files to the folder at https://www.craftos-pc.cc/docs/saves.) Sample DFPWM files can be generated with an online tool at https://music.madefor.cc. This is the current best way to encode DFPWM files. Simply drag an audio file onto the page, and it will encode it, giving a download link on the page. I've made sure to update all of the docs as per Developer§7, and I've tested it as per section 8. Test files encoded to DFPWM play correctly in ComputerCraft, and other files that work in CC are correctly decoded. I have also verified that corrupt files do not crash the decoder - this should theoretically not be an issue as the result size is constant with respect to the input size. Signed-off-by: Jack Bruienne <jackbruienne@gmail.com>
2022-02-15lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov
XvMC was last relevant over 10 years ago, if ever. There is no reason to use it today.
2021-12-23MAINTAINERS: add my gpg fingerprintHaihao Xiang
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
2021-12-21MAINTAINERS: Add Haihao Xiang for vaapiU. Artie Eoff
Current listed maintainers for vaapi plugin are not reponsive and/or currently active in the ffmpeg community. Thus, vaapi plugin patches (and qsv plugin) have generally gone ignored or lost in the ether for too long. Remove Gwenole Beauchesne from vaapi maintainer who has not been active since 2016. Current alternative maintainer for vaapi is Mark Thompson whom has not been active since March/April 2021. Therefore, add Haihao Xiang to vaapi maintainer who's primary role is FFmpeg development with a focus on the vaapi and qsv plugins. Haihao has over a decade of media experience and many years of FFmpeg development experience, amongst other media frameworks. The additional patch for adding Haihao as qsv plugin maintainer has been submitted previously: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210608141134.27448-1-zhongli_dev@126.com/ This will help FFmpeg to continue to be the leading multimedia framework by allowing these plugins to be actively improved, enhanced, and maintained for existing and future HW platforms. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
2021-12-20MAINTAINERS: Add Haihao Xiang for qsvZhong Li
Signed-off-by: Zhong Li <zhongli_dev@126.com>
2021-05-12avformat: add Argonaut Games CVG demuxerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-03-25MAINTAINERS: add myself as adpcm maintainerZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2021-01-20MAINTAINERS: update namesrcombs
2020-12-10smvjpegdec: merge into mjpegdecAnton Khirnov
SMVJPEG stores frames as slices of a big JPEG image. The decoder is implemented as a wrapper that instantiates a full internal MJPEG decoder, then forwards the decoded frames with offset data pointers. This is unnecessarily complex and fragile, not supporting useful decoder capabilities like direct rendering. Re-implement the decoder inside the MJPEG decoder, which is accomplished by returning each decoded frame multiple times, setting cropping information appropriately on each instance. One peculiar aspect of the previous design is that since - the smvjpeg decoder returns one frame per input packet - there are multiple frames in each packets (the aformentioned slices) the demuxer needs to return each packet multiple times. This is now also eliminated - the demuxer now returns each packet exactly once, with the duration set to the number of frames it decodes to. This also removes one of the last remaining internal uses of the old video decoding API.
2020-11-09avformat: add amv muxerZane van Iperen
AMV is a hard-coded (and broken) subset of AVI. It's not worth sullying the existing AVI muxer with its filth. Fixes ticket #747. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-09-21MAINTAINERS: remove my public key fingerprintLou Logan
Forgot to remove this last time I edited my info. Signed-off-by: Lou Logan <lou@lrcd.com>
2020-09-14avformat: add Argonaut Games BRP demuxerZane van Iperen
Used in FMVs for FX Fighter and Croc. Supports BVID and BASF streams, requests samples for anything else. Due to the way BASF streams are contained in the file, only one is supported. I have yet to see a BRP file with multiple. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
2020-07-17MAINTAINERS: add myself and gpg fingerprintZane van Iperen
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-06-28MAINTAINERS: remove myself as Twitter maintainerLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2020-05-23oggdec: remove the oggparsedaala subdemuxerLynne
The Xiph foundation never standardized either Daala nor its mapping in Ogg, and all files that were created are undecodable without knowledge of the git hash.
2020-05-06MAINTAINERS: Add myself to libopenh264encLinjie Fu
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Linjie Fu <linjie.fu@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-04-29MAINTAINERS: add myself to the general developers listLimin Wang
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-24MAINTAINERS: add my gpg fingerprintRamiro Polla
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-19MAINTAINERS: Don't mention Google+Andreas Rheinhardt
It has been shut down in April 2019. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-19MAINTAINERS: Add myself as maintainer for matroska*Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-03-18MAINTAINERS: add myself and my gpg keyLynne
2020-02-15MAINTAINERS: Add myself as libzmq maintainerAndriy Gelman
Signed-off-by: Marton Balint <cus@passwd.hu>
2020-02-03MAINTAINERS: Add myself as mxf* maintainerTomas Härdin
I have more time for this these days
2020-02-01MAINTAINERS: Add patchwork maintainerMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-07MAINTAINERS: add myself as libxavs2 maintainerhwrenx
Signed-off-by: hwrenx <hwrenx@126.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-12-03MAINTAINERS: add myself to libavfilter/dnnGuo, Yejun
Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-08-24MAINTAINERS: add myself to OMXAman Gupta
Signed-off-by: Aman Gupta <aman@tmm1.net> Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-08-11MAINTAINERS: Add my GnuPG fingerprint.Thilo Borgmann
2019-03-21MAINTAINERS: remove myself as mailing list maintainerLou Logan
Refer to Michael, compn, or Baptiste. Signed-off-by: Lou Logan <lou@lrcd.com>
2019-03-21Maintainers : remove myselfMartin Vignali
Too much hostility in this project Not enough respect for users and contributors I'm not interested to contribute anymore
2019-02-22MAINTAINERS: remove myself as a docs & trac maintainerLou Logan
It is no longer interesting. Signed-off-by: Lou Logan <lou@lrcd.com>
2019-02-20MAINTAINERS: add myself for tonemap_openclRuiling Song
Signed-off-by: Ruiling Song <ruiling.song@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-02-04MAINTAINERS: add myself to the PPC sectionLauri Kasanen
Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-01-28MAINTAINERS: add AVS2 sectionhwren
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-10-16MAINTAINERS: remove myself as hls demuxer maintainerAnssi Hannula
2018-08-08MAINTAINERS: add myself to MIPS sectionShiyou Yin
Signed-off-by: Shiyou Yin <yinshiyou-hf@loongson.cn> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-23avfilter: Add colorconstancy filterMina
Signed-off-by: Mina <minasamy_@hotmail.com>
2018-06-08MAINTAINERS: add myself to qsv sectionZhong Li
Signed-off-by: Zhong Li <zhong.li@intel.com>
2018-05-14Add IRC nicknamesTomas Härdin
2018-05-05mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2018-04-13MAINTAINERS: add myself to documentation sectionGyan Doshi
Signed-off-by: Lou Logan <lou@lrcd.com>
2018-04-10MAINTAINERS: add myself to the general developers listJun Zhao
Signed-off-by: Jun Zhao <mypopydev@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>