aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* translation by Vladimir Voroshilov, voroshil gmail comGravatar voroshil2006-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19870 b3059339-0415-0410-9bf9-f77b7e298cf2
* conditional declerations are unnecessaryGravatar ods152006-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19869 b3059339-0415-0410-9bf9-f77b7e298cf2
* conditional declerations are unnecessaryGravatar ods152006-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add demux_nut to MPlayer repoGravatar ods152006-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete font generator Gimp plugin.Gravatar diego2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wording improvements, document only one half of -mouse-movements flag option.Gravatar diego2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19865 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor wording/spelling changesGravatar diego2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19864 b3059339-0415-0410-9bf9-f77b7e298cf2
* The recent renaming of the gcc-checking switches to gcc-check was incomplete.Gravatar diego2006-09-16
| | | | | | | patch by Timo Kanera, timo kanera de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtract glyph bitmap from outline bitmap.Gravatar eugeni2006-09-16
| | | | | | | It greatly improves display of glyphs with semitransparent primary color. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19862 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented set_mouse_posGravatar nicodvb2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19861 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS: fixed broken indentationGravatar nicodvb2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19860 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -[no]mouse-movementsGravatar nicodvb2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19859 b3059339-0415-0410-9bf9-f77b7e298cf2
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate ↵Gravatar nicodvb2006-09-16
| | | | | | confirmation) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19858 b3059339-0415-0410-9bf9-f77b7e298cf2
* report mouse coordinates after movement to dvdnav; this permits to enable ↵Gravatar nicodvb2006-09-16
| | | | | | button selection using the mouse; patch by Jonas Jermann and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19857 b3059339-0415-0410-9bf9-f77b7e298cf2
* report to mplayer with a slave command the coordinates of the pointer ↵Gravatar nicodvb2006-09-16
| | | | | | reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19856 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed superflous -I in the dvdnav section; patch by Timo Kanera - timo ↵Gravatar nicodvb2006-09-16
| | | | | | kanera de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add \be (blur edges) support to libass.Gravatar eugeni2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make blur() public. Will be used in libass.Gravatar eugeni2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19853 b3059339-0415-0410-9bf9-f77b7e298cf2
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.Gravatar eugeni2006-09-16
| | | | | | | This is required for various bitmap modifications (like blur, outline and shadow). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19852 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Vladimir Voroshilov, voroshil gmail comGravatar voroshil2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19851 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typos ("bytes" -> "Bytes")Gravatar kraymer2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed missed sync tag, thanks to Andrew SavchenkoGravatar voroshil2006-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19849 b3059339-0415-0410-9bf9-f77b7e298cf2
* at start, when not playing a specific titleset, try to call the Title menu ↵Gravatar nicodvb2006-09-15
| | | | | | (as is common practice among players) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change demuxer for "application/octet-stream" http streams fromGravatar eugeni2006-09-15
| | | | | | | ASF to UNKNOWN (autodetect). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19847 b3059339-0415-0410-9bf9-f77b7e298cf2
* in mp_dvdnav_handle_input() update current button only if the status of the ↵Gravatar nicodvb2006-09-15
| | | | | | previous operation succeeded; patch by Jonas Jermann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19846 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on ↵Gravatar nicodvb2006-09-15
| | | | | | dvdnav_priv; patch by Jonas Jermann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19845 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed code that propagated the slave command dvdnav_event that hasn't been ↵Gravatar nicodvb2006-09-15
| | | | | | handled for years; patch by Jonas Jermann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19844 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't uninit the video_out when using -fixed-vo; patch by Jonas JermannGravatar nicodvb2006-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19843 b3059339-0415-0410-9bf9-f77b7e298cf2
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if ↵Gravatar nicodvb2006-09-15
| | | | | | dvdnav_button_activate() succeeds, to avoid unneeded resets in main() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19842 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable multichannel mode, it never worked reliableGravatar faust32006-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19841 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19839: Add repeated screenshot mode to vf_screenshot.Gravatar kraymer2006-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19840 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add repeated screenshot mode to vf_screenshot.Gravatar eugeni2006-09-15
| | | | | | | It is triggered by "screenshot 1". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19839 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix Irix build with gcc < 3.x, closes Bugzilla #572.Gravatar diego2006-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19838 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19829: Improve TrueType font installation sectionGravatar voroshil2006-09-14
| | | | | | | | | | | r19828: Move subtitles and OSD section from the installation to the usage chapter r19827: Slightly restructure font installation section r19825: Truetype fonts now preferred over bitmap fonts, rewrite the font installation r19823: Remove mpsub section, the format is documented in DOCS/tech r19820: Marillat packages binary codecs, not bitmap fonts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19837 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx implementation of yadif. 3.5x faster.Gravatar lorenm2006-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19836 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics (indentation)Gravatar lorenm2006-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19835 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsGravatar lorenm2006-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19834 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19832: remove leftover parenthesisGravatar kraymer2006-09-13
| | | | | | | | r19829: Improve TrueType font installation section. r19828: Move subtitles and OSD section from the installation to the usage chapter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19833 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove leftover parenthesisGravatar kraymer2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19832 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make font outline width proportional to movie resolution.Gravatar eugeni2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19831 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font ↵Gravatar kraymer2006-09-13
| | | | | | | | | | | installation. r19827: Slightly restructure font installation section. + small fix in video.xml git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19830 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve TrueType font installation section.Gravatar diego2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19829 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move subtitles and OSD section from the installation to the usage chapter.Gravatar diego2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19828 b3059339-0415-0410-9bf9-f77b7e298cf2
* Slightly restructure font installation section.Gravatar diego2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.Gravatar diego2006-09-13
| | | | | | | This considerably reduces our local patch size. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19826 b3059339-0415-0410-9bf9-f77b7e298cf2
* TrueType fonts now preferred over bitmap fonts, rewrite the font installation.Gravatar diego2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19825 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19823: Remove mpsub section, the format is documented in DOCS/tech.Gravatar kraymer2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove mpsub section, the format is documented in DOCS/tech.Gravatar diego2006-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19823 b3059339-0415-0410-9bf9-f77b7e298cf2
* various fixes, rewordingGravatar kraymer2006-09-13
| | | | | | | based on suggestions by Kurt Lettmaier (k.lettmaier onlinehome de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19822 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19820: Marillat packages binary codecs, not bitmap fonts.Gravatar kraymer2006-09-13
| | | | | | | (+ rewording) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19821 b3059339-0415-0410-9bf9-f77b7e298cf2