summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OS2 supportarpi2002-03-231-1/+1
* dlfcn.h shouldn't be included if XANIM support disabledarpi2002-03-231-4/+4
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
* added aspect ratio support and local ctxalex2002-03-231-21/+65
* 10l, hopefully fixed query formatalex2002-03-231-1/+2
* fixed query formatalex2002-03-231-2/+4
* 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal ...arpi2002-03-231-7/+5
* moved get_image into decoder (Arpi's request)alex2002-03-231-4/+5
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
* added xanim urlalex2002-03-231-1/+1
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
* Support for cropping in mencoder. New options:ksorim2002-03-232-45/+141
* applied Melanson's patchgabucino2002-03-231-0/+2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* syncjonas2002-03-235-94/+157
* added zlibalex2002-03-222-1/+5
* added zlib supportalex2002-03-222-0/+2
* added, supporting only BGR24 (avizlib.dll does the same)alex2002-03-221-0/+132
* committed Roberto Togni's patch for control() function in HuffYUV decodermelanson2002-03-221-2/+17
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
* increasing libavcodec -vme rangemichael2002-03-221-1/+1
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
* Add Parsing off ftyp box and some more docs refatmos42002-03-221-9/+31
* I knew I had a typo just as I commited :(atmos42002-03-211-1/+1
* update my stuffatmos42002-03-211-2/+3
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...atmos42002-03-211-0/+2
* some more...arpi2002-03-211-2/+385
* insert mpeg4 video header into the first chunkarpi2002-03-211-3/+23
* 0.1larpi2002-03-211-0/+1
* support multiple video header extension chunksarpi2002-03-211-7/+7
* query flag addedarpi2002-03-212-0/+2
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
* Im proved Build Version selection for DivX 5.atmos42002-03-212-2/+22
* fixing bgr15&16 on big_endianmichael2002-03-211-7/+10
* some updatesalex2002-03-211-1/+4
* a bit update to libvo1.5, i think we should make a seperate documentationalex2002-03-211-10/+32
* argh 0.5latmos42002-03-211-1/+2
* Recognize and skip ftype chunk used by some .mp4 files andatmos42002-03-211-12/+25
* temporary disabled len=0 code due to reported loop errorsalex2002-03-211-0/+2
* This will hopefully fixksorim2002-03-211-22/+24
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
* wording patch by Diego & Eggergabucino2002-03-211-103/+120
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...atmos42002-03-211-24/+69
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-216-2/+871
* some new funcs and fixes for quicktimearpi2002-03-201-14/+207
* allow LPSTR typedefarpi2002-03-201-2/+2
* not vbt, but vratetolgabucino2002-03-201-1/+1
* added input optionsgabucino2002-03-202-0/+96
* -oldpp info fixedgabucino2002-03-202-4/+4
* -drgabucino2002-03-202-0/+10
* new lavc optsgabucino2002-03-201-0/+17
* some small updatesgabucino2002-03-203-20/+8
* extended FAAD detectionalex2002-03-201-1/+1
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
* using -dr instead -vaa_dralex2002-03-205-13/+11
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-3/+4
* Bugfix for --disable-runtime-cpudetectionksorim2002-03-201-1/+1
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
* splitted mp_msg_init and mp_msg_set_level and added i18n support to initalex2002-03-202-2/+18
* 10l ;)alex2002-03-201-0/+3
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
* Set the params given to a playlist url to the playlistalbeu2002-03-203-0/+21
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
* New string list option typealbeu2002-03-202-3/+163
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-204-2/+132
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
* add alternative samplerate calculation for files with timescale\!=samplerateatmos42002-03-201-1/+22
* InitializeQTML(0) addedarpi2002-03-201-4/+21
* comments on compilingarpi2002-03-201-0/+2
* simple sample proggy, using qtmlClient.dll to access QT componentsarpi2002-03-201-0/+43
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
* config vo if resolution changed (after decoded image read the dimensions out ...alex2002-03-191-1/+8
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds h...atmos42002-03-192-13/+86
* show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz <marcinj@netbox...arpi2002-03-191-2/+3
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-5/+13
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@...arpi2002-03-191-0/+1
* runtime msg changedarpi2002-03-191-1/+1
* a bit modified runtime fix patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-10/+35
* 10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.albeu2002-03-191-0/+3
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
* A bug fix in the auto-repeat stuff + moved all printf to mp_msgalbeu2002-03-192-45/+61
* Commentting sessionalbeu2002-03-191-1/+39
* A bug fix + moved error msg from verbose to erroralbeu2002-03-191-4/+4
* Fix a typo error with JOY_BTN2 and JOY_BTN3albeu2002-03-191-2/+2
* small update to english version.jonas2002-03-192-4/+12
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-196-9/+197
* 10l. -ao mpegpes shouldn't be disabled if no DVBarpi2002-03-191-4/+0
* update hall of fame :)atmos42002-03-181-0/+1
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid...atmos42002-03-186-1/+172
* updates by Jiri.Svoboda@seznam.czarpi2002-03-181-233/+747
* -nosound option addedgabucino2002-03-181-0/+4
* applied Melanson's patchgabucino2002-03-182-5/+14
* syncjaf2002-03-181-1/+1
* updated to english version.jonas2002-03-187-197/+261
* usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.eyck2002-03-181-1/+1
* syncnexus2002-03-181-1/+1
* the RoQ video decoder is so very close to working, I can almost taste itmelanson2002-03-181-257/+171
* added PTS for audio, but seeking still doesn't workmelanson2002-03-181-8/+24
* supports query_format in codecsarpi2002-03-182-4/+9
* changed status of 'null' codec to avoid prefering it over buggy codecsarpi2002-03-181-1/+1
* video codec selection failed message changed - it depends on -vo tooarpi2002-03-182-2/+2
* status numbers changed to fit our detection orderarpi2002-03-181-4/+6
* migrate to new init_video()arpi2002-03-181-72/+93
* video codec selection redesigned and moved to libmpcodecs - now it's 'intelli...arpi2002-03-181-58/+32
* init_video() changed, make all externarpi2002-03-181-4/+4
* decore version check for divx3 and divx5arpi2002-03-181-0/+14
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
* libavcodec bitrate is in kbit now ...michael2002-03-181-3/+3
* added vo_configarpi2002-03-181-0/+1
* decore version check for divx3 and divx5arpi2002-03-181-0/+13
* lirc fix by Keller Attila <mikimo3@freemail.hu>arpi2002-03-171-1/+1
* supporting ffmpegs "hopefully better bitrate control"michael2002-03-172-0/+18
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
* correct LIBDIReyck2002-03-172-1/+7
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
* xp addedjaf2002-03-171-0/+2
* Mp4S fixedarpi2002-03-171-3/+4
* fixgabucino2002-03-171-1/+1
* sync the f* manual (with arpi's english changes)gabucino2002-03-176-103/+151
* uninit bugs fixedarpi2002-03-171-7/+8
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onmelanson2002-03-172-53/+69
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifi...arpi2002-03-171-5/+26
* init_video_vaa() removedarpi2002-03-171-19/+0
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
* fixed colorspace detectionarpi2002-03-171-1/+2
* don't free our_out_buffer - it's obsoletedarpi2002-03-171-1/+1
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
* useless 'max benchmar' removedarpi2002-03-171-15/+0
* removed pitches[] messarpi2002-03-161-2/+2
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
* writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was t...alex2002-03-161-2/+2
* libvo flagsalex2002-03-161-2/+2
* mpegpes supportarpi2002-03-161-3/+17
* accept IMGFMT_MPEGPESarpi2002-03-161-0/+3
* added proper PTS support for FILM demuxermelanson2002-03-162-30/+20
* BSD compatibility fix by Steven M. Schultzalex2002-03-161-0/+4
* fame enabeldarpi2002-03-161-1/+1
* libfame addedarpi2002-03-161-3/+6
* workaround lack of -fomit-frame-pointermichael2002-03-161-8/+8
* Fixed the bug that make mplayer crash with no sound and an invalidalbeu2002-03-161-1/+3
* 1L : removed redondant enter key bindingalbeu2002-03-161-1/+0
* ENTER now quits after last filegabucino2002-03-162-5/+4
* Now enter key quit if no next file is avaiblealbeu2002-03-162-11/+25
* Fixed some bugs with fame, had to disable prebuffering with fame thoughmswitch2002-03-161-7/+38
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-167-230/+734
* Fixed problem with seeking/sync when using libfamemswitch2002-03-161-9/+4
* prefer outfmt with no conversion (see vo's query flags)arpi2002-03-161-8/+11
* added directrendering support and better query_formatalex2002-03-161-10/+53
* rtfm hint msg depends on runtime detectionarpi2002-03-161-1/+5
* let's make users testing runtime stuff... he-hearpi2002-03-161-3/+2
* hints on RTFMarpi2002-03-161-1/+15
* updatesarpi2002-03-161-19/+3
* obsolete... will be deleted SOONarpi2002-03-161-0/+3
* handle error from mpcodecs_config_vo()arpi2002-03-1620-38/+22
* "obladi-oblada" -- Gabucino, Feb 11 20:03:21 2002arpi2002-03-151-3/+3
* "sok ize, mutyur, bizbasz." --Gabucino, Feb 12 23:39:36 2002arpi2002-03-151-5/+7
* added a message :)alex2002-03-151-0/+5
* workaround to compile without new-input supportalex2002-03-151-0/+2
* szrii, tuu, van, fajorgabucino2002-03-154-104/+30
* printf to mp_msg by Anders Rune Jensenalex2002-03-151-9/+9
* "ez+az" -- Gabucino, 2001arpi2002-03-151-3/+8
* "nememlex" --Gabucino, 2002arpi2002-03-151-5/+6
* changed printf's to mp_msgalex2002-03-151-21/+21
* faszom.arpi2002-03-151-19/+25
* syncgabucino2002-03-151-2/+13
* changed printf's to mp_msgalex2002-03-151-17/+19
* xanim search path fixedgabucino2002-03-152-3/+5
* runtime cpudetectionalex2002-03-151-1/+18
* volume normalizer plugin addedgabucino2002-03-154-0/+23
* fixes...arpi2002-03-151-4/+4
* spelling type fix by Anders Rune Jensenalex2002-03-151-1/+1
* using mp_gettextalex2002-03-151-5/+7
* a "few" "small" "fixes" ...arpi2002-03-151-102/+148
* changed to mp_msgalex2002-03-151-10/+11
* -audiofile addedgabucino2002-03-152-0/+8
* added i18n supportalex2002-03-151-1/+36
* added mp_gettext macro for i18nalex2002-03-151-0/+8
* added i18n support (also disabled, later auto detection will be enabled)alex2002-03-151-74/+103
* softclipping (ammegmi?)gabucino20