- 25 Aug, 2010 10 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 24921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24920 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24919 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24918 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 24915 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24913 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Josh Allmann authored
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2010 18 commits
-
-
Vitor Sessak authored
Originally committed as revision 24911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Janne Grunau authored
Originally committed as revision 24910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
two VP8-related fate failures on Win64. Originally committed as revision 24908 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24907 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Because the order of evaluation of subexpressions is undefined, two get_bits() calls may not be part of the same expression. See also r24902. Originally committed as revision 24906 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
consistency with input_video_filter. Originally committed as revision 24904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
always -1. Originally committed as revision 24903 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Because the order of evaluation of subexpressions is undefined, two get_bits() calls may not be part of the same expression. In this specific case, using get_bits_long() is simpler. This fixes msmpeg4v1 decoding with armcc. Originally committed as revision 24902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24900 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24899 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
dithering (faster) along a linear gradient now. Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Compilers may assume a pointer has natural alignment, even if it was assigned from a pointer type with weaker alignment requirements. It is thus not safe to assign a possibly unaligned value to a pointer, regardless of how it is subsequently dereferenced. Originally committed as revision 24897 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
link rather than avfilter_default_get_video_buffer(). This is required as the buffer requested may be greater than the buffer allocated locally by avfilter_default_get_video_buffer(), for example if in filterchain there is a pad filter (like in "fifo,pad"). In that case the pad filter will try to write beyond the data of the allocated buffer, resulting in a crash. Originally committed as revision 24895 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 24894 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2010 12 commits
-
-
Måns Rullgård authored
Originally committed as revision 32011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Måns Rullgård authored
Originally committed as revision 32010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Dave Yeo authored
patch by Dave Yeo, daveryeo telus net Originally committed as revision 24893 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nathan Caldwell authored
This performs quite a bit better than the current 3GPP-inspired window decision on all the samples I have tested. On the castanets.wav sample it performs very similar to iTunes window selection, and seems to perform better than Nero. On fatboy.wav, it seems to perform at least as good as iTunes, if not better. Nero performs horribly on this sample. Patch by: Nathan Caldwell <saintdev@gmail.com> Originally committed as revision 24892 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nathan Caldwell authored
This allows cleaner implementation of other psymodels using the existing structs. It also will make it easier to interchange individual parts of the psymodel to create hybrid models. Patch by: Nathan Caldwell <saintdev@gmail.com> Originally committed as revision 24890 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 24888 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
It generates smaller cleaner code. Originally committed as revision 24887 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24886 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benoit Fouet authored
Originally committed as revision 24885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
instead of current "make output file of size less than ss". Also use it to make MP3 tests more readable (using -fs xxx where xxx is the requested output size, not something slightly lower). Originally committed as revision 24884 to svn://svn.ffmpeg.org/ffmpeg/trunk
-