summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix seeking in Matroska files with non-default TimecodeScale value.eugeni2006-09-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix block duration calculation in mkv demuxer.eugeni2006-09-121-0/+1
| | | | | | | According to specs, BlockDuration value is based on TimecodeScale. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix movie duration calculation in case when TimecodeScale element comes aftereugeni2006-09-121-5/+9
| | | | | | | Duration element. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19815 b3059339-0415-0410-9bf9-f77b7e298cf2
* * remove extern definitions of functions in .c filesattila2006-09-126-13/+26
| | | | | | | | | | | | | | | | | * create new .h files where necessary todo: * go trough other files than mplayer.c * vf_menu_pause_update() * mp_input_register_options() * import_playtree_playlist_into_gui() * import_initial_playtree_into_gui() For more infos see http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-September/045683.html ( 20060902133225.2cc82aec.attila@kinali.ch on -dev-eng ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19814 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19809: link fix: The codecs page was merged into the download pagevoroshil2006-09-123-106/+5
| | | | | | | r19810: Remove bogus and outdated codecs installation section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19813 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19810: Remove bogus and outdated codecs installation section.kraymer2006-09-121-110/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19812 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19809: link fix: The codecs page was merged into the download page.kraymer2006-09-123-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus and outdated codecs installation section.diego2006-09-121-104/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19810 b3059339-0415-0410-9bf9-f77b7e298cf2
* link fix: The codecs page was merged into the download page.diego2006-09-123-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for variable fps OGM files, blessed by Moritz.diego2006-09-122-0/+4
| | | | | | | patch by Sergey Khlutchin, Elphel, Inc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19808 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation to the build system.diego2006-09-124-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19807 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19801: Mailing list page URL changed.kraymer2006-09-122-24/+29
| | | | | | | | | | | | | r19794: separate independant clauses with a semicolon, as suggested by The Wanderer r19793: Fixes suggested by The Wanderer r19779: RTC is no longer the default timing method. r19767: Remove outdated hint about patching kernel sources. r19760: remove trailing slash from link r19752: Fixes suggested by Diego r19751: Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19806 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19799: ability to pass channel name (not only number) to radio_set_channelkraymer2006-09-122-15/+48
| | | | | | | | | | | | | r19788: small wording/spelling fixes r19785: keypad 7 returns to nearest dvdnav menu r19778: mention dvdnav keys bindings r19777: mention that 'h' and 'k' work with dvb input, too r19763: -nortc is now the default, document -rtc instead. Change the description of -rtc and -softsleep. r19751: Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix missing link change from previous commitvoroshil2006-09-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19804 b3059339-0415-0410-9bf9-f77b7e298cf2
* No real change for r19801: already have correct urlvoroshil2006-09-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19803 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for vp6 in flashaurel2006-09-121-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mailing list page URL changed.diego2006-09-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justreimar2006-09-111-0/+2
| | | | | | | | returning DONTKNOW. A better formula to calculate position would probably be a better fix though. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19800 b3059339-0415-0410-9bf9-f77b7e298cf2
* ability to pass channel name (not only number) to radio_set_channelvoroshil2006-09-113-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19799 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typos fixedvoroshil2006-09-111-12/+12
| | | | | | | patch by Andrew Savchenko bircoph list ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19798 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19793: Fixes suggested by the Wanderervoroshil2006-09-111-3/+4
| | | | | | | r19794: semicolon... no real changes in translation is needed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify binary codecs section.diego2006-09-111-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Many translation and typo fixes.voroshil2006-09-111-97/+73
| | | | | | | patch by Andrew Savchenko bircoph list ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19795 b3059339-0415-0410-9bf9-f77b7e298cf2
* separate independant clauses with a semicolon, as suggested by The Wanderergpoirier2006-09-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by The Wanderergpoirier2006-09-101-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19793 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19779: RTC is no longer the default timing methodvoroshil2006-09-102-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19792 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19790Gabrov2006-09-103-36/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19791 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fixdiego2006-09-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more hints for binary packagers.diego2006-09-101-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19789 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/spelling fixesdiego2006-09-101-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19788 b3059339-0415-0410-9bf9-f77b7e298cf2
* at start, reset dvdnav at the beginning of the stream after the first read ↵nicodvb2006-09-101-0/+1
| | | | | | (that is done to workaround a bug in dvdnav from cvs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19787 b3059339-0415-0410-9bf9-f77b7e298cf2
* try to start from the root menu skipping all intros when playing ↵nicodvb2006-09-101-1/+3
| | | | | | dvdnav://-1; it's not guaranteed to work git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19786 b3059339-0415-0410-9bf9-f77b7e298cf2
* keypad 7 returns to nearest dvdnav menunicodvb2006-09-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19785 b3059339-0415-0410-9bf9-f77b7e298cf2
* KP7 bound to dvdnav 7 (previous menu)nicodvb2006-09-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19784 b3059339-0415-0410-9bf9-f77b7e298cf2
* permit to select previous dvdnav menu, in the order chapter->title->rootnicodvb2006-09-103-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19783 b3059339-0415-0410-9bf9-f77b7e298cf2
* reassigned to KEY_KP? the dvdnav bindings used in input.confnicodvb2006-09-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19782 b3059339-0415-0410-9bf9-f77b7e298cf2
* VP50 and VP62 support via lavcrtogni2006-09-091-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19781 b3059339-0415-0410-9bf9-f77b7e298cf2
* in mp_dvdnav_handle_input() assign the currently selected button, shown in ↵nicodvb2006-09-093-4/+7
| | | | | | the OSD by main() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19780 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC is no longer the default timing method.diego2006-09-092-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19779 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention dvdnav keys bindingsnicodvb2006-09-091-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19778 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention that 'h' and 'k' work with dvb input, toonicodvb2006-09-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19777 b3059339-0415-0410-9bf9-f77b7e298cf2
* added unallocated keys to navigate the dvdnav menusnicodvb2006-09-091-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19776 b3059339-0415-0410-9bf9-f77b7e298cf2
* first touch of support for dvdnav menus; the selection is based on the ↵nicodvb2006-09-091-0/+11
| | | | | | keyboard selection and is completely blind: there's not the slightest visual feedback git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19775 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mp_dvdnav_handle_input to handle user's input (revived from the ↵nicodvb2006-09-092-0/+41
| | | | | | repository with few changes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19774 b3059339-0415-0410-9bf9-f77b7e298cf2
* unconditionally include label goto_enable_cache (to be used next by dvdnav)nicodvb2006-09-091-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add proper GPL headers.diego2006-09-092-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19772 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19767: Remove outdated hint about patching kernel sources.voroshil2006-09-091-18/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19771 b3059339-0415-0410-9bf9-f77b7e298cf2
* if no track number specified play the whole disc, or the menus can't be ↵nicodvb2006-09-091-1/+4
| | | | | | shown at start git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19770 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use ↵nicodvb2006-09-092-32/+43
| | | | | | the version of dvdread embedded in dvdnav git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19769 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg VMware video codecdiego2006-09-091-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19768 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated hint about patching kernel sources.diego2006-09-091-16/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19767 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix broken term_osd output in update_osd_msg()gpoirier2006-09-091-1/+1
| | | | | | | | | | | Patch by Andrew Savchenko Bircoph A list P ru Original thread: 03.09.2006 13:22 [MPlayer-dev-eng] [PACTH] mplayer.c: broken term_osd output in update_osd_msg() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19766 b3059339-0415-0410-9bf9-f77b7e298cf2
* better readability on selected menu item by tweaking alpha channel propertiesben2006-09-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19765 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19760: remove trailing slash from linkvoroshil2006-09-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19764 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nortc is now the default, document -rtc instead. Change the descriptionuau2006-09-091-4/+8
| | | | | | | of -rtc and -softsleep. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable rtc timing by default.uau2006-09-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19762 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased revision tag after typo fix in English faq.xml (synced with r19760)Gabrov2006-09-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19761 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove trailing slash from linkGabrov2006-09-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless extern declaration of nortc which is a static variable inuau2006-09-081-4/+0
| | | | | | | mplayer.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19759 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml/hu synced with r19757Gabrov2006-09-0813-96/+553
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19758 b3059339-0415-0410-9bf9-f77b7e298cf2
* man/hu/mplayer.1 synced with r19751Gabrov2006-09-081-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19757 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-081-0/+692
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sections structure synced with english pages.voroshil2006-09-086-124/+127
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed outdated file. Content moved to documentation.xml.voroshil2006-09-082-18/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19754 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19751: Abit of doc about dvdnav support in MPlayer, ...voroshil2006-09-082-2/+20
| | | | | | | r19752: Fixes suggested by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by Diegogpoirier2006-09-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a bit of doc about dvdnav support in MPlayer, and why you may want to ↵gpoirier2006-09-083-1/+20
| | | | | | | | | use it. (a bit rough, but it's start) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19751 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename formats.xml into containers.xmlgpoirier2006-09-082-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19750 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19738: formats.xml --> containers.xml, the chapter was renamed long ago.kraymer2006-09-082-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19749 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19742: Remove reference to nvidia-opinions section, it's completely outdated.kraymer2006-09-082-33/+6
| | | | | | | | | r19741: Remove reference to gcc-296 section, it's very outdated now. r19740: Remove tvout-voodoo section that only consists of one broken link. r19736: Remove references to obsolete font generators and 404 links. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19748 b3059339-0415-0410-9bf9-f77b7e298cf2
* 19737: Remove 404 NuppelVideo link.kraymer2006-09-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19747 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19738: formats.xml --> containers.xml, chapter wa renamed long agovoroshil2006-09-083-4/+9
| | | | | | | Additionally fixed reference to containers.xml in main.xml due to build error git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19746 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19739: readvcd link fixvoroshil2006-09-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19745 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19737: Remove 404 NuppelVideo link.voroshil2006-09-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19744 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19736: Remove references to obsolete font generators and 404 links.voroshil2006-09-081-22/+3
| | | | | | | | r19740: Remove tvout-voodoo section that only consist of broken link. r19741: Remove reference to gcc-296 section, it's very outdated now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove reference to nvidia-opinions section, it's completely outdated.diego2006-09-071-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove reference to gcc-296 section, it's very outdated now.diego2006-09-071-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove tvout-voodoo section that only consists of one broken link.diego2006-09-072-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19740 b3059339-0415-0410-9bf9-f77b7e298cf2
*