summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* config vo if resolution changed (after decoded image read the dimensions out ↵alex2002-03-191-1/+8
| | | | | | of lavc context) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5208 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow sh_audio struct to be initialized by demuxer, add parsing of mp4 esds ↵atmos42002-03-192-13/+86
| | | | | | header to mov demuxer, init faad from info from mov header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5207 b3059339-0415-0410-9bf9-f77b7e298cf2
* show sub/av delay at osdlevel=1 - patch by Marcin Juszkiewicz ↵arpi2002-03-191-2/+3
| | | | | | <marcinj@netbox.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5206 b3059339-0415-0410-9bf9-f77b7e298cf2
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-5/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5205 b3059339-0415-0410-9bf9-f77b7e298cf2
* hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen ↵arpi2002-03-191-0/+1
| | | | | | <freku045@student.liu.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5204 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime msg changedarpi2002-03-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5203 b3059339-0415-0410-9bf9-f77b7e298cf2
* a bit modified runtime fix patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-10/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5202 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.albeu2002-03-191-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automatically use avcodec if it exists, otherwise fall back to fame (duemswitch2002-03-191-6/+11
| | | | | | | | | | | to some unresolved problems with fame) Bitrate is set to a constant 6e6 Fixed a bug occuring with round() Fixed a little #elif bug that would cause compilation to fail when not compiling with avcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5200 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bug fix in the auto-repeat stuff + moved all printf to mp_msgalbeu2002-03-192-45/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commentting sessionalbeu2002-03-191-1/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5198 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bug fix + moved error msg from verbose to erroralbeu2002-03-191-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a typo error with JOY_BTN2 and JOY_BTN3albeu2002-03-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5196 b3059339-0415-0410-9bf9-f77b7e298cf2
* small update to english version.jonas2002-03-192-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5195 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-196-9/+197
| | | | | | | 8-bit right now, but 4-bit is forthcoming git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5194 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l. -ao mpegpes shouldn't be disabled if no DVBarpi2002-03-191-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5193 b3059339-0415-0410-9bf9-f77b7e298cf2
* update hall of fame :)atmos42002-03-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 ↵atmos42002-03-186-1/+172
| | | | | | video in qt to ffmpeg4 although it's still buggy in decoding git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5191 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates by Jiri.Svoboda@seznam.czarpi2002-03-181-233/+747
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5190 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nosound option addedgabucino2002-03-181-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5189 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Melanson's patchgabucino2002-03-182-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5188 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjaf2002-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5187 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated to english version.jonas2002-03-187-197/+261
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5186 b3059339-0415-0410-9bf9-f77b7e298cf2
* usr/lib/mplayer not /usr/lib, as reminded by Amy Fong.eyck2002-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5185 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5184 b3059339-0415-0410-9bf9-f77b7e298cf2
* the RoQ video decoder is so very close to working, I can almost taste itmelanson2002-03-181-257/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5183 b3059339-0415-0410-9bf9-f77b7e298cf2
* added PTS for audio, but seeking still doesn't workmelanson2002-03-181-8/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5182 b3059339-0415-0410-9bf9-f77b7e298cf2
* supports query_format in codecsarpi2002-03-182-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5181 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed status of 'null' codec to avoid prefering it over buggy codecsarpi2002-03-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5180 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec selection failed message changed - it depends on -vo tooarpi2002-03-182-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5179 b3059339-0415-0410-9bf9-f77b7e298cf2
* status numbers changed to fit our detection orderarpi2002-03-181-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5178 b3059339-0415-0410-9bf9-f77b7e298cf2
* migrate to new init_video()arpi2002-03-181-72/+93
| | | | | | | | out_fmt selection moved to dummy vo's query_format mpeg4 fourcc changed, MP4S used in new asf files on the net differs from this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5177 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec selection redesigned and moved to libmpcodecs - now it's ↵arpi2002-03-181-58/+32
| | | | | | 'intelligent' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5176 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video() changed, make all externarpi2002-03-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5175 b3059339-0415-0410-9bf9-f77b7e298cf2
* decore version check for divx3 and divx5arpi2002-03-181-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5174 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't call video->get_info if it's NULLarpi2002-03-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5173 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5172 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec bitrate is in kbit now ...michael2002-03-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5171 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vo_configarpi2002-03-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5170 b3059339-0415-0410-9bf9-f77b7e298cf2
* decore version check for divx3 and divx5arpi2002-03-181-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5169 b3059339-0415-0410-9bf9-f77b7e298cf2
* lirc fix by Keller Attila <mikimo3@freemail.hu>arpi2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5168 b3059339-0415-0410-9bf9-f77b7e298cf2
* supporting ffmpegs "hopefully better bitrate control"michael2002-03-172-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5167 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct LIBDIReyck2002-03-172-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a (more or less dummy) reference to vo_format_name(), to pull thejkeil2002-03-171-0/+2
| | | | | | | | | | | img_format.o object from libvo.a on solaris. The typical set of libvo video drivers on solaris didn't reference this symbol, but a library at the end of the link command for mplayer requires this function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5164 b3059339-0415-0410-9bf9-f77b7e298cf2
* xp addedjaf2002-03-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mp4S fixedarpi2002-03-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5162 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixgabucino2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5161 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync the f* manual (with arpi's english changes)gabucino2002-03-176-103/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5160 b3059339-0415-0410-9bf9-f77b7e298cf2
* uninit bugs fixedarpi2002-03-171-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5159 b3059339-0415-0410-9bf9-f77b7e298cf2
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onmelanson2002-03-172-53/+69
| | | | | | | EOF and preliminary seeking support (not perfect yet) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5158 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix ↵arpi2002-03-171-5/+26
| | | | | | multifile playback git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5157 b3059339-0415-0410-9bf9-f77b7e298cf2
* init_video_vaa() removedarpi2002-03-171-19/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5156 b3059339-0415-0410-9bf9-f77b7e298cf2
* init/uninit libvo/ao/getch2/cache2 order fixedarpi2002-03-171-62/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5155 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed colorspace detectionarpi2002-03-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5154 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't free our_out_buffer - it's obsoletedarpi2002-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5153 b3059339-0415-0410-9bf9-f77b7e298cf2
* - cleanup pass 1. more to come soon...arpi2002-03-171-169/+62
| | | | | | | | | | | | | - fixed order of libcss and dumpstream stuff - fixed some comments, added more to get source easier searchable - removed some nonsense goto, use if() instead - removed some obsoleted, #if 0'd code - rewritten text subtitle init calls - removed useless 'max benchmark' code (it shows 480% cpu when playing vcd on p4...) TODO: fix order or ao/vo init, and migrate video codec selection to libmpcodecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5152 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless 'max benchmar' removedarpi2002-03-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5151 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed pitches[] messarpi2002-03-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5150 b3059339-0415-0410-9bf9-f77b7e298cf2
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5149 b3059339-0415-0410-9bf9-f77b7e298cf2
* writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was ↵alex2002-03-161-2/+2
| | | | | | the same as PREFIX git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5148 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo flagsalex2002-03-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5147 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpegpes supportarpi2002-03-161-3/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5146 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept IMGFMT_MPEGPESarpi2002-03-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5145 b3059339-0415-0410-9bf9-f77b7e298cf2
* added proper PTS support for FILM demuxermelanson2002-03-162-30/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5144 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD compatibility fix by Steven M. Schultzalex2002-03-161-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5143 b3059339-0415-0410-9bf9-f77b7e298cf2
* fame enabeldarpi2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5142 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame added<