summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New MSGT for more printf to mp_msgalbeu2002-05-021-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5937 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-023-49/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5936 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg level fixalbeu2002-05-021-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5935 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-023-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5934 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARNalbeu2002-05-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5933 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msgalbeu2002-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix frame_time for variable fps movies as it was the last frame duration.albeu2002-05-023-3/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5931 b3059339-0415-0410-9bf9-f77b7e298cf2
* - frame_time delayed one frame, as it's really duration of current frame,arpi2002-05-021-13/+27
| | | | | | | | | as suggested by Atmosfear some time ago, when talking about -mf... - limiting usleep time, to avoid sound skips and ensure responsiveness, inspired by asf patch from Albeu. it solves problem with very low fps .wmv files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5930 b3059339-0415-0410-9bf9-f77b7e298cf2
* .raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>arpi2002-05-023-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5929 b3059339-0415-0410-9bf9-f77b7e298cf2
* catching vo/vf init failurearpi2002-05-011-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5928 b3059339-0415-0410-9bf9-f77b7e298cf2
* bsd+mpdvdkit worxgabucino2002-05-011-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5927 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-012-16/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5926 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_inited flag addedarpi2002-05-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5925 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Jürgen Appel <jappel@linux01.gwdg.de>:pl2002-05-011-2/+2
| | | | | | | | "There is a typo in libmpdemux/tv.c causing channel switching to behave strange." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5924 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed bogus overloaded "q" parameter for lame mp3 encodingrfelker2002-05-012-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5923 b3059339-0415-0410-9bf9-f77b7e298cf2
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5922 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen bugpontscho2002-05-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5921 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fixpontscho2002-05-0110-193/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
* completed real seeking - working very well with audio only filesalex2002-04-301-31/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suggested fix byatmos42002-04-301-2/+2
| | | | | | | Arne Driescher <driescher at mpi-magdeburg.mpg.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ICY error 400: Server full.bertrand2002-04-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert printf to mp_msg in the network layeralbeu2002-04-304-136/+135
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5916 b3059339-0415-0410-9bf9-f77b7e298cf2
* some vfw codecs supports I420 and YV12 tooalex2002-04-301-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5915 b3059339-0415-0410-9bf9-f77b7e298cf2
* another pre-releaseeyck2002-04-301-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5914 b3059339-0415-0410-9bf9-f77b7e298cf2
* trying to fix nicks bugs ...michael2002-04-291-3/+2
| | | | | | | someone with a 3dnow cpu please test this ASAP git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5913 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed FrNo codec - it disabled buggy codecs, due to a trick in codec ↵arpi2002-04-291-11/+0
| | | | | | selection... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5912 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix fullscreen bug es ilyen libvo not initialized bug with gui igypontscho2002-04-294-29/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5911 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD patch - by Björn Sandell <biorn@dce.chalmers.se>arpi2002-04-292-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5910 b3059339-0415-0410-9bf9-f77b7e298cf2
* guessing palette - patch by salvador <salvador@inti.gov.ar>arpi2002-04-293-5/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5909 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonblock open is not legal for OSS (see OSS api docs), and causes problems ↵arpi2002-04-291-0/+11
| | | | | | on freebsd (and maybe other OSs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5908 b3059339-0415-0410-9bf9-f77b7e298cf2
* -xy/-zoom updatedarpi2002-04-291-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5907 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedarpi2002-04-291-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5906 b3059339-0415-0410-9bf9-f77b7e298cf2
* -xy,-zoom,-flip available in mencoder tooarpi2002-04-293-7/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5905 b3059339-0415-0410-9bf9-f77b7e298cf2
* apply aspect prescaling to -xyarpi2002-04-291-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5904 b3059339-0415-0410-9bf9-f77b7e298cf2
* play() fix by Jimen Ching <jching@flex.com>, additional printf->mp_msg ↵alex2002-04-291-38/+44
| | | | | | conversions (for coming i18n support) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5903 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling gtk messagebox - fixes gtk crashesarpi2002-04-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5902 b3059339-0415-0410-9bf9-f77b7e298cf2
* more compatible libpng version checkarpi2002-04-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5901 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bpp raw avi supportarpi2002-04-291-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5900 b3059339-0415-0410-9bf9-f77b7e298cf2
* ugly workaround disabledarpi2002-04-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for another AVI with ogg/vorbis audio (0x674F)albeu2002-04-291-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix buggy extra header printingalbeu2002-04-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Uncompressed avi files are stored upside down.ksorim2002-04-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use new style query_formats flags. Fixes bug with flip.ksorim2002-04-291-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to the mixer device matching the audio device used for audio output.jkeil2002-04-291-4/+9
| | | | | | | | | | | That is, if the user redirects audio to /dev/sound/1 with the AUDIODEV environment variable, use /dev/sound/1ctl as the mixer device. When AUDIODEV is not set, the default for both devices is /dev/audio & /dev/audioctl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ICY error 401: Service unavailable.bertrand2002-04-281-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5893 b3059339-0415-0410-9bf9-f77b7e298cf2
* only freebsd has BSD-style dvd_struct? - enable dvdkit only for linux+freebsdarpi2002-04-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5892 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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</