aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* *** empty log message ***Gravatar gabucino2002-01-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4101 b3059339-0415-0410-9bf9-f77b7e298cf2
* "I made some fixed in my previous translation, and new parts are translatedGravatar gabucino2002-01-12
| | | | | | | also here." git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4100 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed mpsub bug requested by GabucinoGravatar laaz2002-01-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4099 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3 removedGravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4098 b3059339-0415-0410-9bf9-f77b7e298cf2
* fight with the access rights - patch by HolmGravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4097 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless cosmetics changes... a.k.a. cvslog killer - patch by David HolmGravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4096 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'mplayer -aadriver stdout' segfault fixed by Fredrik Kuivinen ↵Gravatar arpi2002-01-11
| | | | | | <freku045@student.liu.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4095 b3059339-0415-0410-9bf9-f77b7e298cf2
* relatiev path to libcss.so - patch by Jim Radford <radford@robotics.caltech.edu>Gravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4094 b3059339-0415-0410-9bf9-f77b7e298cf2
* acelp working, added some codecs contributed by usersGravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4093 b3059339-0415-0410-9bf9-f77b7e298cf2
* few changes, slice and frameGravatar iive2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4092 b3059339-0415-0410-9bf9-f77b7e298cf2
* blah. fixes.Gravatar gabucino2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4091 b3059339-0415-0410-9bf9-f77b7e298cf2
* Configurable VIDIX usageGravatar nick2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4090 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DVD subtitles to menoderGravatar kmkaplan2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support software scaling with DVD subtitlesGravatar kmkaplan2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4088 b3059339-0415-0410-9bf9-f77b7e298cf2
* vobsub documentedGravatar gabucino2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support vobsub without index files.Gravatar kmkaplan2002-01-10
| | | | | | | Fix off by one bug. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4086 b3059339-0415-0410-9bf9-f77b7e298cf2
* VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for ↵Gravatar nick2002-01-10
| | | | | | VIDIX!!! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4085 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor bugs and new vidix stuff supportGravatar nick2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using any graphics serverGravatar nick2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4083 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vobsub support, suppress conditionnal on USE_DVDREAD.Gravatar kmkaplan2002-01-10
| | | | | | | DVD and VobSub subtitles are displayed even if fonts can't be loaded. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vobsub support.Gravatar kmkaplan2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vobsub support.Gravatar kmkaplan2002-01-10
| | | | | | | Update spudec with spudec_new new usage. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4080 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add spudec_new_scaled and spudec_draw_scaled for vobsub support.Gravatar kmkaplan2002-01-10
| | | | | | | | | | | | | | | | Change what is passed to spudec_new for vobsub support. Suppress conditional on USE_DVDREAD. Correct a bug where some subtitles with no Stop display control code would not display long enough. Be more strict with bogus packets. Transform everything that should into unsigned. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add spudec_new_scaled and spudec_draw_scaled for vobsub support.Gravatar kmkaplan2002-01-10
| | | | | | | | | | | Change what is passed to spudec_new for vobsub support. Suppress conditional on USE_DVDREAD. Transform everything that should into unsigned. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4078 b3059339-0415-0410-9bf9-f77b7e298cf2
* committed Tim Ferguson's patch for proper YUV color space conversionGravatar melanson2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4077 b3059339-0415-0410-9bf9-f77b7e298cf2
* user_data check disabledGravatar arpi2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4076 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mpeg userdata dumpGravatar arpi2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the return value of the start function. Doesn't return the fdGravatar bertrand2002-01-10
| | | | | | | anymore. Just -1 for fail and 0 for OK. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>Gravatar bertrand2002-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary versionGravatar nick2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor interface changes: color and video keys are moved out from playback ↵Gravatar nick2002-01-09
| | | | | | configuring git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4071 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (by pl's mail)Gravatar gabucino2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4070 b3059339-0415-0410-9bf9-f77b7e298cf2
* another updateGravatar gabucino2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4069 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (noticed by nell)Gravatar gabucino2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4068 b3059339-0415-0410-9bf9-f77b7e298cf2
* -font added, -pp updatedGravatar gabucino2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4067 b3059339-0415-0410-9bf9-f77b7e298cf2
* seek patch by Panagoitis IssarisGravatar alex2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4066 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. subs know are readed after reading AVI header so we already know fpsGravatar atlka2002-01-09
| | | | | | | | 2. modified vplayer format reader - default time is ~6 sec - maybe that should be an option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4065 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reverted to accurate but glitchy sync...Gravatar mswitch2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4064 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3.c deprecated, give users a grace period to accomodate to -ao ↵Gravatar mswitch2002-01-09
| | | | | | oss:/dev/em8300_ma before removing this altogether git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4063 b3059339-0415-0410-9bf9-f77b7e298cf2
* jol csak KeyPress - re event mplayernek.Gravatar pontscho2002-01-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4062 b3059339-0415-0410-9bf9-f77b7e298cf2
* SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by meGravatar atmos42002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sven Hartge fixes confdir location.Gravatar eyck2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4060 b3059339-0415-0410-9bf9-f77b7e298cf2
* and stuff.Gravatar gabucino2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4059 b3059339-0415-0410-9bf9-f77b7e298cf2
* old-style DVD options addedGravatar gabucino2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4058 b3059339-0415-0410-9bf9-f77b7e298cf2
* "Hi, here's updated and further translated documentation.html."Gravatar gabucino2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4057 b3059339-0415-0410-9bf9-f77b7e298cf2
* no speedup with outcommented rematrix? stuff in a52_block()Gravatar michael2002-01-08
| | | | | | | liba52 sse optimizations finished / 3dnow(ex) not yet (nick, do u want to do it?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4056 b3059339-0415-0410-9bf9-f77b7e298cf2
* more bitstream_skip()Gravatar michael2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4055 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitstream_skip() instead of bitstream_get() if possibleGravatar michael2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4054 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections to adjust_subs_time function which now uses fps if neededGravatar atlka2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4053 b3059339-0415-0410-9bf9-f77b7e298cf2
* added adjust_subs_time function which corrects bad sub->end timeGravatar atlka2002-01-08
| | | | | | | after reading subs so it is sub format independent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4052 b3059339-0415-0410-9bf9-f77b7e298cf2