summaryrefslogtreecommitdiffstats
path: root/liba52
Commit message (Collapse)AuthorAgeFilesLines
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
| | | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for changes from r19378 (ASMALIGN macro).diego2006-08-131-55/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19379 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-132-39/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19378 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Make patch apply cleanly.diego2006-07-291-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19254 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversion in copyright noticesdiego2006-06-228-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! ↵rathann2006-06-154-2345/+0
| | | | | | | | | gmail * com< part 3: removed files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18725 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! ↵rathann2006-06-158-83/+85
| | | | | | | | | gmail * com< part 2: cosmetic changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18724 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! ↵rathann2006-06-1513-2276/+1512
| | | | | | | | | gmail * com< part 1: functional changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18723 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
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-152-37/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18105 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+9
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* 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
* add missing -I..rathann2005-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17102 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync liba52_amd64_changes.diff with latest fixaurel2005-08-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.gpoirier2005-08-091-1/+1
| | | | | | | Patch by Aurelien Jacobs < aurel AH gnuage POUM org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16190 b3059339-0415-0410-9bf9-f77b7e298cf2
* add the liba52 amd64 changes in a separate diff fileaurel2005-08-051-0/+2189
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16175 b3059339-0415-0410-9bf9-f77b7e298cf2
* liba52 asm optimizations ported to amd64aurel2005-08-055-608/+624
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16174 b3059339-0415-0410-9bf9-f77b7e298cf2
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, ↵michael2005-06-021-1/+5
| | | | | | netfarm it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-229-0/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14992 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to liba52diego2005-03-221-0/+3023
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14991 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix for test programreimar2004-08-072-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12967 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used patch by (VMiklos <mamajom at axelero dot hu>)michael2004-04-262-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12304 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l and sync with upstream, patch by rgselkalex2004-04-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12138 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent crash in case we are unable to get aligned bufferfaust32004-04-011-8/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12090 b3059339-0415-0410-9bf9-f77b7e298cf2
* although this SSE fix is an ugly hack it seems to work fine for mefaust32004-04-011-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Altivec optimized stereo resampler by Romain Dolbeau (made it working under ↵alex2004-01-252-1/+89
| | | | | | Linux myself) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and ↵alex2003-08-111-7/+0
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed swab32 from macro to inline function, this fixes compilation on ↵alex2003-07-271-6/+15
| | | | | | alpha (with gcc2.95). Based on patch by KotH git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10490 b3059339-0415-0410-9bf9-f77b7e298cf2
* arm support by armin.gerritsen@philips.com (also seen a patch like this on ↵alex2003-06-201-1/+1
| | | | | | openzaurus' mplayer port) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10314 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed alignment bugmichael2003-05-071-2/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10083 b3059339-0415-0410-9bf9-f77b7e298cf2
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-051-2/+2
| | | | | | | | SIGBUS Signal Error if playing video direct from DVD-Rom. Patch by Martin Gansser <mgansser@ngi.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10068 b3059339-0415-0410-9bf9-f77b7e298cf2
* The two attached patches *should* allow for properarpi2003-01-272-2/+25
| | | | | | | | | | compilation of the AltiVec stuff on both Darwin and non-Darwin system. They've only been tested for compilation on Debian using Debian's gcc-3.2. Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9123 b3059339-0415-0410-9bf9-f77b7e298cf2
* An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)arpi2003-01-183-13/+365
| | | | | | | | | | It's nearly bit-perfect, I have a couple of lsb changed in a 128 frames sample. I can't hear the differences :-) patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9002 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixesarpi2002-12-141-2/+2
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8452 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-232-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8255 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor optimization & gcc-CVS fix/workaround patch by (Glen Nakamura <glen at ↵michael2002-11-181-34/+26
| | | | | | imodulo dot com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8231 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-10/+0
| | | | | | | 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
* The ALT_BITSTREAM_READER code does not work on SPARC, because the code accessesjkeil2002-09-031-0/+8
| | | | | | | | 32-bit works from unaligned addresses. For now, disable ALT_BITSTREAM_READER on SPARC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7256 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-2/+2
| | | | | | | | | partially done by "Steven M. Schultz" <sms@2BSD.COM> Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-3/+0
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* trying to fix nicks bugs ...michael2002-04-291-3/+2
| | | | | | | someone with a 3dnow cpu please test this ASAP git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore K7 supportnick2002-02-032-555/+600
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4498 b3059339-0415-0410-9bf9-f77b7e298cf2
* K7 idnick2002-01-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4262 b3059339-0415-0410-9bf9-f77b7e298cf2
* mangle for win32 in liba52 (includes dummy mangle.h pointing to the one in main)atmos42002-01-194-28/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4248 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3dnow optimization. Not all functions are tested!!!nick2002-01-181-0/+614
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4234 b3059339-0415-0410-9bf9-f77b7e298cf2
* more bitstream_skip()michael2002-01-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4055 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitstream_skip() instead of bitstream_get() if possiblemichael2002-01-082-9/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4054 b3059339-0415-0410-9bf9-f77b7e298cf2
* mono ac3 supportarpi2002-01-031-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3968 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect the liba52 way part 2 (downmix.c)michael2001-12-303-11/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3911 b3059339-0415-0410-9bf9-f77b7e298cf2
* c, mmx versions separated. a52 style runtime stuffarpi2001-12-304-1259/+186
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3910 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect in liba52 waymichael2001-12-305-21/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3909 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass accel flags to a52_resample_initarpi2001-12-304-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3908 b3059339-0415-0410-9bf9-f77b7e298cf2
* SSE addedarpi2001-12-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3906 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetectmichael2001-12-302-198/+444
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3905 b3059339-0415-0410-9bf9-f77b7e298cf2
* CRC code ported from libac3arpi2001-12-303-1/+78
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3891 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported 3dnow(ex) optimizations from libac3michael2001-12-302-74/+907
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3885 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix22toS & move2to1 in SSEmichael2001-12-251-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3742 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix31to2 & mix31toS in SSEmichael2001-12-251-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3741 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix21to2 & mix21toS in SSEmichael2001-12-251-0/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3740 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset(?, 0, 256*sizeof(float)) in MMXmichael2001-12-251-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed #ifdef discrepancy that was breaking compilation on PPC platformmelanson2001-12-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3721 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix3to1 in SSEmichael2001-12-231-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3680 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix3to2 in SSEmichael2001-12-231-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3679 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix5to1 & mix4to1 in SSEmichael2001-12-231-0/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3678 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix2to1 in SSEmichael2001-12-231-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3676 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse optimize of 3Fmichael2001-12-223-27/+153
| | | | | | | bugfix in 3F2R git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3655 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3F2R sse optimizedmichael2001-12-223-24/+171
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3654 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detection for the resample stuffmichael2001-12-194-237/+364
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3627 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse opt of mix32toS()michael2001-12-191-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3626 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse opt of mix32to2()michael2001-12-191-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3625 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding some commentsmichael2001-12-191-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3624 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing unnecessary sse sin/cos LUTmichael2001-12-181-16/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3585 b3059339-0415-0410-9bf9-f77b7e298cf2
* sse optmichael2001-12-181-9/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3582 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpu detection for the idctmichael2001-12-183-151/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3580 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3579 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3578 b3059339-0415-0410-9bf9-f77b7e298cf2
* mmx optmichael2001-12-183-0/+108
| | |