- 14 Dec, 2009 2 commits
-
-
Alex Converse authored
Originally committed as revision 20867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 20854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2009 1 commit
-
-
Baptiste Coudurier authored
This fixes compilation when lib is present but not header. Originally committed as revision 20673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2009 1 commit
-
-
Roxis authored
Patch by Roxis /// roxis list dot ru Slight changes by me to update the patch to current svn. Originally committed as revision 20631 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2009 1 commit
-
-
Jason Garrett-Glaser authored
ffmpeg can encode baseline profile again. Originally committed as revision 20600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2009 1 commit
-
-
David Conrad authored
libtheoraenc and libtheoradec; libtheora is the pre-1.0 library. Documented at http://theora.org/doc/libtheora-1.0/ Fixes issue1564 Originally committed as revision 20588 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Nov, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 20580 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Nov, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Nov, 2009 1 commit
-
-
Michael Kostylev authored
Patch by Michael Kostylev <gmail>. Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2009 4 commits
-
-
NVIDIA Corporation authored
by video players. Original patch by NVIDIA corporation. Originally committed as revision 20502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
configure is supposed to take care of that already. Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
This in particular ensures that -DPIC is set appropriately for YASM, which avoids linking failures on x86_64 for compilers that have PIE enabled by default (e.g. hardened Gentoo). It also makes the macho64 special-case hack adding -DPIC to YASMFLAGS obsolete. Originally committed as revision 20497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2009 2 commits
-
-
Reimar Döffinger authored
Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
and -DPIC makes little sense without -fPIC or similar - if -fPIC is enabled by default, libavutil/internal.h defines PICi anyway. Originally committed as revision 20486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2009 2 commits
-
-
Reimar Döffinger authored
of hardcoding it based on the object format. Originally committed as revision 20478 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
This covers the previous case of x86_64 and shared, but also works with --enable-pic. For 32 bit x86 it currently makes no difference since x86inc.asm ignores -DPIC for non-x86_64. Originally committed as revision 20476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Nov, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Oct, 2009 6 commits
-
-
Michael Kostylev authored
Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 20428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2009 3 commits
-
-
Reimar Döffinger authored
At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors due to GPREL 22 being insufficient for the .bss size of > 4 MB without it. Why these errors do not appear with static builds is unclear, it is not due to PIC (shared builds with PIC disabled show the same issue). Originally committed as revision 20409 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Kostylev authored
Add dependency generation commands compatible with Sun Studio. patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20397 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Oct, 2009 1 commit
-
-
Michael Kostylev authored
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 20373 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Oct, 2009 2 commits
-
-
Reimar Döffinger authored
--cpu=host is used on AMD Phenom and newer at least. Originally committed as revision 20367 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
HTTP supports redirection just fine without it. Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 20350 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2009 1 commit
-
-
Jason Garrett-Glaser authored
Change behavior of b-pyramid option. Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 1 commit
-
-
Justin Ruggles authored
problems when lpc.c is not compiled. Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 20207 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Recent versions of gcc generate movw/movt pairs, and the linkers fail to handle the associated relocations properly. Those responsible at Codesourcery have refused to consider fixing this. Blame them for making shared libraries slower than they need to be. Originally committed as revision 20203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2009 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 20146 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20145 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
-