summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Windows media video advanced profile (wmva) support via binary codecrtognimp2004-10-242-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.ivo2004-10-233-1/+50
| | | | | | | | It's now possible to compile libvo without pnm and/or md5sum support. Default is enable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13745 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l for playback speed changing in audio-only casereimar2004-10-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13744 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, missing playback_speed argument in mp_msg call.reimar2004-10-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13743 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD compilation fixreimar2004-10-231-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsoleted comment about wma9sp running only on windowsrtognimp2004-10-231-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for Windows media audio 9 voice codec (format 0x0a)rtognimp2004-10-231-3/+8
| | | | | | | Tested with dll version 9.0.0.2926 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13740 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking based on the largest timestamp in an mpeg streamaurel2004-10-232-3/+101
| | | | | | | | | It is often more accurate than the current seeking and it has the additional benefit of giving the (almost) precise total time of the movie. patch by Michael Behrisch < behrisch at informatik.hu-berlin.de > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.793:gpoirier2004-10-221-7/+8
| | | | | | | | | MEncoder needs -srate together with -af resample, hint by Giacomo Comes <comes at naic dot edu>. + some french fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13738 b3059339-0415-0410-9bf9-f77b7e298cf2
* overlay color control support based on patch by Vitos Laszlo <laca <at> evol.ro>faust32004-10-221-0/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13737 b3059339-0415-0410-9bf9-f77b7e298cf2
* ringbuffer variable intialization fix for multifile playback patch by Rune ↵faust32004-10-221-1/+5
| | | | | | Petersen <rune.mail-list at mail.tele.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable live resizenplourde2004-10-221-23/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13735 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchaurel2004-10-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13734 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder needs -srate together with -af resample,diego2004-10-211-0/+1
| | | | | | | 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>diego2004-10-212-6/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13732 b3059339-0415-0410-9bf9-f77b7e298cf2
* user selectable cutoff frequencymichael2004-10-211-6/+14
| | | | | | | 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 fixedreimar2004-10-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.792gpoirier2004-10-211-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.791 + some French fixesgpoirier2004-10-211-16/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13728 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2004-10-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13727 b3059339-0415-0410-9bf9-f77b7e298cf2
* quartz vo driver specific key binding definitionnplourde2004-10-211-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13726 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.18 + linebreakwight2004-10-211-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13725 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing \wight2004-10-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13724 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed typonplourde2004-10-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13723 b3059339-0415-0410-9bf9-f77b7e298cf2
* sine sweep generatormichael2004-10-213-1/+98
| | | | 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_64aurel2004-10-2127-947/+1019
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13721 b3059339-0415-0410-9bf9-f77b7e298cf2
* move variable declaration at beginning of blocknplourde2004-10-211-7/+12
| | | | 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 timediego2004-10-2110-7448/+0
| | | | | | | 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 sectionsdiego2004-10-211-205/+13
| | | | | | | 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.diego2004-10-211-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better descriptions merged from the XML docs.diego2004-10-211-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13716 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar + indentation cosmeticsdiego2004-10-211-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13715 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec resampling ...michael2004-10-213-1/+160
| | | | | | | 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 featurenplourde2004-10-201-77/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13713 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin vcd support creditnplourde2004-10-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13712 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow changing playback speed during playback.reimar2004-10-209-8/+108
| | | | | | | | | 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/spellinggpoirier2004-10-201-3/+3
| | | | | | | 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 -shufflereimar2004-10-201-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed event handling for menubar and window close button.nplourde2004-10-201-48/+111
| | | | 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>diego2004-10-201-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small Mp/mp/MP typo fixreynaldo2004-10-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13706 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial sync with help_mp-en 1.148reynaldo2004-10-201-2/+134
| | | | 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 onwight2004-10-202-20/+16
| | | | | | | 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 librarieswight2004-10-202-0/+13
| | | | | | | | | 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>diego2004-10-201-3/+21
| | | | | | | 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 cosmetixatmos42004-10-201-5/+5
| | | | 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>diego2004-10-205-15/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spellingdiego2004-10-201-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Reimar Döffinger.diego2004-10-206-6/+6
| | | | 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>diego2004-10-201-442/+459
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13697 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Carl Furstenberg <azatoth@gmail.com>diego2004-10-191-0/+981
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.787:gpoirier2004-10-191-198/+243
| | | | | | | | | | 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 quicktimenplourde2004-10-191-11/+134
| | | | 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.diego2004-10-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13693 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review part XIIdiego2004-10-191-140/+169
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13692 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent I/P/B-frame spellingdiego2004-10-191-49/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling/wording/clarity improvements and bug fixes.diego2004-10-191-19/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13690 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Mizda Gabor <gabrov at freemail dot hu>diego2004-10-191-25/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Nicolas Plourde.diego2004-10-195-6/+6
| | | | 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.diego2004-10-191-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback on big-endian systems.diego2004-10-191-9/+3
| | | | | | | 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>faust32004-10-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13685 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.783wight2004-10-181-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13684 b3059339-0415-0410-9bf9-f77b7e298cf2
* support function for vcd on darwinnplourde2004-10-181-0/+181
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13683 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable vcd for all darwin based sys not only mac osxnplourde2004-10-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13682 b3059339-0415-0410-9bf9-f77b7e298cf2
* document global variables used with fribidifaust32004-10-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13681 b3059339-0415-0410-9bf9-f77b7e298cf2
* correctly display the commas of most hebrew subtitles on the left sidefaust32004-10-184-1/+17
| | | | | | | | of the sentence with fribidi, make the old behaviour optional patch by Shachar Raindel <shacharr <at> gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13680 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd support to darwin for ppcnplourde2004-10-182-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation when LOG is definedrtognimp2004-10-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13678 b3059339-0415-0410-9bf9-f77b7e298cf2
* EOF detection (fix hanging at end of stream)rtognimp2004-10-182-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bitrate setting option in ve_xvid4.c doesn't follow the rules describedrathann2004-10-181-5/+8
| | | | | | | | in manpage (i.e. if bitrate > 16000, then it's in bits/s, not kbits), unlike lavc and the old ve_xvid.c do. Fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13676 b3059339-0415-0410-9bf9-f77b7e298cf2
* channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>faust32004-10-181-10/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault for unexistant/unreachable rtsp streamsrtognimp2004-10-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Limit Gui redraw rate.reimar2004-10-181-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13673 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recover Keyframe-Index for XviD aswellatmos42004-10-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.779, some typo from 1.771danny2004-10-181-48/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13671 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l...autoaspect was always applied to muxer aspect if using newer ↵rfelker2004-10-181-1/+2
| | | | | | libavcodec...hope this is ok git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13670 b3059339-0415-0410-9bf9-f77b7e298cf2
* icon now in /usr/share/pixmaps not /usr/share/iconsdiego2004-10-182-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13669 b3059339-0415-0410-9bf9-f77b7e298cf2