diego
a62da69c2a
Remove redundant rule for creating .o files from .c files, it's builtin.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22651 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:05:38 +00:00
diego
6c3ba08450
Remove obsolete .SUFFIXES variable.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22650 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:01:01 +00:00
diego
a5cdf52d9c
Remove nonsensical unused rules.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22649 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:00:34 +00:00
diego
0f9cf56ff3
Use quotes instead of angular brackets for non-system includes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22648 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 23:55:02 +00:00
diego
d673f88115
Bring vivodump closer to linking; remains broken.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22647 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 23:44:28 +00:00
diego
4718dd69fa
Fix linking: libswscale depends on libavutil, verbose was multiply defined...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22646 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 23:27:46 +00:00
diego
ff77510ade
Fix compilation due to reorganized header files.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22645 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:47:23 +00:00
diego
c894cefcf9
whitespace cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22644 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:25:17 +00:00
diego
2de1b693f0
Remove duplicate largefile CFLAGS that are set from configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22643 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:24:15 +00:00
diego
6af0f7d023
Turn on largefile support for libdvdcss as well.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22642 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:22:02 +00:00
diego
9f0d6b7b8a
Remove CFLAGS that are already set by configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22641 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 22:01:41 +00:00
diego
2ee09b0a5f
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
...
way we do for libfaad2.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 21:54:48 +00:00
kraymer
8bb8c1e009
r22492: documented -reuse-socket
...
r22503: corrected description of -reuse-socket as described by Rich
r22508: Document lscale=2
r22512: wording/spelling for lscale=2 suboption
r22521: Clarify -reuse-socket description.
r22622: Wording improvement as suggested by Michael.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22639 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 21:50:01 +00:00
diego
4b2fb79290
Remove unnecessary -I option from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22638 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 21:38:20 +00:00
voroshil
57ed940858
Allow to specify frequencies in channels option.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22637 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 19:42:41 +00:00
voroshil
d26de3f352
Mark myself as new TV maintainer as suggested by Jindrich Makovicka
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22636 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 19:21:54 +00:00
compn
2d0e5e95f5
add cdvc fourcc to ffdv , works on /incoming/video_format_0x43564443.avi
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22635 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 15:15:13 +00:00
uau
8b59dd4d83
Matroska seeking fixes
...
If a relative seek forward went past the last index position the
Matroska demuxer did not seek to any index position. It did however set
the mkv_d->skip_to_timecode variable which meant that the next
fill_buffer() call would read from the current position until the target
position (probably the end of the file). Fix this by changing the code
to seek to the last index position if that is between the current and
target positions.
Also change backwards relative seek to accept an exactly matching index
position (<= vs <) and reorganize the seeking conditionals to allow
making the above change without turning the code into a complete mess.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22634 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 14:55:41 +00:00
gpoirier
95089cd853
sync with r22503
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22633 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 14:01:01 +00:00
compn
376d75f914
add mute bind which has been default for a while, any other missing defaults?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22632 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 13:59:02 +00:00
compn
fa0bff8170
some updates from memory and mplayer irc users
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22631 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 13:48:53 +00:00
voroshil
a5f9e0f2bc
libavcodec's DXA decoder is dependent on zlib
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22630 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 11:48:11 +00:00
diego
c08824ad3e
Remove useless -I./skin from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22629 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 00:02:28 +00:00
diego
da75336bd8
Don't look for header files in ../../ anymore. Compilation was broken unless
...
some random subdirectory of the Gui directory was added as header search path
to CFLAGS ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22628 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 00:00:13 +00:00
diego
2abf35ba49
Remove unnecessary -I./wm option from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22627 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 23:28:38 +00:00
diego
7650117a65
Remove useless -I../loader option from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22626 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 22:52:02 +00:00
diego
1e6f97cf30
Use explicit path for headers from the dshow/ subdirectory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22625 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 22:38:13 +00:00
diego
a6eca2eef8
Use explicit path for headers from the loader/ directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22624 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 22:34:45 +00:00
diego
e085bc8dcf
Add explicit location for headers from the stream/ directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22623 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:36:36 +00:00
diego
8cb954b89a
Wording improvement as suggested by Michael.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22622 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:12:01 +00:00
diego
8868c13dc7
Add live555 include flags to CXXFLAGS only.
...
patch by Carl Eugen Hoyos, cehoyos ag.or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22621 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:07:12 +00:00
diego
08928d50df
Add a FIXME note about new sentences on new lines.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22620 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:00:51 +00:00
diego
20d778b3fa
Add explicit location for headers from the libmpdemux/ directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22619 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 17:51:32 +00:00
diego
6b14d50848
Add explicit location for headers from the stream/ directory.
...
Now for the encoding-related files as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22618 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 17:30:55 +00:00
diego
c0a30e606f
Add explicit location for headers from the stream/ directory.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22617 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 17:10:36 +00:00
diego
c50a336acf
Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22616 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 17:06:28 +00:00
diego
b24be2fd83
Simplify setting special CFLAGS for decode_i586.o.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22615 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 16:49:59 +00:00
diego
e8a92a21ec
Remove unnecessary Darwin entry from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22614 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 13:21:12 +00:00
diego
39658f2872
Simplify conditional expression.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22613 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 13:20:22 +00:00
diego
e4cc2b1c2f
Remove Darwin AltiVec CFLAGS settings, configure handles this.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22612 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 13:19:22 +00:00
michael
f83307e1eb
update password-gpg rule from ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22611 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:55:35 +00:00
michael
a64bc34952
update >5 line reindention rule to what is in ffmpeg
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22610 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:47:20 +00:00
michael
884ae3473e
update spliting rule to what i just added to ffmpeg
...
comments welcome
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22609 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:45:04 +00:00
michael
d3b46a6461
cosmetic (move warning point after the existing policy points instead of the middle)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22608 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:42:59 +00:00
diego
e361f0a500
Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22607 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:17:22 +00:00
diego
f65b34684f
Remove unnecessary include from CFLAGS.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22606 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:13:35 +00:00
diego
5f92d26132
Use explicit header location, don't use CFLAGS for simple subdirectories.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22605 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 12:08:11 +00:00
reimar
ec62af965e
Check for eof in loop searching for data chunk.
...
Fixes bug #775 .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22604 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 10:38:51 +00:00
diego
99b2bd502c
Reuse common parts of all Makefiles.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22603 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 09:19:30 +00:00
diego
5bf5aebe92
Use versioned names explicitly instead of employed backwards-named variables.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22602 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 09:14:35 +00:00