summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added needed errno.halex2002-08-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7165 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>alex2002-08-305-18/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7164 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed faad detection. without this it detects my older version of the ↵alex2002-08-301-1/+1
| | | | | | library witch isn't compatible with current ad_faad.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7163 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg'izedalex2002-08-301-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7162 b3059339-0415-0410-9bf9-f77b7e298cf2
* added bgr support and support for forcing output formatalex2002-08-301-19/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7161 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing palette8tobgr pairs (hope it's correct)alex2002-08-301-0/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7160 b3059339-0415-0410-9bf9-f77b7e298cf2
* recurse make into subdirectories by D Richard Felker III <dalias@aerifal.cx>alex2002-08-301-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7159 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2002-08-301-13/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7158 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-08-301-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7157 b3059339-0415-0410-9bf9-f77b7e298cf2
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterrfelker2002-08-303-1/+203
| | | | | | | | | (useful for downsampling luma for low-res output devices without losing chroma samples, when hardware downscaling is poor quality or unavailable) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7156 b3059339-0415-0410-9bf9-f77b7e298cf2
* RV40 supported, atrc not.diego2002-08-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain why putting [PATCH] in the subject is important.diego2002-08-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7154 b3059339-0415-0410-9bf9-f77b7e298cf2
* dct selection supportmichael2002-08-301-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7153 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix window handling with dxr3pontscho2002-08-293-3/+5
| | | | | | | - workaround dxr3 subpicture size with freetype osd rendering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7152 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add play time subtitle change supportpontscho2002-08-298-13/+58
| | | | | | | - better language support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7151 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug, found by Nexusarpi2002-08-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7150 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-296-21/+21
| | | | | | | | | partially done by "Steven M. Schultz" <sms@2BSD.COM> Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgen.h is glibc specific, and not used at all -> removedarpi2002-08-291-2/+2
| | | | | | | noticed by Steven M. Schultz <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7148 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes a compile error when HAVE_FREETYPE is not defined.arpi2002-08-291-0/+2
| | | | | | | Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7147 b3059339-0415-0410-9bf9-f77b7e298cf2
* new mencoder option -info, to store copyright, title, encoder version etc in AVIarpi2002-08-295-1/+98
| | | | | | | based on patch by "Andriy N. Gritsenko" <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7146 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RIFF chunk size - patch by "Andriy N. Gritsenko" <andrej@lucky.net>arpi2002-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7145 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Tell the RTSP client code to use the string "mplayer" in RTSParpi2002-08-291-1/+2
| | | | | | | | | | "User-Agent:" fields. NOTE: This requires an up-to-date version of the LIVE.COM Streaming Media libraries. - Fix a bug that could cause mplayer to crash on exit if a "rtsp://" URL was bad. patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7144 b3059339-0415-0410-9bf9-f77b7e298cf2
* can't dump stream if it isn't stream - tip by Ross Finlayson ↵arpi2002-08-291-0/+4
| | | | | | <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7143 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-08-291-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7142 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz> freetype patchpontscho2002-08-294-88/+127
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7141 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add freetype support for guipontscho2002-08-298-31/+421
| | | | | | | - fix some small bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some small HTML errors.diego2002-08-292-2/+3
| | | | | | | Patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some breakages of single-buffer rendering of tdfxmark2002-08-292-25/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7138 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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