summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* get register names from x86_cpu.hMåns Rullgård2008-03-17
| | | | Originally committed as revision 12482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add REGd definitionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use HAVE_FAST_64BITMåns Rullgård2008-03-17
| | | | Originally committed as revision 12480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless \-newline escapesMåns Rullgård2008-03-17
| | | | Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2008-03-17
| | | | Originally committed as revision 12478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up FFT SIMD selectionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
| | | | | | | | | multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-17
| | | | | | Patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-03-17
| | | | Originally committed as revision 12471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-17
| | | | Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-17
| | | | | | | Allows compiling a 64 bit FFmpeg on Mac OS X without using --disable-mmx. patch by İsmail Dönmez ismail namtrac org Originally committed as revision 12468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
| | | | | | Reported by Alexander Bokovikov (openworld AT uralweb DOT ru) Originally committed as revision 26257 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
| | | | Originally committed as revision 12467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
| | | | Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-17
| | | | Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
| | | | | | | the appropriate #ifdef. This avoids a bunch of "defined but not used" warnings when compiling with libswscale enabled. Originally committed as revision 12463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-16
| | | | Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
| | | | Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
| | | | Originally committed as revision 12457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun2008-03-16
| | | | Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge binary generation rules.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix DEPEND_CMD for out of tree buildsMåns Rullgård2008-03-15
| | | | Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set SRC_DIR in top-leve MakefileMåns Rullgård2008-03-15
| | | | Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård2008-03-15
| | | | Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $< to simplify a few lines.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-03-15
| | | | Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
| | | | | | Patch by Dave Yeo. Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2008-03-15
| | | | Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
| | | | | | | in swscale.c. Fixes the warning: yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
| | | | | | | CFLAGS. This avoids a couple of warnings of the type '#warning: Ignoring <altivec.h> because "-faltivec" specified'. Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2008-03-14
| | | | Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless nullBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new attempt at portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk