summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Well.. it's KotH not Koth :)attila2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7705 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh 100lnexus2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7704 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lnexus2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Man page review part one, spelling, rewording and layout fixes.diego2002-10-101-43/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mailing list section reworded and updated. This should at some point bediego2002-10-102-24/+28
| | | | | | | merged with bugreports.html somehow. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Converted 2 spaces to one in section titles, changed some uglydiego2002-10-104-60/+64
| | | | | | | linebreaks and put "." after sentences in codecs.html. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for a stupid mistake, patch by hephooey@fastmail.fm.diego2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7699 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't honor stride hints if the next filter(chain) doesn't support stridearpi2002-10-101-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix usage for common users that may not have fbset in their path.diego2002-10-101-1/+1
| | | | | | | Idea by D Richard Felker III. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7697 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning found by Dominikarpi2002-10-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7696 b3059339-0415-0410-9bf9-f77b7e298cf2
* also set VFCAP_ACCEPT_STRIDE when draw_image() is implementedarpi2002-10-104-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7695 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image()arpi2002-10-101-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7694 b3059339-0415-0410-9bf9-f77b7e298cf2
* for() -> memcpy_pic()arpi2002-10-091-38/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7693 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix & cleanup of draw_frame(), still NO support for stride :(arpi2002-10-091-19/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7692 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_slice() seems to support all csparpi2002-10-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7691 b3059339-0415-0410-9bf9-f77b7e298cf2
* since draw_slice() supports RGB/BGR, we don't need draw_image() for stridearpi2002-10-091-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7690 b3059339-0415-0410-9bf9-f77b7e298cf2
* since draw_slice() can handle packed RGB too, set the VFCAP_ACCEPT_STRIDE flagarpi2002-10-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7689 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for VFCAP_ACCEPT_STRIDE in vo driversarpi2002-10-092-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7688 b3059339-0415-0410-9bf9-f77b7e298cf2
* VFCAP_DRAW_SLICE addedarpi2002-10-091-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7687 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image, get_image fixarpi2002-10-091-35/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7686 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image()arpi2002-10-091-85/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7685 b3059339-0415-0410-9bf9-f77b7e298cf2
* - implemented draw_image()arpi2002-10-091-23/+16
| | | | | | | - removed unneeded if(!gui) from preinit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7684 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixes vo_directx to work with -fixed-voarpi2002-10-091-4/+29
| | | | | | | | -use subdevice "noaccel" to disable overlay patch by "Sascha Sommer" <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7683 b3059339-0415-0410-9bf9-f77b7e298cf2
* draw_image() implementation (new libvo API)arpi2002-10-091-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7682 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cleanup, some -vo mga fullscreen fixesarpi2002-10-093-38/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7681 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanuparpi2002-10-093-123/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7680 b3059339-0415-0410-9bf9-f77b7e298cf2
* VfwEx uninit crash fixed, bugreport by Wolfgang Thiess <wollet1@gmx.net>arpi2002-10-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7679 b3059339-0415-0410-9bf9-f77b7e298cf2
* _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testingarpi2002-10-092-3/+8
| | | | | | | (imho it should NOT be documented yet) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7678 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit() has an arg... use it.arpi2002-10-092-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7677 b3059339-0415-0410-9bf9-f77b7e298cf2
* mode check at preinit()arpi2002-10-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7676 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsarpi2002-10-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7675 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nosound fixarpi2002-10-081-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7674 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed a 10l bug: setting PTS flag even if no PTS storedarpi2002-10-081-8/+15
| | | | | | | - support for file-writing even if --enable-dvb: -vo mpegpes:filename.mpg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7673 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed LPCM parsingarpi2002-10-081-18/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7672 b3059339-0415-0410-9bf9-f77b7e298cf2
* parse samplerate & channels from LPCM headerarpi2002-10-081-5/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7671 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset channels tooarpi2002-10-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7670 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove nonsense warnings now that libaf is usedrfelker2002-10-081-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7669 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffdv is stable nowarpi2002-10-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7668 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics :)arpi2002-10-081-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding function for calculating the delay caused by the filtersanders2002-10-084-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7666 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for RTSP stream over TCP.bertrand2002-10-082-2/+13
| | | | | | | Patch from Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7665 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Fix for the broken MultiDec files I had originally posted with thearpi2002-10-071-61/+163
| | | | | | | | | | | | | | | | | first version of the demuxer. They play ok now. Fix can be disabled through conditional compiling, so just comment out the #define directive if it breaks anything (see source). * Demuxer now honours audio/video ids. Since PVAs only contain one audio track and one video track by specification, they are vid 0 and aid 0. This also fixes the "too many audio/video packets in buffer" with -dump[audio|video]. * substituted longs with off_t's for offsets, so that it should work on large files. patch by Matteo Giani <matgiani@ctonet.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7664 b3059339-0415-0410-9bf9-f77b7e298cf2
* 411P added (DV ntsc)arpi2002-10-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7663 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.arpi2002-10-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7662 b3059339-0415-0410-9bf9-f77b7e298cf2
* fill ao_data correctlyarpi2002-10-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7661 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for libaf...arpi2002-10-071-3/+3
| | | | | | | | please someone verify this, i'm not sure it's ok, looks weird: alsa_format.voices = ao_data.channels*2; git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7660 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated for libaf rulesarpi2002-10-071-18/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7659 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-072-32/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle playback of sample rates not supported by the sun audio hardware.jkeil2002-10-071-18/+215
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document demux_mov.c fixjkeil2002-10-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7656 b3059339-0415-0410-9bf9-f77b7e298cf2
* BE_16/BE_32 macro was accessing integers from unaligned addresses on SPARCjkeil2002-10-071-11/+9
| | | | | | | char2short/char2int broken on BIGENDIAN git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7655 b3059339-0415-0410-9bf9-f77b7e298cf2
* added libafalex2002-10-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7654 b3059339-0415-0410-9bf9-f77b7e298cf2
* DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>arpi2002-10-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7653 b3059339-0415-0410-9bf9-f77b7e298cf2
* documenting vesa 3 / GTF configarpi2002-10-072-7/+17
| | | | | | | patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7652 b3059339-0415-0410-9bf9-f77b7e298cf2
* a small fix for vo_vesa, when calling set_refresh, when -nofs used.arpi2002-10-071-2/+1
| | | | | | | patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding functionality for adding filters during executionanders2002-10-072-4/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7650 b3059339-0415-0410-9bf9-f77b7e298cf2
* I think libfaad2 changed recently. The functions faacDecInit() andarpi2002-10-071-1/+2
| | | | | | | | | faacDecInit2() now return the number of channels through a pointer to char (was: pointer to long). patch by Uwe.Reder@3SOFT.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7649 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-10-071-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7648 b3059339-0415-0410-9bf9-f77b7e298cf2
* libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-071-26/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some further explanations, dev-eng is now subscribers only.diego2002-10-071-16/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7646 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updatesdiego2002-10-071-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7645 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed Anders' nonsense changearpi2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7644 b3059339-0415-0410-9bf9-f77b7e298cf2
* some obsolete stuff removedgabucino2002-10-062-27/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7643 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-10-069-897/+740
| | | | | | | now it's 100% synced, except some HTML code changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7642 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, fixesgabucino2002-10-066-98/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7641 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing my email addr (too much spam)gabucino2002-10-062-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7640 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncrtognimp2002-10-061-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7639 b3059339-0415-0410-9bf9-f77b7e298cf2
* various fixes, new optionsarpi2002-10-061-18/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7638 b3059339-0415-0410-9bf9-f77b7e298cf2
* extending the tooslow hintsarpi2002-10-061-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7637 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed -ac/vc/ao/vo/afm/vfm stuffarpi2002-10-061-18/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7636 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdkit shared install fixedarpi2002-10-061-1/+6
| | | | | | | bugrep by Chris Phillips <chris@thirtythreeandathird.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7635 b3059339-0415-0410-9bf9-f77b7e298cf2
* mayeb fixed dpms/screensaver issuesarpi2002-10-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7634 b3059339-0415-0410-9bf9-f77b7e298cf2
* documenting -vop dintarpi2002-10-061-0/+5
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7633 b3059339-0415-0410-9bf9-f77b7e298cf2
* I found that default isn't optimal so it's changed a bit. :)arpi2002-10-061-1/+1
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7632 b3059339-0415-0410-9bf9-f77b7e298cf2
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-064-0/+101
| | | | | | | TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7631 b3059339-0415-0410-9bf9-f77b7e298cf2
* i18n should not affect --languagearpi2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds the functionality to disable/enable subtitles while playingarpi2002-10-067-3/+27
| | | | | | | | | | | | a video. I mapped it to the input-keyword "sub_visibility". This keyword is mapped to the 'v' key on the keyboard. I tested the patch with old-fashioned subtitles, with freetype subtitles and DVD subtitles. Works fine. The patch also includes documentation updates. patch by Uwe.Reder@3SOFT.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7629 b3059339-0415-0410-9bf9-f77b7e298cf2
* DPRINTF -> mp_msg()arpi2002-10-061-37/+27
| | | | | | | patch by Tobias Diedrich <td@sim.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small error, the buffer size got set incorrectly.arpi2002-10-061-22/+47
| | | | | | | | (Now BUFFER_SIZE * 3 instead of BUFFER_SIZE * 2) patch by Tobias Diedrich <td@sim.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some typos and an error in the help output.diego2002-10-061-6/+6