summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* 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>
* avformat: add demuxer for LEGO Racers' ALP formatZane 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>
* avformat: add demuxer for Rayman 2's APM formatZane van Iperen2020-02-21
| | | | | | Adds support for the APM file format used by Ubisoft's Rayman 2. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* avformat/ftp: add support for escaped credentialsMarton Balint2020-02-15
| | | | | | Properly fixes ticket #7816. Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat: add demuxer for Simon & Schuster Interactive's VAG formatZane van Iperen2020-02-06
| | | | | | | | | Adds support for the custom VAG container used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. 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>
* avformat: add demuxer for argonaut games' ASF formatZane van Iperen2020-01-26
| | | | | | | | | | Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Can also handle the sample files in: https://samples.ffmpeg.org/game-formats/brender/part2.zip Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
* lavf/Makefile: Specify sln demuxer requirements.Carl Eugen Hoyos2019-11-17
| | | | Mentioned in ticket #8378.
* avformat: add an AV1 Annex B demuxerJames Almer2019-11-12
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/Makefile: add missing pcm dependency to sdx demuxerLou Logan2019-11-04
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
* avformat/Makefile: add missing pcm dependency to nsp demuxerLou Logan2019-11-04
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
* avformat/Makefile: add missing pcm dependency to hcom demuxerLou Logan2019-11-04
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
* avformat/Makefile: Fix aiffdec replaygain dependencyAndreas Rheinhardt2019-10-14
| | | | | | | Forgotten in 6390f52a. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-20
| | | | | | | | | Implemented as a variant of the hash muxer, reusing most functions, and making use of the previously introduced array of hashes. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* 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>
* 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>
* avformat/mxfenc: support XAVC long gopBaptiste Coudurier2019-05-20
|
* lavf/Makefile: Fix kux demuxer standalone compilation.Carl Eugen Hoyos2019-04-07
|
* avformat: add HCOM demuxerPaul B Mahol2019-01-15
|
* avformat: add vividas demuxerPaul B Mahol2018-12-20
|
* avformat: add gif pipe demuxerPaul B Mahol2018-12-10
|
* lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxtCarl Eugen Hoyos2018-11-27
| | | | Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
* avformat: add DHAV demuxerPaul B Mahol2018-11-24
| | | | Signed-off-by: Paul B Mahol <onemda@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
|
* avformat/rtpproto: use factorized ip functionsMarton Balint2018-10-03
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat/udp: use factorized ip functionsMarton Balint2018-10-03
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* lavf: add raw AVS2 demuxerhwren2018-09-12
| | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* Revert "lavf: add raw AVS2 demuxer"Steven Liu2018-09-12
| | | | This reverts commit 1e20ed4382b0d99226d58bea82ace14fd3286e4e.
* lavf: add raw AVS2 demuxerSteven Liu2018-09-12
| | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* lavf/Makefile: Fix standalone build of AVS2 muxerMark Thompson2018-09-11
| | | | Found-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a'James Almer2018-09-02
|\ | | | | | | | | | | | | * commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a': build: Group external library protocols separately Merged-by: James Almer <jamrial@gmail.com>
| * build: Group external library protocols separatelyDiego Biurrun2018-04-20
| |
* | lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.Carl Eugen Hoyos2018-08-24
| | | | | | | | Reported-by: irc user Kam_
* | avformat/movenc: add support for AV1 streamsJames Almer2018-07-20
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos2018-05-25
| |
* | libavformat: add mbedTLS based TLSThomas Volkert2018-05-21
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat: add vapoursynth wrapperwm42018-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | This can "demux" .vpy files. Autodetection of .vpy scripts is intentionally not done, because it would be a major security issue. You need to force the format, for example with "-f vapoursynth" for the FFmpeg CLI tools. Some minor code copied from other LGPL parts of FFmpeg. I did not find a good way to test a few of the more obscure VS features, like VFR nodes, compat pixel formats, or nodes with dynamic size/format changes. These can be easily implemented on demand.
* | Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov2018-04-23
| | | | | | | | | | This reverts commit 62f5c9d68bf6e0f2c1a47cf002629a70a82274fc, which was pushed a bit prematurely.
* | libavformat: add mbedTLS based TLSThomas Volkert2018-04-23
| |
* | Add Sega FILM muxerMisty De Meo2018-04-05
| | | | | | | | Signed-off-by: Josh de Kock <josh@itanimul.li>
* | Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-29
|\| | | | | | | | | | | | | * commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
| * Add Haivision SRT protocolSven Dueking2018-03-28
| | | | | | | | | | | | | | | | The protocol requires libsrt (https://github.com/Haivision/srt) to be installed Signed-off-by: Sven Dueking <sven.dueking@nablet.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avformat/codec2: don't include avcodec objectsJames Almer2018-03-17
| | | | | | | | | | | | They belong in avcodec. Signed-off-by: James Almer <jamrial@gmail.com>
* | sbc: add raw muxer for SBCAurelien Jacobs2018-03-07
| |
* | sbc: add raw demuxer for SBCAurelien Jacobs2018-03-07
| |
* | Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-24
| |
* | avformat/Makefile: use individual dependencies for librtmp protocolsJames Almer2018-02-12
| | | | | | | | | | | | | | Fixes compilation of libavformat when librtmp is enabled but all the relevant protocols are disabled. Signed-off-by: James Almer <jamrial@gmail.com>
* | aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs2018-02-09
| |
* | avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-07
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer2018-02-06
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>