summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.Alex Converse2009-07-14
| | | | Originally committed as revision 19429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set default flag filters before compiler detectionMåns Rullgård2009-07-13
| | | | | | | This allows use of the add_*flags functions in the compiler detection section. Originally committed as revision 19428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install the mingw import libraries, too.Martin Storsjö2009-07-13
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable creation of microsoft-style import libraries on arm.Martin Storsjö2009-07-13
| | | | | | Patch by Martin Storsjö <martin at martin dot st> Originally committed as revision 19426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-13
| | | | | | | This fixes compilation on WinCE, which does not support _lseeki64. patch by Ismail Dönmez, ismail namtrac org Originally committed as revision 19425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-13
| | | | Originally committed as revision 19424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in libtheora encoderArt Clarke2009-07-13
| | | | | | Patch by Art Clarke [aclark , xuggle . com] Originally committed as revision 19423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use add_*flags only after compiler-specific configurationMåns Rullgård2009-07-12
| | | | Originally committed as revision 19422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow filtering of flags passed to compiler and assemblerMåns Rullgård2009-07-12
| | | | | | | This can be used to map gcc-type flags to equivalents with other compilers. Originally committed as revision 19421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-12
| | | | | | It makes little sense to enable the variant without the main format. Originally committed as revision 19420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place flags for dependency generation in DEPFLAGSMåns Rullgård2009-07-12
| | | | | | | This avoids duplicating the full DEPEND_CMD line only to change some flags. Originally committed as revision 19419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CPPFLAGS in config.mak using normal assignmentMåns Rullgård2009-07-12
| | | | | | | Setting this value using ?= caused some trouble if it was already defined in the environment. Originally committed as revision 19418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Protect config.mak against multiple inclusionMåns Rullgård2009-07-12
| | | | | | | Some of the values set here are modified by the main makefiles and should not be reset when config.mak is included again. Originally committed as revision 19417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini2009-07-12
| | | | | | | | | | rather than prepend it. This way there is the guarantee that the included headers are those in the FFmpeg sources, rather than pre-installed headers referenced by the user CPPFLAGS. Originally committed as revision 19416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in default DEPEND_CMDMåns Rullgård2009-07-12
| | | | Originally committed as revision 19415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CFLAGS in check_cppMåns Rullgård2009-07-12
| | | | Originally committed as revision 19414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set as_default after compiler detection, allowing compiler-specific defaultsMåns Rullgård2009-07-12
| | | | Originally committed as revision 19413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add flags from --extra-cflags after compiler detectionMåns Rullgård2009-07-12
| | | | Originally committed as revision 19411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CPU selection flags in $cpuflags, add to cflags outside case blockMåns Rullgård2009-07-12
| | | | Originally committed as revision 19410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
| | | | | | | | Some compilers do not use the typical -c -o foo.o style. This allows compiler-specific equivalents to be set by the configure script. Originally committed as revision 19409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DEPCC to find dependencies, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use LD for linking, default to same as CCMåns Rullgård2009-07-12
| | | | Originally committed as revision 19407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --sysroot flag to CPPFLAGS, not CFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-12
| | | | Originally committed as revision 19404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.Diego Biurrun2009-07-12
| | | | | | | | The VAAPI/VDPAU variants of foo require almost all of the code of foo. Thus it makes little sense to enable just the accelerated variant. This allows refactoring some object dependencies in the Makefiles. Originally committed as revision 19403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless definition of struct AVCLASS.Stefano Sabatini2009-07-12
| | | | Originally committed as revision 19402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: allow bulk-disabled things to be re-enabled by dependentsMåns Rullgård2009-07-12
| | | | Originally committed as revision 19401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after last commitAlex Converse2009-07-10
| | | | Originally committed as revision 19400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
| | | | | | | current code doesn't handle them properly, and they are a dubious construction at best. Originally committed as revision 19399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark iir filter init and free functions av_cold.Alex Converse2009-07-10
| | | | Originally committed as revision 19398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "iirfilter.c:55: warning: unused variable ‘size’"Alex Converse2009-07-10
| | | | Originally committed as revision 19397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Eliminate use of complex.h from iirfilter.cAlex Converse2009-07-10
| | | | Originally committed as revision 19396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
| | | | | | standard library. Originally committed as revision 19395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
| | | | | | and leave av_sha1_* functions for compatibility until next major bump. Originally committed as revision 19394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin documentation: diffutils is part of the Utils packages.Ramiro Polla2009-07-10
| | | | Originally committed as revision 19393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as AAC encoder maintainerAlex Converse2009-07-09
| | | | Originally committed as revision 19392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
| | | | Originally committed as revision 19391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declarations of complex numbersMåns Rullgård2009-07-09
| | | | | | | Complex numbers must be declared using a base type of float, double, or long double. Originally committed as revision 19390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename function to sha1_transform so it won't be confused with SHA-2 transformKostya Shishkov2009-07-09
| | | | | | when it's added. Originally committed as revision 19389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pointer to hash transform function to make adding SHA-2 support easier.Kostya Shishkov2009-07-09
| | | | Originally committed as revision 19388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical align AVSHA1 membersKostya Shishkov2009-07-09
| | | | Originally committed as revision 19387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend AVSHA1 so it can be used in future SHA-2 code as wellKostya Shishkov2009-07-09
| | | | Originally committed as revision 19386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document SHA-1 functions and structuresKostya Shishkov2009-07-09
| | | | Originally committed as revision 19385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerRamiro Polla2009-07-09
| | | | | | | | | | | needed for DECLARE_ALIGNED. Remove dependency from swscale-example.c to swscale_internal.h by duplicating the necessary code. The duplicated code is a hack and should be removed once a cleaner pixel format information system exists. swscale-example.c is example code on how to use the library and therefore shouldn't rely on internal headers. Originally committed as revision 29415 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09
| | | | | | lavu/mem.h. Originally committed as revision 19384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-09
| | | | | | | how to do it for this compiler. This removes a dependency of config.h on the DECLARE_* macros. Originally committed as revision 19383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitAlex Converse2009-07-08
| | | | Originally committed as revision 19382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent AAC frame size overflows.Alex Converse2009-07-08
| | | | Originally committed as revision 19381 to svn://svn.ffmpeg.org/ffmpeg/trunk