Commit Graph

7285 Commits

Author SHA1 Message Date
arpi dae101726e 10l - fixed chunktab size calculation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7085 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 23:07:34 +00:00
arpi a333a19da7 some newer rv20 variants also uses custommsg 0x24 to set codec subtype
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7084 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 23:06:38 +00:00
arpi f82892afd2 uses new dp_hdr_t packet structure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7083 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 22:40:01 +00:00
arpi 17b7e7153b - changed re-muxed packet structure (see struct dp_hdr_t)
now the packets can be encapsulated into avi or other file formats
- skip redundant/resent fragments (bit 0x20 set of first byte of frag)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7082 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 22:39:27 +00:00
atmos4 e6fc83ee80 Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7081 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 20:18:34 +00:00
jonas 907136e042 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7080 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-24 14:22:46 +00:00
michael cfa281e0ef optimization
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7079 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-23 21:55:57 +00:00
joyping 325311af33 iec958-init completly rewritten
some debug printfs cleaned


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7078 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-23 13:03:00 +00:00
diego 4617c88ba9 Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
modified.

* Fixed <> chars (or replaced them with something else, where it was
  trivial).
* weblint complained about <A HREF="...">here</A> being a bad form, so I
  replaced them with more descriptive text.
* Fixed empty <A NAME="..."> tags.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7077 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-23 10:50:19 +00:00
anders 2a9ec68ddc Fixed *= bug in length calculation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7076 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-23 01:41:12 +00:00
arpi 7870e19441 with the help of the Mandrake compiler maintainer this problem has
been solved. With gcc 3.2 or 3.1.1 you need to add the compiler option
-mno-omit-leaf-frame-pointer to make the win32 dll loader work again.
by Goetz Waschk <waschk@informatik.uni-rostock.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7075 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:41:51 +00:00
arpi ddc4bdf2cb removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey@yunamusic.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:29:46 +00:00
arpi 4f5e15a23a removed nonsense 'inline'
patch by Joey Parrish <joey@yunamusic.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7073 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:28:33 +00:00
arpi 0f2d1d6b54 - functions inside of functions are invalid in icc. replaced with #define's
patch by Joey Parrish <joey@yunamusic.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7072 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:28:08 +00:00
arpi 177d2185e9 v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
some silly bugs slipped through.. here is the fix


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7071 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:05:58 +00:00
arpi 4ae1571dda General Timing Formula algorithm from a scratch.
vo_vesa.c so now adjust the timing to highest possible refresh rate using
the monitor capabilities from a config file.
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 23:03:51 +00:00
arpi 0e6edc2840 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7069 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 21:30:31 +00:00
pontscho ae86e62a6a fix dxr3 subtitle handling and add some optimizations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7068 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 13:58:38 +00:00
jaf ffc97efcb7 fix ai_oss.c compilation on non linux systems - by Bernd Ernesti <mplayer@lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7067 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 08:05:27 +00:00
rfelker e4063b8ad2 MMX optimized code for soft equalizer filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7066 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 04:59:45 +00:00
rfelker eb4c371b32 documentation for -vop eq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 01:47:57 +00:00
diego 7b413af7aa How to run multiple instances of MPlayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7064 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 00:05:35 +00:00
rfelker 6a04e6e54c soft video equalizer filter, currently supports brightness and
contrast adjustment for all planar yuv formats


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7063 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 23:08:20 +00:00
diego cb5b781d52 Typos, cosmetics and a tag closed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7062 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 22:58:19 +00:00
arpi 6c724895d6 new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
- multithreaded audio/video buffering (I know mplayer crew hates threads
  but it seems to me as the only way of doing reliable a/v capture)
- a/v timebase synchronization (sample count vs. gettimeofday)
- "immediate" mode support for mplayer
- fixed colorspace stuff - RGB?? and YUY2 modes now work as expected
- native ALSA audio capture
- separated audio input layer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7061 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 22:50:40 +00:00
arpi 5a92702245 support for SP5x video codec used by Aiptek webcam
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7060 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:50:14 +00:00
arpi a5bd36cf4b new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
- multithreaded audio/video buffering (I know mplayer crew hates threads
  but it seems to me as the only way of doing reliable a/v capture)
