aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fix black screen on linux, patch by Jindrich MakovickaGravatar faust32003-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10903 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure ppl know that geometry doesnt change aspectGravatar attila2003-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10902 b3059339-0415-0410-9bf9-f77b7e298cf2
* use vo_fs + geometry supportGravatar faust32003-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10901 b3059339-0415-0410-9bf9-f77b7e298cf2
* ev56 doesnt support mviGravatar attila2003-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10900 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from Pierre Lombard <p_l@gmx.fr>Gravatar attila2003-09-21
| | | | | | | | | | | | | | | 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 fixGravatar diego2003-09-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10898 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Andrew A. Gill <superluser@frontiernet.net>:Gravatar pl2003-09-21
| | | | | | | | "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 obsolescenceGravatar pl2003-09-21
| | | | 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 ↵Gravatar faust32003-09-20
| | | | | | Swieton git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10895 b3059339-0415-0410-9bf9-f77b7e298cf2
* binary flag is rquired for win32Gravatar faust32003-09-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding filter for exporting audio data to visual effect applicationsGravatar anders2003-09-20
| | | | 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!Gravatar lumag2003-09-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10892 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf() requires stdio.hGravatar pl2003-09-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10891 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aspect for gl2 fullscreenGravatar attila2003-09-20
| | | | | | | 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 ↵Gravatar mosu2003-09-20
| | | | | | 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 moviesGravatar pl2003-09-20
| | | | | | | (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 CPUsGravatar atmos42003-09-20
| | | | 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, ↵Gravatar atmos42003-09-19
| | | | | | 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 ↵Gravatar faust32003-09-19
| | | | | | 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, tooGravatar faust32003-09-19
| | | | 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 ↵Gravatar faust32003-09-19
| | | | | | 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 ↵Gravatar faust32003-09-19
| | | | | | <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 ↵Gravatar faust32003-09-19
| | | | | | 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.Gravatar mosu2003-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10880 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L -fixed-vo must be a global optionGravatar albeu2003-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10879 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have already translate more documentation that Andoni 8-)Gravatar nauj272003-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10878 b3059339-0415-0410-9bf9-f77b7e298cf2
* New fileGravatar nauj272003-09-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10877 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed &quot; characterGravatar nauj272003-09-16
| | | | 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.Gravatar mosu2003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10875 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved file_size and len_in_msecGravatar alex2003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10874 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nauj272003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10873 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nauj272003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10872 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor updatesGravatar diego2003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10871 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with HTMLGravatar diego2003-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10870 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML tools download and installation instructionsGravatar gabucino2003-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10869 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsGravatar diego2003-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10868 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, cosmetics & various updatesGravatar nicolas2003-09-14
| | | | 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.Gravatar diego2003-09-13
| | | | 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 ↵Gravatar faust32003-09-13
| | | | | | 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.Gravatar diego2003-09-13
| | | | 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 ↵Gravatar mosu2003-09-12
| | | | | | 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 ↵Gravatar mosu2003-09-12
| | | | | | 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 ↵Gravatar mosu2003-09-12
| | | | | | <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/.Gravatar diego2003-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10860 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (missing C initializers)Gravatar pl2003-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10859 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (missing C initializer)Gravatar pl2003-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10858 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Guido Guenther <agx@sigxcpu.org>:Gravatar pl2003-09-12
| | | | | | | "detects the ppc 7455 CPU and treats it as 7450" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10857 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some warnings (define order)Gravatar pl2003-09-12
| | | | | | | remove the static 'i' variable for the module git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10856 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for warning in some vo_*.cGravatar pl2003-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10855 b3059339-0415-0410-9bf9-f77b7e298cf2
* force a new line if a message is very longGravatar pl2003-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10854 b3059339-0415-0410-9bf9-f77b7e298cf2