summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* marks several read-only string parameters which aren't modified inside the ↵reynaldo2006-07-1517-21/+21
| | | | | | called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2
* now obsoletediego2006-07-151-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change sync tags to rXXXX.diego2006-07-1518-36/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19106 b3059339-0415-0410-9bf9-f77b7e298cf2
* - sync and fixesboskicinek2006-07-158-318/+298
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19105 b3059339-0415-0410-9bf9-f77b7e298cf2
* - CVS --> SVNboskicinek2006-07-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19104 b3059339-0415-0410-9bf9-f77b7e298cf2
* help_mp-hu.h synced with r19087Gabrov2006-07-151-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hungarian docs & man page synced with r19101Gabrov2006-07-155-234/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19102 b3059339-0415-0410-9bf9-f77b7e298cf2
* print frame type and keep track of last encountered keyframeivo2006-07-152-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19101 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoivo2006-07-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19100 b3059339-0415-0410-9bf9-f77b7e298cf2
* new black frame detection filterivo2006-07-156-0/+163
| | | | | | | | by Brian J. Murrell, Julian Hall and me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19099 b3059339-0415-0410-9bf9-f77b7e298cf2
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
| | | | | | | | | is audio. This seems to be used for some audio-only streams. Fixes rtsp://ms.espectador.com/audio/app_metafiles/dol0606282.rm git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19098 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fix; default dvb tuning timeout is now 30 secondsnicodvb2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19097 b3059339-0415-0410-9bf9-f77b7e298cf2
* raise default tuning timeout to 30 seconds in order to give enough time to ↵nicodvb2006-07-141-1/+1
| | | | | | less sensitive cards; better tuners won't tune slower git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19096 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetical reformattingnicodvb2006-07-141-39/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19095 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplification in dvb_step_channelnicodvb2006-07-141-15/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19094 b3059339-0415-0410-9bf9-f77b7e298cf2
* force demuxer type to mpegts to speed up detection and avoid useless and ↵nicodvb2006-07-141-0/+2
| | | | | | slow probes; this doesn't prevent to use stream_dvb with demux_lavf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19093 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete filenicodvb2006-07-141-40/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19092 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved LOF macros from dvb_defaults.hnicodvb2006-07-141-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19091 b3059339-0415-0410-9bf9-f77b7e298cf2
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
| | | | | | | | | | sizeof(char) and similar 1 byte types, &&1, ||0, +0, -0, *1, *0 typical usage: ./checktree.sh -none -stupid -showcont somefile.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19090 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)nicodvb2006-07-141-51/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19089 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless commentivo2006-07-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-1422-1954/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark several string parameters that are not modified in the function as const.diego2006-07-1410-29/+29
| | | | | | | 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 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
| | |