summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* realaudio 28_8 and 14_4 dll supportfaust32003-05-172-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10118 b3059339-0415-0410-9bf9-f77b7e298cf2
* new slave mode command to show text via osd, patch by Lars Gemeinhardt ↵faust32003-05-173-0/+16
| | | | | | <lars.gemeinhardt at searchbroker.de> (reviewed by albeu) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bigendian fix, with help from Viktor Rosenfeldrtognimp2003-05-171-86/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10116 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit fix by Aurelien JACOBS <aurel at gnuage.org>faust32003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10115 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed RGB24 and builtin swscaler supportalex2003-05-161-16/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10114 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3:4 TV format doesn't exists ;)nicolas2003-05-167-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10113 b3059339-0415-0410-9bf9-f77b7e298cf2
* various fixes and updatesnicolas2003-05-166-70/+100
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10112 b3059339-0415-0410-9bf9-f77b7e298cf2
* fr version addednicolas2003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding of XML french docsnicolas2003-05-1622-0/+10872
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10110 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10109 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10108 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l remove unused globalfaust32003-05-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for DTS tracks (only with -hwac3 of course).mosu2003-05-152-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10106 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, this is very badrfelker2003-05-141-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10105 b3059339-0415-0410-9bf9-f77b7e298cf2
* change real codecs dir priority as discussed with al3x, hopefully the syntax ↵atmos42003-05-121-5/+4
| | | | | | is korn shell compatible, please test! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10104 b3059339-0415-0410-9bf9-f77b7e298cf2
* dynamic path[] allocationalex2003-05-121-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10103 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dynamic path[] allocation and possible better wraSetDLLAccessPath ↵alex2003-05-121-1/+11
| | | | | | mechanism :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10102 b3059339-0415-0410-9bf9-f77b7e298cf2
* change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 ↵atmos42003-05-121-2/+3
| | | | | | | | | | codecs over RealPlayer 8 codecs) and add another codecs location as used by RealPlayer9 on gentoo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the abs function as someone reported compilation problems under MacOS.mosu2003-05-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10100 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check with the wrong variable.mosu2003-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10099 b3059339-0415-0410-9bf9-f77b7e298cf2
* last cygwin/mingw32 binary codecs support (win32codecs + real) patch by ↵alex2003-05-111-8/+20
| | | | | | Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10098 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option: using /codecs for all the binary dlls, initial patch by Diego ↵alex2003-05-111-8/+6
| | | | | | Biurrun after discussion on -dev-eng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10097 b3059339-0415-0410-9bf9-f77b7e298cf2
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-115-2/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10096 b3059339-0415-0410-9bf9-f77b7e298cf2
* theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-0/+157
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10095 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin/mingw32 support by Sascha Sommeralex2003-05-112-3/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary Theora support. Patch by David Kuehling.mosu2003-05-111-25/+128
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mistake noticed by Todor Petkov <zakk@online.bg>.diego2003-05-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10092 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedmpt2003-05-111-2158/+2172
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document -vop to avoid confusion.diego2003-05-101-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10090 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-103-52/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10089 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffsvq3 fix, dunno if this is the correct fixmichael2003-05-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10088 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing ImageDesc (stsd) to ffsvq3michael2003-05-101-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10087 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffsvq3michael2003-05-101-0/+8
| | | | | | | note, according to anonymous the stsd atom must be passed in extradata ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10086 b3059339-0415-0410-9bf9-f77b7e298cf2
* timecode scale value must be initialized before the duration is found. API ↵mosu2003-05-091-4/+3
| | | | | | change of libmatroska 0.4.2. Will not work with 0.4.1! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix mistake i made when wtfm'ing for -spualignrfelker2003-05-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10084 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed alignment bugmichael2003-05-071-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10083 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for aspect ratio set via DisplayWidth/DisplayHeight.mosu2003-05-061-3/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made the decoder honor the aspect ratio set by the container (if it was set ↵mosu2003-05-061-0/+1
| | | | | | at all). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Vorbis header packet lengths were calculated incorrectly.mosu2003-05-061-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10080 b3059339-0415-0410-9bf9-f77b7e298cf2
* support more image formats. hopefully this bpp handling is correct...rfelker2003-05-061-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct dumping hint (vc dummy faster than null).ranma2003-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small update by Bohdan Horst.diego2003-05-052-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10077 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L fix: forgot to spellcheck.lumag2003-05-051-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation update.lumag2003-05-055-3/+277
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper key frame reporting. Proper handling of "no subtitles wanted".mosu2003-05-051-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10074 b3059339-0415-0410-9bf9-f77b7e298cf2
* -novideo documenteddiego2003-05-051-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10073 b3059339-0415-0410-9bf9-f77b7e298cf2
* document ilpackrfelker2003-05-051-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling and wording corrections.diego2003-05-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10071 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-05-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates and a small patch provided by Bohdan Horst.diego2003-05-052-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10069 b3059339-0415-0410-9bf9-f77b7e298cf2
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-052-4/+4
| | | | | | | | SIGBUS Signal Error if playing video direct from DVD-Rom. Patch by Martin Gansser <mgansser@ngi.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10068 b3059339-0415-0410-9bf9-f77b7e298cf2
* DXR2 option updates, description removed as it is present in HTML/XML.diego2003-05-051-37/+46
| | | | | | | Based on a patch by Mark Guptill <CompGuy284@attbi.com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Error in the aspect ratio calculation, plus typos and rewordings.diego2003-05-041-5/+5
| | | | | | | Noticed by Jason Tackaberry <tack@auc.ca>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Error in the aspect ratio calculation, plus typos and rewordings.diego2003-05-041-4/+4
| | | | | | | Noticed by Jason Tackaberry <tack@auc.ca>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10065 b3059339-0415-0410-9bf9-f77b7e298cf2
* document autoaspect optionrfelker2003-05-041-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10064 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleted by the XML versiondiego2003-05-041-233/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10063 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected the sample codealex2003-05-041-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10062 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed seeking in audio-only files. Added support for subtitle track ↵mosu2003-05-041-50/+80
| | | | | | selection via "-slang". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Juan Antonio Zubimendi <andoni@ilex.lpsat.net>.diego2003-05-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10060 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to detect Matroska paths if autodetection is wanted AND if it is forced ↵mosu2003-05-031-1/+1
| | | | | | to "yes". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made sure to clean out the "realrtsp" subdirectory when doing a "make clean"rsf2003-05-031-2/+2
| | | | | | | or "make distclean". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some special-case code for checking for "sip:" URLs (because theyrsf2003-05-031-5/+12
| | | | | | | don't include a "//" like other URLs). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10057 b3059339-0415-0410-9bf9-f77b7e298cf2
* We now check for "sip:" URLs - which are handled using the same LIVE.COMrsf2003-05-031-1/+10
| | | | | | | code as "rtsp://" URLs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added SIP (IP telephony) client support. (This was already supported in thersf2003-05-031-26/+59
| | | | | | | | LIVE.COM libraries, so updating the MPlayer code to support it required only relatively minor changes.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the order of two conditionals in an "if" statement, to make the codersf2003-05-031-1/+1
| | | | | | | (very slightly) more efficient in the common case. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10054 b3059339-0415-0410-9bf9-f77b7e298cf2
* sort of a hack, but at least this lets the framerate-increasingrfelker2003-05-033-0/+10
| | | | | | | filters work in mplayer, albeit without proper timing... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10053 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a 10l (undefined behavior) and made the other parameters configurablerfelker2003-05-031-5/+9
| | | | | | | (it's probably nice not to have to throw away half the information...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10052 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new filters and optionsrfelker2003-05-021-6/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10051 b3059339-0415-0410-9bf9-f77b7e298cf2
* more 10l's -- fortunately part of the bug was that the buggy code didn't get ↵rfelker2003-05-021-20/+149
| | | | | | | | | called... also new 4tap quarter-pixel translate filter (tfields=4) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed small typolumag2003-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10049 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to the author and for the commiter (me :)alex2003-05-012-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the last mp_msg :)alex2003-05-013-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10047 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncdiego2003-05-013-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10046 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix: removed duplicated word 'page'lumag2003-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small corection of mentioned GCC versions.lumag2003-05-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10044 b3059339-0415-0410-9bf9-f77b7e298cf2
* various fixes and updatesnicolas2003-05-011-39/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10043 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-05-012-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a lot of typos.lumag2003-05-0110-94/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with HTMLlumag2003-04-302-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10040 b3059339-0415-0410-9bf9-f77b7e298cf2
* some user told me about itgabucino2003-04-302-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10039 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed nonsense stream_reset/seek in check_file()arpi2003-04-303-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implemented some default values. The corresponding Kax elements are not ↵mosu2003-04-301-3/+8
| | | | | | stored if they are set to their default value. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove broker reset/seek and fix ;;rtognimp2003-04-301-4/+1