aboutsummaryrefslogtreecommitdiffhomepage
path: root/liba52
Commit message (Collapse)AuthorAge
* add missing -I..Gravatar rathann2005-12-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17102 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync liba52_amd64_changes.diff with latest fixGravatar aurel2005-08-09
| | | | 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.Gravatar gpoirier2005-08-09
| | | | | | | 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 fileGravatar aurel2005-08-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16175 b3059339-0415-0410-9bf9-f77b7e298cf2
* liba52 asm optimizations ported to amd64Gravatar aurel2005-08-05
| | | | 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, ↵Gravatar michael2005-06-02
| | | | | | 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.Gravatar diego2005-03-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14992 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer-specific changes to liba52Gravatar diego2005-03-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14991 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fix for test programGravatar reimar2004-08-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12967 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
| | | | 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>)Gravatar michael2004-04-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12304 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l and sync with upstream, patch by rgselkGravatar alex2004-04-06
| | | | 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 bufferGravatar faust32004-04-01
| | | | 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 meGravatar faust32004-04-01
| | | | 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 ↵Gravatar alex2004-01-25
| | | | | | 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 ↵Gravatar alex2003-08-11
| | | | | | 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 ↵Gravatar alex2003-07-27
| | | | | | 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 ↵Gravatar alex2003-06-20
| | | | | | openzaurus' mplayer port) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10314 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed alignment bugGravatar michael2003-05-07
| | | | 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 theGravatar diego2003-05-05
| | | | | | | | 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 properGravatar arpi2003-01-27
| | | | | | | | | | 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)Gravatar arpi2003-01-18
| | | | | | | | | | 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 fixesGravatar arpi2002-12-14
| | | | | | | 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>)Gravatar michael2002-11-23
| | | | 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 ↵Gravatar michael2002-11-18
| | | | | | 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 removalGravatar arpi2002-11-06
| | | | | | | 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 accessesGravatar jkeil2002-09-03
| | | | | | | | 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 -lnameGravatar arpi2002-08-29
| | | | | | | | | 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 ↵Gravatar arpi2002-05-12
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* trying to fix nicks bugs ...Gravatar michael2002-04-29
| | | | | | | 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 supportGravatar nick2002-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4498 b3059339-0415-0410-9bf9-f77b7e298cf2
* K7 idGravatar nick2002-01-19
| | | | 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)Gravatar atmos42002-01-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4248 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3dnow optimization. Not all functions are tested!!!Gravatar nick2002-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4234 b3059339-0415-0410-9bf9-f77b7e298cf2
* more bitstream_skip()Gravatar michael2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4055 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitstream_skip() instead of bitstream_get() if possibleGravatar michael2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4054 b3059339-0415-0410-9bf9-f77b7e298cf2
* mono ac3 supportGravatar arpi2002-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3968 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect the liba52 way part 2 (downmix.c)Gravatar michael2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3911 b3059339-0415-0410-9bf9-f77b7e298cf2
* c, mmx versions separated. a52 style runtime stuffGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3910 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetect in liba52 wayGravatar michael2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3909 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass accel flags to a52_resample_initGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3908 b3059339-0415-0410-9bf9-f77b7e298cf2
* SSE addedGravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3906 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime cpudetectGravatar michael2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3905 b3059339-0415-0410-9bf9-f77b7e298cf2
* CRC code ported from libac3Gravatar arpi2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3891 b3059339-0415-0410-9bf9-f77b7e298cf2
* ported 3dnow(ex) optimizations from libac3Gravatar michael2001-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3885 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix22toS & move2to1 in SSEGravatar michael2001-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3742 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix31to2 & mix31toS in SSEGravatar michael2001-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3741 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix21to2 & mix21toS in SSEGravatar michael2001-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3740 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset(?, 0, 256*sizeof(float)) in MMXGravatar michael2001-12-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed #ifdef discrepancy that was breaking compilation on PPC platformGravatar melanson2001-12-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3721 b3059339-0415-0410-9bf9-f77b7e298cf2