aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* typoGravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing keys to the keyboard section, fix typos in that section.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16671 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.96Gravatar gabrov2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up jack pkg-config.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
* General bug fixes, like missing includes, formats that were incorrectlyGravatar reimar2005-10-04
| | | | | | | claimed to be supported etc. Patch by dega (dega quickclic net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16668 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix vo_zr2 suboption description.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename compilation section to compilation and installation.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16666 b3059339-0415-0410-9bf9-f77b7e298cf2
* much simpler signed/unsigned conversion.Gravatar reimar2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16665 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS now supports GTK 2.0Gravatar gpoirier2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16664 b3059339-0415-0410-9bf9-f77b7e298cf2
* according to Intel/AMD official documentations, CPU family should be ↵Gravatar gpoirier2005-10-04
| | | | | | | | | | | | | | displayed as the sum of CPUID's family field and extended family field when a CPU has a CPUID family 0xF. Patch by Zuxy <zuxy POIS meng AH gmail POIS com> Original thread: Date: Oct 2, 2005 11:08 AM Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a unionGravatar reimar2005-10-04
| | | | | | | only in the MMX case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16662 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use pkg-config to detect theora dependencies.Gravatar diego2005-10-04
| | | | | | | patch by j -- at -- thing -- dot -- net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add changes from last patch (stream mapping).Gravatar reimar2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16660 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16659 b3059339-0415-0410-9bf9-f77b7e298cf2
* random improvements plus some readability cosmeticsGravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document subsearch.sh, menc2pass.Gravatar diego2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng ↵Gravatar gpoirier2005-10-04
| | | | | | | | | | | AH gmail POIS com> Original thread: Date: Oct 2, 2005 11:08 AM Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Show total time when playing audio-only filesGravatar reimar2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32Gravatar reimar2005-10-04
| | | | | | | as long!!). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16654 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.14Gravatar gabrov2005-10-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16653 b3059339-0415-0410-9bf9-f77b7e298cf2
* General cleanup: do not link -lm multiple times, use for...in loops insteadGravatar reimar2005-10-03
| | | | | | | of some if..elif constructs etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16652 b3059339-0415-0410-9bf9-f77b7e298cf2
* expGetSystemInfo should not leave SYSTEM_INFO unitialized, even whenGravatar reimar2005-10-03
| | | | | | | | /proc/cpuinfo is unreadable. Fixes some weird behaviour with the wmv decoder (it tries multithreaded decode). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DVD audio and subtitle stream mapping, esp. for DVD with both 4:3 andGravatar reimar2005-10-03
| | | | | | | | 16:9 subtitles. Patch by Lehel Bernadt (lehel at pmc-services hu) with minor modifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16650 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make fragment program snprintf less confusing.Gravatar reimar2005-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16649 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.30Gravatar gabrov2005-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.34Gravatar jheryan2005-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1121Gravatar jheryan2005-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16646 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16645 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.22, patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16644 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.25, patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16643 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.72, Patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16642 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.11, patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16641 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.15, patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16640 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.13, patch by johan bosGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16639 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.31, patch by johan bos dariusjb AH gmail POIS comGravatar gpoirier2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16638 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx ↵Gravatar gpoirier2005-10-02
| | | | | | | | | | | POIS de > Original thread: Date: Oct 2, 2005 7:12 PM Subject: Re: Fwd: [MPlayer-cvslog] CVS: main/TOOLS psnr-video.sh, NONE, 1.1 README, 1.9, 1.10 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16637 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, forgotten call to paranoia_modeset to actually set the desired mode.Gravatar reimar2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16636 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, fixesGravatar diego2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expose MSG_USE_COLORS in config.h.Gravatar diego2005-10-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16634 b3059339-0415-0410-9bf9-f77b7e298cf2
* Several minor fixes: Correctly advertise SSE and SSE2 instruction sets,Gravatar reimar2005-10-02
| | | | | | | | add MSVCRT._winver and KERNEL32.GetThreadPriority exports. Should fix some crashes esp. with wmv9dmo.dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16633 b3059339-0415-0410-9bf9-f77b7e298cf2
* modification notices according to GPL 2aGravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16632 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgrade to libdvdcss 1.2.9Gravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16631 b3059339-0415-0410-9bf9-f77b7e298cf2
* long obsoleteGravatar diego2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16630 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=382Gravatar gpoirier2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16629 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation-only patch: make doxygen compatible and createGravatar reimar2005-10-01
| | | | | | | af_chain and af_filter doxygen modules. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16628 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation update.Gravatar reimar2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for ATI specific YUV->RGB conversion.Gravatar reimar2005-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for eof instead of decoding the same data over and over.Gravatar reimar2005-10-01
| | | | | | | The whole code could use a lot more checks on return values... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Compn, expert at wrangling useful bugreports from users ;-)Gravatar reimar2005-10-01
| | | | | | | Patch by himself (tempn at twmi rr com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16624 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording by The WandererGravatar gpoirier2005-09-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16623 b3059339-0415-0410-9bf9-f77b7e298cf2