aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* atm shmem.c is only needed for cache2Gravatar faust32003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdp, use sdp:// instead.Gravatar albeu2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdpGravatar albeu2003-04-02
| | | | | | | Now fallback on the new stream api. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream modularization, the first step.Gravatar albeu2003-04-02
| | | | | | | Only file stream are converted atm, other will come later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9795 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L forgot to fix the forward declaration too.Gravatar albeu2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Exit when the option parser return M_OPT_EXITGravatar albeu2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some 10L typo in header (m_struct_s instead of m_struct_st).Gravatar albeu2003-04-02
| | | | | | | | | | | | Add on/off for flag params Remove the span stuff (unused, never finished, etc) Add object setting option (syntax like -vf but with a settable separator) Add a 'custom url' option type (url where each part can be any kind of option) Replace all exit() with a return code, exit will be done in the cmd line parser git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9792 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixGravatar albeu2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the incredible slowness with very long list. Now a 10^6 entriesGravatar albeu2003-04-02
| | | | | | | list take ~1 sec instead of several minutes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9790 b3059339-0415-0410-9bf9-f77b7e298cf2
* force_mode wrong has_mode check, verbose retrace messageGravatar iive2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".Gravatar rsf2003-04-02
| | | | | | | | | | | | ("fd" is NULL if the session is defined by a SDP file, for example.) It turns out that this test is necessary only for Solaris, not Linux, because in Linux, "s->eof" got set after the prior (failing) call to "lseek()" in "stream_seek_long()". In Solaris, however, "lseek(NULL, ...)" returns 0 (go figure!) rather than -1, so "s->eof" doesn't get set in "stream_seek_long()". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9788 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some optional debugging printfs (disabled by default)Gravatar rsf2003-04-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9787 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Roberto Togni <r_togni@libero.it>.Gravatar diego2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, noticed by Roberto Togni <r_togni@libero.it>.Gravatar diego2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, patch by Roberto Togni <r_togni@libero.it>.Gravatar diego2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9784 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Bena, Daniel <Daniel.Bena@dm-drogeriemarkt.sk>.Gravatar diego2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9783 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to CVS (01.04.03)Gravatar mpt2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sound translation, second batch.Gravatar eyck2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9781 b3059339-0415-0410-9bf9-f77b7e298cf2
* race with time translating sound.html starts...Gravatar eyck2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9780 b3059339-0415-0410-9bf9-f77b7e298cf2
* AAC section added.Gravatar diego2003-04-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9779 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9778 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by meGravatar nicolas2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9777 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9776 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, small fixesGravatar nicolas2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9775 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation without TV supportGravatar faust32003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9774 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portGravatar faust32003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9773 b3059339-0415-0410-9bf9-f77b7e298cf2
* objfix has to be run on MINGW32, tooGravatar faust32003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9772 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround conflict with the MINGW32 open functionGravatar faust32003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9771 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing explanationGravatar gabucino2003-03-31
| | | | | | | | using .MP3 is bullshit, replaced to MP3 (and the like) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9770 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation doneGravatar gabucino2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)Gravatar ranma2003-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9768 b3059339-0415-0410-9bf9-f77b7e298cf2
* windows getch2 for MINGW32 portGravatar faust32003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9767 b3059339-0415-0410-9bf9-f77b7e298cf2
* high precision timer for windows patch by Frodo <csharprules at hotmail.com>Gravatar faust32003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9766 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portGravatar faust32003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9765 b3059339-0415-0410-9bf9-f77b7e298cf2
* bcopy -> memcpy for MINGW32 portGravatar faust32003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9764 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portGravatar faust32003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9763 b3059339-0415-0410-9bf9-f77b7e298cf2
* watch what you writeGravatar gabucino2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9762 b3059339-0415-0410-9bf9-f77b7e298cf2
* today's shitGravatar gabucino2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvement: don't create empty dirs.Gravatar lumag2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9760 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML'ization & partial rewrite of main/DOCS/ru/cd-dvd.htmlGravatar lumag2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian XML translation update.Gravatar lumag2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headers and types.Gravatar albeu2003-03-30
| | | | | | | Remove unneeded dupendency on mconfig git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9757 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L forgot this filter.Gravatar albeu2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix test compilationGravatar albeu2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9755 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vcd, -dvd, -dvdnav, -tv on, -cuefile and -mf on are deprecatedGravatar albeu2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream cleanup, don't use blah_on options anymore.Gravatar albeu2003-03-30
| | | | | | | Remove the old config code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix all demuxers wich where using a global var to enable themself.Gravatar albeu2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set deuxer_type instead of using our own global var.Gravatar albeu2003-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headersGravatar albeu2003-03-30
| | | | | | | Remove STREAMTYPE_PLAYLIST. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headersGravatar albeu2003-03-30
| | | | | | | Remove the hack used to support dvd://, tv:// and vcd:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9749 b3059339-0415-0410-9bf9-f77b7e298cf2