Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-14Change inter-protocol dependencies from _deps to _selectMartin Storsjö
Originally committed as revision 23137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-11Add -ldl to libfaadbin_extralibs instead of libfaadbin_decoder_extralibs.Janne Grunau
The latter does not exist and thus compilation fails. patch by Janne Grunau, janne-ffmpeg jannau.net Originally committed as revision 23087 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger
causes linking errors instead of avoiding them. Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07configure: update suncc SPARC CPU name mappingMichael Kostylev
Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07SPARC: disable VIS for Niagara CPUMichael Kostylev
The Niagara/T1 supports only a subset of VIS, and even this is very slow. Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
Minor version bump. Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-03configure: allow compiler-specific flags for --disable-optimizationsMåns Rullgård
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
2010-05-02Allow to set archiver tool ar.Carl Eugen Hoyos
Originally committed as revision 23010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-27Set ARCH=c with --disable-asm, fix buildMåns Rullgård
Originally committed as revision 22967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-23Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje
Originally committed as revision 22955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-23Workaround for missing llrintf()Måns Rullgård
Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19Revert "Fix libx264 configure check to use pkg-config if available."Måns Rullgård
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
2010-04-19Fix libx264 configure check to use pkg-config if available.Jason Garrett-Glaser
Originally committed as revision 22913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19configure: simplify $COMPONENT_LIST handlingMåns Rullgård
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
2010-04-19configure: simplify vaapi dependenciesMåns Rullgård
Originally committed as revision 22910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19configure: simplify vdpau dependenciesMåns Rullgård
Originally committed as revision 22909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-30configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange
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
2010-03-28Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu
librtmp. Patch by Howard Chu <hyc * highlandsun * com>. Originally committed as revision 22710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-26Implement av_strerror().Stefano Sabatini
Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-17configure: do not use $_Måns Rullgård
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
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
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
2010-03-15Add FATE testsMåns Rullgård
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
2010-03-15Add dependencies used by the RDT and ASF/RTP codeMartin Storsjö
Originally committed as revision 22538 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
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
2010-03-12Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun
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
2010-03-12Document --disable-everything in configure --help.Ramiro Polla
Originally committed as revision 22481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11configure: remove stray semicolonMåns Rullgård
Originally committed as revision 22445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11configure: use map() function in a couple of placesMåns Rullgård
Originally committed as revision 22444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-11configure: add --disable-everything optionMåns Rullgård
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
2010-03-11configure: allow mips64el and powerpc64 as values for --archMåns Rullgård
Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-10undef av_always_inline before redefiningMåns Rullgård
Fixes numerous warnings with --enable-small or --disable-optimizations. Originally committed as revision 22430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09configure: always write shared lib variables to config.makMåns Rullgård
Originally committed as revision 22395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Enable tcp_protocol when enabling httpPeter Ross
Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Add missing build dependencies for the AAC decoder caused by adding of SBR.Georgi Chorbadzhiyski
Patch by Georgi Chorbadzhiyski gf at unixsol dor org Originally committed as revision 22373 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Error on missing function prototypes with gccMåns Rullgård
This makes it an error to not have a prototype in scope for a function with external linkage. The flag is only enabled for gcc due to -Werror=type not working with all compilers. Originally committed as revision 22313 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Use -Werror=implicit only with gccMåns Rullgård
Some other compilers turn too many warnings into errors with this flag. Originally committed as revision 22276 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Fix clang sysroot flagDavid Conrad
Older versions accepted both with and without an '=', but newer versions require the '=' to be omitted Originally committed as revision 22274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Error on implicit function declarationsMåns Rullgård
Turning on -Werror=implicit makes implicit function declarations an error with supported compilers. Originally committed as revision 22269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Fix make installMåns Rullgård
Originally committed as revision 22245 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Add INSTALL makefile variableMåns Rullgård
Originally committed as revision 22242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Add CP make variableMåns Rullgård
Originally committed as revision 22240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Add YASMDEP variable; use for deps on yasm filesMåns Rullgård
Originally committed as revision 22239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-02Make lsp a separate configurable and select it from codecs needing itMåns Rullgård
Originally committed as revision 22143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-24Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun
Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-23Fix snow encoder dependenciesDaniel Verkamp
Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-23Fix svq1 encoder dependenciesDaniel Verkamp
Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-23Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger
Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-23Add an RTSP muxerMartin Storsjö
Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk