Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-21avformat/ifv: added support for ifv cctv filesSwaraj Hota
Fixes ticket #2956. Signed-off-by: Swaraj Hota <swarajhota353@gmail.com> Signed-off-by: Peter Ross <pross@xvid.org>
2019-05-20avformat/mxfenc: support XAVC long gopBaptiste Coudurier
2019-04-07lavf/Makefile: Fix kux demuxer standalone compilation.Carl Eugen Hoyos
2019-01-15avformat: add HCOM demuxerPaul B Mahol
2018-12-20avformat: add vividas demuxerPaul B Mahol
2018-12-10avformat: add gif pipe demuxerPaul B Mahol
2018-11-27lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxtCarl Eugen Hoyos
Allow standalone compilation of the dvbsub and the dvbtxt demuxer.
2018-11-24avformat: add DHAV demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
Signed-off-by: Cameron Cawley <ccawley2011@gmail.com>
2018-10-13avformat: add SER demuxerPaul B Mahol
2018-10-03avformat/rtpproto: use factorized ip functionsMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-10-03avformat/udp: use factorized ip functionsMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu>
2018-09-12lavf: add raw AVS2 demuxerhwren
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2018-09-12Revert "lavf: add raw AVS2 demuxer"Steven Liu
This reverts commit 1e20ed4382b0d99226d58bea82ace14fd3286e4e.
2018-09-12lavf: add raw AVS2 demuxerSteven Liu
Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2018-09-12lavf/Makefile: Fix standalone build of AVS2 muxerMark Thompson
Found-by: Paul B Mahol <onemda@gmail.com>
2018-09-02Merge commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a'James Almer
* commit '23be4eebf8aaa7519b12b2a49e5c5c6c4d076e6a': build: Group external library protocols separately Merged-by: James Almer <jamrial@gmail.com>
2018-08-24lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.Carl Eugen Hoyos
Reported-by: irc user Kam_
2018-07-20avformat/movenc: add support for AV1 streamsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-05-25lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos
2018-05-22libavformat: add mbedTLS based TLSThomas Volkert
Signed-off-by: James Almer <jamrial@gmail.com>
2018-05-04avformat: add vapoursynth wrapperwm4
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-04-23Revert "libavformat: add mbedTLS based TLS"Rostislav Pehlivanov
This reverts commit 62f5c9d68bf6e0f2c1a47cf002629a70a82274fc, which was pushed a bit prematurely.
2018-04-23libavformat: add mbedTLS based TLSThomas Volkert
2018-04-20build: Group external library protocols separatelyDiego Biurrun
2018-04-06Add Sega FILM muxerMisty De Meo
Signed-off-by: Josh de Kock <josh@itanimul.li>
2018-03-30Merge commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57'James Almer
* commit 'a2fc8dbae85339d1b418d296f2982b6c04c53c57': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
2018-03-28Add Haivision SRT protocolSven Dueking
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-17avformat/codec2: don't include avcodec objectsJames Almer
They belong in avcodec. Signed-off-by: James Almer <jamrial@gmail.com>
2018-03-08sbc: add raw muxer for SBCAurelien Jacobs
2018-03-08sbc: add raw demuxer for SBCAurelien Jacobs
2018-02-24Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin
2018-02-12avformat/Makefile: use individual dependencies for librtmp protocolsJames Almer
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-10aptx: add raw muxer and demuxer for aptX HDAurelien Jacobs
2018-02-07avformat: fix stream_segment muxer build dependenciesJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-07avformat/Makefile: fix fifo and fifo_test muxer build objectsJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2018-02-06lavf: move fifo test muxer into separate fileJosh de Kock
This fixes the fate-fifo-muxer test with the clarified removal of registering external formats.
2018-01-06libavformat: remove the ffmenc and ffmdec muxer and demuxersRostislav Pehlivanov
Used only by ffserver. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-12-17libavformat: LibreSSL (libtls) supportsfan5
Signed-off-by: sfan5 <sfan5@live.de>
2017-12-08avformat: add NSP demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-30avformat/dashenc: Option to generate hls playlist as wellKarthick J
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-29avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J
2017-11-11aptx: add raw muxer and demuxer for aptXAurelien Jacobs
2017-11-06avformat: add TiVo ty demuxerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-05lavf/amr: Add amrnb and amrwb demuxers.Carl Eugen Hoyos
Fixes ticket #6678.
2017-11-01Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer
* commit '61cec5adaacb358783c18aa07362f15824c1b274': tls: Hide backend implementation details from users Also includes ed434be106a4615e0419b3ac7664220741afda2d Changes were made to support schannel and securetransport. Merged-by: James Almer <jamrial@gmail.com>
2017-10-26Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer
* commit '604fbb3132e88727e496c96c92cfe02748c25a1a': mov: Move code shared with CAF to a separate file Merged-by: James Almer <jamrial@gmail.com>
2017-10-21Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer
* commit 'b864230c49089b087eef56988a3d6a784f6f9827': rtmp: Move RTMP digest calculation to a separate file Merged-by: James Almer <jamrial@gmail.com>
2017-10-17avformat: fix build wihout dashencJacek Jendrzej
Signed-off-by: James Almer <jamrial@gmail.com>
2017-09-09Add SUP/PGS subtitle muxerPetri Hintukainen
Fixes ticket #2208