Commit Graph

9126 Commits

Author SHA1 Message Date
rfelker 3e4bd26969 document new halfpack option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8876 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 19:38:09 +00:00
filon c7c41db7ca Workaround for returning very litte buffer space.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8875 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 18:28:18 +00:00
rfelker 5ebe3d8c89 5l for me too :) BTW this should also be mentioned in the commands
section of the man page, but lots of commands seem to be missing there
so I figure someone can add them all at once, eventually.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8874 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 17:17:41 +00:00
rfelker 6c8af6c720 5l to whoever left this out
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8873 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 16:10:20 +00:00
arpi 9ff5dfd3f1 updated :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8872 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 15:27:08 +00:00
rfelker 4ca05e0e33 halfpack now takes an optional argument, field, which tells it to keep
only even lines (if 0) or only odd lines (if 1) rather than averaging
pairs of lines. this may be useful for slightly improving performance
or for dirty deinterlacing.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8871 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 14:12:07 +00:00
rfelker 6246706f8d use mp_msg for messages. prolly more filters need to be fixed like this too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8870 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 10:43:01 +00:00
anders 05c85403c4 10l bug for float conversion control + feature fix in volume control
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8869 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 01:45:34 +00:00
anders e1718bed19 New auto config for volume and resample and added support for float flag in configuration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8868 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 01:01:38 +00:00
filon 61a46b242b Remember window layer befor changing it.
Works on icemw and fvwm, but not on windowmaker (bug in wmaker...).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8867 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 21:23:54 +00:00
pontscho 108a9cbe34 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8866 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 20:53:01 +00:00
pontscho 52a7bad9a6 - sync with x11_common
- half rewrited font render engine (disabled by default)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8865 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 20:47:14 +00:00
rtognimp 8c30a49e22 Sync with help_mp-en.h ver 1.73
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8864 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 20:42:01 +00:00
arpi 2c443c4c0b Since version 2.7 the file extension for JACOsub changed from
'.js' to '.jss', to avoid confusion with javascript.
There is also a new format for list_sub_file output; however
this is used only in debugging subtitles code, while disabled in
real life use.

patch by <salvatore.falco@katamail.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8863 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 19:25:05 +00:00
arpi 38042349b0 libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
patch by Romain Dolbeau <dolbeau@irisa.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8862 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 19:01:24 +00:00
arpi 3a250d3760 cpu cache line length detection
from mplayerxp (Nick Kurshev <nickols_k@mail.ru>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8861 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:39:09 +00:00
arpi 88aee88ab5 Set is_shift_required according to RadeonFamily
rather than device_id (thanks to Marcus Blomenkamp for this idea)

Also give RV200 a seperate family from R200 as they aren't really the same.

patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8860 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:28:56 +00:00
arpi f2d808751e Fix support for Radeon 9000
patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8859 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:27:50 +00:00
arpi 587bdf155f Reduce flickering on window movement (from Christophe Badina)
patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8858 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:27:13 +00:00
arpi 96eb8f0266 Fix radeon 7500 and 8500 15- and 16-bit colour key
patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8857 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:26:38 +00:00
arpi 4fd043f6dc Update card (chip family) detection (from mplayerxp)
patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8856 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:25:54 +00:00
arpi 0b9124f6f3 Update radeon pci ids
patch by James Stembridge <jstembridge@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8855 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:23:30 +00:00
arpi 61ff1d4a53 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8854 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:06:32 +00:00
arpi b5eaa436cf check if prop_hdr==NULL insteda of sig11
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8853 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 18:00:58 +00:00
diego 0336518548 Appendix B and E numbered, encoding moved to a separate section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8852 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 09:37:53 +00:00
diego 1e170977a9 -af delay description incorrect, as noticed by Arpi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8851 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 09:35:01 +00:00
diego 4501183da3 another pan example by Anders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8850 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 09:32:28 +00:00
arpi a83c899996 10l
noticed by Joe Barnett <sanchezthecactus@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8849 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 09:27:51 +00:00
diego 3443f96783 Moved ARM to the Linux ports section where it belongs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8848 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 22:08:59 +00:00
mosu 0e5848e5ee bunkus: updated translations. removed the boldness from <B>MPlayer</B>. removed DOS newlines (yuck).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8847 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 22:04:40 +00:00
diego c962d5255e 10l to A'rpi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8846 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 20:00:55 +00:00
diego d76c2aa1f7 Report X color depth for XVIDIX problems.
Patch by James Stembridge <jstembridge@gmx.net>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8845 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 19:59:46 +00:00
arpi 67bcd74563 I have seen problems where DVD subtitles don't display
at the right time and sometimes they don't appear at
all.  The problem stems from the fact that subtitle
command packets are being applied as soon as they are
read and assembled from the input stream.  Sometimes,
a fully assembled subtitle packet arrives at the
spudec_assemble function before the previous subtitle
appears onscreen and thus the viewer only sees the
second subtitle.  So I created a patch that queues
assembled subtitle packets and applies them at the
appropriate time within the heartbeat function.  The
reset function clears the packet queue when seeking
through the video.

Tomasz Farkas <tomasz_farkas@yahoo.co.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8844 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 18:36:36 +00:00
arpi 9739374666 update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8843 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 18:19:30 +00:00
arpi 6e300d82c7 do not create bogus filenames
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8842 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 16:10:39 +00:00
arpi 8523235d04 - init & check SDL availability at preinit() (fixes -vo sdl,mga)
- moved global init/uninit code to preinit/uninit
- -fixed-vo support, still buggy (leak some memory and after a while it
  permanently kills xv, only X restart helps... or just nvidia sucks again)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8841 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 14:55:56 +00:00
jkeil a06fb18bb3 For solaris, sys/smedia.h header is not needed any more. Compilation was
failing on Solaris 7, where sys/smedia.h is not available.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8840 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 14:11:33 +00:00
arpi 1893e62759 100l to doxmaintainers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8839 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 23:10:09 +00:00
arpi 8051d5dc09 qt cvid ad some yet-crashing qt codecs added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8838 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 22:35:47 +00:00
gabucino 0f7911c819 removed obsolete/FIXED bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8837 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 21:35:58 +00:00
filon 16517dc033 Fixed metacity + xv behavior (something broke it lately).
Fixed sawfish bahavior in gmplayer: use ABOVE, FULLSCREEN is last choice.
Now mplayer window is visible over the video window.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8836 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 20:58:25 +00:00
mosu dd6bc6cc21 bunkus: also translated this document
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8835 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 19:02:24 +00:00
mosu f88b8da182 bunkus: Updated/newly translated German version of the docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8834 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 12:17:57 +00:00
anders 4477f1232a Adding sub-woofer filter, use this filter to add a sub channel to the audio stream
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8833 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 10:33:30 +00:00
diego 850c82cf30 XMMS plugin support, ARM section updated, some whitespace for the IRIX
section, based on a patch by Balatoni Denes <pnis@coder.hu>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8832 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 00:02:02 +00:00
arpi aedc5fa95b - always print the longest stream in info, not the selected one
- handle teh case when user forces nonexistant streams (-aid/-vid) (based on
Filip's patch)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8831 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 21:58:39 +00:00
nicolas ae0b0d1033 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8830 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 19:02:00 +00:00
nicolas 9db2a430bf sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8829 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 18:01:54 +00:00
nicolas 4642758593 sync'ed title's section with encoding.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8828 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 17:58:17 +00:00
nicolas 1a7c291a15 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8827 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 17:54:53 +00:00