summaryrefslogtreecommitdiffstats
path: root/liba52
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_...gpoirier2006-11-081-10/+9
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Update for changes from r19378 (ASMALIGN macro).diego2006-08-131-55/+50
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-132-39/+37
* cosmetics: Make patch apply cleanly.diego2006-07-291-21/+21
* CVS --> Subversion in copyright noticesdiego2006-06-228-8/+8
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-154-2345/+0
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-158-83/+85
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-1513-2276/+1512
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-152-37/+39
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+9
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* add missing -I..rathann2005-12-051-1/+1
* sync liba52_amd64_changes.diff with latest fixaurel2005-08-091-1/+1
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.gpoirier2005-08-091-1/+1
* add the liba52 amd64 changes in a separate diff fileaurel2005-08-051-0/+2189
* liba52 asm optimizations ported to amd64aurel2005-08-055-608/+624
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...michael2005-06-021-1/+5
* Mark modified files as such to comply more closely with GPL §2a.diego2005-03-229-0/+36
* MPlayer-specific changes to liba52diego2005-03-221-0/+3023
* compilation fix for test programreimar2004-08-072-1/+6
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* attribute_used patch by (VMiklos <mamajom at axelero dot hu>)michael2004-04-262-7/+7
* 100l and sync with upstream, patch by rgselkalex2004-04-061-3/+3
* prevent crash in case we are unable to get aligned bufferfaust32004-04-011-8/+11
* although this SSE fix is an ugly hack it seems to work fine for mefaust32004-04-011-0/+13
* Altivec optimized stereo resampler by Romain Dolbeau (made it working under L...alex2004-01-252-1/+89
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)...alex2003-08-111-7/+0
* Changed swab32 from macro to inline function, this fixes compilation on alpha...alex2003-07-271-6/+15
* arm support by armin.gerritsen@philips.com (also seen a patch like this on op...alex2003-06-201-1/+1
* fixed alignment bugmichael2003-05-071-2/+26
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-051-2/+2
* The two attached patches *should* allow for properarpi2003-01-272-2/+25
* An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)arpi2003-01-183-13/+365
* compiler warning fixesarpi2002-12-141-2/+2
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-232-9/+13
* minor optimization & gcc-CVS fix/workaround patch by (Glen Nakamura <glen at ...michael2002-11-181-34/+26
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-10/+0
* The ALT_BITSTREAM_READER code does not work on SPARC, because the code accessesjkeil2002-09-031-0/+8
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-2/+2
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...arpi2002-05-121-3/+0
* trying to fix nicks bugs ...michael2002-04-291-3/+2
* Restore K7 supportnick2002-02-032-555/+600
* K7 idnick2002-01-191-0/+1
* mangle for win32 in liba52 (includes dummy mangle.h pointing to the one in main)atmos42002-01-194-28/+32
* 3dnow optimization. Not all functions are tested!!!nick2002-01-181-0/+614
* more bitstream_skip()michael2002-01-081-2/+2
* bitstream_skip() instead of bitstream_get() if possiblemichael2002-01-082-9/+18
* mono ac3 supportarpi2002-01-031-0/+10
* runtime cpudetect the liba52 way part 2 (downmix.c)michael2001-12-303-11/+14
* c, mmx versions separated. a52 style runtime stuffarpi2001-12-304-1259/+186
* runtime cpudetect in liba52 waymichael2001-12-305-21/+28
* pass accel flags to a52_resample_initarpi2001-12-304-4/+4
* SSE addedarpi2001-12-301-0/+1
* runtime cpudetectmichael2001-12-302-198/+444
* CRC code ported from libac3arpi2001-12-303-1/+78
* ported 3dnow(ex) optimizations from libac3michael2001-12-302-74/+907
* mix22toS & move2to1 in SSEmichael2001-12-251-0/+44
* mix31to2 & mix31toS in SSEmichael2001-12-251-0/+46
* mix21to2 & mix21toS in SSEmichael2001-12-251-0/+43
* memset(?, 0, 256*sizeof(float)) in MMXmichael2001-12-251-2/+18
* Fixed #ifdef discrepancy that was breaking compilation on PPC platformmelanson2001-12-241-1/+3
* mix3to1 in SSEmichael2001-12-231-1/+20
* mix3to2 in SSEmichael2001-12-231-1/+22
* mix5to1 & mix4to1 in SSEmichael2001-12-231-0/+41
* mix2to1 in SSEmichael2001-12-231-0/+21
* sse optimize of 3Fmichael2001-12-223-27/+153
* 3F2R sse optimizedmichael2001-12-223-24/+171
* runtime cpu detection for the resample stuffmichael2001-12-194-237/+364
* sse opt of mix32toS()michael2001-12-191-0/+27
* sse opt of mix32to2()michael2001-12-191-0/+22
* adding some commentsmichael2001-12-191-2/+11
* removing unnecessary sse sin/cos LUTmichael2001-12-181-16/+12
* sse optmichael2001-12-181-9/+25
* runtime cpu detection for the idctmichael2001-12-183-151/+213
* mmx optmichael2001-12-183-0/+114
* mmx optmichael2001-12-183-0/+132
* mmx optmichael2001-12-183-0/+108
* mmx optmichael2001-12-183-0/+138
* mmx optmichael2001-12-183-3/+117
* faster (and simpler) bitstream reader (in C)michael2001-12-172-2/+39
* MMX optmichael2001-12-173-0/+285
* mmx optmichael2001-12-173-0/+153
* use resample.c functionsarpi2001-12-171-113/+6
* sse optmichael2001-12-171-5/+58
* sse optmichael2001-12-171-0/+65
* cleanupmichael2001-12-171-162/+95
* sse optmichael2001-12-171-1/+36
* C optimizationsmichael2001-12-161-14/+103
* sse optmichael2001-12-161-8/+91
* sse optmichael2001-12-161-5/+18
* sse optmichael2001-12-161-0/+31
* oops, 8bit instead of 16michael2001-12-161-6/+11
* a bit more SSE optimizationsmichael2001-12-161-7/+66
* better benchmarkingmichael2001-12-161-4/+7
* gcc -O? thinks a*0.0 != 0.0 so we need a better cmpmichael2001-12-161-0/+50
* some SSE optimizationsmichael2001-12-151-1/+65
* benchmarking code (#define TIMING)michael2001-12-151-0/+34
* Fix mediaLib compilation problem on solaris.jkeil2001-12-142-4/+3
* I'm missing a file ...jaf2001-12-091-0/+1
* resample.c added - float->int conversion and channel orderingarpi2001-12-094-1/+376
* 10l?arpi2001-12-091-0/+45
* sample program for testing liba52arpi2001-12-091-0/+188
* mplayer-liba52 config interfacearpi2001-12-091-0/+12
* imported from liba52 CVSarpi2001-12-0912-0/+3184
* Better 3dnow! optimizationnickols_k2001-06-201-34/+20
* unstable gcc-3.0 warning surpressingnickols_k2001-06-121-9/+9
* Minor improvements and gcc-3.0 (unstable) compilation fixesnickols_k2001-06-091-3/+3
* Last minute improvements before releasenickols_k2001-06-081-4/+4
* Better insns scheduling and moving out local variablesnickols_k2001-06-011-14/+14
* libac3 now is full 3dnow! optimizednickols_k2001-05-312-14/+67
* Improvementsnickols_k2001-05-271-11/+10
* Improvementsnickols_k2001-05-261-7/+54
* Improvementsnickols_k2001-05-261-0/+102
* Initial revisionarpi_esp2001-02-241-0/+303