- 18 Dec, 2013 1 commit
-
-
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 6 commits
-
-
Carl Eugen Hoyos authored
-
Vittorio Giovara authored
-
Martin Lambers authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Martin Storsjö authored
This fixes decoding, broken since 7e350379. This is similar to what was done for the normal mp3 decoder in f4a86bc9. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Dec, 2013 8 commits
-
-
Rumin Sam authored
Some ACTi cameras fail if "*" is passed as the URI. Signed-off-by: Ismael Luceno <ismael.luceno@corp.bluecherry.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Also bump libavcodec micro and add an APIchanges entry saying that av_frame_* should now be used instead of the lavc AVFrame functions.
-
Anton Khirnov authored
This is a temporary workaround to allow deprecating avcodec_get_frame_defaults(). The proper solution will be using a properly allocated AVFrame in Picture.
-
Anton Khirnov authored
avcodec_decode_audio4() resets the frame itself.
-
Anton Khirnov authored
avcodec_decode_*() resets the frame itself.
-
Anton Khirnov authored
This is a temporary workaround to allow deprecating avcodec_get_frame_defaults(). The proper solution will be using a properly allocated AVFrame in Picture.
-
Anton Khirnov authored
ff_mpeg_unref_picture() already resets the frame.
-
Anton Khirnov authored
avcodec_decode_audio4() will reset the frame itself.
-