summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.mplayerhq.hu/mplayer/trunk@7000 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Andras Mohari <mayday at varoshaza . nagyatad . hu>diego2002-08-146-133/+144
| | | | | | | | | | | | | | * Reduces the number of '!' chars... * Removes unnecessary spaces before ':' and '!' chars. * Changes the title of Appendix X to 'MPlayer skin format'. * Improves(?) wording in some cases. * Adds CODE tags around some options and filenames. Plus some further wording fixes by me, two dangling links and converted a few ASCII unordered lists into proper HTML ones. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6999 b3059339-0415-0410-9bf9-f77b7e298cf2
* arpi told me ...jaf2002-08-143-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6998 b3059339-0415-0410-9bf9-f77b7e298cf2
* add uri2filename converterpontscho2002-08-145-11/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6997 b3059339-0415-0410-9bf9-f77b7e298cf2
* RV20 A-V desync fixed - use timestamp hack only for RV30arpi2002-08-141-6/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6996 b3059339-0415-0410-9bf9-f77b7e298cf2
* messages moved from vf.c and vd.cjaf2002-08-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6995 b3059339-0415-0410-9bf9-f77b7e298cf2
* messages moved from vf.c and vd.cjaf2002-08-134-14/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Jindrich Makovicka's new noise pattern filter.diego2002-08-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6993 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)michael2002-08-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6992 b3059339-0415-0410-9bf9-f77b7e298cf2
* semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux ↵michael2002-08-132-10/+34
| | | | | | dot fjfi dot cvut dot cz>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6991 b3059339-0415-0410-9bf9-f77b7e298cf2
* messages moved from dec_??d?o.cjaf2002-08-134-14/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6990 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-08-131-2/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6989 b3059339-0415-0410-9bf9-f77b7e298cf2
* A BIG update to english version (including some cosmetics, some spellchecks, ↵jonas2002-08-1310-1758/+2049
| | | | | | changed structures, added docs), it should be up-to-date and again... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mozilla/Opera/? fixjonas2002-08-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put/get_image fixed. Deleted forgotten development commentszdar2002-08-131-38/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos & spelling fixedzdar2002-08-131-19/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6985 b3059339-0415-0410-9bf9-f77b7e298cf2
* rv40 supportarpi2002-08-121-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6984 b3059339-0415-0410-9bf9-f77b7e298cf2
* RV40 supportarpi2002-08-121-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6983 b3059339-0415-0410-9bf9-f77b7e298cf2
* HTML fixes, no content change.diego2002-08-113-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6982 b3059339-0415-0410-9bf9-f77b7e298cf2
* HTML restructured. Now using definition lists instead of tables.diego2002-08-111-676/+717
| | | | | | | Content not changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Properly indented table and fixed <TR> structure.diego2002-08-111-45/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6980 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document new -sws options as well as TV input changes.diego2002-08-111-8/+19
| | | | | | | | Please review for correctness. Patc