aboutsummaryrefslogtreecommitdiffstats
path: root/doc/general.texi
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-241-0/+1
| | | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/general: update avisynth docs with a way to install just the headers ↵Stephen Hutchinson2020-04-051-2/+3
| | | | | | using CMake Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/general: AviSynth+ works on Linux now, AvxSynth is gone.Stephen Hutchinson2020-04-051-9/+11
| | | | | | | | Related to this are the following changes: * Mention the GNUmakefile that AviSynth+ provides for installing just the headers. * Expand on users installing AviSynth on their system a little more.
* doc/general: Fix entry for AMQPAndriy Gelman2020-03-191-1/+1
| | | | | Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/general: remove dupe entry and fix sectionPaul B Mahol2020-03-171-3/+2
|
* doc/general: mention more DPCM codecsPaul B Mahol2020-03-171-0/+2
|
* doc/general: move apdcm zork to right placePaul B Mahol2020-03-171-1/+1
|
* doc/general: mention some added CRI stuffPaul B Mahol2020-03-171-0/+4
|
* avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman2020-03-091-0/+1
| | | | | | | Supports connecting to a RabbitMQ broker via AMQP version 0-9-1. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-091-0/+1
| | | | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc: add adpcm_ima_{ssi,apm}Zane van Iperen2020-02-241-0/+2
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-151-0/+2
| | | | | | | This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM. Signed-off-by: Alyssa Milburn <amilburn@zall.org>
* avcodec: add decoder for argonaut games' adpcm codecZane van Iperen2020-01-261-0/+1
| | | | | | | Adds support for the ADPCM variant used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* doc/general: update table AV1 entry for librav1eGyan Doshi2020-01-111-1/+1
|
* doc/general: Add avs2 decoder/encoder entryJun Zhao2020-01-111-0/+2
| | | | | | Add avs2 decoder/encoder entry Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* 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
| |