Commit Graph

19171 Commits

Author SHA1 Message Date
reynaldo 26f0e5e4a1 more sizeof(char) fun
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 22:11:47 +00:00
diego 74b35b3fc7 dvd-device should also be enabled when dvdnav_stream is requested but stream_dvd
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
2006-07-13 21:40:14 +00:00
reynaldo b7beba3003 drops casts from void * on malloc/calloc from vidix/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 21:22:56 +00:00
reynaldo 60708c1acb little rephrasing and corrected reference to main->trunk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19072 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 21:06:33 +00:00
reynaldo c0c641f0e3 marks several function without a prototype which arent used outside its 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
2006-07-13 20:59:18 +00:00
reynaldo d8c03e95a5 drops casts from void * on malloc/calloc, leftover on libmpcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19070 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 20:23:34 +00:00
eugeni feaf4bf603 Cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19069 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 18:52:16 +00:00
eugeni 8e9ac90c48 Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, requires escaping of some characters ('-', maybe more).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19068 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 18:49:06 +00:00
reynaldo 32492483c0 drops casts from void * on malloc/calloc from libmpdemux code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19067 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 16:41:13 +00:00
reynaldo 241bfa8a0c drops casts from void * on malloc/calloc from the gui code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19066 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 16:17:24 +00:00
gpoirier ad0c589f6b Some systems[1] list the 970 as PPC970 on /proc/cpuinfo, so add support
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
2006-07-13 13:28:56 +00:00
diego 4f37c50ecd Compilation fix: Mark mp_property_find parameter as const.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19064 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 13:04:26 +00:00
gpoirier b197fede89 some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis PP com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19063 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 12:35:30 +00:00
michael c9e3fc67c4 rename mpcf.txt to nut.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19062 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 10:29:21 +00:00
michael a2fb54b8d6 freeze (this is pretty much oded shimons patch from a few month ago)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19061 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 10:26:33 +00:00
Gabrov 3d73f130f9 man/hu/mplayer.1 synced with r19052
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19060 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 10:09:06 +00:00
gpoirier 6e5bcc3ec9 synced with r19051
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19059 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 08:40:53 +00:00
reynaldo 1a16cbfec3 marks several string parameters as const, as they are not modified inside 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
2006-07-13 05:03:43 +00:00
diego 7e18214f7d Streamline GUI build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19057 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 03:05:08 +00:00
diego 4e3bf50988 Clean up codec-cfg and friends handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19056 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 01:20:14 +00:00
diego 742e7da887 Remove non-existing CSS_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19055 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:51:41 +00:00
diego 2fafc2ae06 Simplify includes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19054 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:50:29 +00:00
diego 102c66bd41 Remove old and obsolete mplayer_wine QT DLL loading stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19053 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:31:33 +00:00
diego 470be4301a Rename OSD/SUB section to OSD/SUBTITLES.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19052 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:14:30 +00:00
diego 0c18077623 alphabetical order for the OSD/SUB section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19051 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:13:16 +00:00
diego 015af9df84 grammar and consistency fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19050 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:11:34 +00:00
eugeni 5ca4a9ad1e Support 6 argument variant of \move.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19049 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 22:28:20 +00:00
Gabrov a935cb0a87 HU DOCS & man synced with r19046
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19048 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 21:25:23 +00:00
kraymer 4274f9c132 r19046: two small fixes
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
2006-07-12 20:59:08 +00:00
kraymer a3cc02a9dd two small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19046 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 20:43:25 +00:00
kraymer ee1fb504cb r19043: add missing comma [does not apply]
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
2006-07-12 19:46:37 +00:00
kraymer 1c0ca4c7dd r19039: Use only one global config.mak file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19044 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 19:37:45 +00:00
corey 523ffd5129 add missing comma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19043 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 19:00:17 +00:00
diego f7d4dd174b OPTFLAGS already includes EXTRA_INC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:58:07 +00:00
diego 72d1a2042f There is only one config.mak file left, don't ignore the others anymore.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19041 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:32:14 +00:00
diego 9134d29ef7 There is only one global config.mak file left.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19040 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:30:36 +00:00
diego 02a3a41923 Use only one global config.mak file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19039 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:28:14 +00:00
diego 7118457b20 Remove useless variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19038 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 17:15:58 +00:00
diego cb2542950b Sync with latest FFmpeg build system changes:
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
2006-07-12 16:59:54 +00:00
vayne db599d82c0 center sub window option within the preferences dialog.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19036 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 16:43:03 +00:00
ivo fd4f92a6b8 remove check. libavutil is now mandatory
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19035 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 15:42:47 +00:00
diego 2937e6cc98 Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19034 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 15:20:34 +00:00
diego 52ac6f9919 Make libavutil mandatory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19033 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 14:19:08 +00:00
boskicinek 558960583b - svn sync tag added
- 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
2006-07-12 14:06:43 +00:00
diego 67ff5087da Remove copyright notice changes from local diff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19031 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 14:06:28 +00:00
boskicinek d293461ef9 - incomplete but we probably need this (because we updated mencoder.xml already)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19030 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 14:03:19 +00:00
diego 5af60f000a Update with latest changes and make diff apply cleanly.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19029 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 14:00:04 +00:00
diego 484abd7fab updates + cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19028 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 13:21:30 +00:00
boskicinek 4d756a740a - svn sync tag added
- small updates

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19027 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 13:13:16 +00:00
diego 49c22997d3 Remove remnants of old libmp1e support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19026 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 13:03:40 +00:00