Commit Graph

18114 Commits

Author SHA1 Message Date
rfelker 1b2bc3597d integrate old "libdeps" hack into makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18014 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:22:32 +00:00
rfelker 1a17124672 first stage of build system cleanup:
- remove .developer nonsense
- correct version.h dependencies
- remove some old shared dvdkit cruft that was not used
who's going to buy me the cola if this breaks?? :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18013 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-02 03:14:54 +00:00
rtognimp 7cd95a4b4b Don't use free()d pointer CID 260
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18012 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-01 23:50:30 +00:00
gpoirier 8a3d3f57ee More French fixes by Bounec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18011 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 21:29:37 +00:00
cladisch e7941a0ef3 Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did
not allow reading the buffer boundary value.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18010 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 09:28:37 +00:00
corey adb94d38a3 Capitalization error I missed before
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18009 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 06:22:51 +00:00
corey 73d3155f24 A question needs a question mark, but in this case I think at least two
are required.

Fixes part 2 of Otvos Attila's "printf2mp_msg" changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18008 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 06:01:56 +00:00
corey 8dec4eaf25 Minor spelling and grammar fixes for part 1 of Otvos Attila's
"printf2mp_msg" changes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18007 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 05:49:05 +00:00
rfelker 12f9bb8946 prevent overflow.. wtf?! from irc:
<@tcsetattr> how many dimensions can people have in a joystick? do you
travel to other universes with that thing?
[apparently more than 10...?!]
(reported on irc by DrewZzz)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18006 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 04:56:09 +00:00
reynaldo b4c74fb28e Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18005 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-31 00:15:47 +00:00
rfelker e5782cf37b more cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 23:47:03 +00:00
rfelker f93707e51a arrg more of this stupid cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18003 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 23:44:35 +00:00
iive 9b4c7840b9 fix descrambling of asf file,
where signed buffer could cause erroneous values to be filled in descrable variables,
add misssing check for one of these variables
and restore sign of these variables as insurance that these checks will work even in such case.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18002 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 23:06:18 +00:00
rfelker a703fdaa61 more cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18001 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 22:28:32 +00:00
rfelker ea24507b8c forgot one occurrance
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18000 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 22:15:50 +00:00
rfelker 8445dc1e96 remove deprecated, never-used gnu gettext cruft.
proper runtime message catalogs will be added with catgets in the
(near?) future.

this resolves complaints about mp_msg printing crap at startup when
gettext was (stupidly) enabled by default even though it was not
useful.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17999 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 22:14:44 +00:00
gabrov fdac1e19a4 increasing sync tag to 1.15 after update by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17998 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 14:50:16 +00:00
gabrov 82d4cd7ae7 increasing sync tag to 1.63 after update by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17997 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 14:39:31 +00:00
diego dd32d03f3e Trust the demuxer instead of the decoder for samplerate detection.
Fixes the ffmp3_bad_rate_detection.avi sample.
patch by qwen dux qwendu__at__gmail__.__com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17996 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 08:47:09 +00:00
reynaldo bf25812a43 Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17995 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 06:40:58 +00:00
albeu 9c301c3e16 Add a function to draw flat boxes and use it to make the list
menu and console look much cooler. Idea take from Otvos Atilla's
patches (oattila_At_chello--.--hu).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17994 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-30 02:52:54 +00:00
albeu 22e18ebe85 Move global vars used for header parsing, etc to dewux->priv as it should
be. Also cleanup a bit signedness.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17993 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-29 23:25:09 +00:00
jonas ad805e406a support for mp3lame with -oac lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17992 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-29 21:54:53 +00:00
albeu 42a11b39c9 100L to who wrote this. Also fix broken headers while at it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17991 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-29 19:31:31 +00:00
gpoirier f35e617c50 French proofreading, by Bounec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17990 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-29 11:33:13 +00:00
nicodvb ec5ad59cdb added support for external VIDIX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17989 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-28 22:44:16 +00:00
ptt 473e2c136d Removed unused constant definition (MSGTR_InvalidAOdriver)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17988 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-28 16:37:09 +00:00
ptt 2cffa60fa7 Removed unused constant definition (MSGTR_InvalidAOdriver)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17987 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-28 11:27:45 +00:00
ptt 9142e232cc sync up to 1.223
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17986 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-28 00:15:16 +00:00
ptt b2e395663a sync up to 1.231 plus minor corrections...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17985 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 22:54:50 +00:00
diego 8283bdde1b Remove verbosity parameter added to print_*_header call in last revision again.
Apart from failing to compile it does not make sense for this tool.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17984 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 22:51:24 +00:00
rtognimp 9c2deb1452 Fix passing qdm2 extradata to lavc decoder
It was broken in rev 1.142, that code does not behave the same as the
old one in some cases


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17983 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 21:37:18 +00:00
gpoirier 3256ed536d synced with 1.1249
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17982 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 19:43:46 +00:00
albeu 3db345c707 Fix cycling in menu with hidden items.
Thanks again to Jonas Jermann for the report.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17981 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 19:27:42 +00:00
albeu 03d71f6817 Fix stepping in the playtree when interupting libmpdemux.
Thanks to Jonas Jermann for the report.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17980 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 18:33:23 +00:00
henry 28ce0758cf include MSGL_* definitions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17979 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 18:31:04 +00:00
diego a33158d60d Convert printfs in aviprint.c to mp_msg and give the information printing
functions in this file a verbosity_level parameter.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17978 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 17:25:41 +00:00
diego e2c173be10 Properly document sub_alignment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17977 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 16:43:02 +00:00
kraymer f1dfd3b431 1.1250: [applied by Diego, #1.216]
1.1249: Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.
1.1248: support custom OSD colour for vo_gl.c
1.1247: fix for the macosx tiger (groff 1.19.x) indentation issue


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17976 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 12:41:22 +00:00
diego b5743fcfda Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 11:39:27 +00:00
reimar 171de9cf5f reinit vo when pix_fmt changes.
Avoids broken image or even crash with mf://*.jpg and JPGs with different chroma sampling.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17974 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 10:32:52 +00:00
ods15 27542d02aa 10l missing header for strdup
mp_msg.c:103: warning: assignment makes pointer from integer without a cast


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17973 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 08:38:32 +00:00
diego 41bfa3e8e0 Change some printf calls to fprintf.
based on a patch by Attila Ötvös, oattila,,@,,chello,,.,,hu


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17972 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 07:49:14 +00:00
diego 55859c930c Remove superfluous extern variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17971 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 07:31:08 +00:00
diego 7416ded30b Change 'if(verbose)' to the more appropriate mp_msg_test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17970 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 07:22:48 +00:00
diego f8687cd3f9 Clarify which message levels should be translated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17969 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-27 06:59:00 +00:00
diego 2874b0cfe0 Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17968 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 22:56:46 +00:00
diego 13992baef6 Simplify directory creation in the install target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17967 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 21:44:55 +00:00
lorenm f9ed90fb61 use shifts instead of division. 15% faster hqdn3d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17966 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 21:32:52 +00:00
diego 338e4f8b76 Discard return value from ldconfig, it might not work on non-root installs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17965 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-26 21:17:14 +00:00