aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchGravatar aurel2004-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13734 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder needs -srate together with -af resample,Gravatar diego2004-10-21
| | | | | | | hint by Giacomo Comes <comes at naic dot edu>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13733 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Mizda Gabor <gabrov at freemail dot hu>Gravatar diego2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13732 b3059339-0415-0410-9bf9-f77b7e298cf2
* user selectable cutoff frequencyGravatar michael2004-10-21
| | | | | | | simplify resampling factor if possible, so more then one resampler can be used, libaf will still die if there are too many like it does with the default resampler (2 with sampling rates which are relative prime are too many ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13731 b3059339-0415-0410-9bf9-f77b7e298cf2
* crash with Y8 colourspace fixedGravatar reimar2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.792Gravatar gpoirier2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.791 + some French fixesGravatar gpoirier2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13728 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesGravatar diego2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13727 b3059339-0415-0410-9bf9-f77b7e298cf2
* quartz vo driver specific key binding definitionGravatar nplourde2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13726 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.18 + linebreakGravatar wight2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13725 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing \Gravatar wight2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13724 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed typoGravatar nplourde2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13723 b3059339-0415-0410-9bf9-f77b7e298cf2
* sine sweep generatorGravatar michael2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13722 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13721 b3059339-0415-0410-9bf9-f77b7e298cf2
* move variable declaration at beginning of blockGravatar nplourde2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13720 b3059339-0415-0410-9bf9-f77b7e298cf2
* The Hungarian translation has been available in XML format for some timeGravatar diego2004-10-21
| | | | | | | now, the HTML version is also very outdated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove incomplete key list and command list and update the other sectionsGravatar diego2004-10-21
| | | | | | | accordingly, commands are documented in DOCS/tech/slave.txt. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13718 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify filters vs plugins.Gravatar diego2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better descriptions merged from the XML docs.Gravatar diego2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13716 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar + indentation cosmeticsGravatar diego2004-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13715 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec resampling ...Gravatar michael2004-10-21
| | | | | | | libaf doesnt seem to support planar audio, so we need to convert it :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13714 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed duplicate case and fixed aspect ratio for window zoom featureGravatar nplourde2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13713 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin vcd support creditGravatar nplourde2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13712 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow changing playback speed during playback.Gravatar reimar2004-10-20
| | | | | | | | | Based on patch by Steve Mueller (diffusor <at> ugcs (dot) caltech [dot] edu), OSD support by Frank Schertan (scherthan (at) uni-landau <dot> de), several modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.788: wording/spellingGravatar gpoirier2004-10-20
| | | | | | | NB: previous commit also featured sync to 1.783, also it wasn't clearly stated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13710 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix -loop in combination with -shuffleGravatar reimar2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed event handling for menubar and window close button.Gravatar nplourde2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13708 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and fixes by Carl Furstenberg <azatoth at gmail dot com>Gravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small Mp/mp/MP typo fixGravatar reynaldo2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13706 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial sync with help_mp-en 1.148Gravatar reynaldo2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move help_mp.h generation to Makefile, so it's easier to maintain onGravatar wight2004-10-20
| | | | | | | help/*.h changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13704 b3059339-0415-0410-9bf9-f77b7e298cf2
* make uninstall was leaving vidix, dha, and libmpdvdkit librariesGravatar wight2004-10-20
| | | | | | | | | and translated manpages as well. This fixes the issue. Resolves bug #9 (hopefully) Based on Bugzilla patch by Evgueni V. Gavrilov (aquatique at rusunix.org) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13703 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Carl Fürstenberg <azatoth at gmail dot com>Gravatar diego2004-10-20
| | | | | | | fixes by Jan Knutar <jknutar at nic dot fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Index-Recovery cosmetixGravatar atmos42004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13701 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>Gravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spellingGravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Reimar Döffinger.Gravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13698 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and fixes by Carl Fürstenberg <azatoth@gmail.com>Gravatar diego2004-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13697 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Carl Furstenberg <azatoth@gmail.com>Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.787:Gravatar gpoirier2004-10-19
| | | | | | | | | | 1.787: lavc is faster than XviD and thus recommended for decoding and PP. 1.786: man page review part XII 1.785: consistent I/P/B-frame spelling 1.784: Spelling/wording/clarity improvements and bug fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13695 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix menu bar support and add new movie zoom option menu a la quicktimeGravatar nplourde2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13694 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc is faster than XviD and thus recommended for decoding and PP.Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13693 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review part XIIGravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13692 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent I/P/B-frame spellingGravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling/wording/clarity improvements and bug fixes.Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13690 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Mizda Gabor <gabrov at freemail dot hu>Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Nicolas Plourde.Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13688 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant ASF status line, there is another for all formats.Gravatar diego2004-10-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback on big-endian systems.Gravatar diego2004-10-19
| | | | | | | patch by Nicolas Plourde and adland123 <adland123 at yahoo dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13686 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, patch by Jan Knutar <jknutar@nic.fi>Gravatar faust32004-10-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13685 b3059339-0415-0410-9bf9-f77b7e298cf2