summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 10lfaust32003-04-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9930 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-04-182-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9929 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw fixfaust32003-04-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9928 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow config file loading outside of cygwin environmentfaust32003-04-181-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9927 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-184-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect URL encoding.ranma2003-04-181-2/+2
| | | | | | | Ilya Konstantinov <mplayer-dev-eng@future.shiny.co.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the code that checks for a ".rm" URL extension to also make surersf2003-04-181-1/+1
| | | | | | | that the extension is not NULL. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Real rstp:// streaming support, ported from xinertognimp2003-04-1716-0/+4377
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9923 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer idependant (not really yet) swscale examplemichael2003-04-174-133/+207
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9922 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffindeo3 (diff from mplayerxp-cvslog) untestedmichael2003-04-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9921 b3059339-0415-0410-9bf9-f77b7e298cf2
* w%8!=0 hackarpi2003-04-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9920 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2003-04-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9919 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2003-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -vf* vs. -vfmalbeu2003-04-131-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix cache uninitalbeu2003-04-122-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9916 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem mapped area need to be unmapped.albeu2003-04-122-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add suffix support to the object list type.albeu2003-04-122-12/+145
| | | | | | | | | | | So now -vf-clr destroy the list -vf-add filer1=blah,filter append these 2 filters, -vf-pre ... will 'prepend' them. Finnaly -vf-del 2,3,-1 will delete the filters at at given indexs It start from 0, negative number start from the end of the list (so -1 is the last one). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't save restore all options wich point to the same variable.albeu2003-04-122-4/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug that could sometimes cause the first video packet in a RTP streamrsf2003-04-121-1/+4
| | | | | | | to be rejected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor code cleanup.rsf2003-04-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian translation update.lumag2003-04-112-12/+906
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9910 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-04-111-7/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9909 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix slave mode on MACOSX: reported by devros <devros at seznam.cz>faust32003-04-111-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9908 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commit win32 realadio entries, and wma id: 0x163alex2003-04-111-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9907 b3059339-0415-0410-9bf9-f77b7e298cf2
* -tv on -> tv://henry2003-04-111-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Access-controlled RTSP sessions can now be played, if the user uses thersf2003-04-111-1/+12
| | | | | | | "-user" and "-passwd" options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9905 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>alex2003-04-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9904 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lfaust32003-04-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9903 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-104-43/+48
| | | | | | | implement /dev/zero on system how don't have it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9902 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use inet_ntoa where inet_ntop is not available.bertrand2003-04-101-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9901 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixnexus2003-04-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with mp_help-en.h v1.96rtognimp2003-04-091-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for vss h264rtognimp2003-04-092-3/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Vanguard codecs support, patch by Andreas Hess <jaska (at) gmx (dot) net>rtognimp2003-04-092-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9897 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups/bugfixeshenry2003-04-091-42/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9896 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l noticed by Joey Parrish <joey at nicewarrior.org>faust32003-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9895 b3059339-0415-0410-9bf9-f77b7e298cf2
* option for sub match fuzziness levelhenry2003-04-094-11/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9894 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420 fixed, needs some testingalex2003-04-091-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9893 b3059339-0415-0410-9bf9-f77b7e298cf2
* keypad and function (f1-f10) suppport (currently only vo_sdl and the ↵alex2003-04-095-0/+118
| | | | | | terminal input code supports it). Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9892 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed some wrappers, now the configure checks for inet_pton. patch by Joey ↵alex2003-04-092-14/+4
| | | | | | Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9891 b3059339-0415-0410-9bf9-f77b7e298cf2
* channel finetuning cmdline support, patch by Ivan Szanto ↵alex2003-04-091-0/+11
| | | | | | <szivan@duticai.TWI.TUDelft.NL> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9890 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Salvatore Falco <salvatore.falco@katamail.com>alex2003-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9889 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the vcd API fully reentrant.albeu2003-04-093-146/+176
| | | | | | | | Move perror and co to mp_msg. Hope there is no big 10L as i couldn't test sun,fbsd and nbsd :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9888 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port vcd to the new APIalbeu2003-04-095-65/+149
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9887 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l patch by (Andreas Hess <jaska at gmx dot net>)michael2003-04-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9886 b3059339-0415-0410-9bf9-f77b7e298cf2
* turn most of the subtitle matching fuzziness off by defaulthenry2003-04-084-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9885 b3059339-0415-0410-9bf9-f77b7e298cf2
* multiple init fix by Aurelien JACOBS <aurel@gnuage.org>alex2003-04-081-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9884 b3059339-0415-0410-9bf9-f77b7e298cf2
* forwardport: warning fix and netbsd fixalex2003-04-081-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9883 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic svgalib_helper detectionalex2003-04-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9882 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix i420 handling, bug found by rgselk at IRC <rgselknospam@yahoo.com>alex2003-04-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin Altivec detection fixes and MacOSX API detection reworked, based on ↵alex2003-04-081-11/+14
| | | | | | patch by Dan Christiansen <danchr@daimi.au.dk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9880 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved the "sdp://" test above the URL streaming test, so that SDP files canrsf2003-04-081-24/+25
| | | | | | | be read without streaming error messages being printed first. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9879 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a \n to the msg about -sdp being deprecatedrsf2003-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Addedrsf2003-04-071-0/+1
| | | | | | | | | #include <X11/XF86keysym.h> to the XF86VM test, because "libvo/x11_common.c" requires that that #include file exist in order for the XF86VM-specific code to compile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9877 b3059339-0415-0410-9bf9-f77b7e298cf2
* The person who checked in the previous patch accidentally put a declarationrsf2003-04-071-1/+1
| | | | | | | in the wrong place. (C sucks :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9876 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, I just noticed albeu's revision 1.58 - so I backed out thersf2003-04-071-1/+1
| | | | | | | | "s->fd == NULL" test once again. I'll need to come up with some other way of fixing this so that it works properly on Solaris... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reapplied the patch that I had originally made in revision 1.53.rsf2003-04-071-1/+1
| | | | | | | (Someone apparently overlooked it when they checked in a subsequent patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9874 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation without iconvhenry2003-04-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bug fixes by "Bena, Daniel" <Daniel.Bena@dm-drogeriemarkt.sk>.diego2003-04-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9872 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-079-238/+533
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation updateluran2003-04-075-18/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix serious breakage, 10000l !rguyom2003-04-071-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9869 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commitmichael2003-04-071-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9868 b3059339-0415-0410-9bf9-f77b7e298cf2
* pbias tipmichael2003-04-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".rguyom2003-04-062-5/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 0_90. All stuff different from 0_90 is missing.rtognimp2003-04-0611-1027/+1774
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9865 b3059339-0415-0410-9bf9-f77b7e298cf2
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-063-7/+24
| | | | | | | Would be cool if someone with a be,le network could test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9864 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100L forgot this commit for netstream.albeu2003-04-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9863 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-04-063-22/+131
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops :)arpi2003-04-061-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rewritten, to use new libmpeg2 0.3.1 APIarpi2003-04-061-251/+118
| | | | | | | based on work by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9860 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed input and output buffer handling to be mplayer-compatible...arpi2003-04-062-2/+42
| | | | | | | based on patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0610-0/+4406
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9858 b3059339-0415-0410-9bf9-f77b7e298cf2
* A simple netstream server.albeu2003-04-062-0/+412
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9857 b3059339-0415-0410-9bf9-f77b7e298cf2
* qscale exporting for postprocessarpi2003-04-062-0/+7
| | | | | | | patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9856 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add netstreamalbeu2003-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9855 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add netstreamalbeu2003-04-061-2/+9
| | | | | | | | | | A little 10L fix Call control(STREAM_CTRL_RESET) Close stream fd AFTER calling their close function (as some may still need it during close) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0617-2511/+2605
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9853 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new control called upon stream reset.albeu2003-04-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9852 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new stream wich allow access to MPlayer stream accross the network.albeu2003-04-062-0/+418
| | | | | | | | URL is mpst://host[:port]/remote_url where remote_url is any valid MPlayer url. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check that we really got a filename.albeu2003-04-061-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't give the initial / as part of the filename.albeu2003-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9849 b3059339-0415-0410-9bf9-f77b7e298cf2
*