aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* remove non byte sized stuffGravatar michael2003-02-06
| | | | | | | remove more useless startcode emulation prevention stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9300 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixGravatar nicolas2003-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9299 b3059339-0415-0410-9bf9-f77b7e298cf2
* use fraction for time_baseGravatar michael2003-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9298 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing startcode emulation prevention, its nonsense ...Gravatar michael2003-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9297 b3059339-0415-0410-9bf9-f77b7e298cf2
* updateGravatar michael2003-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9296 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonsense (MPlayer container format draft 0.01)Gravatar michael2003-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Dmitry Baryshkov <lumag@qnc.ru>.Gravatar diego2003-02-06
| | | | 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>.Gravatar diego2003-02-06
| | | | 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 toGravatar arpi2003-02-05
| | | | | | | | | | | | | | 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 easilyGravatar arpi2003-02-05
| | | | | | | | | 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>Gravatar nicolas2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9290 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing al3x's 10l'sGravatar gabucino2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing link « dga_modelines »Gravatar nicolas2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9288 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9287 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation sync until 2003-02-03 23:27Gravatar mosu2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9286 b3059339-0415-0410-9bf9-f77b7e298cf2
* shame and gloryGravatar pl2003-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9285 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9284 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing others' 10/100litersGravatar gabucino2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9283 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9282 b3059339-0415-0410-9bf9-f77b7e298cf2
* small rewordingsGravatar diego2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9281 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed palette supportGravatar arpi2003-02-04
| | | | | | | 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 x11Gravatar arpi2003-02-04
| | | | | | | | | | | | | | | | | 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 theGravatar arpi2003-02-04
| | | | | | | | | 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 dbg2Gravatar arpi2003-02-04
| | | | 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 cspGravatar arpi2003-02-04
| | | | | | | | 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=0Gravatar alex2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9275 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable num_of_packets check, it's unreliableGravatar arpi2003-02-04
| | | | | | | (multiple bugreports on -users) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9274 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove references to old w32codec packageGravatar alex2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9273 b3059339-0415-0410-9bf9-f77b7e298cf2
* removal of obsolete referencesGravatar alex2003-02-04
| | | | 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/fixesGravatar alex2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9271 b3059339-0415-0410-9bf9-f77b7e298cf2
* -framedrop clarified as explained by Rich.Gravatar diego2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Lu Ran <hephooey@fastmail.fm>.Gravatar diego2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9269 b3059339-0415-0410-9bf9-f77b7e298cf2
* Name added, patch by Lu Ran <hephooey@fastmail.fm>.Gravatar diego2003-02-04
| | | | 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>.Gravatar diego2003-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9267 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fixGravatar arpi2003-02-03
| | | | | | | bugrep & testing by Stefan Baehre <ste.ba@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9266 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosGravatar diego2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9265 b3059339-0415-0410-9bf9-f77b7e298cf2
* rewordedGravatar diego2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9264 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 2003-01-25 - 2003-02-03Gravatar mosu2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9263 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-02-03
| | | | 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.Gravatar diego2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9261 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix idxGravatar pontscho2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9260 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixGravatar gabucino2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9259 b3059339-0415-0410-9bf9-f77b7e298cf2
* began retranslating... longest day :) <- anybody has that movie?Gravatar gabucino2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9258 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv9 -> yv12 bugfixesGravatar michael2003-02-03
| | | | 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 ↵Gravatar alex2003-02-03
| | | | | | dont be angry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9256 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo and updateGravatar alex2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unneccesary header.Gravatar eyck2003-02-03
| | | | 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.plGravatar eyck2003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9253 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to use lavc, xvid, divx4Gravatar atmos42003-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restruct by Ross Finlayson <finlayson@live.com>Gravatar bertrand2003-02-03
| | | | | | | | | 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