summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding isreimar2005-10-121-0/+34
| | | | | | | "reliable" again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bigendian bugreimar2005-10-121-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing space in status linereimar2005-10-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for suboption escaping via both "" and %n%str syntaxreimar2005-10-121-13/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16742 b3059339-0415-0410-9bf9-f77b7e298cf2
* change to switch/case for dumpsubods152005-10-121-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change unsigned->signed and int->long, this fits the asm code better on 64reimar2005-10-124-236/+237
| | | | | | | | bit systems. Also fixes several crashes because (long)-i is incorrect if i is unsigned. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16740 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1136gpoirier2005-10-121-17/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16739 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vc dummy is know to cause crashes, so suggest -vc null instead.reimar2005-10-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16738 b3059339-0415-0410-9bf9-f77b7e298cf2
* further partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot -- com >diego2005-10-121-0/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put networking lib linker flag checks in the order they were before thediego2005-10-111-1/+1
| | | | | | | configure cleanup. Fixes build on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16736 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc corrections by Paul TT < paultt -- at -- hackerjournal -- dot -- it >diego2005-10-111-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16735 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial sync by Emfox Zhou < emfoxzhou -- at -- gmail -- dot com >diego2005-10-111-12/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16734 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_macosx is a native audio output driver and should thus have prioritydiego2005-10-111-3/+3
| | | | | | | over non-native outputs drivers like ao_sdl and the like. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16733 b3059339-0415-0410-9bf9-f77b7e298cf2
* solaris bug workarounds, take 2..rfelker2005-10-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16732 b3059339-0415-0410-9bf9-f77b7e298cf2
* -frames plays one frame too many.reimar2005-10-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16731 b3059339-0415-0410-9bf9-f77b7e298cf2
* I think I know EDL enough to maintain it...ods152005-10-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16730 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS comgpoirier2005-10-111-30/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16729 b3059339-0415-0410-9bf9-f77b7e298cf2
* A few fixes noticed by Paul TT.diego2005-10-111-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix: _lseeki64 is not available under cygwinreimar2005-10-112-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16727 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l, strtof is only C99, strtod is ANSI C, so use that instead.reimar2005-10-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16726 b3059339-0415-0410-9bf9-f77b7e298cf2
* work around (buggy?) solaris tr. hope this helps.. please report if its ↵rfelker2005-10-111-2/+2
| | | | | | still broken git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16725 b3059339-0415-0410-9bf9-f77b7e298cf2
* More consistency for the interactive control section.diego2005-10-111-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16724 b3059339-0415-0410-9bf9-f77b7e298cf2
* nitsgpoirier2005-10-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16723 b3059339-0415-0410-9bf9-f77b7e298cf2
* use subopt parser for arguments.joey2005-10-102-56/+46
| | | | | | | | change all printf to mp_msg. update man page gif89a example. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16722 b3059339-0415-0410-9bf9-f77b7e298cf2
* support float arguments in subopt helper.joey2005-10-102-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: RFC959 says that FTP commands should end with a carriage returngpoirier2005-10-101-1/+1
| | | | | | | | | | | followed by a line feed. Patch by Zuxy < zuxy POIS meng AH gmail POIS com> Original thread: Date: Oct 10, 2005 10:08 AM Subject: [MPlayer-dev-eng] [PATCH] Typo in libmpdemux/stream_ftp.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16720 b3059339-0415-0410-9bf9-f77b7e298cf2
* makes demux_lavf (-demuxer 35) use the framerate specified in the containergpoirier2005-10-101-0/+5
| | | | | | | | | | | | | | if it's set and only fall back to the codec framerate if the former is not set. This solves the issue of some avi's playing at 30000/1 fps instead of the correct framerate. Patch by Ivo < ivop AH euronet POIS nl > Original thread: Date: Sep 25, 2005 12:34 AM Subject: [MPlayer-dev-eng] [PATCH] make demux_lavf use container framerate git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16719 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1132gpoirier2005-10-091-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16718 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with patches.xml removaldiego2005-10-096-27/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16717 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.26diego2005-10-096-27/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace unconditional #defines by build system trickery.diego2005-10-097-111/+72
| | | | | | | This reduces our local diff considerably. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16715 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2005-10-091-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16714 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r318 (mixed_refs)lorenm2005-10-083-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix at (_)ld_dliive2005-10-081-1/+1
| | | | | | | patch by jb13 at gomerbud com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 b3059339-0415-0410-9bf9-f77b7e298cf2
* some docs updatesdiego2005-10-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the "How to send patches appendix", the info is in the FAQ.diego2005-10-082-9/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16710 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100000l to meods152005-10-081-3/+6
| | | | | | | | | fixdelay() pre-read a frame to make pts sane, and then called slowseek(), which AGAIN read another frame, and then tries to decode it (which breaks as all frames should be read) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.81jheryan2005-10-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.17jheryan2005-10-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.94jheryan2005-10-071-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.59jheryan2005-10-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.96jheryan2005-10-071-3/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.31jheryan2005-10-071-51/+176
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1131jheryan2005-10-071-18/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16702 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.34gabrov2005-10-061-19/+651
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix, patch by Ismail Dönmez <ismail AH kde POIS org POIS tr>gpoirier2005-10-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16700 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.17, patch by Johan Bossgpoirier2005-10-061-7/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16699 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.81, patch by johan bosgpoirier2005-10-061-197/+245
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16698 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.14, patch by Johan Bos, plus some formating changes by megpoirier2005-10-061-73/+99
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Centaur/VIA configure checkhenry2005-10-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16696 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.16, patch by Johan Bos, plus reformating by megpoirier2005-10-061-35/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16695 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.70, patch by Johan Bos + reformating of the source by megpoirier2005-10-061-122/+413
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16694 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1131 (just after Diego's commit torrent) :-)gpoirier2005-10-061-26/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1128jheryan2005-10-061-15/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16692 b3059339-0415-0410-9bf9-f77b7e298cf2
* stupid typodiego2005-10-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat the interactive control section.diego2005-10-061-8/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Keyboard control section renamed to interactive control, small structure change.diego2005-10-062-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16689 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.12, patch by johan bosgpoirier2005-10-061-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16688 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespacediego2005-10-061-481/+493
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16687 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16686 b3059339-0415-0410-9bf9-f77b7e298cf2
* neightbour --> neighbor typo fixdiego2005-10-062-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16685 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.183jheryan2005-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16684 b3059339-0415-0410-9bf9-f77b7e298cf2
* hqdn3d: 2.5x faster temporal-only, 1.6x faster spatial-only.lorenm2005-10-061-1/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16683 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect Centaur CPUs (Winchip, VIA C3)henry2005-10-051-3/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16682 b3059339-0415-0410-9bf9-f77b7e298cf2
* faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >diego2005-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16681 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, off by one error in last patch (codecdata length sanity check),reimar2005-10-051-1/+1
| | | | | | | caused crashes with qdmc audio. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16680 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec can encode to SVQ1 and RV20.diego2005-10-051-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fix for systems lacking lrintf like e.g. NetBSD.diego2005-10-051-4/+14
| | | | | | | patch by Jan Knutar < jknutar -- at -- nic -- dot -- fi > and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16678 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency nitdiego2005-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document XF86 multimedia keys.diego2005-10-041-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16676 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.183gabrov2005-10-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16675 b3059339-0415-0410-9bf9-f77b7e298cf2
* mouse and keyboard controldiego2005-10-041-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16674 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.59gabrov2005-10-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16673 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-10-041-1/+1
| | | | 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.diego2005-10-041-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16671 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.96gabrov2005-10-041-9/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up jack pkg-config.diego2005-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16669 b3059339-0415-0410-9bf9-f77b7e298cf2
* General bug fixes, like missing includes, formats that were incorrectlyreimar2005-10-041-29/+133
| | | | | | | 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.diego2005-10-041-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename compilation section to compilation and installation.diego2005-10-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16666 b3059339-0415-0410-9bf9-f77b7e298cf2
* much simpler signed/unsigned conversion.reimar2005-10-041-54/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16665 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS now supports GTK 2.0gpoirier2005-10-041-2/+2
| | | | 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 ↵gpoirier2005-10-041-2/+5
| | | | | | | | | | | | | | displayed as the sum of CPUID's family field and extended family field when a CPU has a CPUID family 0xF.