Commit Graph

50 Commits

Author SHA1 Message Date
diego e9e6d8b29e There is a reference to a file COPYRIGHT that we do not include, so paste
the contents of COPYRIGHT into the file header.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19269 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-30 22:17:25 +00:00
reimar eae97616d5 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompress
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18069 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-09 18:25:35 +00:00
rfelker a93707fd8f 10l: missing const put this in data segment instead of text/rodata
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18032 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-04-03 06:27:15 +00:00
rathann e7db4ccf1a Patch by Stefan Huehner / stefan % huehner ! org \
patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- Måns Rullgård


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 14:08:03 +00:00
rtognimp d583c7420a Remove tables used by MPlayer native 14_4 and 28_8 codecs
I forgot to remove them when i switched to lavc codecs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17251 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-27 10:10:44 +00:00
rtognimp 81d2a7031c Remove MPlayer native 14_4 and 28_8 codecs (they are in lavc)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17152 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 16:52:44 +00:00
diego 36e1974be0 Unify include path handling, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17013 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-18 14:39:25 +00:00
reimar 9cae258a42 Stupidity in last patch broke compile without MMX: RTjpeg_lmask is a union
only in the MMX case.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16662 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 19:44:42 +00:00
reimar 1537b7e64c Fix 100l bugs that break playback on 64 bit systems (like typedefing __u32
as long!!).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16654 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 12:15:12 +00:00
reimar fd9fe9e04d Make nuv files work on bigendian (but old nuv files created with mencoder
wont play anymore - before they would have worked with mplayer on be)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14897 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-03-03 10:19:56 +00:00
faust3 b08e2e7c08 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14643 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-04 18:31:04 +00:00
atmos4 b0f5574d7a ICC 8.0 compilation fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12929 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-08-02 03:35:50 +00:00
rtognimp 54af37cddd Cinepak and RoqA/V are now in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12829 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-07-15 20:44:39 +00:00
alex 7cad1e9951 x86-64 (amd64) support by Kenny Root
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12688 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-26 12:40:56 +00:00
rtognimp 189922b827 Qt RLE is now in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12430 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-05 19:11:16 +00:00
rfelker 1687a957be more lvalue casts, ugly this time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12379 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-05-01 18:42:50 +00:00
rtognimp 78f0bcd34b Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12354 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-29 22:23:34 +00:00
rtognimp 1339538d1a Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC
These codecs are now in libavcodec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11676 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-23 21:06:56 +00:00
alex 8d79536625 10^1337 litres (now, that's an inflation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10718 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-29 21:16:32 +00:00
alex 5b89123809 removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10419 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-13 15:56:20 +00:00
alex e8a8a0ec4c cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10368 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-03 20:21:14 +00:00
rfelker f32852d5f1 1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10289 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-13 19:29:21 +00:00
rtognimp 7b0c242d34 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.
Author unknown, code from a public domain player for Amiga
at http://www.honeypot.net/audio


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10261 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:25:28 +00:00
faust3 19b1db311e bcopy -> memcpy for MINGW32 port
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9764 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-30 20:37:54 +00:00
arpi 6a6b923354 removed obsolete unused cyuv.c
noticed by Mike Melanson <melanson@pcisys.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9356 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 00:08:08 +00:00
rtognimp 461871fc5b Quicktime rle 32 bit supported
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9115 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 22:05:18 +00:00
arpi f859d013a8 *HUGE* set of compiler warning fixes, unused variables removal
based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-06 23:54:29 +00:00
arpi 94b6f5baba usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8027 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 16:40:15 +00:00
arpi 5bda061647 some cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7519 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-27 22:29:43 +00:00
arpi 2059c26359 declarations moved to *.c files
reason: single .h contained both audio and video decl, they depend on
things like mp_image, which shouldn't be included in audio decoders...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:39:13 +00:00
arpi 72948be024 use img_format.h instead of wine/mmioFOURCC hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:10:31 +00:00
arpi a3d81b74f9 This patch fixes a segfault for native cvid decoder in bgr32 and bgr24 modes.
Roberto Togni <rtogni@bresciaonline.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7410 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 21:02:22 +00:00
arpi 0f4f7e27cf mostly compiler warning fixes, some small bugfix
patch by Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7128 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 22:45:48 +00:00
alex 477850a115 removed unused code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7099 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-27 16:17:54 +00:00
arpi c30e50123a HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-09 21:30:21 +00:00
alex 3d0493357f 8 and 16bpp qtrle support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6721 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 17:49:04 +00:00
atmos4 b9f428f9d3 Small fix: Correct mathematical order in MEDIAN macro (gcc 3.1 didn't like it).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6685 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-09 20:38:21 +00:00
arpi a983a1f088 bugfix by Michael.Lampe@iwr.uni-heidelberg.de
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6657 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:17:27 +00:00
arpi 69d5224ae2 use libavcodec's get_bits() code (optional, disabled by default)
unfortunatelly it's much slower :(
and teh ALT version just sig11s :((
ideas?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 00:50:27 +00:00
arpi 706829e19a use libavcodec's optimized MC functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:58:15 +00:00
arpi 7cf14b455e imported from xine, generalized, created header file, all tables moved to
svq1_cb.h (was: svq1_codebooks.h)
TODO: use libavcodec's MC and bit parsing routines, maybe VLC too,
finally move the whole decoder to libavcodec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6506 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-22 23:07:41 +00:00
arpi 89e9c29aff warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 22:43:29 +00:00
pl d3219d38f4 warning fix (strings.h > string.h)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6239 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 11:56:59 +00:00
arpi f0b5c4094b memset and memcpy were used without #include <string.h> in a few places.
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6132 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-20 00:06:29 +00:00
iive 9a1a85ec2e fixed block artefacts and speedup at the same time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5685 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 17:08:08 +00:00
arpi 2bea9b36a7 mp_image.h and img_format.h moved to libmpcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:14:34 +00:00
arpi 3f7f2ac105 less namespace pollution
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5606 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 18:19:36 +00:00
arpi 833d89091c fastmemcpy path fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5605 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 18:05:57 +00:00
arpi 463845e0db native codecs files moved to libmpcodecs/native/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5604 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 18:04:24 +00:00
arpi 93c499d043 moved to libmpcodecs/native/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5603 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 18:03:02 +00:00