Commit Graph

19093 Commits

Author SHA1 Message Date
nicodvb f0c3c22b57 wording fix; default dvb tuning timeout is now 30 seconds
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19097 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 23:06:51 +00:00
nicodvb bc18a3ceed raise default tuning timeout to 30 seconds in order to give enough time to less sensitive cards; better tuners won't tune slower
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19096 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 23:05:08 +00:00
nicodvb 637c591d7e cosmetical reformatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19095 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 22:43:50 +00:00
nicodvb 4182c79ba4 simplification in dvb_step_channel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19094 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 22:37:54 +00:00
nicodvb 3a07b942ee force demuxer type to mpegts to speed up detection and avoid useless and 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
2006-07-14 22:29:37 +00:00
nicodvb 33dd581c58 removed obsolete file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19092 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 22:07:17 +00:00
nicodvb c6ca88ad90 moved LOF macros from dvb_defaults.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19091 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 22:07:05 +00:00
ivo 71b5d4f1ae added checks for stupid code like casting return value of malloc and friends,
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
2006-07-14 22:05:49 +00:00
nicodvb 95c4abd422 removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19089 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 21:54:24 +00:00
ivo b01075190b remove useless comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19088 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 21:38:20 +00:00
diego f89a7da604 Remove support for obsolete and non-free divx4/odivx libraries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 17:14:16 +00:00
diego cb2e693d22 Mark several string parameters that are not modified in the function as const.
patch by Stefan Huehner, stefan at huehner org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 16:57:24 +00:00
ivo 812a300c26 fix line >79 characters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 15:12:05 +00:00
ivo 9cdd15595d fix matching of MSDOS line endings
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
2006-07-14 15:08:31 +00:00
ivo 0928eb76d6 also omit configure.log and the generated help_mp.h from files to check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 13:34:44 +00:00
ivo eb85c86a2c CVS --> Subversion
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
2006-07-14 12:57:37 +00:00
diego 7a5378e5de Update some old and crufty sections.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19081 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 07:57:01 +00:00
diego 49e27d5849 printf --> mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19080 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 07:40:36 +00:00
reynaldo a814f0ebcd removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19079 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 06:26:31 +00:00
diego b5de6c39e6 Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
It served no apparent purpose anymore.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19078 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 23:02:03 +00:00
diego 103fc6e176 cosmetics to ease future patching
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19077 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 22:56:02 +00:00
eugeni 76ba69ec56 Fix linking order. FontConfig should appear after libass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19076 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-13 22:24:28 +00:00
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