summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.rguyom2003-04-032-6/+73
| | | | | | | Now we can really compare XviD and libavcodec :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9810 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopefully this will clear up some confusion -- users keep trying torfelker2003-04-031-2/+4
| | | | | | | | use this filter with totally non-interlaced dvds and the output is nonsense! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9809 b3059339-0415-0410-9bf9-f77b7e298cf2
* packed warningmichael2003-04-021-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9808 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD:rguyom2003-04-022-7/+9
| | | | | | | | - "greyscale" is supported in the stable tree - a few typos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9807 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD :rguyom2003-04-022-4/+46
| | | | | | | | | Added a few options : "interlacing", "packed", "divx5bvop", "greyscale". Renamed "me_colour" to "chroma_me". Some documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updating XviD :rguyom2003-04-022-79/+5
| | | | | | | | | | - deleted "hinted_me" and "hint_file", the whole idea is bogus. - commented-out "lumi_mask", it's too buggy. - better defaults for "bquant_ratio" / "bquant_offset" - fixed a typo : "extrastatl" -> "extrastat" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9805 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvid fixes and more options by elcabesa & Martin Drabhenry2003-04-022-20/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9804 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-04-023-6/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9803 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL is cdda://tracks[:speed][/device]albeu2003-04-024-140/+159
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9802 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***albeu2003-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9801 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Albeufaust32003-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9800 b3059339-0415-0410-9bf9-f77b7e298cf2
* MINGW32 portfaust32003-04-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9799 b3059339-0415-0410-9bf9-f77b7e298cf2
* atm shmem.c is only needed for cache2faust32003-04-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdp, use sdp:// instead.albeu2003-04-021-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9797 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdpalbeu2003-04-021-25/+15
| | | | | | | 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.albeu2003-04-023-12/+318
| | | | | | | 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.albeu2003-04-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Exit when the option parser return M_OPT_EXITalbeu2003-04-022-1/+6
| | | | 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).albeu2003-04-022-140/+294
| | | | | | | | | | | | 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 fixalbeu2003-04-021-1/+1
| | | | 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 entriesalbeu2003-04-021-8/+12
| | | | | | | 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 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
| | | | |<