reimar
f40a998cd4
Hint at the Makefile for information how to build dha with svgalib_helper
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23664 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-25 16:37:12 +00:00
reimar
9fd0753d72
Hint at --disable-* options as a workaround for outdated binutils.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23663 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-25 13:59:46 +00:00
ptt
730e401866
synced with r23608 + other fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23662 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-25 11:16:42 +00:00
rtogni
cc44f564e8
start= and end= parameters on realrtspurls may be optionally quoted with
...
", skip the quoting if it's there.
Fixes rtsp://rmv8.bbc.net.uk/bbc7/2300_tue.ra?start="30:00" from
bugzilla #850
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23661 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 18:46:41 +00:00
reimar
483d313ee4
config.h must be included before other headers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23660 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 17:39:54 +00:00
reimar
3fd9aa8196
Hide our swab prototype when the system has swab since at least the
...
Solaris definition is incompatible with ours (char * vs. void *)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23659 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 17:24:13 +00:00
reimar
d0d23a71da
Make sure we always have a swab() prototype when we use it,
...
even if we use our osdep/swab.c emulation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23658 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 15:25:32 +00:00
reimar
f58c64c3f3
Use proper PRI?64 format strings
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23657 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:54:56 +00:00
reimar
75785a6cdf
define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
...
Please add more architectures if you know they support unaligned
access reasonably fast.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23656 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:39:11 +00:00
reimar
ffd28484e5
Remove unused and trivial string variable
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23655 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:12:59 +00:00
reimar
19a1049830
Remove unused function.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23654 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:11:38 +00:00
reimar
e64f93b9a3
Remove unused (static) function prototype.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23653 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:09:53 +00:00
reimar
05a637973d
Fix format string to match actual type.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23652 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:08:22 +00:00
reimar
aebfefd111
Move variable into the block where it actually used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23651 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 14:04:48 +00:00
reimar
4e9363a8bb
index_mode is already defined in demuxer.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23650 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:34:16 +00:00
reimar
5fa17cb7f2
get rid of useless *alloc casts
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23649 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:27:03 +00:00
reimar
33d26c72cf
Get rid of: useless variable, useless cast and void * arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23648 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:21:50 +00:00
reimar
4badc643ae
Use AV_RL32
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23647 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:20:17 +00:00
reimar
4d4dd84726
Fix format strings to match argument type
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23646 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:09:08 +00:00
reimar
9ed550b3ee
Remove unused query_format function in vf_harddup.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23645 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 13:01:22 +00:00
reimar
8a11439a6e
Return value of gtk_entry_get_text is const, so declare variables as const as well.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23644 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 12:43:45 +00:00
reimar
736affc4b2
ff_gcd is already in libavutil/common.h, no need for an extra prototype here
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23643 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 12:40:51 +00:00
reimar
ce4d47e879
Avoid more void * arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23642 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 12:32:33 +00:00
reimar
3b7723c9c7
revert broken r23628, mp_core.h is not included by cfg.h, so double extern
...
declaration is not that simple to avoid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23641 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 11:18:12 +00:00
reimar
df56e46146
get_path prototype is already in interface.h and probably many more places.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23640 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 11:09:32 +00:00
reimar
576500d6a6
Avoid vo_sdl void * arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23639 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 11:07:47 +00:00
reimar
51ffb15405
Remove completely pointless "!= 1".
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23638 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 11:04:02 +00:00
reimar
e9506908bc
Another unneeded xinerama_screen extern
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23637 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:59:53 +00:00
reimar
81863a5dd4
xinerama_screen is already declared in video_out.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23636 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:51:06 +00:00
reimar
12c23915c9
Add missing return value for x11 error handler
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23635 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:46:40 +00:00
reimar
123e80594d
Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23634 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:39:04 +00:00
reimar
22d3fd45d9
Avoid void * arithmetic
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23633 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:26:01 +00:00
reimar
5a4bfacce8
Some comment typo fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23632 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:24:11 +00:00
reimar
f36073916f
make opt argument of demux_info_get const.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23631 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:20:42 +00:00
reimar
697c307bdb
Remove two unused functions in asxparser
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23630 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:16:18 +00:00
reimar
200048cc99
Get rid of a completely useless cast
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23629 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:14:42 +00:00
reimar
5744ee56d9
ass_enabled is already in mp_core.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23628 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:09:05 +00:00
reimar
1b245cbdb2
Do not prototype spudec_draw_scaled twice
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23627 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:08:09 +00:00
reimar
6b87db889c
suboverlap_enabled is already declared in included subreader.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23626 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:06:57 +00:00
reimar
900ca33bbe
vo_init is x11 specific and has no place in video_out.h.
...
It is already in x11_common.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23625 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:06:10 +00:00
reimar
aca679e304
Remove redundant vo_format_name, included img_format.h already provides it
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23624 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 10:03:26 +00:00
reimar
ad7041301d
Add a (almost correct) prototype for vcd_seek_to_track
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23623 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 09:52:19 +00:00
reimar
b88ce7fe9d
pstrcpy -> av_strlcpy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23622 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 08:39:40 +00:00
reimar
865605639c
Fix dvd:// subtitle handling to always report the MPEG stream id, because
...
this is the only thing the remaining parts of MPlayer care about.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23621 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 08:14:10 +00:00
reimar
65d087b955
Remove the now unused demux_mkv_change_subs function
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23620 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 08:12:08 +00:00
reimar
547ae18be2
Simplify and correct subtitle selection, no more special cases for
...
DVD and Matroska and -sid should now always match the ID_* message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23619 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 08:10:07 +00:00
reimar
27bf5698d1
Set demuxer->sub->sh to one of the s_streams like done for audio and video.
...
This makes the code simpler and more like the other demuxers,
allowing to remove some special cases in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23618 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 07:29:03 +00:00
voroshil
627ce4b26b
r23504: -lavdopts threads is only implemented for mpeg[12]
...
r23528: x264 no longer defaults to qp=26.
r23530: Teletext support for tv:// (v4l and v4l2 only)
r23548: give an example of -menu-chroot usage
r23549: refine the example of -menu-chroot yet more
r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h
r23580: misc small fixes
r23588: The audio balance feature implemented with af_pan.
r23593: Revert r23530.
r23609: Document the effect of -really-quiet on gmplayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23617 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 03:28:46 +00:00
voroshil
16221f1ea9
r23578: Fix license header.
...
r23579: Activate license notice.
r23594: added some carriage returns and full stops, plus a missing 'option'
r23608: Nico claims to never have had any problems with X11 compilation on Mandrake.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23616 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 02:40:58 +00:00
voroshil
bf95ce4db5
r23588: The audio balance feature implemented with af_pan.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23615 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 02:33:20 +00:00