summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-063-7/+24
* 100L forgot this commit for netstream.albeu2003-04-061-0/+2
* syncgabucino2003-04-063-22/+131
* Oops :)arpi2003-04-061-2/+0
* Rewritten, to use new libmpeg2 0.3.1 APIarpi2003-04-061-251/+118
* changed input and output buffer handling to be mplayer-compatible...arpi2003-04-062-2/+42
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0610-0/+4406
* A simple netstream server.albeu2003-04-062-0/+412
* qscale exporting for postprocessarpi2003-04-062-0/+7
* Add netstreamalbeu2003-04-061-1/+1
* Add netstreamalbeu2003-04-061-2/+9
* Importing libmpeg2 from mpeg2dec-0.3.1arpi2003-04-0617-2511/+2605
* A new control called upon stream reset.albeu2003-04-061-0/+1
* A new stream wich allow access to MPlayer stream accross the network.albeu2003-04-062-0/+418
* Check that we really got a filename.albeu2003-04-061-0/+6
* Don't give the initial / as part of the filename.albeu2003-04-061-1/+1
* url update, reported by Dan Eriksennicolas2003-04-061-1/+1
* typonicolas2003-04-061-1/+1
* syncnicolas2003-04-061-14/+69
* XviD:rguyom2003-04-061-2/+3
* + bf_thresholdrguyom2003-04-061-0/+3
* url update, reported by Dan Eriksennicolas2003-04-066-9/+9
* (experimental, for testing/debugging) -novideo option addedarpi2003-04-061-0/+1
* Chinese translation for main branchluran2003-04-061-0/+3523
* mode changes should occur to all the consolesgabucino2003-04-061-15/+15
* 1000lgabucino2003-04-061-2/+1
* Looks like a typo :) --- Fixedlumag2003-04-051-1/+1
* allow select()less compilationfaust32003-04-041-0/+20
* 100l.rguyom2003-04-041-3/+6
* Unbreakrguyom2003-04-041-0/+1
* temporary disable mf support for systems without globfaust32003-04-042-1/+13
* disable vf_bmovl for systems without posix selectfaust32003-04-042-0/+9
* MINGW32 port and select()less fifocode by Arpifaust32003-04-042-2/+57
* enable timer-win and getch2-win for mingw32faust32003-04-041-4/+13
* gettimeofday() emulation using ftime()faust32003-04-041-0/+11
* add checks for gettimeofday() select() and glob()faust32003-04-041-0/+60
* Little fix.albeu2003-04-041-1/+1
* 10L NULL == 0 == stdinalbeu2003-04-041-1/+1
* Using a different alignment for only the Gui is bad as this code usealbeu2003-04-042-7/+0
* H264-ES demuxermichael2003-04-044-4/+109
* "psnr" & related code is only for the -HEAD (unstable) XviD branch.rguyom2003-04-041-0/+6
* Support for "internet" or "multimedia" keyboards in X11.albeu2003-04-043-0/+35
* Sync with enluran2003-04-041-4/+6
* XviD:rguyom2003-04-041-6/+7
* Shift vhq values and set vhq=1 to MODEDECISION.rguyom2003-04-041-4/+5
* XviD:rguyom2003-04-031-6/+24
* - added <time.h> since we're using time() related functionsrguyom2003-04-031-13/+24
* Explain the need for unified diffs.diego2003-04-031-1/+2
* Make absolute symlinks relative as suggested by Rich, fix typo.diego2003-04-036-12/+12
* Make absolute symlinks relative as suggested by Rich, fix typo.diego2003-04-031-8/+2
* longer option buffers, needed for tv optionshenry2003-04-032-6/+6
* fix dvd, vcd playing, compiling, and add one small playlist patchpontscho2003-04-032-4/+15
* workaround only, please fix.pontscho2003-04-031-0/+4
* 10lpontscho2003-04-031-0/+4
* Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.rguyom2003-04-032-6/+73
* hopefully this will clear up some confusion -- users keep trying torfelker2003-04-031-2/+4
* packed warningmichael2003-04-021-0/+6
* XviD:rguyom2003-04-022-7/+9
* XviD :rguyom2003-04-022-4/+46
* Updating XviD :rguyom2003-04-022-79/+5
* xvid fixes and more options by elcabesa & Martin Drabhenry2003-04-022-20/+43
* syncnicolas2003-04-023-6/+63
* URL is cdda://tracks[:speed][/device]albeu2003-04-024-140/+159
* *** empty log message ***albeu2003-04-021-1/+1
* 10l to Albeufaust32003-04-021-1/+1
* MINGW32 portfaust32003-04-021-0/+4
* atm shmem.c is only needed for cache2faust32003-04-021-0/+4
* Remove -sdp, use sdp:// instead.albeu2003-04-021-3/+1
* Remove -sdpalbeu2003-04-021-25/+15
* Stream modularization, the first step.albeu2003-04-023-12/+318
* 10L forgot to fix the forward declaration too.albeu2003-04-021-1/+1
* Exit when the option parser return M_OPT_EXITalbeu2003-04-022-1/+6
* Fix some 10L typo in header (m_struct_s instead of m_struct_st).albeu2003-04-022-140/+294
* Typo fixalbeu2003-04-021-1/+1
* Fix the incredible slowness with very long list. Now a 10^6 entriesalbeu2003-04-021-8/+12
* force_mode wrong has_mode check, verbose retrace messageiive2003-04-021-3/+3
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".rsf2003-04-021-1/+1
* Added some optional debugging printfs (disabled by default)rsf2003-04-021-0/+5
* Sync by Roberto Togni <r_togni@libero.it>.diego2003-04-011-170/+267
* Typos, noticed by Roberto Togni <r_togni@libero.it>.diego2003-04-012-3/+3
* Typos, patch by Roberto Togni <r_togni@libero.it>.diego2003-04-012-3/+3
* Sync by Bena, Daniel <Daniel.Bena@dm-drogeriemarkt.sk>.diego2003-04-011-397/+399
* updated to CVS (01.04.03)mpt2003-04-011-0/+29
* Sound translation, second batch.eyck2003-04-011-29/+28
* race with time translating sound.html starts...eyck2003-04-011-185/+742
* AAC section added.diego2003-04-012-0/+30
* typodiego2003-03-312-2/+2
* fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by menicolas2003-03-312-11/+12
* syncnicolas2003-03-314-15/+18
* sync, small fixesnicolas2003-03-311-26/+37
* fix compilation without TV supportfaust32003-03-311-0/+2
* MINGW32 portfaust32003-03-313-0/+8
* objfix has to be run on MINGW32, toofaust32003-03-311-0/+3
* workaround conflict with the MINGW32 open functionfaust32003-03-311-0/+5
* fixing explanationgabucino2003-03-311-6/+6
* translation donegabucino2003-03-311-118/+105
* Ignore disabled cards. (Jon Burgess <jburgess@uklinux.net>)ranma2003-03-318-3/+31
* windows getch2 for MINGW32 portfaust32003-03-301-0/+109
* high precision timer for windows patch by Frodo <csharprules at hotmail.com>faust32003-03-301-0/+71
* MINGW32 portfaust32003-03-301-0/+12
* bcopy -> memcpy for MINGW32 portfaust32003-03-301-1/+1
* MINGW32 portfaust32003-03-302-4/+4
* watch what you writegabucino2003-03-301-2/+2
* today's shitgabucino2003-03-301-71/+66
* Minor improvement: don't create empty dirs.lumag2003-03-301-4/+7
* XML'ization & partial rewrite of main/DOCS/ru/cd-dvd.htmllumag2003-03-301-0/+371
* Russian XML translation update.lumag2003-03-302-8/+14
* Use new config headers and types.albeu2003-03-301-11/+8
* 10L forgot this filter.albeu2003-03-301-1/+2
* Fix test compilationalbeu2003-03-302-2/+8
* -vcd, -dvd, -dvdnav, -tv on, -cuefile and -mf on are deprecatedalbeu2003-03-301-8/+7
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-35/+13
* Fix all demuxers wich where using a global var to enable themself.albeu2003-03-301-19/+16
* Set deuxer_type instead of using our own global var.albeu2003-03-301-2/+2
* Use new config headersalbeu2003-03-303-21/+15
* Use new config headersalbeu2003-03-301-55/+3
* Remove the hack used to pass -dvd, etc into the playlistalbeu2003-03-302-109/+10
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-306-29/+61
* 10L, close isn't enouth we must munmap too.albeu2003-03-301-1/+9
* Remove STREAMTYPE_PLAYLIST.albeu2003-03-301-9/+4
* synced to CVS (30.03.03)mpt2003-03-301-3/+4
* uptated to CVS (30.03.03)mpt2003-03-301-6/+18
* updated to CVS (30.03.03)mpt2003-03-302-2183/+2176
* link fixeddiego2003-03-302-4/+4
* new version, synced to CVS (27.03.03)mpt2003-03-301-2/+16
* syncnicolas2003-03-301-1/+14
* fix (thanks to Dmitry)nicolas2003-03-301-2/+2
* fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by menicolas2003-03-292-10/+15
* Russian XML Docs translation updatelumag2003-03-292-0/+299
* - 10l fix: it exited with return MP_INPUT_NOTHING; if all fd's havearpi2003-03-291-3/+9
* updatedmpt2003-03-291-7/+5
* translatedmpt2003-03-291-926/+1267
* One more (last) try ..diego2003-03-290-0/+0
* Trivial change to trigger the $Revision$ keyword.diego2003-03-291-1/+1
* Revision string added.diego2003-03-291-0/+1
* 10l: don't change image format during configfaust32003-03-291-1/+2
* 100l to Gabu, this caused divide-by-zero with -vo mga. Apparentlyrfelker2003-03-291-2/+3
* Further sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.diego2003-03-291-19/+19
* fix wrong channel count w/ pcm encodinghenry2003-03-291-2/+2
* fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informati...michael2003-03-291-1/+8
* Sync by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.diego2003-03-291-121/+222
* -ni (detection) and -cachejonas2003-03-292-0/+24
* missing option descriptiosjonas2003-03-291-0/+3
* Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-291-14/+14
* all filters documented, XML conversion donediego2003-03-291-3/+0
* Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-293-15/+17
* Next bunch of files translated by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-293-0/+83
* -audiofile-cache documented, bytes --> Bytes, typo.diego2003-03-291-9/+13
* sync, fixes, more accurate translationnicolas2003-03-282-73/+164
* Only write title if verbose>0.ranma2003-03-281-1/+2
* Russian translation by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-03-287-0/+1746
* Switch to the new config headeralbeu2003-03-271-1/+3
* New option -audiofile-cache to enable a cache for the stream used byalbeu2003-03-271-0/+2
* Free the stream of the audio and subtitle demuxer.albeu2003-03-271-2/+10
* Fix rawvideo and -audiofilealbeu2003-03-271-6/+22
* on now set the demuxer type some we can use rawvideo with -audiofilealbeu2003-03-271-9/+12
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5
* The overlay can't downscalealbeu2003-03-271-2/+2
* some hints, sent by Hilmar Preussegabucino2003-03-271-2/+2
* fixesgabucino2003-03-271-1/+1
* new version. synced to rc5mpt2003-03-271-930/+807
* syncgabucino2003-03-271-155/+151
* it was VERY old filempt2003-03-272-226/+0
* t was VERY old filempt2003-03-271-76/+0
* new version, synced with cvs version (25.03.2003mpt2003-03-271-225/+433
* 10lmichael2003-03-271-2/+2
* 10000l (YUV vs. YVU swscale fix/cleanup)michael2003-03-276-49/+55
* Documented down3dright, hqdn3d and yvu9 filters.diego2003-03-261-0/+13
* Improved xscreensaver support.ranma2003-03-262-11/+128
* macosx fix by Dan Christiansen <danchr@daimi.au.dk>alex2003-03-261-2/+2
* 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>alex2003-03-261-3/+2
* fixing truetype rescaling with (x)mga + panscangabucino2003-03-261-1/+2
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...bertrand2003-03-263-23/+195
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/filebertrand2003-03-262-14/+28
* obsoletediego2003-03-261-49/+0
* Merged into the man page and libmpcodecs.txt.diego2003-03-261-241/+0
* Merged video filter description from vop.txt.diego2003-03-261-0/+24
* Fix last mode ignored bugiive2003-03-251-2/+4
* synced to rc5 versionmpt2003-03-251-29/+69
* XML creditsdiego2003-03-241-0/+3
* syncnicolas2003-03-246-39/+46
* vop.txt merged, three more filters missing from the docs.diego2003-03-241-1/+1
* Man page synchronized with vop.txt plus further clarifications anddiego2003-03-241-56/+127
* 10l: There is only one luma component, noticed by Alex.diego2003-03-241-1/+1
* Spellchecked, slightly reworded, parts corrected.diego2003-03-241-40/+40
* syncnicolas2003-03-241-0/+2
* sync with HTMLnicolas2003-03-245