- 21 Nov, 2011 7 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Fixes NGS00148 Found-by: Phillip Langlois Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes NGS00145 Found-by: Phillip Langlois Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes NGS00144 Thanks to Phillip for suggestions to improve the patch. Found-by: Phillip Langlois Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
A user who wishes to use default error concealment cannot set the AV_EF_CRCCHECK flag because not every CRC in every format is a reliable indicator of bitstream damage. In some formats crcrs can be nonsensical in absence of any damage. We thus add the AV_EF_CAREFUL flag in addition to the AV_EF_CRCCHECK flag to allow a user to enable this reliable CRC check without having to enable all CRC checks in all formats. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket312 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2011 33 commits
-
-
Lou Logan authored
Also add GPG fingerprint. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
git.videolan.org is confusing to some users as videolan is a seperate project from ffmpeg. the new name points to git.videolan.org but avoids the confusion. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket126 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket655 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
This will silence the warning of av_set_opt_int() in swr for input/output channels when the layout is not yet defined (or supported).
-
Michael Niedermayer authored
* shariman/wmall: (24 commits) Clean-up dump_int_buffer() to dump samples from a buffer Implement revert_cdlms() Doxy for reset_codec() Store transient state and position of transient area Implement use_high_update_speed() and use_normal_update_speed() Initialize num_logged_tiles and remove unnecessary codes Log index for each line of output Log tile size Output decoded residues Replace placeholders with actual calls to clear_codec_buffers() and reset_codec() Implement lms_update() Implement lms_predict() Implement reset_codec() Add missing syntax elements to WmallDecodeCtx Add .recent syntax element to cdlms struct Implement clear_codec_buffers() Add buffers to context necessary for reverting cdmls and mclms filter Use avpriv_copy_bits() instead of ff_copy_bits() Cosmetics ... Conflicts: libavcodec/wmalosslessdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Bug introduced in: commit 7bb1807c Author: Anton Khirnov <anton@khirnov.net> Date: Tue Aug 23 12:58:49 2011 +0200 AVOptions: refactor set_number/write_number write_number() does the actual writing of the supplied number to destination. Move finding the option and choosing destination address out of it.
-
Reimar Döffinger authored
YASM does not support %ifempty even though it is in the official NASM documentation and supported since NASM 2.02. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
This issue is actually already fixed in NASM, however it will be a bit before it arrives everywhere. This should work as a temporary work-around. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Mashiat Sarker Shakkhar authored
-
Andreas Öman authored
-
John Stebbins authored
Fix building with --disable-network. Signed-off-by: Martin Storsjö <martin@martin.st>
-