summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Calculate text bounding box in such way that it does not depend on the heighteugeni2006-09-191-0/+2
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
* Cosmetics: fix indentation after last commit.eugeni2006-09-191-23/+23
* Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.eugeni2006-09-191-1/+4
* sync with r19881gpoirier2006-09-191-18/+61
* Allow shared libavcodec, but explain the implications.rathann2006-09-191-5/+5
* Add (if applicable) footnote to binary codecs in the feature list.rathann2006-09-181-4/+12
* fix for disabling screensaver when in fullscreen mode while using the sub win...vayne2006-09-181-11/+11
* demuxer->movi_end is updated after ds_fill_buffer(),nicodvb2006-09-181-1/+2
* permit seeking to 0: there's no reason to prevent itnicodvb2006-09-181-6/+3
* in the previous commit I forgot to set s->end_pos=0nicodvb2006-09-181-0/+1
* at titleset change call update_title_len() to reset stream->end_posnicodvb2006-09-181-0/+4
* don't seek until dvdnav_get_position() returns something meaningfulnicodvb2006-09-181-1/+8
* Fix a stupid bug in list concatenation.eugeni2006-09-181-18/+9
* synced with r19895Gabrov2006-09-181-6/+6
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-183-17/+64
* Replace preprocessor hacks to work around compilers not supporting nameddiego2006-09-182-6/+17
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
* configure should fall back on -mcpu=pentium4 if -mcpu=prescottdiego2006-09-181-0/+3
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
* Fix stupid use of multiplication to check signs which fails because of uau2006-09-181-5/+1
* Restore original copyright notice as found in xine and xine-mms where thisdiego2006-09-181-7/+27
* fix "groff comment issue" (' at beginning of line)kraymer2006-09-181-4/+4
* r19881: Shorten scale filter parameter names to avoid excessive line length.kraymer2006-09-181-4/+4
* Add hint about how to check man pages for markup errors.diego2006-09-181-1/+2
* Add --disable-dvdnav to help output.diego2006-09-181-0/+1
* Fix missleading msg printed when subcp_open is given NULL as parameter (like ...gpoirier2006-09-181-1/+2
* roff markup fixesdiego2006-09-183-12/+12
* Shorten scale filter parameter names to avoid excessive line length.diego2006-09-181-3/+3
* synced with r19879Gabrov2006-09-176-374/+201
* Reduce code duplication in init_render_context().eugeni2006-09-172-83/+93
* Remove the dependency of libswscale on img_format.hlucabe2006-09-179-342/+415
* better description of set_mouse_pos.nicodvb2006-09-171-1/+2
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-174-8/+19
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)lucabe2006-09-171-1/+1
* Remove outdated graphics cards recommendations and fix wrong GTK dependency.diego2006-09-171-9/+1
* Reword the font section to be a bit more descriptive.diego2006-09-171-5/+5
* more appropriate translation for INTERACTIVE CONTROLkraymer2006-09-171-2/+2
* r19865: Wording improvements, document only one half of -mouse-movements flag...kraymer2006-09-171-4/+10
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-171-0/+1156
* conditional declerations are unnecessaryods152006-09-171-6/+0
* conditional declerations are unnecessaryods152006-09-171-2/+0
* Add demux_nut to MPlayer repoods152006-09-176-1/+358
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
* Wording improvements, document only one half of -mouse-movements flag option.diego2006-09-161-9/+10
* minor wording/spelling changesdiego2006-09-161-3/+3
* The recent renaming of the gcc-checking switches to gcc-check was incomplete.diego2006-09-161-4/+4
* Subtract glyph bitmap from outline bitmap.eugeni2006-09-161-0/+22
* documented set_mouse_posnicodvb2006-09-161-0/+3
* COSMETICS: fixed broken indentationnicodvb2006-09-161-2/+2
* documented -[no]mouse-movementsnicodvb2006-09-161-0/+6
* when dvdnav is enabled associate MOUSE_BTN0 to dvdnav 6 (to simulate confirma...nicodvb2006-09-161-0/+1
* report mouse coordinates after movement to dvdnav; this permits to enable but...nicodvb2006-09-163-0/+22
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-165-0/+40
* removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kane...nicodvb2006-09-161-1/+1
* Add \be (blur edges) support to libass.eugeni2006-09-165-7/+128
* Make blur() public. Will be used in libass.eugeni2006-09-162-1/+4
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-166-65/+156
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-161-0/+2546
* fix typos ("bytes" -> "Bytes")kraymer2006-09-161-3/+3
* Fixed missed sync tag, thanks to Andrew Savchenkovoroshil2006-09-161-1/+1
* at start, when not playing a specific titleset, try to call the Title menu (a...nicodvb2006-09-151-1/+3
* Change demuxer for "application/octet-stream" http streams fromeugeni2006-09-151-1/+1
* in mp_dvdnav_handle_input() update current button only if the status of the p...nicodvb2006-09-151-1/+2
* dvdnav_stream_reset() should be called on dvdnav_priv->dvdnav not on dvdnav_p...nicodvb2006-09-151-1/+1
* removed code that propagated the slave command dvdnav_event that hasn't been ...nicodvb2006-09-151-12/+0
* don't uninit the video_out when using -fixed-vo; patch by Jonas Jermannnicodvb2006-09-151-1/+1
* when cmd == MP_CMD_DVDNAV_SELECT set reset=1 only if dvdnav_button_activate()...nicodvb2006-09-151-1/+1
* disable multichannel mode, it never worked reliablefaust32006-09-151-0/+5
* r19839: Add repeated screenshot mode to vf_screenshot.kraymer2006-09-151-2/+6
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-155-8/+31
* Fix Irix build with gcc < 3.x, closes Bugzilla #572.diego2006-09-141-0/+4
* r19829: Improve TrueType font installation sectionvoroshil2006-09-144-260/+172
* mmx implementation of yadif. 3.5x faster.lorenm2006-09-141-1/+228
* cosmetics (indentation)lorenm2006-09-141-36/+36
* cosmeticslorenm2006-09-141-20/+34
* r19832: remove leftover parenthesiskraymer2006-09-134-142/+150
* remove leftover parenthesiskraymer2006-09-131-1/+1
* Make font outline width proportional to movie resolution.eugeni2006-09-131-4/+6
* r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font inst...kraymer2006-09-133-99/+53
* Improve TrueType font installation section.diego2006-09-131-19/+20
* Move subtitles and OSD section from the installation to the usage chapter.diego2006-09-134-125/+131
* Slightly restructure font installation section.diego2006-09-132-3/+9
* Move dvdcss.h to a dvdcss subdirectory, just like upstream libdvdcss does.diego2006-09-139-47/+7
* TrueType fonts now preferred over bitmap fonts, rewrite the font installation.diego2006-09-131-88/+39
* r19823: Remove mpsub section, the format is documented in DOCS/tech.kraymer2006-09-131-47/+2
* Remove mpsub section, the format is documented in DOCS/tech.diego2006-09-131-46/+1
* various fixes, rewordingkraymer2006-09-132-90/+90
* r19820: Marillat packages binary codecs, not bitmap fonts.kraymer2006-09-131-3/+4
* Marillat packages binary codecs, not bitmap fonts.diego2006-09-131-1/+1
* Don't explain how to install bitmap fonts, use TrueType fonts instead.diego2006-09-131-17/+14
* Fix r19815: mkv_d->duration could be assigned an uninitialized value.eugeni2006-09-131-1/+1
* Fix seeking in Matroska files with non-default TimecodeScale value.eugeni2006-09-121-1/+2
* Fix block duration calculation in mkv demuxer.eugeni2006-09-121-0/+1
* Fix movie duration calculation in case when TimecodeScale element comes aftereugeni2006-09-121-5/+9
* * remove extern definitions of functions in .c filesattila2006-09-126-13/+26
* r19809: link fix: The codecs page was merged into the download pagevoroshil2006-09-123-106/+5
* r19810: Remove bogus and outdated codecs installation section.kraymer2006-09-121-110/+1
* r19809: link fix: The codecs page was merged into the download page.kraymer2006-09-123-6/+6
* Remove bogus and outdated codecs installation section.diego2006-09-121-104/+0
* link fix: The codecs page was merged into the download page.diego2006-09-123-3/+3
* Support for variable fps OGM files, blessed by Moritz.diego2006-09-122-0/+4
* Move conditional compilation to the build system.diego2006-09-124-9/+10
* r19801: Mailing list page URL changed.kraymer2006-09-122-24/+29
* r19799: ability to pass channel name (not only number) to radio_set_channelkraymer2006-09-122-15/+48
* Fix missing link change from previous commitvoroshil2006-09-121-1/+1
* No real change for r19801: already have correct urlvoroshil2006-09-121-1/+1
* add support for vp6 in flashaurel2006-09-121-0/+8
* Mailing list page URL changed.diego2006-09-111-1/+1
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justreimar2006-09-111-0/+2
* ability to pass channel name (not only number) to radio_set_channelvoroshil2006-09-113-1/+18
* some typos fixedvoroshil2006-09-111-12/+12
* r19793: Fixes suggested by the Wanderervoroshil2006-09-111-3/+4
* Clarify binary codecs section.diego2006-09-111-2/+3
* Many translation and typo fixes.voroshil2006-09-111-97/+73
* separate independant clauses with a semicolon, as suggested by The Wanderergpoirier2006-09-101-1/+1
* Fixes suggested by The Wanderergpoirier2006-09-101-3/+4
* r19779: RTC is no longer the default timing methodvoroshil2006-09-102-7/+5
* synced with r19790Gabrov2006-09-103-36/+52
* grammar fixdiego2006-09-101-3/+3
* Some more hints for binary packagers.diego2006-09-101-2/+17
* small wording/spelling fixesdiego2006-09-101-5/+5
* at start, reset dvdnav at the beginning of the stream after the first read (t...nicodvb2006-09-101-0/+1
* try to start from the root menu skipping all intros when playing dvdnav://-1;...nicodvb2006-09-101-1/+3
* keypad 7 returns to nearest dvdnav menunicodvb2006-09-101-0/+2
* KP7 bound to dvdnav 7 (previous menu)nicodvb2006-09-101-0/+1
* permit to select previous dvdnav menu, in the order chapter->title->rootnicodvb2006-09-103-0/+17
* reassigned to KEY_KP? the dvdnav bindings used in input.confnicodvb2006-09-091-6/+6
* VP50 and VP62 support via lavcrtogni2006-09-091-0/+16
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...nicodvb2006-09-093-4/+7
* RTC is no longer the default timing method.diego2006-09-092-4/+3
* mention dvdnav keys bindingsnicodvb2006-09-091-0/+24
* mention that 'h' and 'k' work with dvb input, toonicodvb2006-09-091-2/+2
* added unallocated keys to navigate the dvdnav menusnicodvb2006-09-091-0/+7
* first touch of support for dvdnav menus; the selection is based on the keyboa...nicodvb2006-09-091-0/+11
* added mp_dvdnav_handle_input to handle user's input (revived from the reposit...nicodvb2006-09-092-0/+41
* unconditionally include label goto_enable_cache (to be used next by dvdnav)nicodvb2006-09-091-2/+0
* Add proper GPL headers.diego2006-09-092-0/+30
* r19767: Remove outdated hint about patching kernel sources.voroshil2006-09-091-18/+2
* if no track number specified play the whole disc, or the menus can't be shown...nicodvb2006-09-091-1/+4
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ...nicodvb2006-09-092-32/+43
* FFmpeg VMware video codecdiego2006-09-091-0/+8
* Remove outdated hint about patching kernel sources.diego2006-09-091-16/+1
* fix broken term_osd output in update_osd_msg()gpoirier2006-09-091-1/+1
* better readability on selected menu item by tweaking alpha channel propertiesben2006-09-091-3/+3
* r19760: remove trailing slash from linkvoroshil2006-09-091-2/+2
* -nortc is now the default, document -rtc instead. Change the descriptionuau2006-09-091-4/+8
* Disable rtc timing by default.uau2006-09-091-1/+1
* increased revision tag after typo fix in English faq.xml (synced with r19760)Gabrov2006-09-081-1/+1
* remove trailing slash from linkGabrov2006-09-081-1/+1
* Remove useless extern declaration of nortc which is a static variable inuau2006-09-081-4/+0
* DOCS/xml/hu synced with r19757Gabrov2006-09-0813-96/+553
* man/hu/mplayer.1 synced with r19751Gabrov2006-09-081-2/+19
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-081-0/+692
* Sections structure synced with english pages.voroshil2006-09-086-124/+127
* Removed outdated file. Content moved to documentation.xml.voroshil2006-09-082-18/+10
* r19751: Abit of doc about dvdnav support in MPlayer, ...voroshil2006-09-082-2/+20
* Fixes suggested by Diegogpoirier2006-09-081-4/+4
* Add a bit of doc about dvdnav support in MPlayer, and why you may want to use...gpoirier2006-09-083-1/+20
* rename formats.xml into containers.xmlgpoirier2006-09-082-1/+1
* r19738: formats.xml --> containers.xml, the chapter was renamed long ago.kraymer2006-09-082-3/+3
* r19742: Remove reference to nvidia-opinions section, it's completely outdated.kraymer2006-09-082-33/+6
* 19737: Remove 404 NuppelVideo link.kraymer2006-09-081-2/+2
* r19738: formats.xml --> containers.xml, chapter wa renamed long agovoroshil2006-09-083-4/+9
* r19739: readvcd link fixvoroshil2006-09-081-2/+2
* r19737: Remove 404 NuppelVideo link.voroshil2006-09-081-2/+2
* r19736: Remove references to obsolete font generators and 404 links.voroshil2006-09-081-22/+3
* Remove reference to nvidia-opinions section, it's completely outdated.diego2006-09-071-2/+1
* Remove reference to gcc-296 section, it's very outdated now.diego2006-09-071-4/+1
* Remove tvout-voodoo section that only consists of one broken link.diego2006-09-072-8/+1
* readvcd link fixdiego2006-09-071-1/+1
* formats.xml --> containers.xml, the chapter was renamed long ago.diego2006-09-072-1/+1
* Remove 404 NuppelVideo link.diego2006-09-071-1/+1
* Remove references to obsolete font generators and 404 links.diego2006-09-071-16/+0
* r19733: (hopefully last) mplayer lists link fixkraymer2006-09-073-140/+12
* r19732: Mailing list descriptions are on homepage, remove from herevoroshil2006-09-073-147/+10
* <