summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synced with r22800 (missing from previous commit)Gabrov2007-03-311-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22851 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r22849Gabrov2007-03-313-44/+103
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22850 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r22845Gabrov2007-03-311-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22849 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeguau2007-03-301-0/+4
| | | | | | | | | | | | | | | | | | | | After FFmpeg r8549 these variables are used in libavcodec to determine whether x86 inline asm sections using these registers or requiring a certain total number of total free registers are enabled. Because they were not set by MPlayer configure some H264 decoding optimizations were disabled after that FFmpeg version. This change sets the variables to true unconditionally which should restore previous behavior. Adding proper detection is left for later. EBX should always be available because internal libavcodec is never compiled with PIC. However if -fomit-frame-pointer is not used because of --enable-debug then EBP is not available. Thus proper detection would be preferable to fix compilation with --enable-debug on x86. Currently the variables are also set on non-x86 which should be harmless even if somewhat ugly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle proper compilation on Mac OS X.diego2007-03-301-8/+4
| | | | | | | | Fix data alignment bug (the original purpose of the code is unclear, though). patch by Marc Hoffman, mmh pleasantst com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22847 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r21155gpoirier2007-03-301-40/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22846 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify -xineramascreen -2 behaviourreimar2007-03-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22845 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Remove all trailing whitespace.diego2007-03-291-46/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22844 b3059339-0415-0410-9bf9-f77b7e298cf2
* some sync by Fernando Tarín, lists.im gmail comdiego2007-03-291-163/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing svn add from r22841.rathann2007-03-291-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-2916-16/+20
| | | | | | | | | | | "implicit declaration of function ‘mplayer_put_key’" warnings Based on Attila's suggestions. Approved by Uoti and Ivan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22841 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray variable that was causing tests to fail randomly.diego2007-03-291-1/+1
| | | | | | | patch by Gianluigi Tiesi, mplayer netfarm it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22840 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.diego2007-03-291-1/+1
| | | | | | | So I'm removing the automatic disabling to give it more widespread testing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22839 b3059339-0415-0410-9bf9-f77b7e298cf2
* replaced ! with not as adviced by Reimarnicodvb2007-03-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22838 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention vidix in Solaris/x86nicodvb2007-03-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22837 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff ↵nicodvb2007-03-281-1/+1
| | | | | | made me twist the log) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22836 b3059339-0415-0410-9bf9-f77b7e298cf2
* in solaris the I/O device to mmap() is /dev/xsvc, not /dev/memnicodvb2007-03-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spanish man page updates by Fernando Tarínkraymer2007-03-271-51/+156
| | | | | | | More sentences fixed and another section updated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22834 b3059339-0415-0410-9bf9-f77b7e298cf2
* document edgedetect.fp, emboss.fpgpoirier2007-03-271-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r22819cehoyos2007-03-261-1/+1
| | | | | | | Fix to compile libvo/vo_xvmc.c is no longer needed after FFmpeg r8527. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22832 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent building xvmc with the old api.iive2007-03-261-0/+5
| | | | | | | temporal solution until configure can handle it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22831 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to lavcodecs versioniive2007-03-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22830 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22637: Allow to specify frequencies in channels option.kraymer2007-03-262-4/+9
| | | | | | | | | r22747: Explain workaround for -vo gl:scaled-osd -ass image corruption. r22772: Available interfaces are showed in verbose mode. r22779: roff fix: escape dash for options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22829 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spanish man page updates by Fernando Tarínkraymer2007-03-261-171/+90
| | | | | | | Some issues fixed and another section translated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle X-QT extradata in a slightly more correct waycehoyos2007-03-261-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gui: Allow progress bar to move when playing mov or mp4 filescehoyos2007-03-261-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22826 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge realcodecs/ documentation into the README.diego2007-03-252-10/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22825 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.diego2007-03-252-13/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes:rathann2007-03-251-1/+1
| | | | | | | | | demux_ogg.c:253: warning: implicit declaration of function ‘subcp_recode’ Approved by Reimar. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22823 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add description of realcodecs subdirrtogni2007-03-251-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check buffer size in header dump functionsrtogni2007-03-253-22/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22821 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fall back on plain awk during the awk test. It should be safe to assumediego2007-03-251-2/+2
| | | | | | | that some sort of awk is installed on the system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation of libvo/vo_xvmc.ccehoyos2007-03-251-1/+1
| | | | | | | Patch by Erik Auerswald, auerswal A unix-ag D uni-kl D de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22819 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22800: Get rid of useless conditional, using svgalib_helper now requires ↵voroshil2007-03-251-4/+3
| | | | | | | | | modifying patch by Andrew Savchenko birkoph at list dot ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix double close() in ve_vfw.ciive2007-03-241-1/+0
| | | | | | | trivial patch by Gianluigi Tiesi <mplayer netfarm it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Linking hotfix, libavutil needs to come after libavcodec/libavformat.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22815 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reorder parts of the Makefile in order to group parts sensibly ↵diego2007-03-241-44/+45
| | | | | | together. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unconditionally add all subdirectories to PARTS. This way make clean alwaysdiego2007-03-241-15/+17
| | | | | | | descends into all subdirectories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22813 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the addition of basic include flags to configure.diego2007-03-242-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22812 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavutil/ is not optional, compile it unconditionally.diego2007-03-242-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Error out if the libavutil subdirectory is unavailable.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix make depend: Declare extra dependencies before the rule.diego2007-03-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the addition of osdep/mplayer-rc.o to a place where it actually gets ↵diego2007-03-241-3/+3
| | | | | | added to OBJS_MPLAYER. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22808 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove multistage recursion for the vidix subdirectory and recurse from thediego2007-03-242-13/+2
| | | | | | | top-level Makefile only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove generated test program on clean, not just on distclean.diego2007-03-241-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge INCLUDES into CFLAGS and remove now redundant commands and rules.diego2007-03-241-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore test program.diego2007-03-240-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22804 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten long lines, remove trailing whitespace.diego2007-03-241-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move test program removal on distclean to mpcommon.mak.diego2007-03-244-10/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use AV_WB* instead of swap+memcpy+swaprtogni2007-03-241-120/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of useless conditional, using svgalib_helper now requires modifyingdiego2007-03-242-6/+3
| | | | | | | a line in the Makefile in all cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary explicit dependency.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build shared lib on all platforms.diego2007-03-241-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove OpenBSD linking hack. If this is (still) necessary, it needs to bediego2007-03-241-6/+0
| | | | | | | done properly from configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove files maintained by Reimar that he no longer sees a use for.diego2007-03-245-385/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22796 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines.diego2007-03-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright year.diego2007-03-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22794 b3059339-0415-0410-9bf9-f77b7e298cf2
* at open() discard front margin/empty sectors (fixes demuxing by ↵nicodvb2007-03-241-1/+13
| | | | | | libavformat); patch by Zuxy meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22793 b3059339-0415-0410-9bf9-f77b7e298cf2
* the mirror howto isnt preliminary anymoreattila2007-03-241-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22792 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22622: Wording improvement as suggested by Michael.voroshil2007-03-241-3/+8
| | | | | | | | | | r22637: Allow to specify frequencies in channels option. r22747: Explain workaround for -vo gl:scaled-osd -ass image corruption. r22776: 'D' also turns off and on kerndeint r22779: roff fix: escape dash for options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22791 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-6/+54
| | | | | | | | | | | | | | | | | | r22570: dont start newline with a space and readd subdirectory r22718: add new audio and video codecs to libavcodec list r22748: add png and gif encoders, how to use them with mencoder is another question r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2 r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1) r22751: gsm requires libgsm so remove it r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN! r22753: ok so cljr , vcr1 and msmpegv1 dont actually work... removed r22679: Some more details for the mga_vid section taken from drivers/README. r22686: tdfx_vid compilation has been simplified. r22695: Add a link to Attila's mga_vid port to Linux 2.6.x. r22704: 'make install' now takes care of most manual installation steps for *_vid.o. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22790 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-23/+35
| | | | | | | | | | | | | | | | | | r22570: dont start newline with a space and readd subdirectory r22718: add new audio and video codecs to libavcodec list r22748: add png and gif encoders, how to use them with mencoder is another question r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2 r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1) r22751: gsm requires libgsm so remove it r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN! r22753: ok so cljr , vcr1 and msmpegv1 dont actually work... removed r22679: Some more details for the mga_vid section taken from drivers/README. r22686: tdfx_vid compilation has been simplified. r22695: Add a link to Attila's mga_vid port to Linux 2.6.x. r22704: 'make install' now takes care of most manual installation steps for *_vid.o. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22789 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22772: Radio driver loading rework.voroshil2007-03-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22788 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Merge #ifdefs for better readability.diego2007-03-231-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22787 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mf://bmp wish, remove deinterlace filter during playbackcompn2007-03-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22786 b3059339-0415-0410-9bf9-f77b7e298cf2
* call vbeGetControllerInfo() only onceaurel2007-03-231-2/+4
| | | | | | | | Subsequent calls would fail with some video chip (including i945) when using -fixed-vo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22785 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r22779gpoirier2007-03-221-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22784 b3059339-0415-0410-9bf9-f77b7e298cf2
* lexical fixesptt2007-03-221-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22783 b3059339-0415-0410-9bf9-f77b7e298cf2
* syntax/lexical fixesptt2007-03-221-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22782 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'd up to r21452ptt2007-03-221-13/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22781 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'd up to r22772ptt2007-03-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22780 b3059339-0415-0410-9bf9-f77b7e298cf2
* roff fix: escape dash for optionskraymer2007-03-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22779 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22776: 'D' also turns off and on kerndeintcehoyos2007-03-225-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22778 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix filepos calculationcehoyos2007-03-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22777 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'D' also turns off and on kerndeintcehoyos2007-03-221-1/+1