syrjala
5dc899d5c5
List dfbmga and directfb in _novomodules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20119 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 22:28:02 +00:00
syrjala
8db718fbf8
Fix DirectFB version check. The old code simply concatenated the
...
digits, so 1.0.0 was considered older than 0.9.XY.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20118 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 22:16:38 +00:00
gpoirier
348ea88925
sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20117 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 17:19:20 +00:00
rathann
f78363e244
Remove spurious casts to int. Blessed by Reimar.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20116 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 16:40:11 +00:00
reimar
5774d0d08b
Cosmetics: remove lone (evil ;-) ) tab
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20115 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 15:58:05 +00:00
rathann
f0996fb64c
Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
...
passed to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20114 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 14:10:43 +00:00
diego
9369a84ebe
Support for detection of extended instructions on ARM.
...
based on a patch by Siarhei Siamashka, siarhei.siamashka gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20113 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 13:49:16 +00:00
diego
12d8c32534
Remove outdated/misleading comment about WavPack and libavformat.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20112 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 13:08:07 +00:00
reimar
b7971e6a40
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is broken)
...
and warn that these are beta versions and not supported.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20111 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 13:01:14 +00:00
ptt
0f818d83ad
added myself to AUTHORS, as diego told me on 2006/09/26 :-)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20110 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 13:01:03 +00:00
reimar
611f88ab5b
WavPack files contain a complete, valid RIFF tag, so use extension (.wv)
...
to give libavformat a chance before our audio demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20109 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 12:19:08 +00:00
reimar
2aabecca89
a + b => (a + b) for defines, just to be sure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20108 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 10:02:40 +00:00
reimar
d118552100
Avoid memleak when calling parse_obj_params only for syntax-checking (dst == NULL)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20107 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:43:18 +00:00
reimar
b47b78a8d2
Forgotten http_free on send error.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20106 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:32:30 +00:00
diego
48ff1ab95e
Add support for TTA and WavPack.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20105 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:28:49 +00:00
reimar
32ddb1bb28
Another != NULL check after dereferencing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20104 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:10:55 +00:00
reimar
ab39d95f53
Fix variable dereference before NULL check.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20103 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:07:51 +00:00
reimar
e0892295b5
Useless initialization, they will be always set for result != 0
...
and for result == 0 they make no sense
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20102 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-08 09:05:27 +00:00
reimar
181fdf2098
Cosmetics: consistent order for en-/disabled codecs list
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 16:43:39 +00:00
diego
3ace93a9a6
Change license headers to say 'FFmpeg' instead of 'this program'.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20100 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 15:33:14 +00:00
kraymer
68ee0842b6
r20083: Unify labels of two solutions to similar problems.
...
r20082: Missing space before '('
r20081: Remove unnecessary </itemizedlist><itemizedlist>, ..
r20080: (cosmetics) add some empty lines to improve readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20099 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 14:05:54 +00:00
kraymer
2d146ec4ae
cosmetics: reformatting, aligning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20098 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 13:51:27 +00:00
kraymer
9cdb514359
r20085: fix FIXME: move history to appendix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20097 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 13:38:46 +00:00
uau
01e308e70d
Remove special warning printed when VIDIX is disabled
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 13:05:12 +00:00
diego
1c1208a5ec
Sync with latest BUILD_ROOT changes in FFmpeg.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20095 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 10:48:06 +00:00
diego
f9477d0581
Replace -I.. by -I$(BUILD_ROOT).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20094 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-07 09:23:09 +00:00
ivo
eac9434e00
print bits/s, not bytes/s
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20093 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 21:56:15 +00:00
corey
c3c17fc952
Print current DVD title as ID_DVD_CURRENT_TITLE.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20092 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 19:06:59 +00:00
gpoirier
cf1f02a6cd
add gcc-4.x to the list of compilers displayed
...
when configure detects an unsupported compiler
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20091 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 13:19:06 +00:00
reimar
84767439c9
EOSD performance debugging info.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 09:58:29 +00:00
torinthiel
8c06343128
- missing space before '('
...
- spelling fix
- removal of stray comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20089 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 08:23:16 +00:00
torinthiel
eeefa11f72
sync r20085
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20088 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 08:21:08 +00:00
voroshil
cd49611ee1
r20080: (cosmetics) add some empty lines to improve readability.
...
r20081: Remove unnecessery </itemizedlist><itemizedlist> [...]
r20082: Missing space before '('
r20083: Unify labels on two solutions [...]
r20085: fix FIXME: move history to appendix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20087 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-06 07:30:14 +00:00
nicodvb
31856891fc
workaround redefinition of object_type as prev(object_type)+1
...
in recent faac cvs (without version number increase)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20086 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 23:12:27 +00:00
kraymer
3843657c21
fix FIXME: move history to appendix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20085 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:29:59 +00:00
torinthiel
2b06c291f8
sync r20083
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20084 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:11:12 +00:00
torinthiel
3e17226e72
Unify labels of two solutions to similar problems.
...
Same problem, same solution, one was not labeled, one was labeled 'Workaround',
where both are ideal solutions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20083 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:06:45 +00:00
torinthiel
bee4ea2494
Missing space before '('
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20082 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:04:25 +00:00
torinthiel
5db5b36318
Remove unnecessary </itemizedlist><itemizedlist>,
...
as it makes no sense and only confuses.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20081 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:03:05 +00:00
torinthiel
8350e7462e
(cosmetics) add some empty lines to improve readability
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:01:03 +00:00
torinthiel
6a3119b830
Sync 20074
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20079 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 21:38:30 +00:00
reimar
fa92a6aad5
Simplify: replace malloc + memset 0 by calloc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20078 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 21:31:21 +00:00
reimar
11e7ea9df4
Fix demux_demuxers seeking if the video demuxer does not set
...
demuxer->video->pts (e.g. lavf).
Previous code would start audio from beginning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20077 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 21:28:55 +00:00
reimar
9b128fa2e4
Implement absolute and percent-based seek
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20076 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 21:25:22 +00:00
diego
dfce3e3f9c
Add ASS subtitles to the subtitles file chooser dialog.
...
patch by Piotr Kaczuba, pepe attika_ath_cx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 18:39:06 +00:00
diego
27f91d06d9
Sync with FFmpeg r6563.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20074 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 17:12:48 +00:00
diego
e801f101df
Simplify test program build.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20073 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 17:11:05 +00:00
diego
5f96678ba6
Remove stray $ from sync tag.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20072 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 12:37:02 +00:00
jheryan
b6a3179bc7
Synced to 2.10.2006
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20071 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 11:50:36 +00:00
gpoirier
aa1efe70cc
Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20070 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 11:50:24 +00:00