- 14 May, 2009 1 commit
-
-
Andres Mejia authored
patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Apr, 2009 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
libfaac lies about being LGPL, when it really is not. Originally committed as revision 18715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Apr, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
PPC is normally big endian but has special little endian load/store instructions. Using these avoids a separate byteswap. This makes the vorbis decoder about 5% faster. Not much else uses little-endian read/write extensively. GCC generates horrible PPC code for the default AV_[RW]B64 (which uses a packed struct), so we override it with a plain pointer cast. Originally committed as revision 18602 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Apr, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2009 1 commit
-
-
Martin Storsjö authored
trying to enable libamrnb support. The latter function is actually used. patch by Martin Storsjö, martin martin st Originally committed as revision 18526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Ramiro Polla authored
The bug[1] is exposed when gcc decides to put some data in a common section (i.e. data that will be used by more than one object). It will suggest the data to be aligned, but binutils >= 2.19 will fail to properly align it. Thus if the data requires any alignment greater than 4, the application will crash. The workaround prevents gcc from putting data in a common section, instead putting it in a properly aligned section. [1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216 Originally committed as revision 18501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2009 1 commit
-
-
Diego Biurrun authored
in libavutil when this function is available. Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Apr, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Apr, 2009 4 commits
-
-
Olivier Guilyardi authored
Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gwenole Beauchesne authored
Originally committed as revision 18312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gwenole Beauchesne authored
from registered HW accelerated codecs with REGISTER_HWACCEL(). Originally committed as revision 18311 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
This makes the actual error message that configure prints be more noticeable. Originally committed as revision 18308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 18252 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Mar, 2009 1 commit
-
-
Ramiro Polla authored
installed, but they're good for creating -dev packages. Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2009 1 commit
-
-
Cédric Schieli authored
Originally committed as revision 18075 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Windows. Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2009 3 commits
-
-
Ramiro Polla authored
Originally committed as revision 17995 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Matthieu Castet authored
A config.h present in the source tree takes precedence over a config.h in the build tree, which can possibly result in an incorrect build. patch by matthieu castet, castet.matthieu free fr Originally committed as revision 17994 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
See discussion: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209 Originally committed as revision 17985 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2009 4 commits
-
-
Diego Biurrun authored
Originally committed as revision 17923 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 17920 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 17900 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 17885 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 17855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2009 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 17829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Assembler files using the GNU syntax need to be processed by gcc, whichever compiler is used for C files. Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Mar, 2009 1 commit
-
-
Reimar Döffinger authored
to work without it. Originally committed as revision 17809 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2009 4 commits
-
-
Måns Rullgård authored
Originally committed as revision 17793 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 17788 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
-