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
2018-09-11lavc, doc, configure: add libxavs2 video encoder wrapperhwren
Signed-off-by: hwren <hwrenx@126.com>
2018-08-21doc/general: add some missed codecsPaul B Mahol
2018-08-07avs2: correct avs2 descriptionhwren
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
2018-07-27lavc, doc, configure: add avs2 video decoder wrapperhwren
Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2018-06-07doc/general.texi: clarify FDK-AAC licensing & usabilityGyan Doshi
Mnetion it can be used to decode as well.
2018-04-06Add Sega FILM muxerMisty De Meo
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-03-29doc/general.texi: fix warningPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-03-29Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer
* commit 'c438899a706422b8362a13714580e988be4d638b': Add AV1 video decoding support through libaom This contains some extra changes taken from the libvpx decoder wrapper, most of them contained in the set_pix_fmt() function. Merged-by: James Almer <jamrial@gmail.com>
2018-03-12Add AV1 video decoding support through libaomLuca Barbato
Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2018-03-08sbc: add raw muxer for SBCAurelien Jacobs
2018-03-08sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg.
2018-03-08sbc: add raw demuxer for SBCAurelien Jacobs
2018-03-08sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg.
2018-02-24Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin
2018-02-24Add libcodec2 en/decoderTomas Härdin
2018-02-10aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs
2018-02-10aptx: implement the aptX HD bluetooth codecAurelien Jacobs
2018-01-17Merge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'Mark Thompson
* commit '34c113335b53d83ed343de49741f0823aa1f8cc6': Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK Most of this was already present from 9ea6607d294526688ab1b1342cb36ee159683e88, this just applies some minor fixups and adds the general documentation. Merged-by: Mark Thompson <sw@jkqxz.net>
2018-01-04Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDKMichael Wootton
Requires AMF headers for at least version 1.4.4.1. Signed-off-by: Mikhail Mironov <mikhail.mironov@amd.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2017-12-08avformat: add NSP demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-11aptx: add raw muxer and demuxer for aptXAurelien Jacobs
2017-11-11aptx: implement the aptX bluetooth codecAurelien Jacobs
The encoder was reverse engineered from binary library and from EP0398973B1 patent (long expired). The decoder was simply deduced from the encoder.
2017-11-05lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos
Fixes ticket #6678.
2017-10-30Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer
* commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b': Add ClearVideo decoder See a63496cc882428aefafc85d2f60e0908b020bffe Merged-by: James Almer <jamrial@gmail.com>
2017-10-28avcodec: add MagicYUV encoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-10-14Remove dv1394 input deviceJosh de Kock
Support for this device has been removed in the Linux kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-09-09Add SUP/PGS subtitle muxerPetri Hintukainen
Fixes ticket #2208
2017-08-30Add FITS EncoderParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-08-30Add FITS DecoderParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-08-24lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos
Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
2017-07-19avformat: add SMPTE 337M demuxerfoo86
2017-07-19avcodec: add Dolby E decoderfoo86
2017-07-05Add Cinepak encoderTomas Härdin
With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-05-29lavc: remove libschroedinger encoding and decoding wrappersRostislav Pehlivanov
The library has stopped being developed and Debian has removed it from its repositories citing security issues. The native Dirac decoder supports everything the library has and basic encoding support is still provided via the native vc2 (Dirac Pro, intra only version of Dirac) encoder. Hence, there's no reason to still support linking to the library and potentially leading users into security issues.
2017-04-25Add ClearVideo decoderKostya Shishkov
Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-04-18avcodec: add Screen Recorder Gold Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-18avcodec: add Mandsoft Screen Capture Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-04-13Add FM Screen Capture Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-04-05doc/general: fix project name after 2b1a6b1aeClément Bœsch
2017-04-03Merge commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d'Clément Bœsch
* commit 'bdbb8c68668b7610f5a310f5bbb246d2b950426d': doc: Add libxavs section Merged-by: Clément Bœsch <u@pkh.me>
2017-04-01Merge commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f'Clément Bœsch
* commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f': doc: Add note about recent regression in AviSynth+ Merged-by: Clément Bœsch <u@pkh.me>
2017-03-12avcodec: add XPM decoder and demuxerParas Chadha
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
2017-03-09Add Cineform HD DecoderKieran Kunhya
Decodes YUV 4:2:2 10-bit and RGB 12-bit files. Older files with more subbands, skips, Bayer, alpha not supported. Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>, Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-03-02avcodec: add ClearVideo decoderKostya Shishkov
Only I-frames are decoded for now. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-03-01Add Apple Pixlet decoderPaul B Mahol
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-02-23avcodec: add ScreenPressor decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-12doc/general: mention Newtek SpeedHQ decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-02-12avcodec: add FM Screen Capture Codec decoderPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-25avformat: add Sample Dump eXchange demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-22avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>