aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 10l bug - 'len' was handled wrong.Gravatar arpi2002-09-15
| | | | | | | found by Anssi Saari <as@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7406 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefer ffsvq1 if availableGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7405 b3059339-0415-0410-9bf9-f77b7e298cf2
* out formats reordered, quality orderGravatar arpi2002-09-15
| | | | | | | (we should prefer 422P to YV12 if available...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7404 b3059339-0415-0410-9bf9-f77b7e298cf2
* unused, replaced by vd_msrle.cGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7403 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed some bugs in RLE decoderGravatar arpi2002-09-15
| | | | | | | - some cleanup, home i didn't break it... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7402 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatesGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7401 b3059339-0415-0410-9bf9-f77b7e298cf2
* cross-refGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
* outflags describedGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7399 b3059339-0415-0410-9bf9-f77b7e298cf2
* some words and drawing about video pathGravatar arpi2002-09-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7398 b3059339-0415-0410-9bf9-f77b7e298cf2
* The granule position of pages contining Vorbis audio is in units ofGravatar arpi2002-09-14
| | | | | | | | | PCM audio samples (per channel; a stereo stream's granule position does no increment at twice the speed of a mono stream). patch by Moritz Bunkus <moritz@bunkus.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7397 b3059339-0415-0410-9bf9-f77b7e298cf2
* add one lineGravatar pontscho2002-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7396 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed -ss behaviour (you have to use teh same -ss for all passes)Gravatar arpi2002-09-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7395 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a new ASX playlist mime-typeGravatar bertrand2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7394 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>Gravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7393 b3059339-0415-0410-9bf9-f77b7e298cf2
* hpux scsi dvd support by Martin Gansser <mgansser@ngi.de>Gravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7392 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to comply with new loaderGravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7391 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect ratio support by encoding (currently only with mpeg4 and h263p)Gravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7390 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended par supportGravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Can't return pointer to automatic C array, gmplayer file selector box doesGravatar jkeil2002-09-13
| | | | | | | not show video files; use a static string instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7388 b3059339-0415-0410-9bf9-f77b7e298cf2
* avifile sync - 95% cosmetics 5% bugGravatar arpi2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7387 b3059339-0415-0410-9bf9-f77b7e298cf2
* - updated to use new stype ICopen (filename passed in the icopen struct)Gravatar arpi2002-09-13
| | | | | | | | | - ICSendMessage now calls SendDriverMessage instead of re-implementing it - simplified teh WINE_HIC mess - removed some unused and broken func, like ICLocate git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7386 b3059339-0415-0410-9bf9-f77b7e298cf2
* added JFIF and UMP4Gravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7385 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused code. fixed yv12+debug-mode sig11Gravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7384 b3059339-0415-0410-9bf9-f77b7e298cf2
* added smjpeg demuxer only for nexus' requestGravatar alex2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7383 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug=3Gravatar michael2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7382 b3059339-0415-0410-9bf9-f77b7e298cf2
* add cpuinfoGravatar nexus2002-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reconstruct the muting state for the playback from a l/r volume of 0.0.Gravatar jkeil2002-09-12
| | | | | | | | This way the sound card is really silent, when the mute state is toggled in gmplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7380 b3059339-0415-0410-9bf9-f77b7e298cf2
* - gui version of mplayer is using the audio 'control' function before(!) theGravatar jkeil2002-09-12
| | | | | | | | | | | audio-out module is initialized. As a workaround, initialize the audio device pathnames in the control function, otherwise the mixer does not work in gmplayer. - gui: Add support for left/right balance to the sun audio driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7379 b3059339-0415-0410-9bf9-f77b7e298cf2
* G450/G550 TV-outGravatar gabucino2002-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7378 b3059339-0415-0410-9bf9-f77b7e298cf2
* v2.0Gravatar gabucino2002-09-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7377 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Takis Issaris <takis.issaris@skynet.be>Gravatar jaf2002-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7376 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2002-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7375 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes I did while updating design5Gravatar gabucino2002-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7374 b3059339-0415-0410-9bf9-f77b7e298cf2
* found 0.01-0.05Gravatar arpi2002-09-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7373 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm. i've found a ChangeLog file in 0.18-pre tarball :) it's merged now.Gravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7372 b3059339-0415-0410-9bf9-f77b7e298cf2
* count dropped frames in -v mode, patch by Andriy N. Gritsenko <andrej@lucky.net>Gravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7371 b3059339-0415-0410-9bf9-f77b7e298cf2
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>Gravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7370 b3059339-0415-0410-9bf9-f77b7e298cf2
* changing return type of put_image void->intGravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7369 b3059339-0415-0410-9bf9-f77b7e298cf2
* Numbering corrected.Gravatar diego2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7368 b3059339-0415-0410-9bf9-f77b7e298cf2
* tga supportGravatar jonas2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed authors and maintainers section, now in txt format.Gravatar diego2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7366 b3059339-0415-0410-9bf9-f77b7e298cf2
* .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxerGravatar arpi2002-09-10
| | | | | | | slightly modified patch, original by Matteo Giani <matgiani@ctonet.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small HTML fix by Andras Mohari <mayday@varoshaza.nagyatad.hu>.Gravatar diego2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7364 b3059339-0415-0410-9bf9-f77b7e298cf2
* TGA images (-mf on:type=tga) supportGravatar arpi2002-09-10
| | | | | | | patch by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7363 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed >2GB files demuxingGravatar arpi2002-09-10
| | | | | | | patch by Ilkka Forsblom <Ilkka.Forsblom@helsinki.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7362 b3059339-0415-0410-9bf9-f77b7e298cf2
* It prevents mode change when Hsync out of range.Gravatar arpi2002-09-10
| | | | | | | | | Supports non-countinous Hsync freq spec. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7361 b3059339-0415-0410-9bf9-f77b7e298cf2
* GTF update: Fixes "known parametrs" even when fbdev unusedGravatar arpi2002-09-10
| | | | | | | patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7360 b3059339-0415-0410-9bf9-f77b7e298cf2
* I experienced several segfaults when trying to play (unencrypted) DVDsGravatar arpi2002-09-10
| | | | | | | | | | | | | | | | from harddisk using xine/ogle/mplayer with the respective libdvdnav support feature. I found that while libdvdnav itself may do something wrong by trying to read beyond the end of the files, it was actually the fault of libdvdread that a segfault resulted. The following tiny patch fixes the problem and it seems that libdvdnav can very well live with the "short read" result it gets then - navigation worked fine after applying the patch: patch by Peter Niemayer <niemayer@isg.de> & H}kan Hjort <d95hjort@dtek.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7359 b3059339-0415-0410-9bf9-f77b7e298cf2
* version number bumpedGravatar arpi2002-09-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7358 b3059339-0415-0410-9bf9-f77b7e298cf2
* xanim outformats changed, indeo 3/4/5 now outputs YVU9 onlyGravatar arpi2002-09-10
| | | | | | | | some codec status changed: h263 keeps crashig for me, cvid is buggy version number bumped git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7357 b3059339-0415-0410-9bf9-f77b7e298cf2