summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-2212-19/+19
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed nonsense 'inline'arpi2002-08-222-4/+4
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7073 b3059339-0415-0410-9bf9-f77b7e298cf2
* - functions inside of functions are invalid in icc. replaced with #define'sarpi2002-08-221-8/+8
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7072 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-225-13/+15
| | | | | | | some silly bugs slipped through.. here is the fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7071 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-2210-78/+552
| | | | | | | | | 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
* 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>arpi2002-08-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7069 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-222-16/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7068 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti ↵jaf2002-08-221-0/+9
| | | | | | <mplayer@lists.veego.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7067 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7066 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation for -vop eqrfelker2002-08-222-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to run multiple instances of MPlayer.diego2002-08-221-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7064 b3059339-0415-0410-9bf9-f77b7e298cf2
* soft video equalizer filter, currently supports brightness andrfelker2002-08-213-1/+157
| | | | | | | contrast adjustment for all planar yuv formats git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7063 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, cosmetics and a tag closed.diego2002-08-213-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7062 b3059339-0415-0410-9bf9-f77b7e298cf2
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-215-0/+629
| | | | | | | | | | | | | - 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
* support for SP5x video codec used by Aiptek webcamarpi2002-08-211-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7060 b3059339-0415-0410-9bf9-f77b7e298cf2
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-2112-276/+797
| | | | | | | | | | | | | - 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
* this piece of code should prevent major fullscreen screwups, which canarpi2002-08-211-0/+5
| | | | | | | | | 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
* added forced window clearing for Xv, because on my setup (sawfish,arpi2002-08-211-0/+6
| | | | | | | | | | 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
* new slave volume command done :arpi2002-08-212-1/+11
| | | | | | | | | | | | | | | "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
* applied Andras Mohari's patchgabucino2002-08-212-87/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7055 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav wasn't selected for compilation together with mpdvdkit2.arpi2002-08-211-1/+1
| | | | | | | patch by Jonas Jermann <jjermann@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
* allocating large enough buffer, fixes green stuff on top for encoding of ↵michael2002-08-211-1/+5
| | | | | | height %16 != 0 videos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7053 b3059339-0415-0410-9bf9-f77b7e298cf2
* asserts to check buffer size and non overlapingnessmichael2002-08-211-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7052 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed spdif default from "hw:0,2" to general alias "iec958"joyping2002-08-202-96/+126
| | | | | | | | | | | | 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
* -subcc option documented, patch by Robert R. Wal <rrw at hell pl>.diego2002-08-202-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed typo manpage --> man page.diego2002-08-203-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Converted the docs to use proper headings tags.diego2002-08-209-251/+265
| | | | | | | | | 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
* sync by anders@gnulinux.dkjaf2002-08-191-61/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync the man page with the removed sections of the HTML docs.diego2002-08-191-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7046 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7045 b3059339-0415-0410-9bf9-f77b7e298cf2
* begun removing "Available options" and "Examples" sections, whichgabucino2002-08-183-206/+10
| | | | | | | was discussed earlier on the list. Objections? Better solutions? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7044 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-08-187-652/+532
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo spotted by Steven M. Schultz <sms at 2bsd com>.diego2002-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7042 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>michael2002-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7041 b3059339-0415-0410-9bf9-f77b7e298cf2
* same behavior for luma & chroma single coeff eliminationmichael2002-08-182-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7040 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip blocks with small chroma dc supportmichael2002-08-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bah, if we start spellchecking this, we might as well do it right ;-)diego2002-08-171-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7038 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.jaf2002-08-172-1/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7037 b3059339-0415-0410-9bf9-f77b7e298cf2
* typojaf2002-08-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7036 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer libmpdvdkit2 over v1arpi2002-08-161-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7035 b3059339-0415-0410-9bf9-f77b7e298cf2
* apply mplayer-specific patchesarpi2002-08-1619-195/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7034 b3059339-0415-0410-9bf9-f77b7e298cf2
* applying css-key cache patcharpi2002-08-163-3/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7033 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libmpdvdkit filesarpi2002-08-163-0/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7032 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7031 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libdvdread 0.9.3 filesarpi2002-08-1617-0/+6757
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7030 b3059339-0415-0410-9bf9-f77b7e298cf2
* 40% faster blurmichael2002-08-161-7/+139
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7029 b3059339-0415-0410-9bf9-f77b7e298cf2
* importing libdvdcss 1.2.2 filesarpi2002-08-1614-0/+6866
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7028 b3059339-0415-0410-9bf9-f77b7e298cf2
* should solve -vo vesa:vidix problem 'vosub_vidix: video server hasarpi2002-08-161-0/+7
| | | | | | | unsupported color depth by vidix (0)' - patch by Emiel Neggers <emiel@neggers.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7027 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug - noticed by Emiel Neggers <emiel@neggers.net>arpi2002-08-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7026 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should usearpi2002-08-161-4/+4
| | | | | | | that here... dunno, it worked with BINDIR too???? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7025 b3059339-0415-0410-9bf9-f77b7e298cf2
* speedup of gaussarpi2002-08-161-12/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7024 b3059339-0415-0410-9bf9-f77b7e298cf2
* using precalculated src*om[][] table -> 25% faster.arpi2002-08-161-7/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7023 b3059339-0415-0410-9bf9-f77b7e298cf2
* more (~40%) speedup :)arpi2002-08-161-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7022 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-08-161-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7021 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (?) cmd line handlingpontscho2002-08-1510-175/+144
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip black in outline (white skip code is #if 0 as there is no speed difference)michael2002-08-151-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Remi Guyomarch <rguyom at pobox com>.diego2002-08-151-4/+15
| | | | | | | | | 1) document vb_qoffset instead of two times vb_qfactor 2) document "gray" and "mpeg_quant" 3) add 1 space to line-up with other options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7018 b3059339-0415-0410-9bf9-f77b7e298cf2
* added gettimeofday-based profiling/timingarpi2002-08-152-2/+21
| | | | | | | little speedup of outline() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Andras Mohari <mayday at varoshaza nagyatad hu> in adiego2002-08-153-35/+53
| | | | | | | | | slightly modified form. This puts some warnings into blockquote tags, adds a few links, removes some UPPERCASE words and fixes a few wording and spelling errors. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7016 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Panagiotis Issaris <takis.issaris@skynet.be>jaf2002-08-151-5/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7015 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjaf2002-08-152-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7014 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***jaf2002-08-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7013 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug & ver updatemichael2002-08-141-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7012 b3059339-0415-0410-9bf9-f77b7e298cf2
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
| | | | | | | based on patch by Chris Forno <jcore@m-net.arbornet.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7011 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 gui support (dialogbox, etc.)pontscho2002-08-1414-75/+454
| | | | | | | | - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Create and set up a "BITMAPINFOHEADER" and "WAVEFORMATEX" structure forarpi2002-08-141-12/+41
| | | | | | | | | video and audio (respectively) RTP streams. (This allows RTP streams that use non MPEG codecs to work.) patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7009 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixes by Ross Finlayson <finlayson@live.com>arpi2002-08-142-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7008 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable cache if stream->fd<0 (no regular file/pipe but some special thing)arpi2002-08-141-0/+7
| | | | | | | Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7007 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds a soname and a shared library version number to libdha.arpi2002-08-141-2/+2
| | | | | | | patch by Goetz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7006 b3059339-0415-0410-9bf9-f77b7e298cf2
* dynamic libavcodec.so support updated byarpi2002-08-146-12/+16
| | | | | | | Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7005 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>arpi2002-08-142-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7004 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrects an off-by-one error when trying to seek beyond the end of file.arpi2002-08-141-1/+1
| | | | | | | patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7003 b3059339-0415-0410-9bf9-f77b7e298cf2
* not only divx4 has 2, 3passgabucino2002-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7002 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-08-144-298/+319
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7001 b3059339-0415-0410-9bf9-f77b7e298cf2
* Link and title synched to documentation.html.diego2002-08-141-2/+2
| | | | git-svn-id: svn://svn