aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-251-15/+10
| | | | | | group all local #includes together. Originally committed as revision 16796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-251-6/+5
| | | | | | /usr/local Originally committed as revision 16795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-251-0/+5
| | | | Originally committed as revision 16794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (un)installation targets for ffpresets using the new DATADIR variableRobert Swain2009-01-251-2/+11
| | | | Originally committed as revision 16793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C files should #include the header files of the same name.Diego Biurrun2009-01-252-0/+3
| | | | Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add datadir variable and write to config.{h,mak}Måns Rullgård2009-01-251-0/+9
| | | | Originally committed as revision 16791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-251-3/+3
| | | | Originally committed as revision 16790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required limits.h header.Diego Biurrun2009-01-251-0/+1
| | | | Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The default subq value in the x264 CLI is now 6, not 5.Robert Swain2009-01-251-1/+1
| | | | Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-256-31/+31
| | | | Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-252-43/+43
| | | | Originally committed as revision 16787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-251-0/+3
| | | | | | | This compiler might be supported in the future or we might some day decide to export these macros. Originally committed as revision 16786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AMD 3DNow! instruction enabling/disabling support in the build system.Diego Biurrun2009-01-251-0/+4
| | | | Originally committed as revision 16785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop redundant architecture extension dependencies.Diego Biurrun2009-01-251-3/+3
| | | | Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-251-3/+0
| | | | | | This compiler will never see our internal headers. Originally committed as revision 16783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-252-0/+4
| | | | Originally committed as revision 16782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-252-17/+17
| | | | | | | | Their definition depends on preprocessor directives from config.h, thus they cannot be declared in a public header since public headers cannot #include config.h. Originally committed as revision 16781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include some required headers.Diego Biurrun2009-01-255-1/+5
| | | | Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing architecture-specific options to summary output.Diego Biurrun2009-01-251-0/+7
| | | | Originally committed as revision 16779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-251-8/+2
| | | | Originally committed as revision 16778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE depends on x86.Diego Biurrun2009-01-251-1/+1
| | | | Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not #include common.h without necessity.Diego Biurrun2009-01-251-6/+0
| | | | | | | This eliminates the need to work around common.h overriding certain system functions which are required in this header. Originally committed as revision 16776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-252-4/+4
| | | | Originally committed as revision 16775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-252-6/+9
| | | | | | avformat.h, and extend it. Originally committed as revision 16774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-251-2/+0
| | | | | | | libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit' libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here Originally committed as revision 16773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-251-4/+4
| | | | | | the declaration of av_log2_16bit, which it uses. Originally committed as revision 16772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-252-0/+158
| | | | Originally committed as revision 16771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-252-0/+202
| | | | Originally committed as revision 16770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-251-0/+2
| | | | | | | libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want Originally committed as revision 28353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-251-0/+1
| | | | | | swscale_template.c:2623: warning: `swScale_C' defined but not used Originally committed as revision 28352 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar cosmeticsDiego Biurrun2009-01-251-48/+48
| | | | Originally committed as revision 28351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix #endif comments.Diego Biurrun2009-01-251-5/+5
| | | | Originally committed as revision 28350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-252-0/+4
| | | | Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-252-1/+3
| | | | Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-251-9/+8
| | | | Originally committed as revision 16767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-252-1/+2
| | | | Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define FLAC metadata types in flac.hJustin Ruggles2009-01-252-3/+12
| | | | Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-01-251-1/+18
| | | | | | Patch by David DeHaven (dave sagetv com) Originally committed as revision 16764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-241-15/+31
| | | | Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: indentationJustin Ruggles2009-01-241-18/+18
| | | | Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-241-137/+106
| | | | Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add configuration options section to help output.Diego Biurrun2009-01-241-53/+55
| | | | Originally committed as revision 16760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help output cosmeticsDiego Biurrun2009-01-241-4/+3
| | | | Originally committed as revision 16759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --enable-static and --disable-shared from help output.Diego Biurrun2009-01-241-2/+0
| | | | | | Only one of --enable or --disable should be in the help output. Originally committed as revision 16758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cc_default variable in help output for --cc option.Diego Biurrun2009-01-241-1/+1
| | | | | | The cc variable is not yet initialized when the help output is printed. Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-242-1/+4
| | | | Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-241-3/+0
| | | | | | and function declarations. Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add help for fastdivMåns Rullgård2009-01-241-0/+1
| | | | Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-01-241-14/+14
| | | | Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-241-3/+3
| | | | Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk