summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAge
* Merge commit '22a154e4363b351dd9f321003de01dffebd2fa18'Michael Niedermayer2013-08-06
|\ | | | | | | | | | | | | * commit '22a154e4363b351dd9f321003de01dffebd2fa18': build: Add missing img2.o dependency to apetag.o Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Add missing img2.o dependency to apetag.oDiego Biurrun2013-08-05
| |
| * Makefile: Remove stray tabsMichael Niedermayer2013-07-07
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavf: add missing build dependency for tta demuxerPaul B Mahol2013-07-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Fix compilation with --disable-everything --enable-demuxer=aac.Carl Eugen Hoyos2013-07-12
| |
* | vorbiscomment: Add support for embedded cover artJames Almer2013-07-09
| | | | | | | | | | | | | | Fixes ticket #2655 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/flacdec: Share the function to parse cover art blocksJames Almer2013-07-09
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/Makefile: remove stray tabMichael Niedermayer2013-07-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer2013-07-07
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '6516632967da5e6bd7d6136e8678f826669ed26e': tests: Only run noproxy test if networking is enabled fifo: K&R formatting cosmetics Conflicts: libavformat/Makefile libavutil/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-06
| |
* | lavf: add support for libgmewm42013-07-02
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: add WebVTT muxer.Matthew Heaney2013-06-17
| | | | | | | | | | | | | | This revision creates a WebVTT muxer, that outputs files having the format described in the following specification: http://dev.w3.org/html5/webvtt/
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-17
|\| | | | | | | | | | | | | | | | | | | * commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef': avf: move url utility functions in a separate file Conflicts: libavformat/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avf: move url utility functions in a separate fileLuca Barbato2013-06-16
| |
* | Merge commit 'afc8685395e775fe0f2a1698b683aea4afd124af'Michael Niedermayer2013-06-16
|\| | | | | | | | | | | | | | | | | | | * commit 'afc8685395e775fe0f2a1698b683aea4afd124af': avf: split off format register and lookup function Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avf: split off format register and lookup functionLuca Barbato2013-06-16
| |
* | Merge commit '2681924b0f3f35840dd9d9825df9f9239c448b22'Michael Niedermayer2013-06-07
|\| | | | | | | | | | | | | | | | | | | * commit '2681924b0f3f35840dd9d9825df9f9239c448b22': libavformat: Fix standalone compilation of the webm muxer Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libavformat: Fix standalone compilation of the webm muxerMartin Storsjö2013-06-06
| | | | | | | | | | | | | | The missing object file was added to the matroska muxer already, but not to the webm muxer. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavf/aacdec: add support for reading ape tagsPaul B Mahol2013-06-03
| | | | | | | | | | | | Closes #2634. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tta: add support for reading ape tagsPaul B Mahol2013-06-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '2d2d6a4883479403798f4ed46941d5b365823570'Michael Niedermayer2013-05-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d2d6a4883479403798f4ed46941d5b365823570': lavf: add a raw WavPack muxer. apetag: add support for writing APE tags matroskaenc: support muxing WavPack Conflicts: libavformat/Makefile libavformat/allformats.c libavformat/apetag.h libavformat/version.h libavformat/wvenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: add a raw WavPack muxer.Anton Khirnov2013-05-28
| |
| * matroskaenc: support muxing WavPackAnton Khirnov2013-05-28
| |
* | Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d'Michael Niedermayer2013-05-29
|\| | | | | | | | | | | | | | | | | | | | | * commit '794ca87d2bff2513118de8b97595b3e23070e67d': wvdec: split block header parsing into a separate file Conflicts: libavformat/Makefile libavformat/wvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-28
| | | | | | | | It will be reused by other muxers and demuxers.
* | Merge commit '0a1a94450a28eef854162f859e79ecfb9f97915b'Michael Niedermayer2013-05-29
|\| | | | | | | | | | | | | | | | | | | * commit '0a1a94450a28eef854162f859e79ecfb9f97915b': lavf: rename wv.c to wvdec.c Conflicts: libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-28
| | | | | | | | wv.c will be used for shared wavpack functions.
| * build: output-example: Add avutil to ELIBS in link commandDiego Biurrun2013-05-04
| | | | | | | | | | | | | | | | | | output-example links against swscale, which depends on avutil. In standard configurations, by pure good luck, the libs before swscale pull in all of swscale's dependencies and linking succeeds. However, in some configurations like --disable-asm this is not the case and linking fails. Hardcode the dependency to avoid a more general Makefile refactoring.
* | Fix compilation with --disable-everything --enable-muxer=vc1Thilo Borgmann2013-05-24
| | | | | | | | Suggested-by: Reimar
* | FTP protocol supportLukasz Marek2013-05-18
| | | | | | | | | | | | | | | | | | Implementation of ftp protocol. Fixes #1672 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RedSpark demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | RSD demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | ADP demuxerJames Almer2013-05-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavf: data muxer and demuxer.Nicolas George2013-05-01
| | | | | | | | | | | | Allow to use tools designed to work with demuxers, muxers and packets (for example ffmpeg itself) to process raw byte streams (like aviocat).
* | avformat: Add black ops audio demuxerMichael Niedermayer2013-04-28
| | | | | | | | | | | | Fixes Ticket2064 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: add libquvi demuxer.Clément Bœsch2013-04-10
| |
* | lavf: do not make a hard dep on internal subtitles helpers.Clément Bœsch2013-03-19
| |
* | buildsys: only include log2_tab per library for shared buildsMichael Niedermayer2013-03-04
| | | | | | | | | | | | Fix linking failures with -all_load due to multiple log2_tabs Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavf: Add a fate test for the noproxy pattern matching lavf: Handle the environment variable no_proxy more properly Conflicts: libavformat/Makefile libavformat/internal.h libavformat/tls.c libavformat/utils.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-27
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* | tools: add seek_print.Nicolas George2013-02-24
| | | | | | | | Useful for testing seek implementations.
* | lavf/microdvd: fix muxing.Clément Bœsch2013-02-21
| | | | | | | | This was broken since 1f265f52.
* | lavf: add tee pseudo-muxer.Nicolas George2013-02-09
| |
* | Fix compilation with --disable-everything --enable-demuxer=loasCarl Eugen Hoyos2013-01-22
| |
* | lavf/aiffenc: ID3 tags supportMatthieu Bouron2013-01-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer2013-01-21
|\| | | | | | | | | | | | | | | | | | | | | * 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-20
| | | | | | | | | | | | This also adds checking of mallocs. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '2326558d5277ec87ba6d607a01ec6acfc51c694c'Michael Niedermayer2013-01-21
|\| | | | | | | | | | | | | | | * 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-20
| | | | | | | | | | | | | | 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-16
|\| | | | | | | | | | | | | | | | | * 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>