summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-076-104/+143
| | | | | | | | | | | | - help (-fstype help) also availabible - support state BELOW (someone may want to use it...) and by -fstype none forcing of not changing window layer (user request) - drop icelayer option, it can be set by -fstype layer=<number> - simplify vo_x11_fullscreen - fs change code cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9318 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patch add a library detection to configure and the usage of thearpi2003-02-072-6/+14
| | | | | | | | detected libraries in Makefile. based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enhance portability and remove error prone usage of realloc()arpi2003-02-071-7/+2
| | | | | | | patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9316 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds the option -guiwid to gmplayer. I think its a more cleanarpi2003-02-073-2/+10
| | | | | | | | approach than using just wid. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync until 2003-02-07 14:09mosu2003-02-079-177/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9314 b3059339-0415-0410-9bf9-f77b7e298cf2
* typomichael2003-02-071-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9313 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero_bit for normal frames, so we can distinguish them from other packetsmichael2003-02-071-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9312 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typosmichael2003-02-071-8/+38
| | | | | | | | | | info_header -> info_packet adding variable sized reserved_bytes where i forgot it start/end time in the info_packet stuffing_packet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9311 b3059339-0415-0410-9bf9-f77b7e298cf2
* -enqueue documented.diego2003-02-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9310 b3059339-0415-0410-9bf9-f77b7e298cf2
* maybe fixed mp3lame version checkarpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)michael2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Embed gui into the playback window, if winid>0arpi2003-02-061-0/+10
| | | | | | | | | also don't center window and align gui at the bottom. (see http://mplayerplug-in.sf.net for screenshot and speial skin) patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9307 b3059339-0415-0410-9bf9-f77b7e298cf2
* another 10lpontscho2003-02-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9306 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l!!!!!!!!arpi2003-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9305 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix one 10lpontscho2003-02-061-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9304 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-02-064-388/+377
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9303 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch fixes latest bug, discovered by .so ... (relative filenames &arpi2003-02-062-7/+36
| | | | | | | | playlists) This affects also the gui (filenames with space) patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9302 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup detection of various divx4 versions/alternativesarpi2003-02-067-48/+71
| | | | | | | | | | | | | allows mixing xvid with divx4/5linux libs basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if available, otherwise uses xvid (if divx4.h is available and xvid has decore()/encore() functions). based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove non byte sized stuffmichael2003-02-061-6/+4
| | | | | | | remove more useless startcode emulation prevention stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9300 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixnicolas2003-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9299 b3059339-0415-0410-9bf9-f77b7e298cf2
* use fraction for time_basemichael2003-02-061-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9298 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing startcode emulation prevention, its nonsense ...michael2003-02-061-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9297 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatemichael2003-02-061-25/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9296 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonsense (MPlayer container format draft 0.01)michael2003-02-061-0/+415
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Dmitry Baryshkov <lumag@qnc.ru>.diego2003-02-061-40/+374
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.diego2003-02-061-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9293 b3059339-0415-0410-9bf9-f77b7e298cf2
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-056-9/+225
| | | | | | | | | | | | | | have playlist overwritten by files on commandline or just enqueue them at the end ... - Playtree is finally cleared, as such gui has total control! - Autoplay if files are available on commandline and -enqueue is not set! - Fallback on Playlists finally does work with Gui and even with streaming Playlists! [ Before gui was broken as mplayer.c:playtree tried to have control] patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9292 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds a high-level-api to playtree, allowing to use it more easilyarpi2003-02-052-4/+161
| | | | | | | | | and hopefully also letting one doing less mistakes, as current low-level-api is not rock-solid ... patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9291 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Pierre Lombard <p_l@gmx.fr>nicolas2003-02-0512-355/+354
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9290 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing al3x's 10l'sgabucino2003-02-052-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing link « dga_modelines »nicolas2003-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9288 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-02-058-211/+336
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9287 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation sync until 2003-02-03 23:27mosu2003-02-059-335/+725
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9286 b3059339-0415-0410-9bf9-f77b7e298cf2
* shame and glorypl2003-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9285 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-02-045-112/+178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9284 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing others' 10/100litersgabucino2003-02-046-41/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9283 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-02-041-16/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9282 b3059339-0415-0410-9bf9-f77b7e298cf2
* small rewordingsdiego2003-02-041-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9281 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed palette supportarpi2003-02-045-0/+8
| | | | | | | based on patch by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9280 b3059339-0415-0410-9bf9-f77b7e298cf2
* The reason why mplayer crashes (in some cases) when using x11arpi2003-02-041-4/+4
| | | | | | | | | | | | | | | | | output and -wid (>0) parameter is this: Mplayer by default creates a colormap using DirectColor visual. If the window given to mplayer uses TrueColor visual there will be an error when mplayer sets the colormap for the window. This patch modifies mplayer to use TrueColor visual if the window given to mplayer uses TrueColor. Another solution is to make sure that the window given to mplayer is created using DirectColor visual if it is supported by the display. Jouni Tulkki <jitulkki@cc.hut.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9279 b3059339-0415-0410-9bf9-f77b7e298cf2
* The "initialize wav header with infinite lenght" broke thearpi2003-02-041-1/+6
| | | | | | | | | post-recording fixup by changing the initialisation value of data_length. This fixes it. based on patch by Olivier Galibert <galibert@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9278 b3059339-0415-0410-9bf9-f77b7e298cf2
* move some verbose msg to dbg2arpi2003-02-042-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9277 b3059339-0415-0410-9bf9-f77b7e298cf2
* - append the 'palette' filter if the codec supports RGB8/BGR8 and no csparpi2003-02-041-3/+25
| | | | | | | | match even with the scale filter. - print the current filter chain, in verbose mode git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9276 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, avoid getting num_of_buffers=0alex2003-02-041-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9275 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable num_of_packets check, it's unreliablearpi2003-02-041-0/+2
| | | | | | | (multiple bugreports on -users) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9274 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove references to old w32codec packagealex2003-02-042-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9273 b3059339-0415-0410-9bf9-f77b7e298cf2
* removal of obsolete referencesalex2003-02-041-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9272 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typos, uniformizing like in the video.html and lot of additions/fixesalex2003-02-041-35/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9271 b3059339-0415-0410-9bf9-f77b7e298cf2
* -framedrop clarified as explained by Rich.diego2003-02-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Lu Ran <hephooey@fastmail.fm>.diego2003-02-049-742/+814
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Name added, patch by Lu Ran <hephooey@fastmail.fm>.diego2003-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Fabio Pugliese Ornellas <fabio.ornellas@poli.usp.br>.diego2003-02-041-45/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9267 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fixarpi2003-02-031-1/+2
| | | | | | | bugrep & testing by Stefan Baehre <ste.ba@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9266 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2003-02-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9265 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewordeddiego2003-02-031-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9264 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 2003-01-25 - 2003-02-03mosu2003-02-031-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9263 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-02-031-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fixes and modelines moved to a more sensible place.diego2003-02-031-27/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9261 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix idxpontscho2003-02-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9260 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixgabucino2003-02-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9259 b3059339-0415-0410-9bf9-f77b7e298cf2
* began retranslating... longest day :) <- anybody has that movie?gabucino2003-02-031-0/+3485
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9258 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv9 -> yv12 bugfixesmichael2003-02-031-39/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9257 b3059339-0415-0410-9bf9-f77b7e298cf2
* my patches sent to dev-eng (i feel me brave) Diego, fix my wording bugs, and ↵alex2003-02-032-64/+58
| | | | | | dont be angry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9256 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo and updatealex2003-02-031-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unneccesary header.eyck2003-02-031-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9254 b3059339-0415-0410-9bf9-f77b7e298cf2
* I haven't read eyck@incubus for 2 years. I do read eyck@ghost.anime.pleyck2003-02-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9253 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to use lavc, xvid, divx4atmos42003-02-031-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restruct by Ross Finlayson <finlayson@live.com>bertrand2003-02-034-164/+341
| | | | | | | | | The code now supports 'QuickTime generic' RTP streams (the "X-QT" MIME type), which - thanks to the QuickTime codecs - makes it possible to play more QuickTime RTP streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9251 b3059339-0415-0410-9bf9-f77b7e298cf2
* lstat->statarpi2003-02-031-1/+1
| | | | | | | found by Sebastian Kapfer <sebastian_kapfer@web.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9250 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed upon request.diego2003-02-032-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9249 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by hephooey <hephooey@fastmail.fm>.diego2003-02-031-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Uppercase html tags. Don't use non-english langs in CVS messages.eyck2003-02-031-191/+194
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Plik przetlumaczony przez Zorg <kmaterka@wp.pl>. Poprawkieyck2003-02-031-289/+282
| | | | | | | wzgledem orginalu - spellcheck i tidy. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better description of -jpeg options, patch by Colin Leroy.diego2003-02-031-5/+22
| | | | | | | Some typo corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Panagiotis Issaris <takis.issaris@skynet.be>.diego2003-02-031-22/+133
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Tomas Blaha <tomasb@kapsa.club.cz>.diego2003-02-031-59/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9243 b3059339-0415-0410-9bf9-f77b7e298cf2
* VIDIX and PowerVR updates, based on a patch by Alex.diego2003-02-032-18/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9242 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patc