aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Make sure bogus parameter will not be ignored by user. Gravatar voroshil2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Makefile.Gravatar diego2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Conditionally compile af_export instead of having #ifdef around the file.Gravatar diego2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move -I. to the front of CFLAGS, works around problems with headers fromGravatar diego2007-03-19
| | | | | | | other projects having the same names as MPlayer ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.Gravatar diego2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out Cygwin CFLAGS settings.Gravatar diego2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting Cygwin specific CFLAGS to configure.Gravatar diego2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22739 b3059339-0415-0410-9bf9-f77b7e298cf2
* video filters i maintain ...Gravatar michael2007-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22738 b3059339-0415-0410-9bf9-f77b7e298cf2
* The -Wdeclaration-after-statement test needs a C program.Gravatar diego2007-03-18
| | | | | | | Noticed by Carl Eugen Hoyos. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move -I. and -I.. to the front of CFLAGS so that headers in the root directoryGravatar diego2007-03-18
| | | | | | | | take precedence over ones in the subdirectories. This works around the problem of confusing the two copies of xvmc_render.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22735 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added myself, as suggested by DiegoGravatar cehoyos2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22734 b3059339-0415-0410-9bf9-f77b7e298cf2
* check that definition of prototype of sysi86(int, void*) doesn't conflict; ↵Gravatar nicodvb2007-03-18
| | | | | | fixed compilation in opensolaris git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge CFLAGS lines.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting CXXFLAGS to configure.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support multiple tags in a single line and tags on the same line as the Gravatar rtogni2007-03-18
| | | | | | | | <smil> signature. Fixes http://www.cartalk.com/Radio/Show/01.smil git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22729 b3059339-0415-0410-9bf9-f77b7e298cf2
* shared libavcodec is not at all broken/obsolete, but simply discouragedGravatar nicodvb2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Group (system-specific) CFLAGS settings together.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22727 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Cygwin specific #define setting to system OS-specific settings section.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting of TARGET_WIN32 together with other Win32 settings.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename win32 variable to the more sensible name win32dll.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's addedGravatar diego2007-03-18
| | | | | | | unconditionally three lines above ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22723 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r22637Gravatar gpoirier2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support application/smil as mimetype for smil-over-realrtspGravatar rtogni2007-03-18
| | | | | | | Fixes rtsp://www.russiantvonline.com/smils/live.smil git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22721 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ffbmp decoder, cant figure out fourcc bit so use format for avi...Gravatar compn2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move fast cmov detection code from the PPC section into the x86 sectionGravatar diego2007-03-18
| | | | | | | | where it has a chance of actually being executed and fix the obvious syntax errors it contained in the process. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22719 b3059339-0415-0410-9bf9-f77b7e298cf2
* add new audio and video codecs to libavcodec listGravatar compn2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22718 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for setting and detecting FAST_CMOVGravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22717 b3059339-0415-0410-9bf9-f77b7e298cf2
* add some updatesGravatar compn2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix configure -march detection for athlon-xpGravatar uau2007-03-18
| | | | | | | | | | | The configure script uses SSE support to distinguish between athlon and athlon-xp, but SSE support was tested _after_ deciding the basic CPU type. Thus athlon-xp was always misdetected as athlon. Fix this by moving the CPU extensions check before the CPU type check. Patch from Andrew Savchenko, bircoph list ru. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove empty directory.Gravatar diego2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22714 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix full range (jpeg yuv) chromaGravatar michael2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22713 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, fix indentationGravatar attila2007-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22712 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow horizontal resolutions >1024 in case we have a G550Gravatar attila2007-03-18
| | | | | | | (actualy in case mga_vid doesn't deny it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22711 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync mga_vid.h to the one in the mga_vid repo.Gravatar attila2007-03-18
| | | | | | | | removes one commented include and adds a define no incompatible change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move files from radeon/ subdirectory here.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22709 b3059339-0415-0410-9bf9-f77b7e298cf2
* add fourcc for dxa files, approved by diegoGravatar compn2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove radeonfb, the version in the Linux kernel is much better.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22707 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ffdxa , works on samples/game-formats/dxa/epic.dxa Gravatar compn2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not disable cache on MinGW, just disable shmem compilation.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22705 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'make install' now takes care of most manual installation steps for *_vid.o.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22703 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling/grammar/updates/cosmeticsGravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge Makefile from radeon/ subdirectory into this one.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create device nodes upon install.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22700 b3059339-0415-0410-9bf9-f77b7e298cf2
* update release numberGravatar compn2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce OBJS variable for the list of objects to build.Gravatar diego2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22698 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ffdca decoderGravatar compn2007-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for 2.5.x kernels.Gravatar diego2007-03-17
| | | | | | | | It's just a bunch of ugly #ifdef conditionals and probably does not work with later 2.5.x versions anyway. For 2.6.x there is an external version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22696 b3059339-0415-0410-9bf9-f77b7e298cf2