- 19 Jun, 2009 1 commit
-
-
Michael Kostylev authored
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 19227 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jun, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19201 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jun, 2009 2 commits
-
-
Diego Biurrun authored
Apparently DragonFlyBSD does not need memalign either. Originally committed as revision 19191 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Adam Hoka authored
patch by Adam Hoka, ahoka NetBSD org Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jun, 2009 1 commit
-
-
Diego Biurrun authored
As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed for all VAAPI/VDPAU-related decoders. Originally committed as revision 19145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2009 1 commit
-
-
Diego Biurrun authored
in the Makefile as it is done for all other parts that depend on golomb. Originally committed as revision 19139 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 19117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 19116 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2009 1 commit
-
-
Reimar Döffinger authored
As a side-effect this also gives it the correct value on e.g. PPC970FX-based PPC64 systems, thus fixing "make test" (mp2/mp3 decoding). Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2009 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andres Mejia authored
patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 May, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 May, 2009 4 commits
-
-
Diego Biurrun authored
in the build system and documentation that mark it as GPL. Originally committed as revision 18876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This should replace the inconsistently named and defined WORDS_BIGENDIAN. Originally committed as revision 18873 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 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 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 17995 to svn://svn.ffmpeg.org/ffmpeg/trunk
-