summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow 64 windowjonas2002-11-172-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed libwine build with menu support enabledarpi2002-11-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8217 b3059339-0415-0410-9bf9-f77b7e298cf2
* The OSD menus need more keysalbeu2002-11-161-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8216 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently name the streaming option streaming instead of mixing networkdiego2002-11-161-2/+2
| | | | | | | and streaming. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8215 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2.5.47+ supportarpi2002-11-161-0/+5
| | | | | | | patch by Sergey S. Stasyuk <stas@soft-systems.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8214 b3059339-0415-0410-9bf9-f77b7e298cf2
* nice to see ;-)jaf2002-11-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8213 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed vfw/vfwex/acm fm namesarpi2002-11-161-2/+4
| | | | | | | - disabled win32 separation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8212 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed win32 section - no much sense of separating them nowarpi2002-11-161-53/+11
| | | | | | | moved up untested codevs, before the buggy ones git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8211 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics only (for better html output)arpi2002-11-161-22/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8210 b3059339-0415-0410-9bf9-f77b7e298cf2
* demuxer_control(), percent position and time length query implemented inarpi2002-11-168-14/+145
| | | | | | | | asf, avi, mpeg demuxers. patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8209 b3059339-0415-0410-9bf9-f77b7e298cf2
* I recently sent a patch for a new subtitles format, JACOsub. Since then Iarpi2002-11-161-155/+151
| | | | | | | | | found a better definition of jacosub standard, and this patch is the result. It supports timeresolutions changes and shifts. Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8208 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow max 0.2s overlapping without splitting subsarpi2002-11-161-0/+12
| | | | | | | patch by salvatore.falco@katamail.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8207 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch goes into the #ifdef CODECS2HTML section ofarpi2002-11-161-6/+13
| | | | | | | | | | codec-cfg.c and makes it possible to build that utility again. It also fixes two cases where *_codecs was set to NULL if it was NULL ;-) Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Here is a patch to enable qtx-codecs from ./configure --enable-qtx-codecs.arpi2002-11-161-0/+17
| | | | | | | Sycotic Smith <sycotic@linuxmail.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8205 b3059339-0415-0410-9bf9-f77b7e298cf2
* When you called mplayer with the absolute path to the video and the VOBSUBarpi2002-11-161-1/+7
| | | | | | | | | | subtitle is in a rar archive, mplayer tried to find the files in the archive with the absolute path. The patch fixes the problem by getting rid of the full path just trying the filename. patch by Uwe.Reder@3SOFT.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8204 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes the OSD flickering problem with vo_dfbmga.arpi2002-11-161-4/+23
| | | | | | | Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8203 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure has problems detecting the latest ffmpeg libavcodec.so. The MBRarpi2002-11-161-1/+0
| | | | | | | | and MBC defines are now removed from the header. patch by Alexander.Gottwald@s1999.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8202 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )michael2002-11-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Example config file for the OSD menusalbeu2002-11-141-0/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Experimantal OSD menualbeu2002-11-144-8/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8199 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD menus initial versionalbeu2002-11-1412-0/+2343
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the possibilty to grab the keys and to filter the commandsalbeu2002-11-142-26/+106
| | | | | | | Add the commands for the osd menu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8197 b3059339-0415-0410-9bf9-f77b7e298cf2
* vstrict is no flagmichael2002-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8196 b3059339-0415-0410-9bf9-f77b7e298cf2
* -xvidencopts :rguyom2002-11-141-5/+7
| | | | | | | | * added documentation for mod_quant * added defaults & ranges of kfreduction and keyframe_boost git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8195 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bit more sane range.rguyom2002-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8194 b3059339-0415-0410-9bf9-f77b7e298cf2
* - added modulated quatizationrguyom2002-11-141-6/+26
| | | | | | | | - fixed the default and range of kfthreshold, kfreduction and keyframe_boost - added a few comments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8193 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffhuffyuv docsmichael2002-11-141-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8192 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffhuffyuvmichael2002-11-143-4/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8191 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with help_mp-en.h 1.66pl2002-11-141-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8190 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't print error if no errorarpi2002-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates for -af by Anders Johansson <ajh@watri.uwa.edu.au>, -rnd.diego2002-11-141-12/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Printing of max volume on exitanders2002-11-141-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8187 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10landers2002-11-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8186 b3059339-0415-0410-9bf9-f77b7e298cf2
* SDL + Cygwin link added.diego2002-11-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8185 b3059339-0415-0410-9bf9-f77b7e298cf2
* quicktime+libwine HOWTOarpi2002-11-131-0/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8184 b3059339-0415-0410-9bf9-f77b7e298cf2
* wine-20021031 supportarpi2002-11-131-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8183 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lpontscho2002-11-132-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing segfault bug and addnig support for lrintf() in format conversionanders2002-11-132-40/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed hard coded value for the length of the header separator.bertrand2002-11-131-4/+6
| | | | | | | Used the value previous detected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8180 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2002-11-135-124/+260
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8179 b3059339-0415-0410-9bf9-f77b7e298cf2
* some TOC reordergabucino2002-11-134-188/+326
| | | | | | | | | | | new sections updates fixes girls etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8178 b3059339-0415-0410-9bf9-f77b7e298cf2
* -channels description expanded, patch by gabor <gabor@realtime.sk>.diego2002-11-131-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Basic support for random playing (-rnd and -nornd)albeu2002-11-121-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add random stepping supportalbeu2002-11-122-7/+96
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8175 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanuppontscho2002-11-121-745/+130
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8174 b3059339-0415-0410-9bf9-f77b7e298cf2
* new entrypontscho2002-11-122-0/+141
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8173 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix by Sven Neumann <sven@gimp.org> of Blinkenlights famerik2002-11-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to use the asx parser for some other purposesalbeu2002-11-122-10/+40
| | | | | | | A few 10L fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8171 b3059339-0415-0410-9bf9-f77b7e298cf2
* A struct setter. It allow you to setup struct from some useralbeu2002-11-123-1/+170
| | | | | | | settings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8170 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the Gui with NEW_CONFIGalbeu2002-11-124-4/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8169 b3059339-0415-0410-9bf9-f77b7e298cf2
* New features:anders2002-11-1217-352/+1799
| | | | | | | | | | | | | | | | -- Support for runtime cpu detection -- Stand alone compile of libaf -- Unlimited number of channels (compiletime switch) -- Sample format defined by bit-fields -- New formats: float, A-Law and mu-law -- Format conversion set in human readable format i.e. format=4:us_be to set 32 bit unsigned big endian output -- Format reporting in human readable format -- Volume control has only one parameter for setting the volume i.e. volume=-10.0:1:0:1 to set atenuation = -10dB git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8168 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnexus2002-11-121-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8167 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-11-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8166 b3059339-0415-0410-9bf9-f77b7e298cf2
* New config system + cleanup of header inter dependencyalbeu2002-11-1224-26/+2441
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
* svq3 addedarpi2002-11-121-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8164 b3059339-0415-0410-9bf9-f77b7e298cf2
* no need to EnterMovies(), do minimal InitializeQTML onlyarpi2002-11-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8163 b3059339-0415-0410-9bf9-f77b7e298cf2
* minimalist quicktime video structures headerarpi2002-11-121-0/+755
| | | | | | | (based on qt sdk .h files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8162 b3059339-0415-0410-9bf9-f77b7e298cf2
* qt video dll codecs supportarpi2002-11-124-1/+303
| | | | | | | based on sample svq3 decoder code by Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8161 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed output bits per samplearpi2002-11-121-10/+24
| | | | | | | mace support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8160 b3059339-0415-0410-9bf9-f77b7e298cf2
* export imagedescription for qt video codecsarpi2002-11-112-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8159 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncjaf2002-11-111-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8158 b3059339-0415-0410-9bf9-f77b7e298cf2
* size ...pontscho2002-11-112-307/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8157 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatealex2002-11-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8156 b3059339-0415-0410-9bf9-f77b7e298cf2
* size optimpontscho2002-11-111-228/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8155 b3059339-0415-0410-9bf9-f77b7e298cf2
* added DYNAMIC_PLUGINS support (dlopen)alex2002-11-111-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8154 b3059339-0415-0410-9bf9-f77b7e298cf2
* dlopen() support for ad and vdalex2002-11-113-0/+87
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8153 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatingpontscho2002-11-111-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8152 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatingpontscho2002-11-112-27/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8151 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mode switching on Machenry2002-11-111-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8150 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-1137-276/+106
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed wm order in vo_x11_setlayer + even upper layer for GNOME compliant wm'shenry2002-11-111-24/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8148 b3059339-0415-0410-9bf9-f77b7e298cf2
* config option for Altivec (G4)henry2002-11-111-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8147 b3059339-0415-0410-9bf9-f77b7e298cf2
* space, whitespace fixesgabucino2002-11-113-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8146 b3059339-0415-0410-9bf9-f77b7e298cf2
* partly applied Andras Mohari's patchgabucino2002-11-1110-162/+162
| | | | | | | | space, whitespace fixes other HTML fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8145 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid using stale parameters for compilation if an error ocurred in configurepl2002-11-111-1/+1
| | | | | | | (think of ./configure <...> && make) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8144 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cygwin-current w32api-2.0 compile fixatmos42002-11-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8143 b3059339-0415-0410-9bf9-f77b7e298cf2
* use the more stable NEWTYPE critsect codearpi2002-11-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8142 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged with Jonas' version sent a week agoarpi2002-11-101-11/+126
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8141 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - found by Jerome De Greef <jdegreef@brutele.be>arpi2002-11-101-0/+1
| | | | | | | (fixes gui seekbar jumping) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8140 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds direct rendering to vo_dfbmga.arpi2002-11-101-234/+243
| | | | | | | | | | With only CRTC2 output all buffer setups are possible. If BES is used only EXPORT and TEMP work. At least that's how I think it works :) IP/IPB stuff was pretty much stolen from vo_xv.c. patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8139 b3059339-0415-0410-9bf9-f77b7e298cf2
*