summaryrefslogtreecommitdiffstats
path: root/tremor
Commit message (Collapse)AuthorAgeFilesLines
* Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.diego2009-12-142-2/+13
| | | | | | | patch by Peter Hjalmarsson, xake rymdraket net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-262-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29443 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-1324-316/+316
| | | | | | | | This affects all kind of spaces (' ',^I,^M,^L,...): actually [:space:] regex character set. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync latest set of changes.diego2009-03-061-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix r28222, including alloca.h directly might break compilation.reimar2009-01-052-2/+1
| | | | | | | Instead make sure os.h is included which includes alloca.h if possible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include alloca.h when using alloca to make sure it is defined.reimar2009-01-012-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Instead of removing code from this imported library, place it under #if 0.diego2008-05-272-65/+82
| | | | | | | This makes the differences to upstream smaller and the diff more readable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26899 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix pointless weird indentation.diego2008-05-271-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge tremor/Makefile into top-level Makefile.diego2008-04-221-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26503 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move Tremor low accuracy CFLAGS handling to configure.diego2008-04-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use directory name as library name template.diego2008-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the standard "static inline" instead of some broken ifdef messreimar2008-01-272-11/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25875 b3059339-0415-0410-9bf9-f77b7e298cf2
* _vorbis_block_alloc() is used w/o prototype, this will crash on ia64.diego2007-10-207-0/+106
| | | | | | | | | | | Add a header file with the function prototype to address this issue. This has the positive side effect of fixing a couple of implicit declaration warnings. The problem was originally reported as Debian bug 447278. patch by Dann Frazier and Andrea Mennucci, mennucc1 debian org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary lines from patch headers.diego2007-10-201-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24823 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put special CFLAGS for low accuracy tremor in the Makefile, similar to thediego2007-03-161-1/+1
| | | | | | | way we do for libfaad2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-4/+3
| | | | | | | between common, MPlayer-specific and MEncoder-specific parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-28/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.diego2006-07-301-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update upstream references, add a missing filertogni2006-07-301-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19260 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore a local diff lost during license fix at r19256rtogni2006-07-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace tremor files that had old headers saying "ALL REDISTRIBUTIONuau2006-07-3015-18/+64
| | | | | | | RIGHTS RESERVED" with files taken from revision r3989 of upstream svn. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19256 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change "Supress" to "Suppress" in a couple comments.corey2006-06-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-2/+14
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix warnings and decoding on CYGWIN (produced only noise before this change)faust32005-08-182-2/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with Jindrich's latest change.diego2005-05-141-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15456 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libogg 1.1.2 (needed for Theora)henry2005-04-244-44/+610
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15251 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16-bit unsigned (needed by Theora exp.)henry2005-04-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15248 b3059339-0415-0410-9bf9-f77b7e298cf2
* more information about source fileshenry2005-01-071-0/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14415 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes against 1.0 + Dec 2004 SVN math codehenry2005-01-051-0/+90
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14370 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix/simplify os_types.h. MPlayer needs inttypes.h anyway to compile.reimar2005-01-042-69/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore .dependivo2005-01-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mingw compile fix, hm doesn't the inttypes solution always work?faust32005-01-021-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14300 b3059339-0415-0410-9bf9-f77b7e298cf2
* internal Tremor decoder for Ogg/Vorbishenry2004-12-3032-0/+8900
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14281 b3059339-0415-0410-9bf9-f77b7e298cf2