- 22 Dec, 2013 2 commits
-
-
Mason Carter authored
Introduced by 28243b0d Intensity compensation is always used once it was encountered, because v->next_use_ic is never set back to zero. Reset v->next_use_ic, when resetting v->next_luty/uv. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Guillaume Martres authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 21 Dec, 2013 1 commit
-
-
Justin Ruggles authored
-
- 20 Dec, 2013 11 commits
-
-
Martin Storsjö authored
q4-q7/d8-d15 are supposed to not be clobbered by the callee. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Mickaël Raulet authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Guillaume Martres authored
Bitstreams conforming to the spec should not use profiles not defined in it. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Also store a few PTL flags which were skipped before Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Guillaume Martres authored
According to the spec, the value of XXX_reserved_zero_44bits should be ignored, so don't report an error when it's not zero. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
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>
-
- 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 4 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
Directly set the fields when necessary.
-
Luca Barbato authored
Directly set the fields when necessary. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Peter Holik authored
Useful for reading png images from a pipe.
-
- 13 Dec, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Dec, 2013 1 commit
-
-
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 11 commits
-
-
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
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_get_frame_defaults() will be deprecated.
-
Anton Khirnov authored
av_frame_free() should be used instead.
-
Anton Khirnov authored
-
Guillaume Martres authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Dec, 2013 1 commit
-
-
Reinhard Tartler authored
Fix writing over the end Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Addresses: CVE-2013-0845
-
- 09 Dec, 2013 7 commits
-
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Diego Biurrun authored
Simplifies host/target libc detection splitting.
-
Alexandra Khirnova authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-