summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* avformat: add Scenarist Closed Captions demuxerPaul B Mahol2017-01-25
| | | | | | Fixes #4767. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add Sample Dump eXchange demuxerPaul B Mahol2017-01-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add MIDI Sample Dump Standard demuxerPaul B Mahol2017-01-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* configure: Fix standalone compilation of aiff and caf muxers.Carl Eugen Hoyos2017-01-16
|
* avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen2016-12-17
| | | | | | | This makes it possible to decode motion jpeg 2000 encoded in a transport stream without a correct PMT/PAT. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavformat : add Photoshop PSD demuxer.Martin Vignali2016-12-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/Makefile: Fix rule for the data muxer.Carl Eugen Hoyos2016-11-14
|
* Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418'Hendrik Leppkes2016-11-14
|\ | | | | | | | | | | | | * commit 'e72d6fa08a3c1876109149401753a8d2c736d418': build: Move MP2 muxer declaration away from MP3 muxer code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-29
| | | | | | | | The MP2 muxer uses none of the code of the MP3 muxer.
| * lavf: Raw G.729 demuxerVladimir Voroshilov2016-05-17
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca2016-11-13
| | | | | | | | | | | | | | Pro-MPEG Code of Practice #3 release 2 forward error correction for rtp_mpegts streams Signed-off-by: Vlad Tarca <vtarca@mobibase.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/avisynth.c: Use new safe dlopen code.Matt Oliver2016-11-05
| | | | | | | | Signed-off-by: Matt Oliver <protogonoi@gmail.com>
* | avformat/fifo: Add fate testJan Sebechlebsky2016-08-22
| | | | | | | | | | | | Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* | avformat: Add fifo pseudo-muxerJan Sebechlebsky2016-08-22
| | | | | | | | | | Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* | avformat: add a TTA MuxerJames Almer2016-08-04
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat/teeproto: Support parsing protocol optionsMichael Niedermayer2016-08-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/tee: Factor parse_slave_options() outMichael Niedermayer2016-08-02
| | | | | | | | | | Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat: add an Ogg Video muxerJames Almer2016-07-20
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avformat: Add tee protocolMichael Niedermayer2016-07-19
| | | | | | | | | | | | Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf: add libopenmpt demuxerJosh de Kock2016-07-15
| | | | | | | | | | | | Fixes ticket #5623 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf/img2dec: add pnm pipe demuxersClément Bœsch2016-06-22
| |
* | Add experimental support for vp9 in iso-bmffKongqun Yang2016-06-17
| | | | | | | | | | | | | | | | | | | | Implemented according to the draft specification "VP Codec ISO Media File Format Binding": http://www.webmproject.org/vp9/#draft-vp-codec-iso-media-file-format-binding '-strict -2' is required to use this feature. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | rtpenc: packetizer for VP9 RTP payload format (draft v2)Thomas Volkert2016-06-13
| |
* | avformat: add MTAF demuxerPaul B Mahol2016-05-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/Makefile: fix avlanguage dependenciesJames Almer2016-05-13
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-09
|\| | | | | | | | | | | | | * commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec': build: miscellaneous cosmetics Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-07
| | | | | | | | | | | | Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
* | rtpenc: packetizer for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-05-03
| |
* | avformat: add Wideband Single-bit Data (WSD) demuxerPeter Ross2016-04-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '65a802401c6cc136576bb2e613c0577cbf622aa8'Derek Buitenhuis2016-04-17
|\| | | | | | | | | | | | | * commit '65a802401c6cc136576bb2e613c0577cbf622aa8': build: Add component for the SRTP common code Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: Add component for the SRTP common codeDiego Biurrun2016-03-23
| | | | | | | | This allows expressing the SRTP test code dependencies more clearly.
* | avformat: add hash and framehash muxersMoritz Barsnick2016-04-12
| | | | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavf/rawenc: Add a raw gsm muxer.Carl Eugen Hoyos2016-04-09
| |
* | avformat: add aix demuxerPaul B Mahol2016-04-07
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat: add musx demuxerPaul B Mahol2016-04-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | rtpdec: support for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-03-22
| |
* | avformat: Remove async from TESTPROGSDerek Buitenhuis2016-02-29
| | | | | | | | | | | | It is current disabled. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\| | | | | | | | | | | | | | | | | | | | | This commit also disables the async fate test, because it used internal APIs in a non-kosher way, which no longer exists. * commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d': lavf: reorganize URLProtocols Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
| | | | | | | | | | | | | | | | | | | | Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits.
* | lavf: Add pcx auto-detection.Carl Eugen Hoyos2016-02-29
| |
* | avformat/Makefile: Fixed missing rawutils.o reference (required by movenc.c)Roman Ryltsov2016-02-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '0d1229f1d2b8f26dd50c6be7917bb8ed8cb95364'Derek Buitenhuis2016-02-24
|\| | | | | | | | | | | | | * commit '0d1229f1d2b8f26dd50c6be7917bb8ed8cb95364': voc: Split ff_voc_get_packet into a separate file Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * voc: Split ff_voc_get_packet into a separate fileDiego Biurrun2016-02-18
| |
* | Merge commit '624e235502c5aa2d17e22dd6c0ccdf080a177310'Derek Buitenhuis2016-02-24
|\| | | | | | | | | | | | | * commit '624e235502c5aa2d17e22dd6c0ccdf080a177310': build: Introduce iso_media component Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: Introduce iso_media componentDiego Biurrun2016-02-18
| |
* | Merge commit '82454c3a826bc8aa42474097784b70befd5be532'Derek Buitenhuis2016-02-24
|\| | | | | | | | | | | | | | | | | | | * commit '82454c3a826bc8aa42474097784b70befd5be532': build: Let the WTV demuxer select the MPEG-TS demuxer build: Adjust mpeg4video parser dependencies build: Fix mpegvideo component dependencies build: Fix dependencies for components relying on H.263 data tables Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * build: Let the WTV demuxer select the MPEG-TS demuxerDiego Biurrun2016-02-18
| | | | | | | | | | The WTV demuxer depends on large parts of the MPEG-TS demuxer internals anyway and fails to build without it.
| * lavf: G.723.1 muxerMohamed Naufal2015-11-30
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | configure: Fix webm_dash_manifest demuxer standalone compilation.Carl Eugen Hoyos2016-02-20
| |
* | avformat/dvbtxt: add raw demuxer for dvb teletext probingMarton Balint2016-02-19
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>