- 24 Aug, 2010 13 commits
-
-
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 25 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
-
Tobias Bindhammer authored
Originally committed as revision 24883 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 24881 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 24879 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24877 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24875 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 24874 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Tobias Bindhammer authored
Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 24871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Aug, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 24870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
This is to avoid split asm sections that attempt to preserve some registers between sections. Originally committed as revision 24869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-