summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* force_mode wrong has_mode check, verbose retrace messageiive2003-04-021-3/+3
| | | | 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()".rsf2003-04-021-1/+1
| | | | | | | | | | | | ("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)rsf2003-04-021-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9787 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Roberto Togni <r_togni@libero.it>.diego2003-04-011-170/+267
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9786 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, noticed by Roberto Togni <r_togni@libero.it>.diego2003-04-012-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, patch by Roberto Togni <r_togni@libero.it>.diego2003-04-012-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9784 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Bena, Daniel <Daniel.Bena@dm-drogeriemarkt.sk>.diego2003-04-011-397/+399
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9783 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to CVS (01.04.03)mpt2003-04-011-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sound translation, second batch.eyck2003-04-011-29/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9781 b3059339-0415-0410-9bf9-f77b7e298cf2
* race with time translating sound.html starts...eyck2003-04-011-185/+742
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9780 b3059339-0415-0410-9bf9-f77b7e298cf2
* AAC section added.diego2003-04-012-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9779 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-03-312-2/+2
| | | | 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 menicolas2003-03-312-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9777 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-03-314-15/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9776 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, small fixesnicolas2003-03-311-26/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9775 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation without TV supportfaust32003-03-311-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9774 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-03-313-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9773 b3059339-0415-0410-9bf9-f77b7e298cf2
* objfix has to be run on MINGW32, toofaust32003-03-311-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9772 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround conflict with the MINGW32 open functionfaust32003-03-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9771 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing explanationgabucino2003-03-311-6/+6
| | | | | | | | 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 donegabucino2003-03-311-118/+105
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)ranma2003-03-318-3/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9768 b3059339-0415-0410-9bf9-f77b7e298cf2
* windows getch2 for MINGW32 portfaust32003-03-301-0/+109
| | | | 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>faust32003-03-301-0/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9766 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-03-301-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9765 b3059339-0415-0410-9bf9-f77b7e298cf2
* bcopy -> memcpy for MINGW32 portfaust32003-03-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9764 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-03-302-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9763 b3059339-0415-0410-9bf9-f77b7e298cf2
* watch what you writegabucino2003-03-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9762 b3059339-0415-0410-9bf9-f77b7e298cf2
* today's shitgabucino2003-03-301-71/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor improvement: don't create empty dirs.lumag2003-03-301-4/+7
| | | | 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.htmllumag2003-03-301-0/+371
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian XML translation update.lumag2003-03-302-8/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headers and types.albeu2003-03-301-11/+8
| | | | | | | Remove unneeded dupendency on mconfig git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9757 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L forgot this filter.albeu2003-03-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix test compilationalbeu2003-03-302-2/+8
| | | | 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 deprecatedalbeu2003-03-301-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-35/+13
| | | | | | | 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.albeu2003-03-301-19/+16
| | | | 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.albeu2003-03-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headersalbeu2003-03-303-21/+15
| | | | | | | Remove STREAMTYPE_PLAYLIST. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new config headersalbeu2003-03-301-55/+3
| | | | | | | 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
* Remove the hack used to pass -dvd, etc into the playlistalbeu2003-03-302-109/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-306-29/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9747 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove STREAMTYPE_PLAYLIST.albeu2003-03-301-9/+4
| | | | | | | | Add support for quoting attribs vals with with ' Use new config headers git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9745 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to CVS (30.03.03)mpt2003-03-301-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9744 b3059339-0415-0410-9bf9-f77b7e298cf2
* uptated to CVS (30.03.03)mpt2003-03-301-6/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9743 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to CVS (30.03.03)mpt2003-03-302-2183/+2176
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9742 b3059339-0415-0410-9bf9-f77b7e298cf2
* link fixeddiego2003-03-302-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9741 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version, synced to CVS (27.03.03)mpt2003-03-301-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9740 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-03-301-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9739 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (thanks to Dmitry)nicolas2003-03-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9738 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by menicolas2003-03-292-10/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian XML Docs translation updatelumag2003-03-292-0/+299
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9736 b3059339-0415-0410-9bf9-f77b7e298cf2
* - 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's havearpi2003-03-291-3/+9
| | | | | | | | | MP_FD_NO_SELECT set! - moved time_val stuff into if(n>0), also changed misleading while(n>0) to while(1) (as the loop never touch n) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9735 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedmpt2003-03-291-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9734 b3059339-0415-0410-9bf9-f77b7e298cf2
* translatedmpt2003-03-291-926/+1267
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9733 b3059339-0415-0410-9bf9-f77b7e298cf2
* One more (last) try ..diego2003-03-290-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial change to trigger the $Revision$ keyword.diego2003-03-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revision string added.diego2003-03-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9730 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: don't change image format during configfaust32003-03-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9729 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to Gabu, this caused divide-by-zero with -vo mga. Apparentlyrfelker2003-03-291-2/+3
| | | | | | | | someone only tested -vo xmga. Feel free to reenable if you can fix the sigfpe properly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.diego2003-03-291-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix wrong channel count w/ pcm encodinghenry2003-03-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9726 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix build with --enable-shared-pp patch by (Götz Waschk <waschk at ↵michael2003-03-291-1/+8
| | | | | | informatik dot uni-rostock dot de>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.diego2003-03-291-121/+222
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9724 b3059339-0415-0410-9bf9-f77b7e298cf2
* -ni (detection) and -cachejonas2003-03-292-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9723 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing option descriptiosjonas2003-03-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-291-14/+14
| | | | | | | correct spelling of XviD + small corrections git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9721 b3059339-0415-0410-9bf9-f77b7e298cf2
* all filters documented, XML conversion donediego2003-03-291-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-293-15/+17
| | | | | | | libavcodec updates, correct spelling of XviD + small corrections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-293-0/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9718 b3059339-0415-0410-9bf9-f77b7e298cf2
* -audiofile-cache documented, bytes --> Bytes, typo.diego2003-03-291-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9717 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync, fixes, more accurate translationnicolas2003-03-282-73/+164
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only write title if verbose>0.ranma2003-03-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-287-0/+1746
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch to the new config headeralbeu2003-03-271-1/+3
| | | | | | | Fix the chapter==0 bug when playing a list of title git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9713 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option -audiofile-cache to enable a cache for the stream used byalbeu2003-03-271-0/+2
| | | | | | | -audiofile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
| | | | | | | It's a bit of a hack, but atm it's the best place to free them. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
| | | | | | | | Use the new config header Add a cache for the stream used by -audiofile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9710 b3059339-0415-0410-9bf9-f77b7e298cf2
* on now set the demuxer type some we can use rawvideo with -audiofilealbeu2003-03-271-9/+12
| | | | | | | | Add the pts, it was always 0 :( Switch to the new config header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5