summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with --disable-everything --enable-demuxer=loasCarl Eugen Hoyos2013-01-221-1/+1
|
* lavf/aiffenc: ID3 tags supportMatthieu Bouron2013-01-221-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer2013-01-211-0/+1
|\ | | | | | | | | | | | | | | | | | | | | * commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c': rtpdec: Move setting the parsing flags to the actual depacketizers rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer Conflicts: libavformat/rtpdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-201-0/+1
| | | | | | | | | | | | This also adds checking of mallocs. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '2326558d5277ec87ba6d607a01ec6acfc51c694c'Michael Niedermayer2013-01-211-0/+1
|\ \ | |/ | | | | | | | | | | | | * commit '2326558d5277ec87ba6d607a01ec6acfc51c694c': rtpdec: Split mpegts parsing to a normal depacketizer rtpdec: Reorder payload handler registration alphabetically Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-201-0/+1
| | | | | | | | | | | | | | This gets rid of a number of special cases from the common rtpdec code. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer2013-01-161-0/+1
|\ \ | |/ | | | | | | | | | | | | | | * commit '0eecafc948b74c247ebbc59f18f508db5d590d0b': configure: Make the new srtp protocol depend on the rtp protocol lavf: Add a fate test for the SRTP functions lavu: Add a fate test for the HMAC API Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-151-0/+1
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '2f3bada63e57345329c4f9b48e9b81b5cfc03d05'Michael Niedermayer2013-01-151-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '2f3bada63e57345329c4f9b48e9b81b5cfc03d05': lavf: Add a protocol for SRTP encryption/decryption rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) Conflicts: libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö2013-01-151-0/+1
| | | | | | | | | | | | | | | | This is mostly useful for encryption together with the RTP muxer, but could also be set up as IO towards the peer with the SDP demuxer with custom IO. Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This only takes care of decrypting incoming packets; the outgoing RTCP packets are not encrypted. This is enough for some use cases, and signalling crypto keys for use with outgoing RTCP packets doesn't fit as simply into the API. If the SDP demuxer is hooked up with custom IO, the return packets can be encrypted e.g. via the SRTP protocol. If the SRTP keys aren't available within the SDP, the decryption can be handled externally as well (when using custom IO). Signed-off-by: Martin Storsjö <martin@martin.st>
| * au: use ff_raw_write_packet()Justin Ruggles2013-01-091-1/+1
| |
* | Megalux Frame demuxerPeter Ross2013-01-061-0/+1
| |
* | au: use ff_raw_write_packet()Justin Ruggles2013-01-041-1/+1
| |
* | lavf: add data: URI scheme.Nicolas George2013-01-011-0/+1
| |
* | Sony Wave64 muxerPaul B Mahol2012-12-311-1/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Add SubViewer v1 subtitles demuxer and decoder.Clément Bœsch2012-12-311-0/+1
| |
* | Add PJS subtitles demuxer and decoder.Clément Bœsch2012-12-301-0/+1
| |
* | Add AQTitle subtitles demuxer.Clément Bœsch2012-12-301-0/+1
| |
* | Add MPlayer subtitles demuxer.Clément Bœsch2012-12-301-0/+1
| |
* | Add VPlayer subtitles demuxer and decoder.Clément Bœsch2012-12-301-0/+1
| | | | | | | | | | | | | | Note that the linebreaks text codec option (but not the feature) has been removed; its main goal was to allow demuxers to configure the text decoder (and not meant to be used by users), but the AVOption are not a viable solution. This is solved differently in this commit.
* | Add MPL2 subtitles demuxer and decoder.Clément Bœsch2012-12-301-0/+1
| |
* | Merge commit '69583bd3b1eba471366141c945030c163e073e02'Michael Niedermayer2012-12-291-4/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '69583bd3b1eba471366141c945030c163e073e02': avfilter: Refactor unconditional filter registration build: Add rtpenc_chain extra config option configure: Add --disable-all command line option Conflicts: libavfilter/allfilters.c libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add rtpenc_chain extra config optionDiego Biurrun2012-12-281-4/+4
| | | | | | | | | | | | Also fixes linking in various configs with only individual parts enabled because the RTP muxer chaining code depends on the general RTP code, which is now accounted for.
| * tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-0/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* | mmfenc: use ff_raw_write_packet()Paul B Mahol2012-12-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aiffenc: use ff_raw_write_packet()Paul B Mahol2012-12-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | soxenc: use ff_raw_write_packet()Paul B Mahol2012-12-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | NIST SPHERE demuxerPaul B Mahol2012-12-231-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Fix compilation with --disable-everything --enable-muxer=mov.Carl Eugen Hoyos2012-12-211-1/+1
| |
* | Silicon Graphics Movie (.mv) demuxerPeter Ross2012-12-171-0/+1
| | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org>
* | build: fix idf demuxer dependencyPaul B Mahol2012-12-161-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf: TED Talks JSON captions demuxer.Nicolas George2012-12-091-0/+1
| |
* | lavf: add a concat demuxer.Nicolas George2012-12-061-0/+1
| |
* | mmfdec: fix seekingPaul B Mahol2012-12-061-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Ensoniq Paris Audio File demuxerPaul B Mahol2012-12-051-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | IRCAM demuxer & muxerPaul B Mahol2012-12-051-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avr: use ff_pcm_read_packet()Paul B Mahol2012-12-051-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-041-19/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ppc: always use pic for shared libraries build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable place fate: ea, h264: prettyprinting and ordering cosmetics Conflicts: tests/fate/ea.mak tests/fate/h264.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable placeDiego Biurrun2012-12-031-19/+19
| |
* | AST MuxerJames Almer2012-12-041-1/+2
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | ast: Rename ast.c -> astdec.cJames Almer2012-12-041-1/+1
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-031-3/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * qatar/master: fate: fft: Fix libavcodec dependency build: Make the ISMV muxer select the MOV muxer configure: move arm arch extensions to a separate variable Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Make the ISMV muxer select the MOV muxerDiego Biurrun2012-12-031-3/+0
| | | | | | | | They share the same code, so building one w/o the other makes no sense.
* | PVF demuxerPaul B Mahol2012-12-011-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Gif demuxerVitaliy E Sugrobov2012-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gif demuxer is capable of extracting multiple frames from gif file. In conjunction with gif decoder it implements support for reading animated gifs. Demuxer has two options available to user: default_delay and min_delay. These options are for protection from too rapid gif animations. In practice it is standard approach to slow down rendering of this kind of gifs. If you try to play gif with delay between frames of one hundredth of second (100fps) using one of major web browsers, you get significantly slower playback, around 10 fps. This is because browser detects that delay value is less than some threshold (usually 2 hundredths of second) and reset it to default value (usually 10 hundredths of second, which corresponds to 10fps). Manipulating these options user can achieve the same effect during conversion to some video format. Otherwise user can set them to not protect from rapid animations at all. The other case when these options necessary is for gif images encoded according to gif87a standard since prior to gif89a there was no delay information included in file. Bump lavf minor version. Signed-off-by: Vitaliy E Sugrobov <vsugrob@hotmail.com>
* | BRSTM demuxerPaul B Mahol2012-11-291-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Vivo demuxerDaniel Verkamp2012-11-281-0/+1
| |
* | avrdec: implement seekingPaul B Mahol2012-11-281-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | AFC demuxerPaul B Mahol2012-11-271-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud