Commit Graph

19590 Commits

Author SHA1 Message Date
ben 0edb9429c5 fix menu toggle/hide issues
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19495 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 19:40:50 +00:00
diego 50cc36d3c6 Remove useless else clauses.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19494 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 12:42:55 +00:00
diego 01b788f864 Enclose all space padded headings with quotes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19493 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 10:10:33 +00:00
gpoirier bb3048bbec fix trailing space problem, which was preventing fontconfig to get compiled
Patch by Eric Auerswald % auerswal A unix-ag P uni-kl P de %


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 08:12:20 +00:00
diego e8f5c06e76 support for disabling/enabling bitmap font support from configure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19491 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 23:19:11 +00:00
rfelker 6e2e1a80e7 use of malloc without prototype.. very bad on 64bit archs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19490 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 22:02:49 +00:00
diego 470943ebb7 Move libs common to MPlayer and MEncoder to COMMON_LIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 21:51:47 +00:00
diego 539cb1eb34 Simplify VIDIX lib handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19488 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 21:50:52 +00:00
rfelker 748d139e19 no c++ decls!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19487 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 21:46:59 +00:00
diego 5c5881750f Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19486 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 20:21:03 +00:00
nicodvb b38ff54517 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and next free()d in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19485 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 19:52:11 +00:00
nicodvb b7b319395e demuxer_seek_chapter() returns informations about chapters count and name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19484 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 19:19:00 +00:00
nicodvb 30c1486c65 implemented STREAM_CTRL_GET_NUM_CHAPTERS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19483 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 19:16:39 +00:00
nicodvb 66e04345be implemented STREAM_CTRL_GET_NUM_CHAPTERS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19482 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 19:13:36 +00:00
nicodvb 28a6ef4591 added STREAM_CTRL_GET_NUM_CHAPTERS to get total number of chapters from the stream reader
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19481 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 19:10:18 +00:00
eugeni cd59e21610 Add public functions for removal of styles and events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19480 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 16:33:13 +00:00
diego 0902464941 cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19479 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 16:24:45 +00:00
diego 0913763c6d Properly disable tests that depend on X.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19478 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 16:24:16 +00:00
diego 45da896cd3 Ignore generated test binaries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19477 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 13:17:29 +00:00
lucabe dc1959af89 Allow to compile swscale tests
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19476 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 12:15:29 +00:00
diego a5a9d4f689 Remove superfluous variable settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19475 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 09:34:12 +00:00
gpoirier 2029141cf3 fix null pointer check in add_subtitles,
patch by Konstantin G. Khlebikov % koct9i A gmail P com %


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19474 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 09:28:01 +00:00
diego 3fb54d2e99 cosmetics: indentation fix after last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19473 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:42:34 +00:00
diego 7248febbfb Remove duplicate check for $_faad_external = auto.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:42:07 +00:00
diego 4efeffa1d3 Only run the check for external FAAD if internal FAAD is not used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19471 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-21 00:39:48 +00:00
rfelker c2035b4e2e missing header for struct timeval
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19470 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 23:19:18 +00:00
reimar c8007742e7 Get rid of useless vf->priv casts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19469 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 22:48:36 +00:00
diego af8b8d2fa4 Fix stray newline that should only be printed in verbose mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19468 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 21:41:44 +00:00
gpoirier 18f18eb2dc Fix audio stream selection in Gtk GUI
Patch by Rich % rincebrain A gmail P com %
Original Thred:
Date: Aug 19, 2006 11:33 AM
Subject: [MPlayer-dev-eng] [PATCH] Fix audio stream selection in Gtk GUI


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 18:52:55 +00:00
reimar c940e28bfb Avoid crash if initialization failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19466 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 11:50:29 +00:00
reimar df3b9f3b24 Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19465 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 11:47:33 +00:00
nicodvb d9961ce7c5 disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19464 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 11:03:19 +00:00
Gabrov 9b9c2b395c help_mp-hu.h synced with r19462
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19463 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 10:31:29 +00:00
diego 10c94ffde9 The X11 header check looks in $_extra_inc that contains directories in the
format "-I/opt/X11", which won't work when 'test' is used to find the headers.
based on patch by Jan Knutar, jknutar (at) nic (dot) fi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19462 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-20 10:01:18 +00:00
diego 3e8b6dab0f Ouch, I mistakenly overwrote the contents from this file with a non-working
experimental version that was rotting in my local tree ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19461 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 21:06:27 +00:00
nicodvb 0f8a1df63a corrected _very_ misleading comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19460 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 20:06:10 +00:00
nicodvb 84c982c65f implemented STREAM_CTRL_GET_TIME_LENGTH (duration of the pgc playing)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19459 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 19:41:04 +00:00
nicodvb 2dfbc4cea7 removed #if-0 code that dereferenced dvdnav_t's internal members, violating the opaque interface (current dvdnav doesn't even install dvdnav_internal.h system-wide for very good reasons)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19458 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 19:15:23 +00:00
nicodvb 03d052a129 10l: misplaced brace in a switch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19457 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 19:11:51 +00:00
iive cf8daf54a2 Fix xv and xinerama force on --enable-*
The previous commit changed the conditions of check execution to match Diego's semantics
(execute check only on 'auto'), but the 'else' case forces detection to 'no',
even if previous --enable-* had set it to 'yes'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19456 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 19:10:27 +00:00
diego f55f726517 Partial sync with message removal from DVD information output change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19455 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 14:53:43 +00:00
diego abe5c26e23 Print DVD audio channel and subtitle track information in non-verbose mode,
some more consistency for MSGL.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19454 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 14:52:50 +00:00
diego d82aebe4fa trailing whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19453 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 14:44:17 +00:00
diego 5e91a0e978 Vorbis speedup, Windows GUI
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19452 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 14:43:41 +00:00
Gabrov 169532b14e help_mp-hu.h & xml/hu/ports.xml synced with r19449
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19451 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 12:34:01 +00:00
nicodvb 7b67e9b45f seeking in dvdnav://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19450 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 11:51:03 +00:00
nicodvb 26ea4d52e4 implemented seeking to chapter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19449 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 11:49:04 +00:00
nicodvb 539b760061 sanity check: since chapter is 0-based it can't exceed nr_of_ptts-1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19448 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-19 10:45:17 +00:00
nicodvb 79d5a3b3b1 seeking by chapters in dvd://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19447 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 19:08:10 +00:00
nicodvb c5f2783e20 support for seeking to chapter and getting current playing chapter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19446 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-18 19:05:37 +00:00