summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes a segfault which was introduced in this file by the new ratecontrol coderik2002-08-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7137 b3059339-0415-0410-9bf9-f77b7e298cf2
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>bertrand2002-08-292-2/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7136 b3059339-0415-0410-9bf9-f77b7e298cf2
* arrg 100l in the 10lrfelker2002-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7135 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix 10l mistake and add the libdeps thing right this timerfelker2002-08-291-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7134 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old stuff no longer usedrfelker2002-08-291-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sipro audio now supported.diego2002-08-291-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7132 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove nonsense tabs from makefile so emacs won't complain :)rfelker2002-08-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Plugin descriptions were moved to the man page.diego2002-08-291-245/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7130 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD iconv change/fixnexus2002-08-283-18/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7129 b3059339-0415-0410-9bf9-f77b7e298cf2
* mostly compiler warning fixes, some small bugfixarpi2002-08-2819-18/+41
| | | | | | | patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7128 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing extra stuff from real stuff to lavcmichael2002-08-281-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7127 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fixalex2002-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7126 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-2839-170/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat some paragraphs to make them fit 80 column displays.diego2002-08-281-47/+59
| | | | | | | There should be only 2 spaces between options and descriptions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7124 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-2814-12/+1839
| | | | | | | patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle/osd cache - pre-render text to a buffer with alpha and bitmap separatedarpi2002-08-282-54/+159
| | | | | | | | | | - it solves overlapping alpha problem - speed up osd rendering (it renders bigger area but in a single pass) patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> some cleanup by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7122 b3059339-0415-0410-9bf9-f77b7e298cf2
* The rectangle is not white but inverted.diego2002-08-282-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7121 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small note about multiple MPlayers and audio drivers.diego2002-08-281-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7120 b3059339-0415-0410-9bf9-f77b7e298cf2
* release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D ↵alex2002-08-281-2/+4
| | | | | | Richard Felker III <dalias@aerifal.cx>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7119 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed possible 'DoS' bugalex2002-08-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7118 b3059339-0415-0410-9bf9-f77b7e298cf2
* written by Florian Schilhabel <florian.schilhabel@gmx.net>alex2002-08-281-0/+260
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7117 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes problems when new line is just '\n' and not '\r\n' and enabled ↵alex2002-08-281-2/+2
| | | | | | html-markup ignore. Patch by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7116 b3059339-0415-0410-9bf9-f77b7e298cf2
* 64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>alex2002-08-283-1/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7115 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear screen and tiny image bug patch by Burton Samograd ↵alex2002-08-281-11/+28
| | | | | | <kruhft@kruhft.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7114 b3059339-0415-0410-9bf9-f77b7e298cf2
* final (?) libvo2 cleanup patch by Joey Parrishalex2002-08-285-55/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7113 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old input codealex2002-08-2813-509/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer codecs wrappers, originaly written by Florian Schneider, extendedarpi2002-08-2814-0/+3162
| | | | | | | by A'rpi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7111 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir.diego2002-08-281-1/+1
| | | | | | | Patch by Dominik Mierzejewski <dominik@rangers.eu.org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7110 b3059339-0415-0410-9bf9-f77b7e298cf2
* added detailed vop description, rtsp, aid range, user option, two examples, ↵jonas2002-08-281-64/+124
| | | | | | files documentation - removed gui option, *_intensity options, old input system (Joey Parrish) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7109 b3059339-0415-0410-9bf9-f77b7e298cf2
* align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)michael2002-08-282-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7108 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit on openbsd, patch by Björn Sandell <biorn@dce.chalmers.se>.diego2002-08-281-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7107 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added matrix cracking/debugging code - disabledarpi2002-08-271-1/+28
| | | | | | | - use real codec headers for sipr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7106 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'sipr' descrambling implemented, at least for 16*6 matrixarpi2002-08-271-4/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some introductory words, request only CVS for bug reports and furtherdiego2002-08-271-4/+17
| | | | | | | condemn HTML mail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7104 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added proper heading tags and fixed the HTML structure.diego2002-08-271-29/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Some more indents and newlines.diego2002-08-271-9/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7102 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: Indented code and inserted empty lines.diego2002-08-271-112/+120
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, with somediego2002-08-276-316/+319
| | | | | | | | | | | | | | | | | | | | | small additions. * Replaced <UL> with <OL> where it made sense (to me :-)). * Moved "Developer Cries" into the appendix (as Appendix F) with s/Flame Wars/Developer Cries/ and s/In medias res/Developer Cries/. * Renamed "Appendix X" to "Appendix E". * Put a "Hint" inside <BLOCKQUOTE>. * Converted 3-pass encoding and mga_vid installation instructions to lists. * Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input, DivX4Linux, AAlib) to <DL> lists. * The "sections" for MPsub and INSTALLING OSD are numbered and displayed in the TOC now. * Changed the text inside some <H4> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7100 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused codealex2002-08-271-32/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7099 b3059339-0415-0410-9bf9-f77b7e298cf2
* SetDLLAccessPath isn't used. Patch by Andres Hess <jaska@gmx.net>alex2002-08-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7098 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the confdir we compiled with (/etc/mplayer/mplayer.conf instead ofdiego2002-08-274-8/+15
| | | | | | | /etc/mplayer.conf). Spotted by Kiss Gabor <kissg@sztaki.hu>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7097 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add dxr3 equ patch from "Szombathelyi [iso-8859-2] György" ↵pontscho2002-08-272-8/+14
| | | | | | | | | <gyurco@freemail.hu> - add cosmetic patch from uh ... don't know :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Settle for GCC, not gcc. 10l for telling Andras otherwise.diego2002-08-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated credits for Kim Minh Kaplan from his own patch.diego2002-08-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7094 b3059339-0415-0410-9bf9-f77b7e298cf2
* - warning fixes from Dominik Mierzejewski <dominik@rangers.eu.org>pontscho2002-08-2614-33/+125
| | | | | | | | | | - wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Martin Olschewski <olschewski@zpr.uni-koeln.de>: [PATCH] ai_oss.c should ↵alex2002-08-261-0/+5
| | | | | | check for USE_OSS_AUDIO git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7092 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing compilation without divx4 patch by (Rémi Guyomarch <rguyom at pobox ↵michael2002-08-251-1/+1
| | | | | | dot com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7091 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-08-251-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7090 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for the new ratecontrol codemichael2002-08-252-26/+212
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7089 b3059339-0415-0410-9bf9-f77b7e298cf2
* synczdar2002-08-251-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7088 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for 'sipr' codec - descrambling/reorder not yet fixed.arpi2002-08-251-1/+10
| | | | | | | FIXME: you must have dspr.so in the library path... ie /usr/local/lib/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7087 b3059339-0415-0410-9bf9-f77b7e298cf2
* some files has some shit before teh audio/video headers...arpi2002-08-251-9/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7086 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - fixed chunktab size calculationarpi2002-08-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7085 b3059339-0415-0410-9bf9-f77b7e298cf2
* some newer rv20 variants also uses custommsg 0x24 to set codec subtypearpi2002-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7084 b3059339-0415-0410-9bf9-f77b7e298cf2
* uses new dp_hdr_t packet structurearpi2002-08-241-7/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7083 b3059339-0415-0410-9bf9-f77b7e298cf2
* - changed re-muxed packet structure (see struct dp_hdr_t)arpi2002-08-241-35/+62
| | | | | | | | now the packets can be encapsulated into avi or other file formats - skip redundant/resent fragments (bit 0x20 set of first byte of frag) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix small typo noticed by Francisco Javier Cabello <fjcabello@visual-tools.com>atmos42002-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7081 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjonas2002-08-2410-813/+733
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7080 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizationmichael2002-08-231-21/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7079 b3059339-0415-0410-9bf9-f77b7e298cf2
* iec958-init completly rewrittenjoyping2002-08-232-278/+98
| | | | | | | some debug printfs cleaned git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightlydiego2002-08-237-48/+49
| | | | | | | | | | | | | modified. * Fixed <> chars (or replaced them with something else, where it was trivial). * weblint complained about <A HREF="...">here</A> being a bad form, so I replaced them with more descriptive text. * Fixed empty <A NAME="..."> tags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed *= bug in length calculationanders2002-08-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7076 b3059339-0415-0410-9bf9-f77b7e298cf2
* with the help of the Mandrake compiler maintainer this problem hasarpi2002-08-221-1/+1
| | | | | | | | | been solved. With gcc 3.2 or 3.1.1 you need to add the compiler option -mno-omit-leaf-frame-pointer to make the win32 dll loader work again. by Goetz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7075 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-2212-19/+19
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed nonsense 'inline'arpi2002-08-222-4/+4
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7073 b3059339-0415-0410-9bf9-f77b7e298cf2
* - functions inside of functions are invalid in icc. replaced with #define'sarpi2002-08-221-8/+8
| | | | | | | patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7072 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l capture update by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>arpi2002-08-225-13/+15
| | | | | | | some silly bugs slipped through.. here is the fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7071 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-2210-78/+552
| | | | | | | | | vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>arpi2002-08-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7069 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix dxr3 subtitle handling and add some optimizationspontscho2002-08-222-16/+66
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7068 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix ai_oss.c compilation on non linux systems - by Bernd Ernesti ↵jaf2002-08-221-0/+9
| | | | | | <mplayer@lists.veego.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7067 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX optimized code for soft equalizer filterrfelker2002-08-221-5/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7066 b3059339-0415-0410-9bf9-f77b7e298cf2
* documentation for -vop eqrfelker2002-08-222-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to run multiple instances of MPlayer.diego2002-08-221-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7064 b3059339-0415-0410-9bf9-f77b7e298cf2
*