Commit Graph

22647 Commits

Author SHA1 Message Date
diego dcf70a9e9c Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22664 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:45:56 +00:00
diego ce9c8afc26 whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22663 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:44:13 +00:00
diego 47a7719f5e Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22662 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:41:59 +00:00
diego 00cb57760c Split dependency and rule declaration, avoids duplicate command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22661 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:41:18 +00:00
diego c692b04e92 Simplify compilation commands.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22660 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:39:03 +00:00
diego cc27c33317 Bring somewhat closer to linking, still won't work, though.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22659 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:28:59 +00:00
diego d4d454e307 Simplify link command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:28:30 +00:00
diego 1d202f4de6 Bring netstream somewhat closer to linking, still won't work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22657 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:26:40 +00:00
diego d23df55976 Remove unnecessary -I option from CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22656 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:21:16 +00:00
diego 43bbdc32bd Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22655 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:19:41 +00:00
diego 1b9a018435 Merge INCLUDE and CFLAGS, fixes Cola from last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:18:13 +00:00
diego 63a91cc69a Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22653 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:16:36 +00:00
diego aa972be599 Fix compilation, bswap.h is now mpbswap.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22652 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 00:06:19 +00:00
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