aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Mark several string parameters that are not modified in the function as const.Gravatar diego2006-07-14
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix line >79 charactersGravatar ivo2006-07-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix matching of MSDOS line endingsGravatar ivo2006-07-14
| | | | | | | | | | 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 checkGravatar ivo2006-07-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> SubversionGravatar ivo2006-07-14
| | | | | | | | 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.Gravatar diego2006-07-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19081 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msgGravatar diego2006-07-14
| | | | 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) ↵Gravatar reynaldo2006-07-14
| | | | | | 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.Gravatar diego2006-07-13
| | | | | | | 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 patchingGravatar diego2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking order. FontConfig should appear after libass.Gravatar eugeni2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19076 b3059339-0415-0410-9bf9-f77b7e298cf2
* more sizeof(char) funGravatar reynaldo2006-07-13
| | | | 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_dvdGravatar diego2006-07-13
| | | | | | | | | 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/Gravatar reynaldo2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
* little rephrasing and corrected reference to main->trunkGravatar reynaldo2006-07-13
| | | | 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 ↵Gravatar reynaldo2006-07-13
| | | | | | 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 libmpcodecsGravatar reynaldo2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics.Gravatar eugeni2006-07-13
| | | | 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, ↵Gravatar eugeni2006-07-13
| | | | | | 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 codeGravatar reynaldo2006-07-13
| | | | 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 codeGravatar reynaldo2006-07-13
| | | | 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 Gravatar gpoirier2006-07-13
| | | | | | | | 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.Gravatar diego2006-07-13
| | | | 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 ↵Gravatar gpoirier2006-07-13
| | | | | | PP com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19063 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename mpcf.txt to nut.txtGravatar michael2006-07-13
| | | | 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)Gravatar michael2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19061 b3059339-0415-0410-9bf9-f77b7e298cf2
* man/hu/mplayer.1 synced with r19052Gravatar Gabrov2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19060 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19051Gravatar gpoirier2006-07-13
| | | | 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 ↵Gravatar reynaldo2006-07-13
| | | | | | 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.Gravatar diego2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up codec-cfg and friends handling.Gravatar diego2006-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove non-existing CSS_INC.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify includes.Gravatar diego2006-07-12
| | | | 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.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename OSD/SUB section to OSD/SUBTITLES.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19052 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical order for the OSD/SUB sectionGravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19051 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar and consistency fixesGravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support 6 argument variant of \move.Gravatar eugeni2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19049 b3059339-0415-0410-9bf9-f77b7e298cf2
* HU DOCS & man synced with r19046Gravatar Gabrov2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19048 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19046: two small fixesGravatar kraymer2006-07-12
| | | | | | | | | | | | | | 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 fixesGravatar kraymer2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19046 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19043: add missing comma [does not apply]Gravatar kraymer2006-07-12
| | | | | | | 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.Gravatar kraymer2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19044 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing commaGravatar corey2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19043 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
| | | | 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.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19041 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is only one global config.mak file left.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use only one global config.mak file.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable.Gravatar diego2006-07-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest FFmpeg build system changes:Gravatar diego2006-07-12
| | | | | | | 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