summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use .balign instead of .alignarpi2002-03-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5291 b3059339-0415-0410-9bf9-f77b7e298cf2
* more ugly hackarpi2002-03-231-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5290 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't use mmap() in mplayer.c, so why should we include mman.h...arpi2002-03-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5289 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS/2 workaroundarpi2002-03-231-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5288 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - va_start needs teh pointer to stack - not the translated messagearpi2002-03-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5287 b3059339-0415-0410-9bf9-f77b7e298cf2
* we don't need dl nor stat functions - why to include tehir headers...arpi2002-03-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5286 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing #include config.h, removed LIBVO2 ifdef.arpi2002-03-231-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5285 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS2 supportarpi2002-03-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5284 b3059339-0415-0410-9bf9-f77b7e298cf2
* dlfcn.h shouldn't be included if XANIM support disabledarpi2002-03-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5283 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
| | | | | | | hi-res ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5282 b3059339-0415-0410-9bf9-f77b7e298cf2
* added aspect ratio support and local ctxalex2002-03-231-21/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5281 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, hopefully fixed query formatalex2002-03-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5280 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed query formatalex2002-03-231-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5279 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal ↵arpi2002-03-231-7/+5
| | | | | | use by the core git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5278 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved get_image into decoder (Arpi's request)alex2002-03-231-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
| | | | | | | bus speed has troubles with it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5276 b3059339-0415-0410-9bf9-f77b7e298cf2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
| | | | | | | (lot nicer output ;). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
| | | | | | | out to him... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5274 b3059339-0415-0410-9bf9-f77b7e298cf2
* added xanim urlalex2002-03-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5273 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for cropping in mencoder. New options:ksorim2002-03-232-45/+141
| | | | | | | | | | -x0, -y0: upper-left corner of rectangle to be cut out -xsize, -ysize: Size of rectangle to cut out Cropping is done before scaling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5271 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Melanson's patchgabucino2002-03-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
| | | | | | | name in DISPLAY. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
| | | | | | | usefull for testing/checking how usefull/powerfull the ME/MC is in divx/mpeg4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5267 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjonas2002-03-235-94/+157
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5266 b3059339-0415-0410-9bf9-f77b7e298cf2
* added zlibalex2002-03-222-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5265 b3059339-0415-0410-9bf9-f77b7e298cf2
* added zlib supportalex2002-03-222-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5264 b3059339-0415-0410-9bf9-f77b7e298cf2
* added, supporting only BGR24 (avizlib.dll does the same)alex2002-03-221-0/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5263 b3059339-0415-0410-9bf9-f77b7e298cf2
* committed Roberto Togni's patch for control() function in HuffYUV decodermelanson2002-03-221-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
* increasing libavcodec -vme rangemichael2002-03-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5260 b3059339-0415-0410-9bf9-f77b7e298cf2
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
| | | | | | | new requirements for preinit/control. by jiri svoboda git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Parsing off ftyp box and some more docs refatmos42002-03-221-9/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5258 b3059339-0415-0410-9bf9-f77b7e298cf2
* I knew I had a typo just as I commited :(atmos42002-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5257 b3059339-0415-0410-9bf9-f77b7e298cf2
* update my stuffatmos42002-03-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll ↵atmos42002-03-211-0/+2
| | | | | | investigate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5255 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more...arpi2002-03-211-2/+385
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5254 b3059339-0415-0410-9bf9-f77b7e298cf2
* insert mpeg4 video header into the first chunkarpi2002-03-211-3/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5253 b3059339-0415-0410-9bf9-f77b7e298cf2
* 0.1larpi2002-03-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5252 b3059339-0415-0410-9bf9-f77b7e298cf2
* support multiple video header extension chunksarpi2002-03-211-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5251 b3059339-0415-0410-9bf9-f77b7e298cf2
* query flag addedarpi2002-03-212-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5250 b3059339-0415-0410-9bf9-f77b7e298cf2
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5249 b3059339-0415-0410-9bf9-f77b7e298cf2
* Im proved Build Version selection for DivX 5.atmos42002-03-212-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5248 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing bgr15&16 on big_endianmichael2002-03-211-7/+10
| | | | | | | i doubt that that will fix all big endian problems though, we very likely will have to support RGB & BGR output formats as either bgr32 or bgr15 is rgb depending upon the way rgb/bgr is defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5247 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesalex2002-03-211-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5246 b3059339-0415-0410-9bf9-f77b7e298cf2
* a bit update to libvo1.5, i think we should make a seperate documentationalex2002-03-211-10/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5245 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh 0.5latmos42002-03-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recognize and skip ftype chunk used by some .mp4 files andatmos42002-03-211-12/+25
| | | | | | | | add fallback to displaysize if imagesize is unavailable. Also update some doc info. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5243 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary disabled len=0 code due to reported loop errorsalex2002-03-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5242 b3059339-0415-0410-9bf9-f77b7e298cf2
* This will hopefully fixksorim2002-03-211-22/+24
| | | | | | | | * uninit call without a previous config call * Several config calls between preinit and uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
| | | | | | | | had rgb data and the second had yuv data and sdl:aalib was used. Some code duplication removed in the process. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5240 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
| | | | | | | duplication. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5239 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording patch by Diego & Eggergabucino2002-03-211-103/+120
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5238 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now ↵atmos42002-03-211-24/+69
| | | | | | write esds movie header whereever he wants. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5237 b3059339-0415-0410-9bf9-f77b7e298cf2
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-216-2/+871
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5236 b3059339-0415-0410-9bf9-f77b7e298cf2
* some new funcs and fixes for quicktimearpi2002-03-201-14/+207
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5235 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow LPSTR typedefarpi2002-03-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5234 b3059339-0415-0410-9bf9-f77b7e298cf2
* not vbt, but vratetolgabucino2002-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5233 b3059339-0415-0410-9bf9-f77b7e298cf2
* added input optionsgabucino2002-03-202-0/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5232 b3059339-0415-0410-9bf9-f77b7e298cf2
* -oldpp info fixedgabucino2002-03-202-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5231 b3059339-0415-0410-9bf9-f77b7e298cf2
* -drgabucino2002-03-202-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5230 b3059339-0415-0410-9bf9-f77b7e298cf2
* new lavc optsgabucino2002-03-201-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5229 b3059339-0415-0410-9bf9-f77b7e298cf2
* some small updatesgabucino2002-03-203-20/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5228 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended FAAD detectionalex2002-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5227 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5226 b3059339-0415-0410-9bf9-f77b7e298cf2
* using -dr instead -vaa_dralex2002-03-205-13/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix for --disable-runtime-cpudetectionksorim2002-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5223 b3059339-0415-0410-9bf9-f77b7e298cf2
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5222 b3059339-0415-0410-9bf9-f77b7e298cf2
* splitted mp_msg_init and mp_msg_set_level and added i18n support to initalex2002-03-202-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5221 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l ;)alex2002-03-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
| | | | | | | keys and commands git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set the params given to a playlist url to the playlistalbeu2002-03-203-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5218 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
| | | | | | | of audio data was smaller than the ao min outburst. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5217 b3059339-0415-0410-9bf9-f77b7e298cf2
* New string list option typealbeu2002-03-202-3/+163
| | | | | | | A -list-options option to get a list of all avaible options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5216 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-204-2/+132
| | | | | | | demuxer; what, is that so weird?...:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5215 b3059339-0415-0410-9bf9-f77b7e298cf2
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
| | | | | | | MPlayer is basically complete now...:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5214 b3059339-0415-0410-9bf9-f77b7e298cf2
* add alternative samplerate calculation for files with timescale\!=samplerateatmos42002-03-201-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5213 b3059339-0415-0410-9bf9-f77b7e298cf2
* InitializeQTML(0) addedarpi2002-03-201-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5212 b3059339-0415-0410-9bf9-f77b7e298cf2
* comments on compilingarpi2002-03-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5211 b3059339-0415-0410-9bf9-f77b7e298cf2
* simple sample proggy, using qtmlClient.dll to access QT componentsarpi2002-03-201-0/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5210 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5209 b3059339-0415-0410-9bf9-f77b7e298cf2
*