- Nov 26, 2013
-
-
Anton Khirnov authored
They mangle the mp3 header in a non-standard way to save a few bytes. People who care about space so much should just use a more efficient codec.
-
- Nov 23, 2013
-
-
Diego Biurrun authored
-
- Nov 15, 2013
-
-
Ronald S. Bultje authored
Originally written by Ronald S. Bultje <rsbultje@gmail.com> and Clément Bœsch <u@pkh.me> Further contributions by: Anton Khirnov <anton@khirnov.net> Diego Biurrun <diego@biurrun.de> Luca Barbato <lu_zero@gentoo.org> Martin Storsjö <martin@martin.st> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Nov 08, 2013
-
-
Diego Biurrun authored
-
- Nov 04, 2013
-
-
Anton Khirnov authored
-
- Oct 31, 2013
-
-
Guillaume Martres authored
Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <mraulet@insa-rennes.fr> Seppo Tomperi <seppo.tomperi@vtt.fi> Gildas Cocherel <gildas.cocherel@laposte.net> Khaled Jerbi <khaled_jerbi@yahoo.fr> Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr> Vittorio Giovara <vittorio.giovara@gmail.com> Jan Ekström <jeebjp@gmail.com> Anton Khirnov <anton@khirnov.net> Martin Storsjö <martin@martin.st> Luca Barbato <lu_zero@gentoo.org> Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> Reimar Döffinger <Reimar.Doeffinger@gmx.de> Diego Biurrun <diego@biurrun.de> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
David Kment authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Oct 28, 2013
-
-
Anton Khirnov authored
-
- Sep 26, 2013
-
-
Paul B Mahol authored
Used by LXF. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Sep 18, 2013
-
-
Justin Ruggles authored
Container and lossy decoding by Aneesh Dogra <aneesh@sugarlabs.org> Lossless decoding by Justin Ruggles <justin.ruggles@gmail.com>
-
- Aug 31, 2013
-
-
Christian Schmidt authored
Remove the header decoding for PCM audio from mpeg.c and the 20/24bit parts from pcm.c and merge them into a new decoder in pcm-dvd.c. The decoder has added support for samples that span multiple packets and modified 20/24bit group decoding. Both is needed to decode samples that have been generated with DVD-Lab Pro 2. The decoding of 16bit PCM and two channel 24bit is identical to before. No other samples are known to verify the correctness of the encoding this software does. The complete list of tested formats is 48kHz/16bit/2-8 channels 48kHz/24bit/2-5 channels 96kHz/16bit/2-4 channels 96kHz/24bit/2 channels Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Christian Schmidt authored
The original idea was to collect PCM codecs that could appear in various MPEG streams in this file. Discussion in IRC lead to the conclusion that one codec per file would be better and stop the need for #ifdefs.
-
- Aug 20, 2013
-
-
Martin Storsjö authored
This can be useful for decoding AAC object types that are not supported by the native AAC decoder, e.g. AAC-LD and AAC-ELD.
-
- Aug 09, 2013
-
-
Martin Storsjö authored
Add one copy of the function into each of the libraries, similarly to what we do for log2_tab. When using static libs, only one copy of the file_open.o object file gets included, while when using shared libraries, each of them get a copy of its own. This fixes DLL builds with a statically linked C runtime, where each DLL effectively has got its own instance of the C runtime, where file descriptors can't be shared across runtimes. On systems not using msvcrt, the function is not duplicated. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Aug 08, 2013
-
-
Kostya Shishkov authored
-
- Aug 05, 2013
-
-
Kostya Shishkov authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Rémi Denis-Courmont authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Jun 10, 2013
-
-
Anton Khirnov authored
-
- Jun 03, 2013
-
-
Kostya Shishkov authored
-
- May 24, 2013
-
-
Anton Khirnov authored
It will be used in other places than lavc.
-
- May 18, 2013
-
-
Eli Friedman authored
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
- May 17, 2013
-
-
Kostya Shishkov authored
-
- Apr 22, 2013
-
-
Nicolas Bertrand authored
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl> Updated to current programming standards, style and many more small fixes by Diego Biurrun <diego@biurrun.de>. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 19, 2013
-
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Apr 10, 2013
-
-
Diego Biurrun authored
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Mar 27, 2013
-
-
Martin Storsjö authored
This fixes standalone compilation of the msmpeg4v2, msmpeg4v3 and wmv2 encoders, that previously failed to link due to the decoder codepaths requiring error_resilience. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
This makes the DCA parser and decoder independent.
-
- Mar 11, 2013
-
-
Anton Khirnov authored
-
- Mar 09, 2013
-
-
Anton Khirnov authored
-
- Mar 07, 2013
-
-
Diego Biurrun authored
-
- Feb 17, 2013
-
-
Luca Barbato authored
Encoders requiring it have the dependency expressed in the configure.
-
Diego Biurrun authored
CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Feb 06, 2013
-
-
Diego Biurrun authored
-
- Jan 24, 2013
-
-
Mans Rullgard authored
The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Jan 21, 2013
-
-
Ronald S. Bultje authored
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
-
- Jan 20, 2013
-
-
Ronald S. Bultje authored
Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil.
-
- Jan 14, 2013
-
-
Luca Barbato authored
Support older libvpx versions.
-
Diego Biurrun authored
-