- 02 Sep, 2009 3 commits
-
-
Måns Rullgård authored
libx264 recently started mangling the name of x264_encoder_open() to prevent version mismatches, breaking our test. Checking for another function instead makes it work again. Originally committed as revision 19754 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19753 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Sep, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19751 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 19750 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2009 7 commits
-
-
Lars Täuber authored
patch by Lars Täuber, lars.taeuber gmx net Originally committed as revision 19749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Josh Harris authored
Patch by Josh Harris, qt tateu net Originally committed as revision 19748 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Thilo Borgmann authored
Patch by Thilo Borgmann <thilo.borgmann _at_ googlemail.com> Originally committed as revision 19747 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
Originally committed as revision 19746 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 19745 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
architectures since stride is multiple of 4 and not of 8, so split fill_rectangle() calls to operate on 32-bit words instead of 64-bit ones. Originally committed as revision 19744 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Kostya Shishkov authored
inside it. Originally committed as revision 19743 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2009 11 commits
-
-
Ramiro Polla authored
Originally committed as revision 29587 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 29586 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 29585 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 29584 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
It works the same as CHECKED_ALLOCZ except that it does not zero the allocated memory. Originally committed as revision 19742 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 19741 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19740 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 19738 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 29583 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
Ramiro Polla authored
Originally committed as revision 29582 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-
- 28 Aug, 2009 4 commits
-
-
Måns Rullgård authored
The DECLARE_ALIGNED_8 macro is defined to align to 16 bytes instead the 8 suggested by the name on some CPUs. None of the uses of this macro ever need 16-byte alignment, cases which once did having been changed to always specify 16 bytes explicitly. Originally committed as revision 19737 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
decoded. Originally committed as revision 19736 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 19735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
a packet of Speex frames as a single frame. Originally committed as revision 19734 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2009 8 commits
-
-
Alex Converse authored
Originally committed as revision 19733 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19731 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
multiply the buffer size by the number of channels. Originally committed as revision 19730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19728 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Originally committed as revision 19727 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
1.3x and 3% on G4. Though I think only part of this speedup is due to my optimizations per se; some of it is that I got a better roll on the GCC random code generator. Trivial reorderings of this function have a disproportionate effect on speed. Originally committed as revision 19726 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2009 5 commits
-
-
Diego Biurrun authored
Originally committed as revision 19725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The first member of struct ScanTable is a simple pointer, extra alignment of which serves no purpose. The alignment specifier was added along with some Altivec optimisations also adding a 16-byte-aligned array at the end of struct ScanTable. Presumably the redundant, outer alignment was added by mistake. The inner one is clearly sufficient. Originally committed as revision 19724 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ivan Schreter authored
Originally committed as revision 19723 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Christian Schmidt authored
Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Lars Täuber authored
Patch by Lars Täuber, lars D taeuber A gmx D net Originally committed as revision 19720 to svn://svn.ffmpeg.org/ffmpeg/trunk
-