1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00
Commit Graph

7360 Commits

Author SHA1 Message Date
arpi
6f66631ef5 GTF update: Fixes "known parametrs" even when fbdev unused
patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7360 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:40:49 +00:00
arpi
f9963b5442 I experienced several segfaults when trying to play (unencrypted) DVDs
from harddisk using xine/ogle/mplayer with the respective libdvdnav
support feature.

I found that while libdvdnav itself may do something wrong by trying
to read beyond the end of the files, it was actually the fault of libdvdread
that a segfault resulted. The following tiny patch fixes the problem
and it seems that libdvdnav can very well live with the "short read"
result it gets then - navigation worked fine after applying the patch:

patch by Peter Niemayer <niemayer@isg.de> & H}kan Hjort <d95hjort@dtek.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7359 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:33:31 +00:00
arpi
47902f3c88 version number bumped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7358 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:07:34 +00:00
arpi
2cfe104104 xanim outformats changed, indeo 3/4/5 now outputs YVU9 only
some codec status changed: h263 keeps crashig for me, cvid is buggy
version number bumped


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7357 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:05:51 +00:00
arpi
0f724cea8d - some cleanup, unused code removed
- some debug messages moved dbg3->dbg2
- mpi allocation moved to the codec callback func, exporting instead of
  memcpy whenever it's possible
- indeo3 colors somehow got fixed :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7356 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 20:03:04 +00:00
arpi
a53444d7b6 pim1 is lowercase
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7355 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 17:33:38 +00:00
jkeil
fb3b95bc3a Use the character substitution code from fntRender() / fntTextWidth()
for non-existant characters in fntTextHeight(), too.

Otherwise the image height is mis-computed and we allocate an output image
that is too small;  this could result in malloc heap corruption.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7354 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 12:44:47 +00:00
jkeil
9088ca28e9 Off-by-one error allocating bitmap, when (width*height) % 8 != 0
The code was writing beyond allocated memory, and could corrupt malloc heap.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7353 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-10 12:38:19 +00:00
michael
053661ed12 fixing y422p output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7352 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:48:39 +00:00
arpi
2b6dd691bf updated a bit
TODO: outflags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7351 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:44:23 +00:00
arpi
af289c2dc2 updated to libmpcodecs way
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7350 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:43:13 +00:00
arpi
f84539d4df reference to patches.txt and porting-status.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7349 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:13:21 +00:00
arpi
9d6afd59e9 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7348 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:56:47 +00:00
arpi
b31f8ca7d4 preface added, some small changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7347 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:54:37 +00:00
arpi
df62e1964d maintainers list - converted from html by Andras Mohari
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7346 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:40:23 +00:00
arpi
eb56fec6aa mplayer changelog, collected by ??? (found at incoming/ :))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7345 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:39:43 +00:00
arpi
7dfc1ad49b authors section from html docs, converted by Andras Mohari
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7344 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:38:50 +00:00
arpi
5ff7f345de yuv422planar->yuy2 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:55:57 +00:00
arpi
cff81fe498 unused code
also it was never ported to non-linux systems


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7342 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:11:31 +00:00
arpi
c68635f697 obsolete, use mencoder...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7341 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:07:46 +00:00
arpi
92eb102739 obsolete, old code. use dga with swscaler (-vo dga -zoom)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7340 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:07:01 +00:00
arpi
c5ed6cf600 cosmetics - copyright msg removed, this file has nothing with mpeg2dec or
original Aaron code, except its filename :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7339 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 20:03:21 +00:00
arpi
a5a81a08cd obsoleted by font_load_ft.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7338 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:59:48 +00:00
arpi
b9e46bd579 - reorder of help, new section: Codecs, cosmetics/descriptions extended
- accept freetype 2.0.9 too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7337 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:23:06 +00:00
jkeil
17bafc411c When we're compiling/running on a kernel without sse/sse2 support, we have
to be careful when using gcc-3.x.  gcc-3.x is able to emit sse/sse2
instructions for normal C code when we compile for maximum performance with
something like the -march=athlon-xp switch.

So, if the kernel does not support the sse/sse2 instruction set extension,
we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code,
otherwise mplayer might crash with a SIGILL signal.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:01:34 +00:00
alex
5bf4fb0263 fixed palette8to{rgb24,bgr24,rgb32,bgr32}
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 16:18:47 +00:00
alex
19efdd59aa 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7334 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 16:13:51 +00:00
kmkaplan
0ca14cbb74 Code to XviD VBR Library from transcode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7333 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 12:12:30 +00:00
kmkaplan
ff40d7482e Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7332 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 11:47:54 +00:00
bertrand
75ed70c865 Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
- Url was not properly parsed if an @ was in the file path.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7331 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 04:16:16 +00:00
arpi
cd8540ab8c removed messy global 'tv_handle', use stream->priv for that purpose
note: i couldn't test it (only compile test) may be broken :(
we're going to an unified demuxer API - required for modularization


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7330 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 23:00:01 +00:00
arpi
095a1cad2d query added for soem vfw codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7329 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:57:23 +00:00
jaf
89c0669d45 sorry - this was a sync for all
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7328 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:50:31 +00:00
rik
9fe087d53e extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:41:53 +00:00
jaf
58d1b5dda8 help_mp-bg.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7326 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:36:38 +00:00
nexus
1436b8edfd sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7325 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:31:18 +00:00
gabucino
67e9df890a -gui removal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:28:39 +00:00
gabucino
0a27d06421 sync (-gui removed)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7323 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 20:27:18 +00:00
nexus
593aee1fb4 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7322 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 19:08:29 +00:00
diego
acc45c7d57 -gui option removal leftovers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7321 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:55:43 +00:00
alex
ccffaee52b fixed get_format/set_format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7320 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:05:59 +00:00
alex
fd4707a2b8 changed message leveles (too many non-sense info messages)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 16:04:21 +00:00
alex
9b10afa43e tuner setting isn't mandatory. requested by Jonas Munsin <jmunsin@iki.fi> for webcams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7318 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 14:55:03 +00:00
atmos4
cd1c1ab29d disable annonying debug printf (autoq)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7317 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 00:01:06 +00:00
alex
8d57f6de1b indeoraw removed (nonsense)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7316 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 23:57:55 +00:00
arpi
a72379fa23 authors/maintainers updated - feel free to correct/extend
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7315 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 23:45:54 +00:00
alex
8290eeb7a0 added mjpa fcc to ffmjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 22:16:14 +00:00
alex
76359b1e2d removed obsolete cyuvxa, completed qpeg, added some extra supported output formats to wmv8, removed bgr32 from dv as its buggy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7313 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 22:08:42 +00:00
alex
0e6de02851 x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7312 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 21:53:43 +00:00
bertrand
afe4a4e96f Don't try to reread from the socket if the server says EOF
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7311 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 20:38:44 +00:00