summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DFB 0.9.10 update patch by Jiri.atmos42002-04-282-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5891 b3059339-0415-0410-9bf9-f77b7e298cf2
* do cpudetect before anything elsearpi2002-04-281-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5890 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't re-detect cpuarpi2002-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5889 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpdvdkit vs. bsd fixed?arpi2002-04-281-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5888 b3059339-0415-0410-9bf9-f77b7e298cf2
* soundcard.h fix, by Bernd Ernesti <mplayer@lists.veego.de>arpi2002-04-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5887 b3059339-0415-0410-9bf9-f77b7e298cf2
* oss detection fix for bsdarpi2002-04-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5886 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch that should fix the "isofs uses mga_vid" bugarpi2002-04-281-3/+3
| | | | | | | by Attila Kinali <kinali@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5885 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD section translated from Bjorn's patchgabucino2002-04-281-0/+22
| | | | | | | (beware! doksz-in-the-morning! ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5884 b3059339-0415-0410-9bf9-f77b7e298cf2
* doxizationgabucino2002-04-281-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5883 b3059339-0415-0410-9bf9-f77b7e298cf2
* open w/O_CREAT requires a third argument, mode!rfelker2002-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5882 b3059339-0415-0410-9bf9-f77b7e298cf2
* openbsd updates by Björn Sandell <biorn@dce.chalmers.se>arpi2002-04-284-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5881 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to latest -vop changesarpi2002-04-281-28/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5880 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000larpi2002-04-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5879 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame code removed (use -vop fame/-vop lavc), init code moved to preinit, ↵arpi2002-04-281-210/+18
| | | | | | height checks added to config() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5878 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-282-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5877 b3059339-0415-0410-9bf9-f77b7e298cf2
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5876 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5875 b3059339-0415-0410-9bf9-f77b7e298cf2
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-273-1/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5874 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD, NetBSD portability patches byarpi2002-04-2713-8/+298
| | | | | | | | | Björn Sandell <biorn@dce.chalmers.se> Marcus <core@antbear.org> Bernd Ernesti <mplayer@lists.veego.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
* A little fix with hw video parameters settingalbeu2002-04-272-7/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5872 b3059339-0415-0410-9bf9-f77b7e298cf2
* A almost complete rewrite.albeu2002-04-271-312/+295
| | | | | | | | | | Old plain-C integrated scaler is removed. Follow the new flow. Use aspect code. Faster. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid bogus file not found message if vobsub isn'T forced (autodetect).atmos42002-04-271-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some info prints to ICY code and handle return codes ICY specific, also ↵atmos42002-04-271-4/+32
| | | | | | | | | avoid printing content length in http if no Content-Length field in header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5869 b3059339-0415-0410-9bf9-f77b7e298cf2
* ICY found (mp3 stream) != sucess.albeu2002-04-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle winamp playlist as sublist.albeu2002-04-271-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5867 b3059339-0415-0410-9bf9-f77b7e298cf2
* update: we use the new quantizer in libavcodec, -zrquality 1 is allowedrik2002-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5866 b3059339-0415-0410-9bf9-f77b7e298cf2
* update: we use the new quantizer in libavcodecrik2002-04-271-30/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5865 b3059339-0415-0410-9bf9-f77b7e298cf2
* yeah, never write dox in the morninggabucino2002-04-271-1/+1
| | | | | | | (actually not "convertion" but "conversion" :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Runtime cpu detection is disabled by default.ksorim2002-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5863 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD/SUB docgabucino2002-04-272-12/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5862 b3059339-0415-0410-9bf9-f77b7e298cf2
* more libdvd* text removedgabucino2002-04-278-48/+38
| | | | | | | | updated installation instructions etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5861 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated DVD documentation for libmpdvdkitgabucino2002-04-272-131/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5860 b3059339-0415-0410-9bf9-f77b7e298cf2
* HTML typogabucino2002-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5859 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l pl =)atmos42002-04-272-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5858 b3059339-0415-0410-9bf9-f77b7e298cf2
* "." removedgabucino2002-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5857 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h)pl2002-04-273-30/+51
| | | | | | | | cleanups for "usr/src/DVB/ost/include" detection small cosmetic fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5856 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx5.1 features addedarpi2002-04-271-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5855 b3059339-0415-0410-9bf9-f77b7e298cf2
* osd crash fixedarpi2002-04-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5854 b3059339-0415-0410-9bf9-f77b7e298cf2
* frameno.avi seeking workaroundarpi2002-04-261-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5853 b3059339-0415-0410-9bf9-f77b7e298cf2
* maintainers updated (tell me if something missing), matrox list movedarpi2002-04-261-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5852 b3059339-0415-0410-9bf9-f77b7e298cf2
* input/lirc/slavemode doc by Albeuarpi2002-04-261-45/+221
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5851 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixesarpi2002-04-261-19/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5850 b3059339-0415-0410-9bf9-f77b7e298cf2
* volume setting with lame - patch by silicon@falcon.sch.bme.huarpi2002-04-263-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5849 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh, missed this one as I have no dxr3.atmos42002-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5848 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed my 'extension'jaf2002-04-261-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5847 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct my half reverse commit. Sorry Atmos.albeu2002-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5846 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l forogt to commit.atmos42002-04-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5845 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't break the pointer for the next file.albeu2002-04-261-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5844 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I ↵atmos42002-04-262-2/+12
| | | | | | have no athlon or k6-2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5843 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected what felix made buggy ;-)jaf2002-04-262-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5842 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-264-3/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5841 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug in LR's patch.atmos42002-04-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5840 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable vidix on cygwin for now.atmos42002-04-261-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5839 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fix for big apple architectures by Rogerio Brito, reworked by me to use ↵atmos42002-04-261-25/+58
| | | | | | | | | bswap.h macros. - Fix with audio only files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5838 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix osd progress bar.albeu2002-04-261-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5837 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen (?)pontscho2002-04-255-17/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5836 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix keypad volume control.atmos42002-04-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5835 b3059339-0415-0410-9bf9-f77b7e298cf2
* VobSub updates, custom palette support and other stuff, can't write the name ↵atmos42002-04-252-2/+131
| | | | | | of the chinese(?) patch supplier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5834 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for output of subtitles - Juergen Hammelmann ↵arpi2002-04-251-0/+17
| | | | | | <juergen.hammelmann@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5833 b3059339-0415-0410-9bf9-f77b7e298cf2
* crlf->lfarpi2002-04-250-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5832 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit libvo before getch2 - requires for clean svgalib uninitarpi2002-04-251-18/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5831 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesarpi2002-04-251-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5830 b3059339-0415-0410-9bf9-f77b7e298cf2
* frame-based mpsub parser fix - patch by Rizsanyi Zsolt <rizsanyi@myrealbox.com>arpi2002-04-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5829 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5828 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer_lirc->mplayerarpi2002-04-251-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5827 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br>arpi2002-04-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5826 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-04-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5825 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rootwin fix...arpi2002-04-242-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5824 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rootwin fixed, keys work, mouse doesn'tarpi2002-04-242-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5823 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rootwin fix by Tomas Konir <moje@molly.vabo.cz>arpi2002-04-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5822 b3059339-0415-0410-9bf9-f77b7e298cf2
* define HAVE_LINUX_DVD_STRUCTarpi2002-04-241-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5821 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDKIT supportarpi2002-04-242-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5820 b3059339-0415-0410-9bf9-f77b7e298cf2
* defines USE_MPDVDKITarpi2002-04-241-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5819 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix warningarpi2002-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5818 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpustuff disabled by default - it was tested enougharpi2002-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5817 b3059339-0415-0410-9bf9-f77b7e298cf2
* handles DVDKIT_SHARED, compile and install libmpdvdkit.soarpi2002-04-241-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5816 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdir changedarpi2002-04-244-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5815 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable dvdkit only for linux, bsd* and solarisarpi2002-04-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Uninit addedalbeu2002-04-244-0/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5813 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 2 patchesgabucino2002-04-243-20/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added demuxer uninitalbeu2002-04-249-1/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5811 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add seeking without index (still not perfect). Use -forceidx for thealbeu2002-04-241-50/+83
| | | | | | | version with index. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5810 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable vidix for non-x86 by defaultarpi2002-04-241-3/+9
| |</