summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix line >79 charactersivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
| | | | | | | | | | The CVS-->Subversion conversion removed the ^M and it is impossible to check one back in. Setting svn:eol-style to CRLF or CR is not an option because it will change the whole file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19084 b3059339-0415-0410-9bf9-f77b7e298cf2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversionivo2006-07-141-16/+23
| | | | | | | | Note: commandline option(s) -(no)cvs changed to -(no)svn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update some old and crufty sections.diego2006-07-142-42/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19081 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msgdiego2006-07-141-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19080 b3059339-0415-0410-9bf9-f77b7e298cf2
* removes unused parentheses lefted behind in the r19075 sizeof(char) ↵reynaldo2006-07-143-9/+9
| | | | | | cleanups, noticed by dalias git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-135-325/+8
| | | | | | | It served no apparent purpose anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19078 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics to ease future patchingdiego2006-07-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking order. FontConfig should appear after libass.eugeni2006-07-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19076 b3059339-0415-0410-9bf9-f77b7e298cf2
* more sizeof(char) funreynaldo2006-07-134-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19075 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd-device should also be enabled when dvdnav_stream is requested but stream_dvddiego2006-07-131-2/+5
| | | | | | | | | is not (USE_DVDNAV && !USE_DVDREAD), since it is a valid configuration and there is no way of selecting the dvd device otherwise. patch by Emanuele Giaquinta, emanuele giaquinta at gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19074 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19072 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several function without a prototype which arent used outside its ↵reynaldo2006-07-137-45/+44
| | | | | | sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc, leftover on libmpcodecsreynaldo2006-07-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics.eugeni2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19069 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, ↵eugeni2006-07-131-4/+6
| | | | | | requires escaping of some characters ('-', maybe more). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19068 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-1318-36/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19067 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from the gui codereynaldo2006-07-136-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support gpoirier2006-07-131-1/+1
| | | | | | | | for this. [1] namely the PPC64 machine over at powerdev.osuosl.org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix: Mark mp_property_find parameter as const.diego2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19064 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis ↵gpoirier2006-07-131-160/+159
| | | | | | PP com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19063 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename mpcf.txt to nut.txtmichael2006-07-131-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19062 b3059339-0415-0410-9bf9-f77b7e298cf2
* freeze (this is pretty much oded shimons patch from a few month ago)michael2006-07-131-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19061 b3059339-0415-0410-9bf9-f77b7e298cf2
* man/hu/mplayer.1 synced with r19052Gabrov2006-07-131-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19060 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19051gpoirier2006-07-131-36/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19059 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several string parameters as const, as they are not modified inside ↵reynaldo2006-07-1310-16/+16
| | | | | | the function, Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline GUI build.diego2006-07-133-26/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up codec-cfg and friends handling.diego2006-07-131-10/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove non-existing CSS_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify includes.diego2006-07-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove old and obsolete mplayer_wine QT DLL loading stuff.diego2006-07-123-206/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename OSD/SUB section to OSD/SUBTITLES.diego2006-07-122-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19052 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical order for the OSD/SUB sectiondiego2006-07-121-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19051 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar and consistency fixesdiego2006-07-121-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support 6 argument variant of \move.eugeni2006-07-121-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19049 b3059339-0415-0410-9bf9-f77b7e298cf2
* HU DOCS & man synced with r19046Gabrov2006-07-123-14/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19048 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19046: two small fixeskraymer2006-07-121-8/+66
| | | | | | | | | | | | | | r18969: Mention hardware DTS pass-through. r18968: customtrect -vo gl suboption r18967: forgotten customtlin -vo gl suboption documentation r18948: grammar/markup fixes r18942: Initial libass release (without mencoder support). r18928: some grammar/spelling/markup fixes for -rtsp-destination r18916: Modifies behavior of -edlout r18882: updated english and french manpages with new -rtsp-destination option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19047 b3059339-0415-0410-9bf9-f77b7e298cf2
* two small fixeskraymer2006-07-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19046 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19043: add missing comma [does not apply]kraymer2006-07-121-5/+4
| | | | | | | r19025: Telecine article on divx.com has gone 404, link to Wikipedia instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19045 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19039: Use only one global config.mak file.kraymer2006-07-121-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19044 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing commacorey2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19043 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-1219-20/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is only one config.mak file left, don't ignore the others anymore.diego2006-07-120-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19041 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is only one global config.mak file left.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use only one global config.mak file.diego2006-07-126-56/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable.diego2006-07-121-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest FFmpeg build system changes:diego2006-07-121-13/+13
| | | | | | | All AMR defines now sport a CONFIG_ prefix for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19037 b3059339-0415-0410-9bf9-f77b7e298cf2
* center sub window option within the preferences dialog.vayne2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19036 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove check. libavutil is now mandatoryivo2006-07-121-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Work around DTS_INC and MLIB_INC now being gone from FFmpeg.diego2006-07-121-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19034 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make libavutil mandatory.diego2006-07-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19033 b3059339-0415-0410-9bf9-f77b7e298cf2
* - svn sync tag addedboskicinek2006-07-1217-2178/+1304
| | | | | | | | - massive updates, fixes etc. - more updates soon - hope I'm doing this right - it's my firs time with SVN:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19032 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove copyright notice changes from local diff.diego2006-07-121-19/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19031 b3059339-0415-0410-9bf9-f77b7e298cf2
* - incomplete but we probably need this (because we updated mencoder.xml already)boskicinek2006-07-121-0/+4418
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with latest changes and make diff apply cleanly.diego2006-07-121-113/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19029 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates + cosmeticsdiego2006-07-121-9/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19028 b3059339-0415-0410-9bf9-f77b7e298cf2
* - svn sync tag addedboskicinek2006-07-121-7/+8
| | | | | | - small updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19027 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of old libmp1e support.diego2006-07-123-33/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Telecine article on divx.com has gone 404, link to Wikipedia instead.diego2006-07-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19025 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat interdependencies have been fixed so disable all muxersdiego2006-07-121-3/+1
| | | | | | | when compiling without MEncoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19023 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix = vs == typouau2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19022 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with FFmpeg r5718diego2006-07-111-18/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19021 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with MEncoder disabled: Some libavformat demuxers havediego2006-07-111-1/+3
| | | | | | | weird dependencies on libavformat muxers that need to be taken care of. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19020 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix 10l regexp mistake that disabled all decoders/encoders.diego2006-07-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19019 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvmclib vs xvmclibdir typodiego2006-07-111-2/+2
| | | | | | | noticed by Erik Auerswald, auerswal at unix-ag uni-kl de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19018 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somewhat fix Gui with xinerama, reuse existing code, maybe one day the Gui willreimar2006-07-111-18/+12
| | | | | | | consist of something besides duplicate code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split _libavcodecs variable into _libavdecoders and _libavencoders.diego2006-07-111-9/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable FFmpeg muxers when not compiling MEncoder.diego2006-07-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg: (de)muxers are now individually selectable.diego2006-07-111-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19014 b3059339-0415-0410-9bf9-f77b7e298cf2
* help_mp-hu.h synced with r18916Gabrov2006-07-111-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19013 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg parsers to config.h as well.diego2006-07-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19012 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that individual codec and parser en-/disabling is FFmpeg-specific.diego2006-07-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19011 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ 18969 (latest Eng. version)gpoirier2006-07-111-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19010 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r18942gpoirier2006-07-111-2/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support some recently discovered color formats.eugeni2006-07-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19008 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().eugeni2006-07-101-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19007 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only match outline fonts.eugeni2006-07-101-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19006 b3059339-0415-0410-9bf9-f77b7e298cf2
* appended pvr su