Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Sun, 27 Jan 2008 11:28:13 +0000 |
reimar |
Always use inline instead of _inline, the former is supported by all
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Wed, 12 Dec 2007 08:45:05 +0000 |
diego |
cosmetics: Move public function declarations together.
|
Wed, 12 Dec 2007 08:29:55 +0000 |
diego |
Add missing declaration for dct64_altivec, fixes the warning:
|
Fri, 08 Jun 2007 14:38:25 +0000 |
zuxy |
Enable SIMD optmizations for mp3lib on AMD64
|
Tue, 05 Jun 2007 14:27:54 +0000 |
reimar |
Replace implicit use of fast_memcpy via macro by explicit use to allow
|
Mon, 04 Jun 2007 09:20:00 +0000 |
zuxy |
Change '%ld' to '%d' to remove warnings introduced by r23452
|
Mon, 04 Jun 2007 03:05:16 +0000 |
zuxy |
Correct dct64 functions' declarations
|
Sat, 02 Jun 2007 16:25:18 +0000 |
zuxy |
Use int and uint32_t instead of long and unsigned long, when appropriate.
|
Fri, 25 May 2007 02:52:35 +0000 |
zuxy |
Record what was produced by make_decode_table_MMX() and used that data to
|
Mon, 05 Feb 2007 19:24:03 +0000 |
reimar |
Make sure buffer is aligned so no unaligned access happens.
|
Thu, 07 Dec 2006 11:58:07 +0000 |
reimar |
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
|
Wed, 29 Nov 2006 15:02:45 +0000 |
diego |
Remove bswap.h, use libavutil/bswap.h instead.
|