- 15 Jun, 2010 4 commits
-
-
Reinhard Tartler authored
Apparently the compiler sometimes bypasses the normal assembler, in which case the asm label variant works. If the file contains any inline asm, this bypassing is not done, and the assembler chokes on invalid syntax. Inserting a dummy asm() statement in the test when the compiler supports it makes sure no shortcuts are taken and the test fails as it should. backport r23616 by mru Originally committed as revision 23618 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
Reinhard Tartler authored
When symbol versioning is enabled, moving symbols from one library to another breaks binary compatibility. This adds wrappers with the old version tag for the av_*packet functions recently moved to lavc. backport r23611 by mru Originally committed as revision 23613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
Reinhard Tartler authored
Originally committed as revision 23612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
Reinhard Tartler authored
this patch restores binary compatibility for the av_*_packet symbols that have been moved from libavformat to libavcodec. This patch works for gnu toolchains only; support for ARM RCVT will be handed in for a later point release as soon as the patch is ready and approved by the ARM maintainer(s). Originally committed as revision 23610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 09 Jun, 2010 1 commit
-
-
Reinhard Tartler authored
Make sure we link using the right libs by using pkg-config backport r23511 by lu_zero Originally committed as revision 23550 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 05 Jun, 2010 1 commit
-
-
Reinhard Tartler authored
backport r23482 by diego Originally committed as revision 23487 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 03 Jun, 2010 1 commit
-
-
James Zern authored
Patch by James Zern, Google, Inc. backport r23449 by cehoyos Originally committed as revision 23455 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 30 May, 2010 1 commit
-
-
Diego Biurrun authored
The license of libvpx is incompatible with the (L)GPL. As long as this is the case, the only way to use it is by marking the result as nonfree. backport r23371 by diego Originally committed as revision 23390 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 29 May, 2010 1 commit
-
-
James Zern authored
Patch by James Zern for Google, Inc., jzern google com backportd r23191,23303,23307-23308 by conrad, cehoyos and mstorsjo Originally committed as revision 23374 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 21 May, 2010 1 commit
-
-
Janne Grunau authored
The latter does not exist and thus compilation fails. patch by Janne Grunau, janne-ffmpeg jannau.net backport r23087 by diego Originally committed as revision 23217 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 19 May, 2010 1 commit
-
-
Reinhard Tartler authored
causes linking errors instead of avoiding them. backport r23058 by reimar Originally committed as revision 23188 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
-
- 03 May, 2010 1 commit
-
-
Måns Rullgård authored
ICC needs at least -O1 to link so add this when optimisations are otherwise disabled. Originally committed as revision 23013 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 May, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Apr, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Apr, 2010 2 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 22955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2010 5 commits
-
-
Måns Rullgård authored
There are problems using pkg-config, and a better solution is being worked on. Originally committed as revision 22914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jason Garrett-Glaser authored
Originally committed as revision 22913 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This lets check_deps set the generic CONFIG_ENCODERS and friends using an _if_any construct. Originally committed as revision 22911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Alexander Strange authored
Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it again) needs to be added to cflags before enable pic is checked. Fixes compilation without --enable-shared at least the 10.6 system compiler for x86-32. Fixes speed regression on all darwin arches except x86-64. Originally committed as revision 22730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Mar, 2010 1 commit
-
-
Howard Chu authored
librtmp. Patch by Howard Chu <hyc * highlandsun * com>. Originally committed as revision 22710 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Mar, 2010 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Both bash and ksh abuse this variable even in POSIX mode, leading to unpleasant surprises. Originally committed as revision 22568 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This moves the H264-specific functions from DSPContext to the new H264DSPContext. The code is made conditional on CONFIG_H264DSP which is set by the codecs requiring it. The qpel and chroma MC functions are not moved as these are used by non-h264 code. Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Mar, 2010 2 commits
-
-
Måns Rullgård authored
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
Originally committed as revision 22538 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. Originally committed as revision 22522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2010 2 commits
-
-
Diego Biurrun authored
This make NetBSD compile out of the box at the cost of a hack, but a locally contained one that is preferable to the one used in the wild. Currently the NetBSD FATE box adds -D_NETBSD_SOURCE to CPPFLAGS to work around broken system headers. Since it is unlikely for NetBSD to fix their headers, it is better to use a standard flag instead of a system-specific one. As a sideeffect, this allows getting rid of a local _NETBSD_SOURCE definition. Originally committed as revision 22486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 22481 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Mar, 2010 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 22445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This disables all codecs, formats, etc. It saves some typing when only a few components are desired. Originally committed as revision 22443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Fixes numerous warnings with --enable-small or --disable-optimizations. Originally committed as revision 22430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 22395 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Peter Ross authored
Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Georgi Chorbadzhiyski authored
Patch by Georgi Chorbadzhiyski gf at unixsol dor org Originally committed as revision 22373 to svn://svn.ffmpeg.org/ffmpeg/trunk
-