summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cosmetic change: remove the whitespace after 'defined'Zuxy Meng2008-03-19
| | | | Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'malloc' attribute isn't supported in old gcc.Zuxy Meng2008-03-19
| | | | Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng2008-03-19
| | | | Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
| | | | | | | in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing formats: lmlm4, pva, pcx and sun rasterfile.Ivo van Poorten2008-03-18
| | | | Originally committed as revision 12497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 32/64-bit agnostic x86 bswapMåns Rullgård2008-03-18
| | | | Originally committed as revision 12496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 26264 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
| | | | Originally committed as revision 12495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sanitise asm() statements in bswap.hMåns Rullgård2008-03-18
| | | | Originally committed as revision 12494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variable since r8456.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSN TCP Webcam stream demuxer.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12489.Benoit Fouet2008-03-18
| | | | Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
| | | | | | | | | Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove superflous commentsBaptiste Coudurier2008-03-18
| | | | Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for and set HAVE_MMX2, it is used in several places.Alexander Strange2008-03-18
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection when cross compiling.Michael Kostylev2008-03-18
| | | | | | Patch by Michael Kostylev: mik niipt ru Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix extern prefix detection on mingwMåns Rullgård2008-03-18
| | | | Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for prefix on extern symbols in configureMåns Rullgård2008-03-18
| | | | Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
| | | | Originally committed as revision 12483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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