- a/v timebase synchronization (sample count vs. gettimeofday)
- "immediate" mode support for mplayer
- fixed colorspace stuff - RGB?? and YUY2 modes now work as expected
- native ALSA audio capture
- separated audio input layer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7059 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:31:20 +00:00
arpi 1dd16637fb this piece of code should prevent major fullscreen screwups, which can
be otherwise triggered by rapid switching to fullscreen and back.

patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7058 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:24:23 +00:00
arpi f294139b30 added forced window clearing for Xv, because on my setup (sawfish,
nvidia) there occasionally left a blue strip above the movie when
switching to fullscreen.

patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7057 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:23:26 +00:00
arpi 0f4a3c14c3 new slave volume command done :
"volume <x> <abs 0|1>"
where :
        abs optionnal,
                0 : relative, x > 0 increase else decrease
                1 : static, x = volume, 0 to 100

for sofware plugin, remember to / 2.55 before commiting

patch by "j.a.l" <j.a.l@free.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7056 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:44:29 +00:00
gabucino 665b40cbd5 applied Andras Mohari's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7055 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:28:44 +00:00
arpi 5bdd552d67 dvdnav wasn't selected for compilation together with mpdvdkit2.
patch by Jonas Jermann <jjermann@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:28:24 +00:00
michael 193e974326 allocating large enough buffer, fixes green stuff on top for encoding of height %16 != 0 videos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7053 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 19:12:13 +00:00
michael c473238dc8 asserts to check buffer size and non overlapingness
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7052 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 19:08:24 +00:00
joyping 89ed1748ae changed spdif default from "hw:0,2" to general alias "iec958"
based on a patch by Benedikt Hunz <hunz@hunz.org>
corrected typo in ugly spdif-warning message
added 32/20bit modes for 'high-end'-soundcards
disabled hw-mixer-access for big-endian machines
(mplayer seems to screw up hw-mixer on LinuxPPC running ALSA
needs more testing, but its safer to disable it for now.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7051 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 14:15:25 +00:00
diego d092fae808 -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7050 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:57:13 +00:00
diego 6e9a12a0d7 Fixed typo manpage --> man page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7049 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:36:58 +00:00
diego 411ad0099e Converted the docs to use proper headings tags.
Headings start at <H1> for sections and decrease one size for each level in
the section hierarchy, thus 2.3.4 is <H3>.  Headings without numbering are
<H4> unless they are in a <H5> section, then <H5> also.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7048 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-20 00:33:04 +00:00
jaf b14b8aee34 sync by anders@gnulinux.dk
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7047 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-19 11:17:24 +00:00
diego f88cde784e Sync the man page with the removed sections of the HTML docs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7046 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-19 01:38:59 +00:00
michael 788451afa7 typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7045 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 22:46:03 +00:00
gabucino cbc39c4b97 begun removing "Available options" and "Examples" sections, which
was discussed earlier on the list. Objections? Better solutions?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7044 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 20:51:55 +00:00
gabucino daa89fc68b sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7043 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 20:48:00 +00:00
diego 089924014f Typo spotted by Steven M. Schultz <sms at 2bsd com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7042 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 10:24:32 +00:00
michael 1b0eea6b9e 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7041 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 08:21:24 +00:00
michael e5f74c273e same behavior for luma & chroma single coeff elimination
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7040 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 01:07:37 +00:00
michael 74c5df8ea7 skip blocks with small chroma dc support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7039 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 20:48:23 +00:00
diego 7106873b8a Bah, if we start spellchecking this, we might as well do it right ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7038 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 10:25:18 +00:00
jaf 90e926973a libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7037 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 09:34:53 +00:00
jaf 2d8000e13d typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7036 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 09:15:30 +00:00