summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* warning fix (write()/close() require unistd.h)pl2002-05-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6240 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix (strings.h > string.h)pl2002-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6239 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes (string.h is required for memset)pl2002-05-305-3/+9
| | | | | | | | moved config.h at the top of the include (often avoids 10L when adding a new #include ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6238 b3059339-0415-0410-9bf9-f77b7e298cf2
* arts added to 'Disabled optional drivers'jaf2002-05-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6237 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - noticed by Terry Mohan <tmohan@users.sourceforge.net>arpi2002-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6236 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0arpi2002-05-301-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6235 b3059339-0415-0410-9bf9-f77b7e298cf2
* 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOVarpi2002-05-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6234 b3059339-0415-0410-9bf9-f77b7e298cf2
* grayscaled palette supportarpi2002-05-302-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6233 b3059339-0415-0410-9bf9-f77b7e298cf2
* - some cleanup, removed unused codearpi2002-05-301-108/+69
| | | | | | | | - no more ignoring offset & stride values from XvImage struct -> fixed shifted/skewed colors with width%8!=0 movies git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6232 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6231 b3059339-0415-0410-9bf9-f77b7e298cf2
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
| | | | | | | - uncompressed image lines in .avi files are 4-byte aligned (found by Keve Müller <keve@keve.hu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6230 b3059339-0415-0410-9bf9-f77b7e298cf2
* new options to support Michael's libavcodec patch, #ifdefedarpi2002-05-291-1/+27
| | | | | | | slightly modified version of Michael's ffmpeg-preview-michael-20020529-mplayer.diff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6229 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed arts detectionarpi2002-05-291-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6228 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates & synchro with help_mp-en r1.29pl2002-05-291-60/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6227 b3059339-0415-0410-9bf9-f77b7e298cf2
* - hardened a bit the new bilinear algo (missing checks)pl2002-05-291-13/+26
| | | | | | | | | - warning fix (include, int -> void) - avoids messing with 0 byte allocation (result not reliable) (Fredrik Kuivinen <freku045@student.liu.se> noticed it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6226 b3059339-0415-0410-9bf9-f77b7e298cf2
* off_t fields reordered, to avoid problems due to struct paddingarpi2002-05-292-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6225 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids malloc()ing a negative number (== very big size_t)pl2002-05-291-3/+14
| | | | | | | | some vobsub's trigger this case and cause a: "MPlayer interrupted by signal 2 in module: decode_video" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6224 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in skin selectionpontscho2002-05-282-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6223 b3059339-0415-0410-9bf9-f77b7e298cf2
* add XShape support for gui's submenupontscho2002-05-283-13/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Raise the colorkey tolerencealbeu2002-05-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6221 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz ...pontscho2002-05-284-12/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6220 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix text render chrash ...pontscho2002-05-2815-89/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix audio/video driver name parsing and remove 2 little memleaksalbeu2002-05-281-7/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6218 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix for artspl2002-05-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2
* spu/vobsub speedup patch, new all better bilinear scaler similiar to win ↵atmos42002-05-281-3/+114
| | | | | | vobsub ones. ptyh by Hephooey. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6216 b3059339-0415-0410-9bf9-f77b7e298cf2
* aRts audio out support by Michele Balistreri <brain at email.it>atmos42002-05-285-2/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6215 b3059339-0415-0410-9bf9-f77b7e298cf2
* revised query_formatalex2002-05-272-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6214 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_format revisedalex2002-05-275-13/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6213 b3059339-0415-0410-9bf9-f77b7e298cf2
* revised query_formatalex2002-05-273-14/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6212 b3059339-0415-0410-9bf9-f77b7e298cf2
* it uses swscaleralex2002-05-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6211 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -dumpsrtsub option for SubRip formatiive2002-05-272-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6210 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dump subtitles to .srtiive2002-05-272-0/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6209 b3059339-0415-0410-9bf9-f77b7e298cf2
* revised query_formatalex2002-05-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6208 b3059339-0415-0410-9bf9-f77b7e298cf2
* revised query_format. added support for native/conversion detectionalex2002-05-271-32/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6207 b3059339-0415-0410-9bf9-f77b7e298cf2
* revised query_formatalex2002-05-271-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Little fix for vobsub/dvd subtitlesalbeu2002-05-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6205 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed screenshot thingie - it will be moved to video filter layeralex2002-05-272-107/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6204 b3059339-0415-0410-9bf9-f77b7e298cf2
* new layer handling code under icewm from Attilapontscho2002-05-272-9/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6203 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixed (thx for /someone/)gabucino2002-05-271-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6202 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf versioning - patch by Joey Parrish <joey@yunamusic.com>arpi2002-05-264-3/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6201 b3059339-0415-0410-9bf9-f77b7e298cf2
* if LANGUAGES=help_mp-??_??.h fixedjaf2002-05-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation to brazil portuguese by Fabio Pugliese Ornellas <neo_fpo at ↵atmos42002-05-261-0/+320
| | | | | | ig.com.br> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6199 b3059339-0415-0410-9bf9-f77b7e298cf2
* report error if bad dimensions requested (<=0)alex2002-05-261-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6198 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -dumpversion seems less error prone (tested with 2.95.4 3.0.4 and 3.1)pl2002-05-261-3/+3
| | | | | | | | | Suggested by Okki <okki666@nerim.net> Added gcc-3.1 and gcc-3.0 in the find-a-sane-compiler loop git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Downloads w32codecs from M$, script by Tom Lees <tal26 at cam.ac.uk>atmos42002-05-261-0/+169
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6196 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused controlsalex2002-05-262-34/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6195 b3059339-0415-0410-9bf9-f77b7e298cf2
* AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org>alex2002-05-262-22/+272
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6194 b3059339-0415-0410-9bf9-f77b7e298cf2
* clone_demux_packet(), using refcounting to avoid memcpy()arpi2002-05-252-9/+35
| | | | | | | based on (sligtly simplified) patch by Alexander Neundorf <neundorf@dellingsoft.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6193 b3059339-0415-0410-9bf9-f77b7e298cf2
* The 3 X11 checks (header/lib/functionnality) are now together.pl2002-05-251-41/+43
| | | | | | | | Tests for header & lib enhanced (check for Xlib.h and libX11.so/a) (Suggestion by Arpi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bounding box and partial update patch for vob/dvdsub by Hephooey.atmos42002-05-253-6/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6191 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw huffyuv is said to be buggyarpi2002-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6190 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-254-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6189 b3059339-0415-0410-9bf9-f77b7e298cf2
* On the sun all int32 objects have to be aligned on 32 bit boundaries. Witharpi2002-05-251-1/+2
| | | | | | | | this patch the asf-files run well on sparc/solaris patch by Martin Olschewski <olschewski@zpr.uni-koeln.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6188 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoalex2002-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6187 b3059339-0415-0410-9bf9-f77b7e298cf2
* jump to next file (or exit) if can't decode audio && videoalex2002-05-251-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add volume control, patch byatmos42002-05-251-4/+20
| | | | | | | Colin Leroy <colin at colino.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6185 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix two small bug and add multimedia keyboard support ( i tested with Acer ↵pontscho2002-05-256-54/+86
| | | | | | AirKey V only ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6184 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-05-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Overlay in a window (only with x11 subdriver)albeu2002-05-241-86/+307
| | | | | | | Cache the overlay vga settings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Destroy the old win when config is called multiple timesalbeu2002-05-241-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let X destroy the windowalbeu2002-05-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial cvs release of the porting-status.txt I proposed on dev-eng.atmos42002-05-241-0/+86
| | | | | | | | | ATTENTION: All PORTERS please add your names/email to the file and add your notes! Porters without cvs-write-axs please send patches to dev-eng. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6179 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin stdcall mismatch fix.atmos42002-05-244-20/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Atmos is rightarpi2002-05-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6177 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording, patch by Diego Biurrun <diego@biurrun.de>arpi2002-05-241-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6176 b3059339-0415-0410-9bf9-f77b7e298cf2
* different message for busy Xv ports and missing Xv portsarpi2002-05-241-2/+11
| | | | | | | message extended, based on Diego's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6175 b3059339-0415-0410-9bf9-f77b7e298cf2
* - put back SystemTooSlow messagearpi2002-05-232-6/+8
| | | | | | | - more tips for tooslow (ni vs cache) and buffer overflow (-ni) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6174 b3059339-0415-0410-9bf9-f77b7e298cf2
* majd biztos strong bazmeggabucino2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6173 b3059339-0415-0410-9bf9-f77b7e298cf2
* suggested by John L. Clark <jlc6@po.cwru.edu>arpi2002-05-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6172 b3059339-0415-0410-9bf9-f77b7e298cf2
* another method for icewm workaround, suggested by Simonics Zsolt ↵arpi2002-05-231-1/+3
| | | | | | <simc@chello.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6171 b3059339-0415-0410-9bf9-f77b7e298cf2
* - keeps configure from generating a core when a buggy giflib is foundarpi2002-05-231-6/+9
| | | | | | | | - swaps -lgif with -lungif to give compression preference over uncompressed by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6170 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Diego Biurrun's patchgabucino2002-05-232-11/+2
| | | | | | | removed ogg misinfo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6169 b3059339-0415-0410-9bf9-f77b7e298cf2
* VIV->VIVOgabucino2002-05-232-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6168 b3059339-0415-0410-9bf9-f77b7e298cf2
* inttypes gui patch from Bjrn Sandell <biorn@dce.chalmers.se>pontscho2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6167 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfixesjaf2002-05-231-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6166 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-233-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6165 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-232-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6164 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6163 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6162 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed disabled vidix messagealex2002-05-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6161 b3059339-0415-0410-9bf9-f77b7e298cf2
*