summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use as much buffers as possiblenick2002-03-032-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
* added documentation for "extrastereo" plugin (patch by pl)gabucino2002-03-034-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4929 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extrastereo plugin: increases linearly the difference between left and rightpl2002-03-034-3/+129
| | | | | | | | | | | | | | | channels (as the XMMS extrastereo plugin) which has some of "live" effect (use it to hear what I mean) ex: mplayer media.avi -aop list=extrastereo[:mul=3.4] The default coefficient (mul) is a float number that defaults to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, you will have unchanged sound. A patch for DOCS/sound.html is about to be sent to Gabucino. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4928 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo in message fix (tipps -> tips)pl2002-03-031-2/+2
| | | | | | | (spotted by several people I don't have names) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4927 b3059339-0415-0410-9bf9-f77b7e298cf2
* add no fs as default for windriversatmos42002-03-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4926 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix linking orderatmos42002-03-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4925 b3059339-0415-0410-9bf9-f77b7e298cf2
* add manglingatmos42002-03-033-25/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Buggfix for buffer overflow calculation in pluginsanders2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4923 b3059339-0415-0410-9bf9-f77b7e298cf2
* added Q/A about FAT+2Gb files - user requestgabucino2002-03-032-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4922 b3059339-0415-0410-9bf9-f77b7e298cf2
* added notes about enhanced Neomagic and Savage4 driversgabucino2002-03-032-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4921 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented Multifile JPEG/PNG input (-mf)gabucino2002-03-035-9/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4920 b3059339-0415-0410-9bf9-f77b7e298cf2
* -master is obsoletedgabucino2002-03-032-9/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4919 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate withmelanson2002-03-032-113/+106
| | | | | | | the mp_image structure; PPC decoding works with YV12 output! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cinepak decoder now use mp_image_t -> YV12 worx, others disabledarpi2002-03-022-101/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>arpi2002-03-023-1/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4916 b3059339-0415-0410-9bf9-f77b7e298cf2
* good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>arpi2002-03-021-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4915 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Anders' Software Volume Control patchgabucino2002-03-024-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4914 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed --enable-xp from help screen to avoid confusing usersalex2002-03-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Native Cinepak decoder: Added YV12 support (which is so very closemelanson2002-03-023-61/+1328
| | | | | | | | to working), reworked YUY2 support for speed, cleaned up compiler warnings, replaced printf()'s with mp_msg()'s git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4912 b3059339-0415-0410-9bf9-f77b7e298cf2
* strike period over, commiting stuff. next commit will be rewrite. (?) - Gabujonas2002-03-018-10/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4911 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial version. Needs extending, especially LIRC.gabucino2002-03-011-0/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4910 b3059339-0415-0410-9bf9-f77b7e298cf2
* strike period over, commiting stuff. next commit will be rewrite. (?)gabucino2002-03-0113-16/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a few syntax errors compiling ao_sun.cjkeil2002-03-011-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4908 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added more info regarding sync and :noprebufferingmswitch2002-03-011-18/+34
| | | | | | | Reformatted certain parts to fit on a standard 24 column terminal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4907 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 support disabled to workaround stupid colorspace selectionmichael2002-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
| | | | | | | not? Besides, it helps me debug PPC stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4905 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andmelanson2002-03-011-9/+4
| | | | | | | removing FIXME #warning about endianness (seems to work fine on PPC) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4904 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4903 b3059339-0415-0410-9bf9-f77b7e298cf2
* dec_video.c addedarpi2002-03-012-1/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4902 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... forgot to set VFMarpi2002-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4901 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed stride for packed formats, more detailed printf at image allocationarpi2002-03-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4900 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed codec dependent parts, only core leftarpi2002-02-281-1110/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4899 b3059339-0415-0410-9bf9-f77b7e298cf2
* PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>arpi2002-02-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4898 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... gcc 3.x fixarpi2002-02-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2
* print the number of buffers usedmichael2002-02-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4896 b3059339-0415-0410-9bf9-f77b7e298cf2
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4895 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added waitpid in free_stream to avoid zombiesalbeu2002-02-281-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4894 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix when stdin is used as a filealbeu2002-02-282-18/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4893 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option use-stdinalbeu2002-02-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4892 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option use-stdin to use when stdin will be used as a filealbeu2002-02-281-0/+6
| | | | | | | Auto enable use-stdin when - is in the command line git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrections to position saving/restore under vo=X11.atlka2002-02-281-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4890 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use stdout as default mencoder's output if no filename specifiednick2002-02-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4889 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed another color chunk issuemelanson2002-02-281-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4888 b3059339-0415-0410-9bf9-f77b7e298cf2
* -subfps and -subdelay alters -dumpmpsub's outputlaaz2002-02-281-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4887 b3059339-0415-0410-9bf9-f77b7e298cf2
* cinepak addedarpi2002-02-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4886 b3059339-0415-0410-9bf9-f77b7e298cf2
* cinepak addedarpi2002-02-282-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4885 b3059339-0415-0410-9bf9-f77b7e298cf2
* callbacks addedarpi2002-02-281-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4884 b3059339-0415-0410-9bf9-f77b7e298cf2
* cinepak decoder - untestedarpi2002-02-281-0/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4883 b3059339-0415-0410-9bf9-f77b7e298cf2
* stride!=width*bpp support to cinepak decoderarpi2002-02-282-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug with -dumpmpsublaaz2002-02-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4881 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpcodecs video decoder templatearpi2002-02-281-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4880 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpcodecs core - initial versionarpi2002-02-284-0/+191
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4879 b3059339-0415-0410-9bf9-f77b7e298cf2
* new flags added for direct rendering (libmpcodecs core)arpi2002-02-281-7/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4878 b3059339-0415-0410-9bf9-f77b7e298cf2
* check if planar formats are supportedmichael2002-02-271-27/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4877 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should know size of out buffernick2002-02-272-15/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4876 b3059339-0415-0410-9bf9-f77b7e298cf2
* unroll stuffnick2002-02-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4875 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4874 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVU9 supportmichael2002-02-261-72/+111
| | | | | | | | fixing framesize & alignment setting colorkey at a more correct place git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4873 b3059339-0415-0410-9bf9-f77b7e298cf2
* german mencoder manpagejonas2002-02-261-0/+310
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4872 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates: html fixes, man2html compatibility, some new options...jonas2002-02-268-76/+88
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4871 b3059339-0415-0410-9bf9-f77b7e298cf2
* color key supportnick2002-02-261-13/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4870 b3059339-0415-0410-9bf9-f77b7e298cf2
* early draftarpi2002-02-261-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4869 b3059339-0415-0410-9bf9-f77b7e298cf2
* Italian translationfrodone2002-02-2612-0/+7238
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4868 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple bufferingmichael2002-02-252-138/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4867 b3059339-0415-0410-9bf9-f77b7e298cf2
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4866 b3059339-0415-0410-9bf9-f77b7e298cf2
* provide unstable codenick2002-02-252-2/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4865 b3059339-0415-0410-9bf9-f77b7e298cf2
* POSIX compatible timer's callbacknick2002-02-253-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4864 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-02-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4863 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ↵michael2002-02-251-46/+114
| | | | | | | | | more) wrong vertical scaling fixed if video expansion on rage mobility like "cards" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4862 b3059339-0415-0410-9bf9-f77b7e298cf2
* A first attempt to document the playtree systemalbeu2002-02-251-0/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding SW volume controlanders2002-02-255-7/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4860 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half new input support for guipontscho2002-02-255-10/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small bugfix with getting playlist last line.albeu2002-02-251-5/+5
| | | | | | | Thx Atmos git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4858 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename V -> VC just for understandingnick2002-02-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4856 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersmelanson2002-02-256-174/+165
| | | | | | | (including MS, DK4 and DK3 ADPCM) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4855 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4854 b3059339-0415-0410-9bf9-f77b7e298cf2
* mem corruption bug fix.pontscho2002-02-242-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4853 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey supportmichael2002-02-241-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4852 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small bugfix (memcpy too small without sizeof(int) :( )albeu2002-02-241-11/+13
| | | | | | | Add move invalide bind msg so it appear only when needed :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV blockalbeu2002-02-241-3/