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>
2019-06-21 22:02:14 +10:00
Baptiste Coudurier
b401a4ab8a
avformat/mxfenc: support XAVC long gop
2019-05-20 11:58:12 -07:00
Carl Eugen Hoyos
d234ed7633
lavf/Makefile: Fix kux demuxer standalone compilation.
2019-04-07 02:00:30 +02:00
Paul B Mahol
268d146649
avformat: add HCOM demuxer
2019-01-15 10:57:29 +01:00
Paul B Mahol
d06aae732c
avformat: add vividas demuxer
2018-12-20 19:32:27 +01:00
Paul B Mahol
eade85bbbd
avformat: add gif pipe demuxer
2018-12-10 11:20:41 +01:00
Carl Eugen Hoyos
8cc5107705
lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxt
...
Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
2018-11-27 18:48:29 +01:00
Paul B Mahol
b80003fe28
avformat: add DHAV demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-11-24 15:11:27 +01:00
Cameron Cawley
22238d0b94
avcodec: Implement Archimedes VIDC encoder/decoder
...
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
2018-10-26 13:39:25 +02:00
Paul B Mahol
0709b0561f
avformat: add SER demuxer
2018-10-13 15:40:08 +02:00
Marton Balint
9d4829f3c9
avformat/rtpproto: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-10-03 22:03:29 +02:00
Marton Balint
826972c9d8
avformat/udp: use factorized ip functions
...
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-10-03 22:03:29 +02:00
hwren
0caa33c60b
lavf: add raw AVS2 demuxer
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2018-09-12 12:13:53 +08:00
Steven Liu
2e5860799b
Revert "lavf: add raw AVS2 demuxer"
...
This reverts commit 1e20ed4382
.
2018-09-12 12:11:25 +08:00
Steven Liu
1e20ed4382
lavf: add raw AVS2 demuxer
...
Signed-off-by: hwren <hwrenx@126.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2018-09-12 11:21:59 +08:00
Mark Thompson
ff21d4735e
lavf/Makefile: Fix standalone build of AVS2 muxer
...
Found-by: Paul B Mahol <onemda@gmail.com>
2018-09-11 22:36:58 +01:00
James Almer
41cd5af325
Merge commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a'
...
* commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a':
build: Group external library protocols separately
Merged-by: James Almer <jamrial@gmail.com>
2018-09-02 16:50:45 -03:00
Carl Eugen Hoyos
c2be382620
lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.
...
Reported-by: irc user Kam_
2018-08-24 12:59:41 +02:00
James Almer
9888a19db4
avformat/movenc: add support for AV1 streams
...
Signed-off-by: James Almer <jamrial@gmail.com>
2018-07-20 12:00:32 -03:00
Carl Eugen Hoyos
42b4351333
lavf/img2dec: Auto-detect xwd images.
2018-05-25 20:06:34 +02:00
Thomas Volkert
c24d247e2c
libavformat: add mbedTLS based TLS
...
Signed-off-by: James Almer <jamrial@gmail.com>
2018-05-21 19:43:04 -03:00
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.
2018-05-04 17:56:35 +02:00
Rostislav Pehlivanov
4ac0ff8ec2
Revert "libavformat: add mbedTLS based TLS"
...
This reverts commit 62f5c9d68b
,
which was pushed a bit prematurely.
2018-04-23 20:29:02 +01:00
Thomas Volkert
62f5c9d68b
libavformat: add mbedTLS based TLS
2018-04-23 20:48:11 +02:00
Diego Biurrun
23be4eebf8
build: Group external library protocols separately
2018-04-20 12:00:10 +02:00
Misty De Meo
187ff5a108
Add Sega FILM muxer
...
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-04-05 22:04:30 +01:00
James Almer
a123e576a4
Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'
...
* commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57':
Add Haivision SRT protocol
Merged-by: James Almer <jamrial@gmail.com>
2018-03-29 21:56:19 -03:00
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>
2018-03-28 16:16:41 +02:00
James Almer
86c7d8df95
avformat/codec2: don't include avcodec objects
...
They belong in avcodec.
Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-17 17:20:25 -03:00
Aurelien Jacobs
88508a87a5
sbc: add raw muxer for SBC
2018-03-07 22:26:53 +01:00
Aurelien Jacobs
2e08de0815
sbc: add raw demuxer for SBC
2018-03-07 22:26:53 +01:00
Tomas Härdin
5655048c73
Add muxer/demuxer for raw codec2 and .c2 files
2018-02-24 17:06:31 +01:00
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>
2018-02-12 11:29:20 -03:00
Aurelien Jacobs
d8258489c8
aptx: add raw muxer and demuxer for aptX HD
2018-02-09 22:10:55 +01:00
James Almer
cf666651b4
avformat: fix stream_segment muxer build dependencies
...
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-07 16:42:11 -03:00
James Almer
8885a29e5d
avformat/Makefile: fix fifo and fifo_test muxer build objects
...
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-06 20:02:23 -03:00
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.
2018-02-06 18:57:31 +00:00
Rostislav Pehlivanov
c17f476144
libavformat: remove the ffmenc and ffmdec muxer and demuxers
...
Used only by ffserver.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2018-01-06 18:32:15 +00:00
sfan5
387ee1d6aa
libavformat: LibreSSL (libtls) support
...
Signed-off-by: sfan5 <sfan5@live.de>
2017-12-17 17:32:42 +11:00
Paul B Mahol
a41a5db797
avformat: add NSP demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-12-08 16:01:09 +01:00
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>
2017-11-30 10:55:51 +08:00
Karthick J
da49cdf640
avformat/hlsenc: Modularized playlist creation to allow reuse
2017-11-29 19:44:15 +08:00
Aurelien Jacobs
018eef1a1b
aptx: add raw muxer and demuxer for aptX
2017-11-10 21:32:06 +00:00
Paul B Mahol
a6a6935ee8
avformat: add TiVo ty demuxer
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-06 18:20:29 +01:00
Carl Eugen Hoyos
e06bdc3c37
lavf/amr: Add amrnb and amrwb demuxers.
...
Fixes ticket #6678 .
2017-11-05 20:51:03 +01:00
James Almer
4600b0619a
Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'
...
* commit '61cec5adaacb358783c18aa07362f15824c1b274':
tls: Hide backend implementation details from users
Also includes ed434be106
Changes were made to support schannel and securetransport.
Merged-by: James Almer <jamrial@gmail.com>
2017-11-01 16:52:05 -03:00
James Almer
4bb09bf5a0
Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'
...
* commit '604fbb3132e88727e496c96c92cfe02748c25a1a':
mov: Move code shared with CAF to a separate file
Merged-by: James Almer <jamrial@gmail.com>
2017-10-26 15:21:59 -03:00
James Almer
5f84ad3ecc
Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'
...
* commit 'b864230c49089b087eef56988a3d6a784f6f9827':
rtmp: Move RTMP digest calculation to a separate file
Merged-by: James Almer <jamrial@gmail.com>
2017-10-21 13:32:13 -03:00
Jacek Jendrzej
f685bbcbe8
avformat: fix build wihout dashenc
...
Signed-off-by: James Almer <jamrial@gmail.com>
2017-10-17 10:04:07 -03:00
Petri Hintukainen
7a6bd54152
Add SUP/PGS subtitle muxer
...
Fixes ticket #2208
2017-09-09 12:07:14 +02:00