summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* avformat/Makefile: add missing pcm dependency to sdx demuxerLou Logan2019-11-041-1/+1
| | | | | 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-041-1/+1
| | | | | 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-041-1/+1
| | | | | 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-141-1/+1
| | | | | | | 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-201-0/+1
| | | | | | | | | 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-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>
* avformat/ifv: added support for ifv cctv filesSwaraj Hota2019-06-211-0/+1
| | | | | | | 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-201-1/+1
|
* lavf/Makefile: Fix kux demuxer standalone compilation.Carl Eugen Hoyos2019-04-071-0/+1
|
* avformat: add HCOM demuxerPaul B Mahol2019-01-151-0/+1
|
* avformat: add vividas demuxerPaul B Mahol2018-12-201-0/+1
|
* avformat: add gif pipe demuxerPaul B Mahol2018-12-101-0/+1
|
* lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxtCarl Eugen Hoyos2018-11-271-2/+2
| | | | Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
* avformat: add DHAV demuxerPaul B Mahol2018-11-241-0/+1
| | | | Signed-off-by: Paul B Mahol <onemda@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
|
* avformat/rtpproto: use factorized ip functionsMarton Balint2018-10-031-1/+1
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat/udp: use factorized ip functionsMarton Balint2018-10-031-2/+2
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* lavf: add raw AVS2 demuxerhwren2018-09-121-0/+1
| | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* Revert "lavf: add raw AVS2 demuxer"Steven Liu2018-09-121-1/+0
| | | | This reverts commit 1e20ed4382b0d99226d58bea82ace14fd3286e4e.
* lavf: add raw AVS2 demuxerSteven Liu2018-09-121-0/+1
| | | | | 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-111-0/+1
| | | | Found-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a'James Almer2018-09-021-9/+11
|\ | | | | | | | | | | | | * commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a': build: Group external library protocols separately Merged-by: James Almer <jamrial@gmail.com>
| * build: Group external library protocols separatelyDiego Biurrun2018-04-201-3/+3
| |
* | lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.Carl Eugen Hoyos2018-08-241-2/+2
| | | | | | | | Reported-by: irc user Kam_
* | avformat/movenc: add support for AV1 streamsJames Almer2018-07-201-1/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos2018-05-251-0/+1
| |
* | libavformat: add mbedTLS based TLSThomas Volkert2018-05-211-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat: add vapoursynth wrapperwm42018-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-231-1/+0
| | | | | | | | | | This reverts commit 62f5c9d68bf6e0f2c1a47cf002629a70a82274fc, which was pushed a bit prematurely.
* | libavformat: add mbedTLS based TLSThomas Volkert2018-04-231-0/+1
| |
* | Add Sega FILM muxerMisty De Meo2018-04-051-0/+1
| | | | | | | | Signed-off-by: Josh de Kock <josh@itanimul.li>
* | Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer2018-03-291-0/+1
|\ \ | |/ | | | | | | | | | | * commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
| * Add Haivision SRT protocolSven Dueking2018-03-281-0/+3
| | | | | | | | | | | | | | | | 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-171-3/+3
| | | | | | | | | | | | They belong in avcodec. Signed-off-by: James Almer <jamrial@gmail.com>
* | sbc: add raw muxer for SBCAurelien Jacobs2018-03-071-0/+1
| |
* | sbc: add raw demuxer for SBCAurelien Jacobs2018-03-071-0/+1
| |
* | Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin2018-02-241-0/+4
| |
* | avformat/Makefile: use individual dependencies for librtmp protocolsJames Almer2018-02-121-1/+5
| | | | | | | | | | | | | | 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-091-0/+2
| |
* | avformat: fix stream_segment muxer build dependenciesJames Almer2018-02-071-0/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer2018-02-061-1/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavf: move fifo test muxer into separate fileJosh de Kock2018-02-061-1/+1
| | | | | | | | | | This fixes the fate-fifo-muxer test with the clarified removal of registering external formats.
* | libavformat: remove the ffmenc and ffmdec muxer and demuxersRostislav Pehlivanov2018-01-061-2/+0
| | | | | | | | | | | | Used only by ffserver. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | libavformat: LibreSSL (libtls) supportsfan52017-12-171-0/+1
| | | | | | | | Signed-off-by: sfan5 <sfan5@live.de>
* | avformat: add NSP demuxerPaul B Mahol2017-12-081-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/dashenc: Option to generate hls playlist as wellKarthick J2017-11-301-1/+1
| | | | | | | | | | | | | | This is to take full advantage of Common Media Application Format(CMAF). Now server can generate one content and serve both HLS and DASH players. Reviewed-by: Steven Liu <lq@onvideo.cn>
* | avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J2017-11-291-1/+1
| |
* | aptx: add raw muxer and demuxer for aptXAurelien Jacobs2017-11-101-0/+2
| |
* | avformat: add TiVo ty demuxerPaul B Mahol2017-11-061-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud