summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.corey2006-09-221-0/+1
| | | | | | | | This fixes recent bug with x264 and '-vf scale'. Patch by Luca Abeni (lucabe72 at email dot it); applied at his request. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19936 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 14.9.2006jheryan2006-09-228-63/+672
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19935 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19927: Fix typos noticed by Paul TT.kraymer2006-09-221-3/+3
| | | | | | | | r19895: When the hardware sample format is AC3, do not force using an hardcoded device name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19934 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove some unbreakable lines roff errors.gpoirier2006-09-221-8/+8
| | | | | | | | The remaining ones are a 1:1 copy of the English version, but somehow roff doesn't complain about them in that version Of well... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19933 b3059339-0415-0410-9bf9-f77b7e298cf2
* better rounding for audio_delay_fix in muxer_avi.cods152006-09-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19932 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync up to (yet) CVS rev. 1.1260ptt2006-09-221-29/+121
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try .mxf with libavformat first, works around a too greedy mpeg-demuxerreimar2006-09-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'treimar2006-09-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19929 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19927gpoirier2006-09-221-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typos noticed by Paul TT.diego2006-09-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19927 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2006-09-221-52/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: fix indentation after last commit.eugeni2006-09-211-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FT_Stroker use in libass. The previous variant ended up with 0-widtheugeni2006-09-211-28/+18
| | | | | | | outline in some cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19924 b3059339-0415-0410-9bf9-f77b7e298cf2
* In r19831, font size multiplier was mistakenly applied to border width.eugeni2006-09-211-1/+3
| | | | | | | Fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8lucabe2006-09-211-0/+1
| | | | | | | Patch by Gianluigi Tiesi (sherpya AT netfarm DOT it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19922 b3059339-0415-0410-9bf9-f77b7e298cf2
* change help_mp-de.h charset to UTF-8kraymer2006-09-212-544/+544
| | | | | | | set svn mime-type property for this file to UTF-8 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19921 b3059339-0415-0410-9bf9-f77b7e298cf2
* made file-static new_dvdnav_stream() and dvdnav_stream_read()nicodvb2006-09-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19920 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed definitions of no more used or file-static functionsnicodvb2006-09-201-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19919 b3059339-0415-0410-9bf9-f77b7e298cf2
* introduced new MP_CMD_DVDNAV_MOUSECLICK command (bound to mouse0);nicodvb2006-09-194-1/+15
| | | | | | | | | | it's used to activate the button corresponding to the last mouse position. This is a workaround against possibly buggy implementation of upper_lower/upper_button_select() and friends; will be removed when possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19918 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old dvdnav_event definitionsnicodvb2006-09-192-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19917 b3059339-0415-0410-9bf9-f77b7e298cf2
* show in the osd the number of the button selected by the mousenicodvb2006-09-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19916 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed dead codenicodvb2006-09-191-117/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Іnitial button value is -1. Only (button>0) is a correct button selection.jonas2006-09-192-4/+4
| | | | | | | | Initialized "dvdnav_status_t status" explicitly for clarity. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19914 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed mention of dvdnav_eventnicodvb2006-09-191-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sort events by ReadOrder (if both layer and start time are equal).eugeni2006-09-191-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set ReadOrder values for external subtitles.eugeni2006-09-191-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Calculate text bounding box in such way that it does not depend on the heighteugeni2006-09-191-0/+2
| | | | | | | of individual glyphs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19910 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: fix indentation after last commit.eugeni2006-09-191-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19908 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.eugeni2006-09-191-1/+4
| | | | | | | Font cache is updated automatically in FcConfigAppFontAddDir. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19907 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r19881gpoirier2006-09-191-18/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow shared libavcodec, but explain the implications.rathann2006-09-191-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add (if applicable) footnote to binary codecs in the feature list.rathann2006-09-181-4/+12
| | | | | | | Mention overriding default vo/ao. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19904 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for disabling screensaver when in fullscreen mode while using the sub ↵vayne2006-09-181-11/+11
| | | | | | window. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19903 b3059339-0415-0410-9bf9-f77b7e298cf2
* demuxer->movi_end is updated after ds_fill_buffer(),nicodvb2006-09-181-1/+2
| | | | | | | | this in demux_mpg_probe() end_seq_start must be assigned after ds_fill_buffer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19902 b3059339-0415-0410-9bf9-f77b7e298cf2
* permit seeking to 0: there's no reason to prevent itnicodvb2006-09-181-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19901 b3059339-0415-0410-9bf9-f77b7e298cf2
* in the previous commit I forgot to set s->end_pos=0nicodvb2006-09-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19900 b3059339-0415-0410-9bf9-f77b7e298cf2
* at titleset change call update_title_len() to reset stream->end_posnicodvb2006-09-181-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19899 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't seek until dvdnav_get_position() returns something meaningfulnicodvb2006-09-181-1/+8
| | | | | | | (len > 0), or dvdnav may crash or complain. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a stupid bug in list concatenation.eugeni2006-09-181-18/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19897 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19895Gabrov2006-09-181-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19896 b3059339-0415-0410-9bf9-f77b7e298cf2
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-183-17/+64
| | | | | | | | | | device name. The setting of the non-audio bit is now done by changing the default value of the AES0 parameter in the ALSA configuration structures. This works with user-specified devices, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-182-6/+17
| | | | | | | assembler arguments with a proper configure check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19894 b3059339-0415-0410-9bf9-f77b7e298cf2
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
| | | | | | | | immediately instead of continuing with the remaining calls that would fail anyway because the device or some variable wasn't properly initialized in this case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19893 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure should fall back on -mcpu=pentium4 if -mcpu=prescottdiego2006-09-181-0/+3
| | | | | | | | and -mcpu=nocona are not supported. patch by Sergey Svishchev, svs+mplayer grep ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix stupid use of multiplication to check signs which fails because of uau2006-09-181-5/+1
| | | | | | | | overflow. Negative values do not seem to be used so just remove the failing test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore original copyright notice as found in xine and xine-mms where thisdiego2006-09-181-7/+27
| | | | | | | code originated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19888 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix "groff comment issue" (' at beginning of line)kraymer2006-09-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19887 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19881: Shorten scale filter parameter names to avoid excessive line length.kraymer2006-09-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19886 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add hint about how to check man pages for markup errors.diego2006-09-181-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19885 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --disable-dvdnav to help output.diego2006-09-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19884 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix missleading msg printed when subcp_open is given NULL as parameter (like ↵gpoirier2006-09-181-1/+2
| | | | | | | | | | | | | | as demux_ogg and demux_mkv do) Patch by: Zuxy Meng %zuxy.meng A gmail P com% Original Thread: Message-ID: <a18e06b40609160400l74263121p5f41eaf3549caf5@mail.gmail.com> Date: Sat, 16 Sep 2006 19:00:57 +0800 To: mplayer-dev-eng@mplayerhq.hu Subject: [MPlayer-dev-eng] [PATCH] Remove erroneaus warning message in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19883 b3059339-0415-0410-9bf9-f77b7e298cf2
* roff markup fixesdiego2006-09-183-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shorten scale filter parameter names to avoid excessive line length.diego2006-09-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19881 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19879Gabrov2006-09-176-374/+201
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19880 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce code duplication in init_render_context().eugeni2006-09-172-83/+93
| | | | | | | Don't use glyph stroker for borderless glyphs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19879 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the dependency of libswscale on img_format.hlucabe2006-09-179-342/+415
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19878 b3059339-0415-0410-9bf9-f77b7e298cf2
* better description of set_mouse_pos.nicodvb2006-09-171-1/+2
| | | | | | | | People seem to expect that mplayer suddenly begins to move the user's mouse like a ghost git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19877 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-174-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19876 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)lucabe2006-09-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated graphics cards recommendations and fix wrong GTK dependency.diego2006-09-171-9/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19874 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reword the font section to be a bit more descriptive.diego2006-09-171-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19873 b3059339-0415-0410-9bf9-f77b7e298cf2
* more appropriate translation for INTERACTIVE CONTROLkraymer2006-09-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19872 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19865: Wording improvements, document only one half of -mouse-movements ↵kraymer2006-09-171-4/+10
| | | | | | | | | flag option. r19859: documented -[no]mouse-movements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19871 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-171-0/+1156
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19870 b3059339-0415-0410-9bf9-f77b7e298cf2
* conditional declerations are unnecessaryods152006-09-171-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19869 b3059339-0415-0410-9bf9-f77b7e298cf2
* conditional declerations are unnecessaryods152006-09-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add demux_nut to MPlayer repoods152006-09-176-1/+358
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
| | | | 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.diego2006-09-161-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19865 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor wording/spelling changesdiego2006-09-161-3/+3
| | | | 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.diego2006-09-161-4/+4
| | | | | | | 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.eugeni2006-09-161-0/+22
| | | | | | | 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_posnicodvb2006-09-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19861 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS: fixed broken indentationnicodvb2006-09-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19860 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -[no]mouse-movementsnicodvb2006-09-161-0/+6
| | | | 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 ↵nicodvb2006-09-161-0/+1