aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* removed the messGravatar alex2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7808 b3059339-0415-0410-9bf9-f77b7e298cf2
* set position in channel list on startup. note: hope one day we will get ↵Gravatar alex2002-10-19
| | | | | | cleaned the int->float->int sutff ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed two typos noticed by Sycotic Smith (I think).Gravatar diego2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7806 b3059339-0415-0410-9bf9-f77b7e298cf2
* task doneGravatar alex2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stop grabbing from v4l when paused by Jindrich MakovickaGravatar alex2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Choose a good visual from the list of supported visuals on the X11 server,Gravatar jkeil2002-10-19
| | | | | | | | | instead of using the attributes from the root window. A framebuffer in a Sun often runs using a default visual of 8-bit pseudocolor, yet a better 24 or 32 bit truecolor visual is available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7803 b3059339-0415-0410-9bf9-f77b7e298cf2
* - wsErrorHandler was crashing on solaris with a null pointer access in printf;Gravatar jkeil2002-10-19
| | | | | | | | | | | don't crash when current_module is not set. - CWX, CWY, CWWidth, CWHeight are invalid attributes for CreateWindow, they should be used with ConfigureWindow only. (Note: their definition is equivalent to CWBackPixmap, CWBackPixel, CWBorderPixmap, CWBorderPixel) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7802 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh->context for private dataGravatar alex2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7801 b3059339-0415-0410-9bf9-f77b7e298cf2
* support to use minilzo lib alternativelyGravatar alex2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7800 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar jaf2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7799 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanupGravatar arpi2002-10-19
| | | | | | | fixed order of internal and external libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not install CVS directories.Gravatar diego2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7797 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD infoGravatar nexus2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Documented "j" key, small fixes, rewording, spell checking.Gravatar diego2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7795 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove option descriptions that are in the man page, add some missingGravatar diego2002-10-19
| | | | | | | <CODE> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keyboard controls and options are described in the man page, removed theGravatar diego2002-10-19
| | | | | | | redundant description here, plus small fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with the English version, patch by <hephooey@fastmail.fm>.Gravatar diego2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7792 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10LGravatar kmkaplan2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7791 b3059339-0415-0410-9bf9-f77b7e298cf2
* bypass palette from bih, when codec cannot give it in o_bihGravatar arpi2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7790 b3059339-0415-0410-9bf9-f77b7e298cf2
* #ifdef PIX_FMT_YUV411P...Gravatar arpi2002-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7789 b3059339-0415-0410-9bf9-f77b7e298cf2
* doc fixes part 1 (more will come when i find the time to read the rest)Gravatar attila2002-10-18
| | | | | | | | | | | | | | | | | | | | | | if anything is not ok, please let me know documentation.html: * OGG -> OGG/OGM (both file formats are supported) * somewhat better wording (no real change of meaning) * update of the current xf86 version from 4.2.0 to 4.2.1 * mga_vid is not old * partial sync of the options with the manpage (someone with deeper knwoledge should check them and finish the sync) * added 2 links about quoting and correct writing of mails to the mailinglists formats.html: * fixing typo interleaved -> non-interleaved (at least i think it's a typo please someone check it) * non-interleaved AVIs should be played with -ni * OGG -> OGG/OGM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7788 b3059339-0415-0410-9bf9-f77b7e298cf2
* some corrections to produce better looking indentationsGravatar jonas2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7787 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix & workaround possible sig8/sig11 in blocksize calculationGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7786 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bih->biSize for uncompressed files tooGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7785 b3059339-0415-0410-9bf9-f77b7e298cf2
* exporting palette for 4/8bpp modesGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7784 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing palette exportGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7783 b3059339-0415-0410-9bf9-f77b7e298cf2
* vbrpass option, patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>.Gravatar diego2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mplayer can switch between subtitles of different languages duringGravatar kmkaplan2002-10-17
| | | | | | | playing by press 'j', based on a patch by <hephooey@fastmail.fm>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7781 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mplayer can switch between subtitles of different languages duringGravatar kmkaplan2002-10-17
| | | | | | | playing by press 'j', by <hephooey@fastmail.fm>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7780 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - noticed by Soeren Mueller <soeren.mueller at webwasher.com>Gravatar faust32002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7779 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo supportGravatar pontscho2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7778 b3059339-0415-0410-9bf9-f77b7e298cf2
* fill the extra bytes with zeroGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7777 b3059339-0415-0410-9bf9-f77b7e298cf2
* small memleaksGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7776 b3059339-0415-0410-9bf9-f77b7e298cf2
* dumping environment vars in setdllacecsspathGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7775 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb1/rgb4 supportGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7774 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf min. version bumpedGravatar arpi2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7773 b3059339-0415-0410-9bf9-f77b7e298cf2
* - raw rgb1, rgb4 addedGravatar arpi2002-10-17
| | | | | | | | | - mapping raw yuv formats added - fourcc 'alaw' fo rmov files added - version bumped git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7772 b3059339-0415-0410-9bf9-f77b7e298cf2
* - rgb1, rgb4 supportGravatar arpi2002-10-17
| | | | | | | | - format mapping support - memleak fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7771 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid multiple initGravatar michael2002-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7770 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug, found by valgrind :)Gravatar arpi2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended the FAQ a bit, maybe we start receiving some more donations andGravatar diego2002-10-16
| | | | | | | usable patches now :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7768 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix memleak againGravatar pontscho2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7767 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix memleakGravatar pontscho2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7766 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo supportGravatar pontscho2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7765 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo supportGravatar pontscho2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7764 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - do not read INDEX twice!!!Gravatar arpi2002-10-16
| | | | | | | list index even if generated by mplayer (verbose>=2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7763 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleaksGravatar arpi2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7762 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fixGravatar arpi2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7761 b3059339-0415-0410-9bf9-f77b7e298cf2
* memleak fix (found by valgrind)Gravatar arpi2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7760 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreenGravatar pontscho2002-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7759 b3059339-0415-0410-9bf9-f77b7e298cf2