summaryrefslogtreecommitdiffstats
path: root/doc/general.texi
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Add librav1e encoderDerek Buitenhuis2019-11-101-0/+7
| | | | | | Port to the new send/receive API by: James Almer <jamrial@gmail.com>. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-0/+1
| | | | | Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-021-0/+1
| | | | | | | | | When ffmpeg was streaming, multiple clients were only supported by using a multicast destination address. An alternative was to stream to a server which re-distributes the content. This commit adds ZeroMQ as a protocol, which allows multiple clients to connect to a single ffmpeg instance. Signed-off-by: Marton Balint <cus@passwd.hu>
* libavcodec/amfenc: Vulkan initialization support for encoder.OvchinnikovDmitrii2019-08-271-3/+13
| | | | | | | | | | | | | | | | | | Added linux support for amf encoder through vulkan. To use h.264(AMD VCE) encoder on linux amdgru-pro version 19.20+ and amf-amdgpu-pro package(amdgru-pro contains, but does not install automatically) are required. This driver can be installed using amdgpu-pro-install script in official amd driver archive. Initialization of amf encoder occurs in this order: 1) trying to initialize through dx11(only windows) 2) trying to initialize through dx9(only windows) 3) trying to initialize through vulkan Only Vulkan initialization available on linux.
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-211-0/+2
| | | | | | | Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
* VP4 video decoderPeter Ross2019-06-121-0/+2
|
* doc: add basic documentation for libdav1dJames Almer2019-05-201-0/+7
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/general.texi: add note about 32-bit GCC builds of AviSynth+Stephen Hutchinson2019-05-041-0/+15
|
* doc/general.texi: update AviSynth+ reference pageStephen Hutchinson2019-05-041-1/+1
| | | | | | | Directed to the AviSynth+ entry on AviSynth Wiki rather than to the github repository, since the wiki page is both more informative and has the relevant Git/download links. The github releases page is little more than a changelog.
* doc/general.texi: remove note about regressed AviSynth+ headerStephen Hutchinson2019-05-041-13/+0
| | | | It's been fixed both AviSynth+-side and locally.
* doc/general: make column key note more verboseGyan Doshi2019-04-011-4/+4
| | | | Addresses #7795
* doc: fix various typosMoritz Barsnick2019-02-101-4/+4
| | | | | | | Found with the help of codespell-1.14.0. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
* doc: vapoursynthGyan Doshi2018-12-081-0/+11
| | | | Add entry in external library list and demuxers.
* doc/general: rearrange libraries in alphabetical orderGyan Doshi2018-12-071-155/+154
|
* doc: libmodplugGyan Doshi2018-12-051-1/+6
| | | | Add entry in external library list and demuxers.
* doc: remove licensing claims for chromaprint and libgmeGyan Doshi2018-12-041-2/+2
|
* doc: libgmeGyan Doshi2018-12-041-0/+6
| | | | Add entry in external library list and add details to demuxer entry.
* doc: chromaprintGyan Doshi2018-12-041-0/+6
| | | | Add entry in external library list and add details to muxer entry.
* avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-051-2/+2
| | | | | | | Originally written by Ronald S. Bultje, with fixes, optimizations and improvements by James Almer. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-261-0/+2
| | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
* avformat: add SER demuxerPaul B Mahol2018-10-131-0/+1
|
* lavc, doc, configure: add libxavs2 video encoder wrapperhwren2018-09-111-0/+14
| | | | Signed-off-by: hwren <hwrenx@126.com>
* doc/general: add some missed codecsPaul B Mahol2018-08-211-0/+3
|
* avs2: correct avs2 descriptionhwren2018-08-081-1/+1
| | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
* lavc, doc, configure: add avs2 video decoder wrapperhwren2018-07-271-0/+14
| | | | | | Tested-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* doc/general.texi: clarify FDK-AAC licensing & usabilityGyan Doshi2018-06-071-4/+5
| | | | Mnetion it can be used to decode as well.
* Add Sega FILM muxerMisty De Meo2018-04-051-1/+1
| | | | Signed-off-by: Josh de Kock <josh@itanimul.li>
* doc/general.texi: fix warningPaul B Mahol2018-03-291-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'c438899a706422b8362a13714580e988be4d638b'James Almer2018-03-281-0/+10
|\ | | | | | | | | | | | | | | | | | | * 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>
| * Add AV1 video decoding support through libaomLuca Barbato2018-03-121-0/+10
| | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | sbc: add raw muxer for SBCAurelien Jacobs2018-03-071-1/+1
| |
* | sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-1/+1
| | | | | | | | This was originally based on libsbc, and was fully integrated into ffmpeg.
* | sbc: add raw demuxer for SBCAurelien Jacobs2018-03-071-0/+1
| |
* | sbc: implement SBC decoder (low-complexity subband codec)Aurelien Jacobs2018-03-071-0/+2
| | | | | | | | This was originally based on libsbc, and was fully integrated into ffmpeg.
* | Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-241-0/+4
| |
* | Add libcodec2 en/decoderTomas Härdin2018-02-241-0/+20
| |
* | aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs2018-02-091-0/+1
| |
* | aptx: implement the aptX HD bluetooth codecAurelien Jacobs2018-02-091-0/+2
| |
* | Merge commit '34c113335b53d83ed343de49741f0823aa1f8cc6'Mark Thompson2018-01-161-0/+12
|\ \ | |/ | | | | | | | | | | | | | | | | * 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>
| * Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDKMichael Wootton2018-01-041-0/+10
| | | | | | | | | | | | | | 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>
| * Remove dv1394 input deviceJosh de Kock2017-10-131-1/+0
| | | | | | | | | | | | | | | | 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>
| * Add Cinepak encoderTomas Härdin2017-07-051-1/+1
| | | | | | | | | | | | With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avformat: add NSP demuxerPaul B Mahol2017-12-081-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-101-0/+1
| |
* | aptx: implement the aptX bluetooth codecAurelien Jacobs2017-11-101-0/+2
| | | | | | | | | | | | The encoder was reverse engineered from binary library and from EP0398973B1 patent (long expired). The decoder was simply deduced from the encoder.
* | lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos2017-11-051-0/+2
| | | | | | | | Fixes ticket #6678.
* | Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer2017-10-301-0/+1
|\ \ | |/ | | | | | | | | | | | | | | * commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b': Add ClearVideo decoder See a63496cc882428aefafc85d2f60e0908b020bffe Merged-by: James Almer <jamrial@gmail.com>
| * Add ClearVideo decoderKostya Shishkov2017-04-251-0/+2
| | | | | | | | | | | | Only I-frames are decoded for now. Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-131-0/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Add Cineform HD DecoderKieran Kunhya2017-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | 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>
OpenPOWER on IntegriCloud