summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed the criteria for when to drop RTP packets whose timestamp is too farrsf2003-09-241-2/+5
| | | | | | | | behind that of the other (audio or video) stream. Now, this is done only if both streams have been synchronized using RTCP. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10938 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get more keys from X window (punctuation, etc.) Hopefully, all alnum keyslumag2003-09-242-0/+54
| | | | | | | will work now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10937 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix long-known bug with handling 'down key' in lists.lumag2003-09-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed xreflabel attributes.lumag2003-09-242-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10935 b3059339-0415-0410-9bf9-f77b7e298cf2
* New file translated.lumag2003-09-231-0/+347
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10934 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitles priority calculation correctionatlka2003-09-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mistake reversed. sync with english version comment added.nauj272003-09-2218-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for imprecise floating point calculations.mosu2003-09-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10931 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected utf8 files autoselectionatlka2003-09-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10930 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a read function for slave mode on mingwfaust32003-09-222-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10929 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix + some additions by Mike Swieton <swietonm@student.gvsu.edu>.diego2003-09-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a note about "synced with ..." comment.lumag2003-09-221-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Massive docs update. (sync, etc.) New translated files coming soon.lumag2003-09-2215-292/+245
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10926 b3059339-0415-0410-9bf9-f77b7e298cf2
* blackbar osd support based on patch send by Dimitar Zhekov <jimmy@is-vn.bg>, ↵iive2003-09-211-92/+82
| | | | | | page code removed/merged, small updates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10925 b3059339-0415-0410-9bf9-f77b7e298cf2
* New spanish DOC filenauj272003-09-211-0/+1173
| | | | | | | Only two files remaining! :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10924 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-09-2119-28/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10923 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l really disable faad if gcc is brokenfaust32003-09-213-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10922 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent crashes with vo_sdlhenry2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10921 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen switching in vo gl and vo gl2faust32003-09-212-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10920 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary fix for attilas 10l, until better solution is foundatmos42003-09-211-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>attila2003-09-2110-2/+95
| | | | | | | | | | | | | | | | | | | | | For a given subtitle language you can now chose to display only the forced subtitles. Defaut is set to "show all subtitles" so that current mplayer behaviour is not changed. For DVD: Use -forced_subs_only additionally to e.g. -slang en if you are only interested in the forced subtitles. For VobSub: The idx file is now parsed for the "forced subs: ON/OFF" tag and used according to its settings. Key: You can toggle the display of forced subtitles by pressing "F" (upper case letter). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtitle alignment & smart splitting by Salvatore Falcohenry2003-09-213-85/+320
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove generated files at cleaning, and install some more examples.lumag2003-09-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10916 b3059339-0415-0410-9bf9-f77b7e298cf2
* I don't think, that anybody likes seeng rm -f /* command :)lumag2003-09-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add revision keyword to english xml files, to ease translation synchronizationlumag2003-09-2121-0/+21
| | | | | | | (as in help/help_mp-en.h) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix chunk.xsl autodetection.lumag2003-09-211-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update readme's. Remove incorrect bug :)lumag2003-09-213-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lol! This command will try to change xfer_mode, and not a cdrom spin speed. ↵lumag2003-09-212-8/+2
| | | | | | Removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10911 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1.0 supports MPlayer out of the box.diego2003-09-212-18/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10910 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable af export for systems without mmapfaust32003-09-212-15/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10909 b3059339-0415-0410-9bf9-f77b7e298cf2
* make aspect recognize -noaspectattila2003-09-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10908 b3059339-0415-0410-9bf9-f77b7e298cf2
* directx now supports geometry.diego2003-09-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10907 b3059339-0415-0410-9bf9-f77b7e298cf2
* dont fix things at the wrong placeattila2003-09-212-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10906 b3059339-0415-0410-9bf9-f77b7e298cf2
* add some docu about when and how to call geometryattila2003-09-211-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10905 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lattila2003-09-211-1/+1
| | | | | | | s/nokeepaspect/noaspect/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10904 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix black screen on linux, patch by Jindrich Makovickafaust32003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10903 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure ppl know that geometry doesnt change aspectattila2003-09-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10902 b3059339-0415-0410-9bf9-f77b7e298cf2
* use vo_fs + geometry supportfaust32003-09-211-16/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10901 b3059339-0415-0410-9bf9-f77b7e298cf2
* ev56 doesnt support mviattila2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10900 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Pierre Lombard <p_l@gmx.fr>attila2003-09-212-2/+2
| | | | | | | | | | | | | | | If the sound channel is already busy the async open fails and returns -EBUSY. There's no need to try to open it synchronously as it will block mplayer till the sound channel is released. (Granted there's a very slight chance your sound device happen to be freed between those two calls but it's not the common case). The behavior is changed by this oneliner to match the ao_oss behavior (disable sound if the sound device is busy). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10899 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fixdiego2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10898 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Andrew A. Gill <superluser@frontiernet.net>:pl2003-09-211-10/+11
| | | | | | | | "patch for ev4, ev5, and ev56 with GCC-3: there's no MVI in DEC Alpha processors prior to the pca56" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10897 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed for cause of code obsolescencepl2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10896 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation for get_vo_Fullscreen and get_sub_visibility, patch by Mike ↵faust32003-09-201-0/+4
| | | | | | Swieton git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10895 b3059339-0415-0410-9bf9-f77b7e298cf2
* binary flag is rquired for win32faust32003-09-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding filter for exporting audio data to visual effect applicationsanders2003-09-204-1/+269
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!lumag2003-09-203-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10892 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf() requires stdio.hpl2003-09-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10891 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aspect for gl2 fullscreenattila2003-09-201-0/+2
| | | | | | | patch by Tristan Seligmann <mithrandi-mplayer-dev-eng@mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for borked .mov files with bogus user data length values. Patch by Marek ↵mosu2003-09-201-0/+4
| | | | | | Zelem. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10889 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for the no video/black screen with some dmo/wmv9 moviespl2003-09-201-2/+3
| | | | | | | (for some videos: bits=12 and once /8 the allocated buffer is 50% too small) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update CPUID-Table for current Athlon CPUsatmos42003-09-201-6/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10887 b3059339-0415-0410-9bf9-f77b7e298cf2
* cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, ↵atmos42003-09-192-10/+51
| | | | | | should best be verified by some people with TSC/nonTSC capable CPUs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10886 b3059339-0415-0410-9bf9-f77b7e298cf2
* slave mode commands to print out vo_fs and sub_visibility globals, patch by ↵faust32003-09-193-0/+18
| | | | | | Mike Swieton <swietonm at student.gvsu.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10885 b3059339-0415-0410-9bf9-f77b7e298cf2
* make vo_gl2 compile on cygwin, toofaust32003-09-191-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10884 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen ↵faust32003-09-192-0/+24
| | | | | | at c-s.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10883 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann ↵faust32003-09-191-2/+2
| | | | | | <mithrandi-mplayer-dev-eng at mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10882 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng ↵faust32003-09-195-104/+484
| | | | | | at mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Matroska file extensions to the GUI. Patch by t0nik@yandex.ru.mosu2003-09-171-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10880 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L -fixed-vo must be a global optionalbeu2003-09-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10879 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have already translate more documentation that Andoni 8-)nauj272003-09-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10878 b3059339-0415-0410-9bf9-f77b7e298cf2
* New filenauj272003-09-161-0/+1118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10877 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed &quot; characternauj272003-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10876 b3059339-0415-0410-9bf9-f77b7e298cf2
* Different decision making for seeking which takes the direction into account.mosu2003-09-151-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10875 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved file_size and len_in_msecalex2003-09-151-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10874 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-09-152-17/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10873 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-09-151-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10872 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor updatesdiego2003-09-152-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10871 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with HTMLdiego2003-09-153-24/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10870 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML tools download and installation instructionsgabucino2003-09-141-0/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10869 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2003-09-141-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10868 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, cosmetics & various updatesnicolas2003-09-147-151/+313
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed 2 bugs spotted by Nico + extended a description, spelling cosmetics.diego2003-09-131-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10866 b3059339-0415-0410-9bf9-f77b7e298cf2
* make menu work on mingw (run command is still disabled), based on patch by ↵faust32003-09-132-6/+12
| | | | | | Christophe Perinaud git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10865 b3059339-0415-0410-9bf9-f77b7e298cf2
* This file does not need to be translated.diego2003-09-131-185/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for the faad2 compilation test which needs config.h to be present. Patch ↵mosu2003-09-121-0/+11
| | | | | | by Bernd Ernesti <mplayer@lists.veego.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10863 b3059339-0415-0410-9bf9-f77b7e298cf2
* Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by ↵mosu2003-09-121-13/+17
| | | | | | Tristan <z80@oceanfree.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved backwards seeking for small seek steps. Patch by matthieu ↵mosu2003-09-121-3/+7
| | | | | | <mat100@ifrance.com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10861 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs-in.html moved to DOCS/tech/.diego2003-09-122-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10860 b3059339-0415-0410-9bf9-f77b7e298cf2
*