summaryrefslogtreecommitdiff
path: root/doc/general.texi
Commit message (Collapse)AuthorAge
* doc/general: move contents into a separate file.Nicolas George2020-09-08
| | | | It will allow to include it.
* avcodec: add RPZA encoderPaul B Mahol2020-08-21
|
* doc/general: fix ADPCM typosPaul B Mahol2020-08-16
|
* doc/general: move Cineform HD and Canopus codecs to correct sectionPaul B Mahol2020-08-14
|
* doc/general: mark that CFHD have encoder nowPaul B Mahol2020-08-11
|
* doc/general: mention AGM codecsPaul B Mahol2020-08-11
|
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-07
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avcodec: Add an SVT-AV1 encoder wrapperDaryl Seah2020-07-29
| | | | | | | | | Signed-off-by: Daryl Seah <daryl.seah@intel.com> Signed-off-by: Jing SUN <jing.a.sun@intel.com> Signed-off-by: ZhiZhen Tang <zhizhen.tang@intel.com> Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Xu Guangxin <guangxin.xu@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-21
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* libavcodec/pgxdec: Add PGX decoderGautam Ramakrishnan2020-07-03
| | | | | | This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/general: mention BT20 decoderPaul B Mahol2020-06-23
|
* doc/general: merge dupe ProRes entriesPaul B Mahol2020-06-23
| | | | While here add missing fourcc.
* doc/general: mention NotchLCPaul B Mahol2020-06-23
|
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
| | | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add support for Cunning Developments' ADPCMZane van Iperen2020-04-24
| | | | | 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-05
| | | | | | using CMake Signed-off-by: Marton Balint <cus@passwd.hu>
* doc/general: AviSynth+ works on Linux now, AvxSynth is gone.Stephen Hutchinson2020-04-05
| | | | | | | | 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-19
| | | | | 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-17
|
* doc/general: mention more DPCM codecsPaul B Mahol2020-03-17
|
* doc/general: move apdcm zork to right placePaul B Mahol2020-03-17
|
* doc/general: mention some added CRI stuffPaul B Mahol2020-03-17
|
* avformat: Add AMQP version 0-9-1 protocol supportAndriy Gelman2020-03-09
| | | | | | | 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-09
| | | | | | 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-24
| | | | Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avcodec: add cdtoons decoderAlyssa Milburn2020-02-15
| | | | | | | 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-26
| | | | | | | 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-11
|
* doc/general: Add avs2 decoder/encoder entryJun Zhao2020-01-11
| | | | | | Add avs2 decoder/encoder entry Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avcodec: Add librav1e encoderDerek Buitenhuis2019-11-10
| | | | | | 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-16
| | | | | Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-02
| | | | | | | | | 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-27
| | | | | | | | | | | | | | | | | | 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-21
| | | | | | | Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
* VP4 video decoderPeter Ross2019-06-12
|
* doc: add basic documentation for libdav1dJames Almer2019-05-20
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/general.texi: add note about 32-bit GCC builds of AviSynth+Stephen Hutchinson2019-05-04
|
* doc/general.texi: update AviSynth+ reference pageStephen Hutchinson2019-05-04
| | | | | | | 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-04
| | | | It's been fixed both AviSynth+-side and locally.
* doc/general: make column key note more verboseGyan Doshi2019-04-01
| | | | Addresses #7795
* doc: fix various typosMoritz Barsnick2019-02-10
| | | | | | | 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-08
| | | | Add entry in external library list and demuxers.
* doc/general: rearrange libraries in alphabetical orderGyan Doshi2018-12-07
|
* doc: libmodplugGyan Doshi2018-12-05
| | | | Add entry in external library list and demuxers.
* doc: remove licensing claims for chromaprint and libgmeGyan Doshi2018-12-04
|
* doc: libgmeGyan Doshi2018-12-04
| | | | Add entry in external library list and add details to demuxer entry.
* doc: chromaprintGyan Doshi2018-12-04
| | | | Add entry in external library list and add details to muxer entry.
* avcodec: libdav1d AV1 decoder wrapper.James Almer2018-11-05
| | | | | | | 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-26
| | | | Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
* avformat: add SER demuxerPaul B Mahol2018-10-13
|