Lou Logan
cae7f6658c
avformat/Makefile: add missing pcm dependency to sdx demuxer
...
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
5 years ago
Lou Logan
5f78ca83d6
avformat/Makefile: add missing pcm dependency to nsp demuxer
...
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
5 years ago
Lou Logan
82bb7900db
avformat/Makefile: add missing pcm dependency to hcom demuxer
...
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Carl Eugen Hoyos <ceffmpeg@gmail.com>
5 years ago
Andreas Rheinhardt
5056eb3511
avformat/Makefile: Fix aiffdec replaygain dependency
...
Forgotten in 6390f52a
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Moritz Barsnick
2f87c9f646
avformat/hashenc: add streamhash muxer
...
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>
5 years ago
Andriy Gelman
ef43a4d6b3
avformat: Add ZeroMQ as a protocol
...
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>
5 years ago
Swaraj Hota
d70fece560
avformat/ifv: added support for ifv cctv files
...
Fixes ticket #2956 .
Signed-off-by: Swaraj Hota <swarajhota353@gmail.com>
Signed-off-by: Peter Ross <pross@xvid.org>
6 years ago
Baptiste Coudurier
b401a4ab8a
avformat/mxfenc: support XAVC long gop
6 years ago
Carl Eugen Hoyos
d234ed7633
lavf/Makefile: Fix kux demuxer standalone compilation.
6 years ago
Paul B Mahol
268d146649
avformat: add HCOM demuxer
6 years ago
Paul B Mahol
d06aae732c
avformat: add vividas demuxer
6 years ago
Paul B Mahol
eade85bbbd
avformat: add gif pipe demuxer
6 years ago
Carl Eugen Hoyos
8cc5107705
lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxt
...
Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
6 years ago
Paul B Mahol
b80003fe28
avformat: add DHAV demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Cameron Cawley
22238d0b94
avcodec: Implement Archimedes VIDC encoder/decoder
...
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
6 years ago
Paul B Mahol
0709b0561f
avformat: add SER demuxer
6 years ago
Marton Balint
9d4829f3c9
avformat/rtpproto: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Marton Balint
826972c9d8
avformat/udp: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
hwren
0caa33c60b
lavf: add raw AVS2 demuxer
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Steven Liu
2e5860799b
Revert "lavf: add raw AVS2 demuxer"
...
This reverts commit 1e20ed4382
.
6 years ago
Steven Liu
1e20ed4382
lavf: add raw AVS2 demuxer
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Mark Thompson
ff21d4735e
lavf/Makefile: Fix standalone build of AVS2 muxer
...
Found-by: Paul B Mahol <onemda@gmail.com>
6 years ago
Carl Eugen Hoyos
c2be382620
lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.
...
Reported-by: irc user Kam_
6 years ago
James Almer
9888a19db4
avformat/movenc: add support for AV1 streams
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Carl Eugen Hoyos
42b4351333
lavf/img2dec: Auto-detect xwd images.
7 years ago
Thomas Volkert
c24d247e2c
libavformat: add mbedTLS based TLS
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
wm4
7074a7ccd9
avformat: add vapoursynth wrapper
...
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.
7 years ago
Thomas Volkert
4130e05ff4
libavformat: add mbedTLS based TLS
...
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
7 years ago
Rostislav Pehlivanov
4ac0ff8ec2
Revert "libavformat: add mbedTLS based TLS"
...
This reverts commit 62f5c9d68b
,
which was pushed a bit prematurely.
7 years ago
Thomas Volkert
62f5c9d68b
libavformat: add mbedTLS based TLS
7 years ago
Diego Biurrun
23be4eebf8
build: Group external library protocols separately
7 years ago
Misty De Meo
187ff5a108
Add Sega FILM muxer
...
Signed-off-by: Josh de Kock <josh@itanimul.li>
7 years ago
Sven Dueking
a2fc8dbae8
Add Haivision SRT protocol
...
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>
7 years ago
James Almer
86c7d8df95
avformat/codec2: don't include avcodec objects
...
They belong in avcodec.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Aurelien Jacobs
88508a87a5
sbc: add raw muxer for SBC
7 years ago
Aurelien Jacobs
2e08de0815
sbc: add raw demuxer for SBC
7 years ago
Tomas Härdin
5655048c73
Add muxer/demuxer for raw codec2 and .c2 files
7 years ago
James Almer
192ea5bb77
avformat/Makefile: use individual dependencies for librtmp protocols
...
Fixes compilation of libavformat when librtmp is enabled but all the
relevant protocols are disabled.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Aurelien Jacobs
d8258489c8
aptx: add raw muxer and demuxer for aptX HD
7 years ago
James Almer
cf666651b4
avformat: fix stream_segment muxer build dependencies
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
8885a29e5d
avformat/Makefile: fix fifo and fifo_test muxer build objects
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Josh de Kock
598d5f8579
lavf: move fifo test muxer into separate file
...
This fixes the fate-fifo-muxer test with the clarified
removal of registering external formats.
7 years ago
Rostislav Pehlivanov
c17f476144
libavformat: remove the ffmenc and ffmdec muxer and demuxers
...
Used only by ffserver.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
7 years ago
sfan5
387ee1d6aa
libavformat: LibreSSL (libtls) support
...
Signed-off-by: sfan5 <sfan5@live.de>
7 years ago
Paul B Mahol
a41a5db797
avformat: add NSP demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Karthick J
8c2b37e678
avformat/dashenc: Option to generate hls playlist as well
...
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>
7 years ago
Karthick J
da49cdf640
avformat/hlsenc: Modularized playlist creation to allow reuse
7 years ago
Aurelien Jacobs
018eef1a1b
aptx: add raw muxer and demuxer for aptX
7 years ago
Paul B Mahol
a6a6935ee8
avformat: add TiVo ty demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Carl Eugen Hoyos
e06bdc3c37
lavf/amr: Add amrnb and amrwb demuxers.
...
Fixes ticket #6678 .
7 years ago