- 20 Dec, 2013 6 commits
-
-
Paul B Mahol authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Anton Khirnov authored
This function is encoding-only. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mason Carter authored
Apply David Conrad's old patch to the modern codebase. http://ffmpeg.org/pipermail/ffmpeg-devel/2009-April/059877.htmlSigned-off-by: Martin Storsjö <martin@martin.st>
-
Mason Carter authored
For: ff_vc1_inv_trans_{8,4}x{8,4}_{dc_,}neon ff_put_pixels8x8_neon ff_put_vc1_mspel_mc{0,1,2,3}{0,1,2,3}_neon (except for 00) Based on ARM assembly code in libavcodec/arm by Rob Clark and Mans Rullgard. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
Also fix the #endif comment in a few places and #include config.h to avoid assuming it is #included implicitly.
-
- 19 Dec, 2013 1 commit
-
-
Diego Biurrun authored
-
- 18 Dec, 2013 3 commits
-
-
Martin Storsjö authored
The RGB32 pixel format is RGBA/BGRA depending on target endianness - make sure to convert it to one specific format for the framecrc tests. This fixes the pngparser fate test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Additional editing by Diego Biurrun
-
Martin Storsjö authored
Since pc.state is populated by shifting in from the end of the 32 bit word, the content within pc.state is already in native endian and should not be read with the AV_R{L,B} functions. This was already done correctly for state64 above. This fixes the fate-corepng test on big endian. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 17 Dec, 2013 7 commits
-
-
Michael Niedermayer authored
Tables are always allocated now with sufficient space for either progressive or interlaced content. The alternative would be to detect a change and reallocate. This fixes decoding of a sample. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
Directly set the fields when necessary.
-
Luca Barbato authored
Directly set the fields when necessary. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Peter Holik authored
Useful for reading png images from a pipe.
-
- 16 Dec, 2013 2 commits
-
-
Diego Biurrun authored
It was deprecated over two years ago.
-
Diego Biurrun authored
This is necessary to avoid GCC assuming MS style printf arguments.
-
- 14 Dec, 2013 8 commits
-
-
Reinhard Tartler authored
Applications that have been linked against an older release of Libav and pick up updated libraries experience segmentation faults because they pick up the new libavfilter, which assumes AVFrames have been allocated by libavutil and thus contain new reference-counting related fields. This will break for AVFrames that have been allocated by old libavcodec. All scheduled API changes are deferred to the next bump.
-
Reinhard Tartler authored
Commit 41578f70 changed the LLS API, which was called from libavcodec. Thus using an old libavcodec with a new libavutil will break. All scheduled API changes are deferred to the next bump.
-
Michael Niedermayer authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This avoids a memory leak (or having to worry about freeing the config string) if the colorspace isn't accepted. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Also remove a silly leftover pair of parentheses. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 13 Dec, 2013 8 commits
-
-
Luca Barbato authored
Uniform the style and eliminate a warning on newer doxygen version..
-
Luca Barbato authored
Some pthreads symbols might be present in libc (as shown on various *BSD) but not all of them, leading to false positives. Check for the most common compiler flags before the plain symbol check to avoid known pitfalls.
-
Luca Barbato authored
There are alternate implementations of those libraries that use pthreads.
-
Diego Biurrun authored
This long-deprecated code should disappear at the next version bump.
-
Diego Biurrun authored
-
Diego Biurrun authored
This enables a more C99-compliant implementation of printf et al.
-
Diego Biurrun authored
The MinGW32 project is deprecating its old version macros.
-
Diego Biurrun authored
The flag is not unconditionally added to CFLAGS either and the programs built on the host do not get habitually fed to a debugger.
-
- 12 Dec, 2013 5 commits
-
-
Carl Eugen Hoyos authored
-
Vittorio Giovara authored
-
Martin Lambers authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-