- 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
-
- Jan 13, 2013
-
-
Rémi Denis-Courmont authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Rémi Denis-Courmont authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Rémi Denis-Courmont authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Rémi Denis-Courmont authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Jan 06, 2013
-
-
Diego Biurrun authored
Snow is a toy codec with no real-world use and horrible code.
-
- Dec 23, 2012
-
-
Anton Khirnov authored
-
- Dec 20, 2012
-
-
Ronald S. Bultje authored
Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Dec 07, 2012
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- Dec 05, 2012
-
-
Justin Ruggles authored
-
- Nov 29, 2012
-
-
Diego Biurrun authored
Fixes linking with only the FLAC encoder enabled.
-
- Nov 20, 2012
-
-
Luca Barbato authored
All the non deprecated functions are in avpicture.c now.
-
- Nov 13, 2012
-
-
Diego Biurrun authored
-
- Oct 29, 2012
-
-
Martin Storsjö authored
This isn't too useful as a normal codec, but can be used in voip style applications. The decoder updates the noise generator parameters when a packet is given to it for decoding, but if called with an empty packet, it generates more noise according to the last parameters. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 23, 2012
-
-
Anton Khirnov authored
This reverts commit d15c21e5. After the major bump this is no longer necessary.
-
- Oct 20, 2012
-
-
Luca Barbato authored
-
Martin Storsjö authored
Earlier versions of for instance of libavcodec expect this symbol to be present in libavutil. This commit can be reverted after the next major bump. New shared builds of avcodec will link to the internal copy of the table within that library, so those builds won't rely on this table being present in avutil any longer either. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 19, 2012
-
-
Diego Biurrun authored
-
- Oct 12, 2012
-
-
Diego Biurrun authored
The table is so small that the space gain is not worth the performance overhead of cross-library access.
-
- Oct 11, 2012
-
-
Diego Biurrun authored
-