aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 10lGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5438 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang support in mencoder tooGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5437 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... int/1000 will be int while we want float, so let's do int*0.001Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5436 b3059339-0415-0410-9bf9-f77b7e298cf2
* better message when vo->preinit failsGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5435 b3059339-0415-0410-9bf9-f77b7e298cf2
* open(/dev/mga_vid) moved to preinitGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5434 b3059339-0415-0410-9bf9-f77b7e298cf2
* use only 1 buffers if dr=yes and double=noGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5433 b3059339-0415-0410-9bf9-f77b7e298cf2
* disabling direct rendering by default (too buggy and conflicts with osd/sub)Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5432 b3059339-0415-0410-9bf9-f77b7e298cf2
* argh, some samples sue new header chunks - fixedGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5431 b3059339-0415-0410-9bf9-f77b7e298cf2
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5430 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed 10l bug: using ds instead of dp, and adding some debug printsGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5429 b3059339-0415-0410-9bf9-f77b7e298cf2
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5428 b3059339-0415-0410-9bf9-f77b7e298cf2
* UpdatedGravatar mswitch2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5427 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang sig11 when playing avis fixed - 10lGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5426 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed int -> float for proper PTS calculation (works just as well as theGravatar melanson2002-03-31
| | | | | | | old method) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5425 b3059339-0415-0410-9bf9-f77b7e298cf2
* backed out unneeded modGravatar melanson2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5424 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ibpsGravatar melanson2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5423 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantGravatar melanson2002-03-31
| | | | | | | (and it works!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5422 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified the new MS RLE decoder to support BGR15/16 output formats inGravatar melanson2002-03-31
| | | | | | | | | | | | addition to BGR24/32, just like the old XAnim decoder; it's also interesting to note that this commit wantonly violates A'rpi's newest nonsensical CVS policy, and I quote: Note: if you had to put if(){ .. } over big (> 5 lines) code, do NOT change the indent of the inner part (move it right) ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but ↵Gravatar arpi2002-03-31
| | | | | | index>colors (broken files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5420 b3059339-0415-0410-9bf9-f77b7e298cf2
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < ↵Gravatar arpi2002-03-31
| | | | | | 256 instead of 40+colors*4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5419 b3059339-0415-0410-9bf9-f77b7e298cf2
* migrating to Melanson's great codec name change... which is of course ↵Gravatar arpi2002-03-31
| | | | | | nonsense but why not... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
* check depth for direct renderingGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5417 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates - thanks to Melanson...Gravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5416 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix uninit() crash if no config() callGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5415 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOGravatar melanson2002-03-31
| | | | | | | console game git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5414 b3059339-0415-0410-9bf9-f77b7e298cf2
* added soem debug prints, and fixed 10l bug of AlbanGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5413 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1 step closed to solving memory corruptionsGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5412 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - fixed soem weird sig11 at multifileGravatar arpi2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5411 b3059339-0415-0410-9bf9-f77b7e298cf2
* adpcm.c is no longer neededGravatar melanson2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5410 b3059339-0415-0410-9bf9-f77b7e298cf2
* reworked ADPCM decoders; changes include:Gravatar melanson2002-03-30
| | | | | | | | | | * fixed MS IMA ADPCM * dissolved adpcm.c/.h into appropriate ad_* decoders * DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes ad_dk4adpcm.c) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5409 b3059339-0415-0410-9bf9-f77b7e298cf2
* the long standing /dev/sound/dspW => .../dspGravatar pl2002-03-30
| | | | | | | (patch posted several times by several different people) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5408 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5407 b3059339-0415-0410-9bf9-f77b7e298cf2
* using interleaveBytes() for G200 draw_sliceGravatar arpi2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5406 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD require stdlib.hGravatar nexus2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD warning fixGravatar nexus2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5404 b3059339-0415-0410-9bf9-f77b7e298cf2
* again some bugfixesGravatar jaf2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5403 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bugfixesGravatar jaf2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5402 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed -hr-mp3-seek descriptionGravatar gabucino2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5401 b3059339-0415-0410-9bf9-f77b7e298cf2
* added libvorbis to installation section, and a link to daily CVSGravatar gabucino2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5400 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -ifo optionGravatar gabucino2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5399 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed avcodec init bugGravatar mswitch2002-03-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5398 b3059339-0415-0410-9bf9-f77b7e298cf2
* better opendivx-divx4 interface explanationGravatar gabucino2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5397 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Diego's patchGravatar gabucino2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Justyna's updateGravatar gabucino2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5395 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a configure test for the strsep function (it's missing on solaris)Gravatar jkeil2002-03-29
| | | | | | | | Provide an implementation of strsep in libosdep.a, if it's missing in the system's libc library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5394 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>Gravatar kmkaplan2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5393 b3059339-0415-0410-9bf9-f77b7e298cf2
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by ↵Gravatar rik2002-03-29
| | | | | | another part of mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5392 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec 2pass broke mencoder if divx4encore was not available. fixed.Gravatar rfelker2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 b3059339-0415-0410-9bf9-f77b7e298cf2
* quick hack to make vo_mga accept multiple calls to configGravatar rfelker2002-03-29
| | | | | | | someone else should probably improve on this later git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5390 b3059339-0415-0410-9bf9-f77b7e298cf2
* * New command line switch for mplayer & mencoder:Gravatar kmkaplan2002-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | -ifo <ifo file> Indicate the file that will be used to load palette and frame size for MPEG subtitles. * mencoder.c: Fix cropping when decoding MPEG2. * spudec.c: If scaling is needed only do it once. Change WITH_NO_ANTIALIASING to ANTIALIASING_ALGORITHM. * vobsub.c: Support reading info regarding size and palette from IDX file instead of IFO file. Support streams containing audio or video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5389 b3059339-0415-0410-9bf9-f77b7e298cf2