Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The ALT_BITSTREAM_READER code does not work on SPARC, because the code accesses | jkeil | 2002-09-03 | 1 | -0/+8 |
* | use dir/libname.a instead of -Ldir -lname | arpi | 2002-08-29 | 1 | -2/+2 |
* | various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc... | arpi | 2002-05-12 | 1 | -3/+0 |
* | trying to fix nicks bugs ... | michael | 2002-04-29 | 1 | -3/+2 |
* | Restore K7 support | nick | 2002-02-03 | 2 | -555/+600 |
* | K7 id | nick | 2002-01-19 | 1 | -0/+1 |
* | mangle for win32 in liba52 (includes dummy mangle.h pointing to the one in main) | atmos4 | 2002-01-19 | 4 | -28/+32 |
* | 3dnow optimization. Not all functions are tested!!! | nick | 2002-01-18 | 1 | -0/+614 |
* | more bitstream_skip() | michael | 2002-01-08 | 1 | -2/+2 |
* | bitstream_skip() instead of bitstream_get() if possible | michael | 2002-01-08 | 2 | -9/+18 |
* | mono ac3 support | arpi | 2002-01-03 | 1 | -0/+10 |
* | runtime cpudetect the liba52 way part 2 (downmix.c) | michael | 2001-12-30 | 3 | -11/+14 |
* | c, mmx versions separated. a52 style runtime stuff | arpi | 2001-12-30 | 4 | -1259/+186 |
* | runtime cpudetect in liba52 way | michael | 2001-12-30 | 5 | -21/+28 |
* | pass accel flags to a52_resample_init | arpi | 2001-12-30 | 4 | -4/+4 |
* | SSE added | arpi | 2001-12-30 | 1 | -0/+1 |
* | runtime cpudetect | michael | 2001-12-30 | 2 | -198/+444 |
* | CRC code ported from libac3 | arpi | 2001-12-30 | 3 | -1/+78 |
* | ported 3dnow(ex) optimizations from libac3 | michael | 2001-12-30 | 2 | -74/+907 |
* | mix22toS & move2to1 in SSE | michael | 2001-12-25 | 1 | -0/+44 |
* | mix31to2 & mix31toS in SSE | michael | 2001-12-25 | 1 | -0/+46 |
* | mix21to2 & mix21toS in SSE | michael | 2001-12-25 | 1 | -0/+43 |
* | memset(?, 0, 256*sizeof(float)) in MMX | michael | 2001-12-25 | 1 | -2/+18 |
* | Fixed #ifdef discrepancy that was breaking compilation on PPC platform | melanson | 2001-12-24 | 1 | -1/+3 |
* | mix3to1 in SSE | michael | 2001-12-23 | 1 | -1/+20 |
* | mix3to2 in SSE | michael | 2001-12-23 | 1 | -1/+22 |
* | mix5to1 & mix4to1 in SSE | michael | 2001-12-23 | 1 | -0/+41 |
* | mix2to1 in SSE | michael | 2001-12-23 | 1 | -0/+21 |
* | sse optimize of 3F | michael | 2001-12-22 | 3 | -27/+153 |
* | 3F2R sse optimized | michael | 2001-12-22 | 3 | -24/+171 |
* | runtime cpu detection for the resample stuff | michael | 2001-12-19 | 4 | -237/+364 |
* | sse opt of mix32toS() | michael | 2001-12-19 | 1 | -0/+27 |
* | sse opt of mix32to2() | michael | 2001-12-19 | 1 | -0/+22 |
* | adding some comments | michael | 2001-12-19 | 1 | -2/+11 |
* | removing unnecessary sse sin/cos LUT | michael | 2001-12-18 | 1 | -16/+12 |
* | sse opt | michael | 2001-12-18 | 1 | -9/+25 |
* | runtime cpu detection for the idct | michael | 2001-12-18 | 3 | -151/+213 |
* | mmx opt | michael | 2001-12-18 | 3 | -0/+114 |
* | mmx opt | michael | 2001-12-18 | 3 | -0/+132 |
* | mmx opt | michael | 2001-12-18 | 3 | -0/+108 |
* | mmx opt | michael | 2001-12-18 | 3 | -0/+138 |
* | mmx opt | michael | 2001-12-18 | 3 | -3/+117 |
* | faster (and simpler) bitstream reader (in C) | michael | 2001-12-17 | 2 | -2/+39 |
* | MMX opt | michael | 2001-12-17 | 3 | -0/+285 |
* | mmx opt | michael | 2001-12-17 | 3 | -0/+153 |
* | use resample.c functions | arpi | 2001-12-17 | 1 | -113/+6 |
* | sse opt | michael | 2001-12-17 | 1 | -5/+58 |
* | sse opt | michael | 2001-12-17 | 1 | -0/+65 |
* | cleanup | michael | 2001-12-17 | 1 | -162/+95 |
* | sse opt | michael | 2001-12-17 | 1 | -1/+36 |
* | C optimizations | michael | 2001-12-16 | 1 | -14/+103 |
* | sse opt | michael | 2001-12-16 | 1 | -8/+91 |
* | sse opt | michael | 2001-12-16 | 1 | -5/+18 |
* | sse opt | michael | 2001-12-16 | 1 | -0/+31 |
* | oops, 8bit instead of 16 | michael | 2001-12-16 | 1 | -6/+11 |
* | a bit more SSE optimizations | michael | 2001-12-16 | 1 | -7/+66 |
* | better benchmarking | michael | 2001-12-16 | 1 | -4/+7 |
* | gcc -O? thinks a*0.0 != 0.0 so we need a better cmp | michael | 2001-12-16 | 1 | -0/+50 |
* | some SSE optimizations | michael | 2001-12-15 | 1 | -1/+65 |
* | benchmarking code (#define TIMING) | michael | 2001-12-15 | 1 | -0/+34 |
* | Fix mediaLib compilation problem on solaris. | jkeil | 2001-12-14 | 2 | -4/+3 |
* | I'm missing a file ... | jaf | 2001-12-09 | 1 | -0/+1 |
* | resample.c added - float->int conversion and channel ordering | arpi | 2001-12-09 | 4 | -1/+376 |
* | 10l? | arpi | 2001-12-09 | 1 | -0/+45 |
* | sample program for testing liba52 | arpi | 2001-12-09 | 1 | -0/+188 |
* | mplayer-liba52 config interface | arpi | 2001-12-09 | 1 | -0/+12 |
* | imported from liba52 CVS | arpi | 2001-12-09 | 12 | -0/+3184 |
* | Better 3dnow! optimization | nickols_k | 2001-06-20 | 1 | -34/+20 |
* | unstable gcc-3.0 warning surpressing | nickols_k | 2001-06-12 | 1 | -9/+9 |
* | Minor improvements and gcc-3.0 (unstable) compilation fixes | nickols_k | 2001-06-09 | 1 | -3/+3 |
* | Last minute improvements before release | nickols_k | 2001-06-08 | 1 | -4/+4 |
* | Better insns scheduling and moving out local variables | nickols_k | 2001-06-01 | 1 | -14/+14 |
* | libac3 now is full 3dnow! optimized | nickols_k | 2001-05-31 | 2 | -14/+67 |
* | Improvements | nickols_k | 2001-05-27 | 1 | -11/+10 |
* | Improvements | nickols_k | 2001-05-26 | 1 | -7/+54 |
* | Improvements | nickols_k | 2001-05-26 | 1 | -0/+102 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+303 |