- Dec 09, 2011
-
-
Justin Ruggles authored
This implements reading the tag in the demuxer and adds support for writing it in the muxer. Some example channel layout tables for muxing are included for ac3, aac, and alac, but they are not utilized yet.
-
- Dec 01, 2011
-
-
Reimar Döffinger authored
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Nov 30, 2011
-
-
Miroslav Slugeň authored
This requires using a separate init function, since there isn't necessarily any fmtp lines for this codec, so parse_sdp_a_line won't be called. Incorporating it with the alloc function wouldn't do either, since it is called before the full rtpmap line is parsed (where the sample rate is extracted). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 27, 2011
-
-
Victor Vasiliev authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Nov 26, 2011
-
-
Justin Ruggles authored
-
- Nov 20, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 07, 2011
-
-
Kostya Shishkov authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 05, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Note, this protocol doesn't yet check verify the server certificate against a local database of trusted CA root certificates. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 02, 2011
-
-
Justin Ruggles authored
Put the new raw GSM demuxer in its own file. Fixes raw GSM demuxing.
-
- Oct 23, 2011
-
-
Michael Karcher authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Oct 21, 2011
-
-
Anton Khirnov authored
It's only used in the JACK device. Fixes linking shared lavd with JACK enabled.
-
- Sep 26, 2011
-
-
Nicolas George authored
This patch also introduces CODEC_ID_CELT. Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Sep 22, 2011
-
-
Janne Grunau authored
This is a raw demuxer for the AAC LATM decoder and thus limited to single stream LOAS.
-
- Sep 07, 2011
-
-
Kieran Kunhya authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- Aug 17, 2011
-
-
Sven Hesse authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Jul 13, 2011
-
-
Diego Biurrun authored
-
- Jul 10, 2011
-
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jul 02, 2011
-
-
Reinhard Tartler authored
Also include it into the doxygen documentation
-
- Jun 28, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jun 25, 2011
-
-
Diego Biurrun authored
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
-
- Jun 10, 2011
-
-
Juan Carlos Rodriguez authored
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- May 04, 2011
-
-
Diego Biurrun authored
-
- Apr 22, 2011
-
-
Martin Storsjö authored
This can later be extended to support other AES bit sizes, encryption, other crypto algorithms, reading the key from a URL, etc. In order to use it, the key and initialization vector has to be passed via AVOptions. Since such options can't be passed to protocols from the command line, the protocol is currently only for libavformat internal use. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Apr 19, 2011
-
-
Anton Khirnov authored
-
- Apr 14, 2011
-
-
Max Horn authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Mar 28, 2011
-
-
Kostya Shishkov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Mar 16, 2011
-
-
Anton Khirnov authored
The two functions are identical, no point in duplicating code here.
-
- Mar 14, 2011
-
-
Peter Ross authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Mar 06, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Feb 15, 2011
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- Feb 04, 2011
-
-
Martin Storsjö authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Jan 21, 2011
-
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jan 18, 2011
-
-
Reimar Döffinger authored
-
- Dec 29, 2010
-
-
Peter Ross authored
Originally committed as revision 26126 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 28, 2010
-
-
Anton Khirnov authored
Originally committed as revision 26113 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 27, 2010
-
-
Anton Khirnov authored
Originally committed as revision 26102 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Anton Khirnov authored
Dumps all metadata to a text file for easy manual editing. Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
-