aboutsummaryrefslogtreecommitdiffhomepage
path: root/liba52
Commit message (Expand)AuthorAge
* Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it willGravatar reimar2009-09-04
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Remove all kind of trailing whitespaces from all MPlayer's files.Gravatar bircoph2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Sync local changes file with #ifdef --> #if conversion.Gravatar diego2009-03-06
* Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Revert mistaken #ifdef --> #if change.Gravatar diego2009-01-30
* HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.Gravatar diego2009-01-30
* HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* HAVE_3DNOWEX --> HAVE_3DNOWEXTGravatar diego2009-01-25
* More #ifdef -> #if fixesGravatar reimar2009-01-16
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Drop av_always_inline definition. It is duplicated from libavutil andGravatar diego2008-08-26
* Rename always_inline macro to av_always_inline so as not to clash withGravatar diego2008-08-26
* Remove unused and untested function. It is only part of our local patchset.Gravatar diego2008-08-22
* fix for alignment problem on older ARM coresGravatar diego2008-08-17
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-26
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.Gravatar diego2008-05-30
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Merge liba52/Makefile into top-level Makefile.Gravatar diego2008-04-27
* Remove unnecessary compilation command that shadows GNU Make builtin command.Gravatar diego2008-04-27
* Remove unnecessary -lm linker flag from test program compilation command.Gravatar diego2008-04-27
* Refactor AltiVec macros as done for FFmpeg.Gravatar diego2008-02-18
* Move compare.c to TOOLS, add it to the Makefile and document it.Gravatar diego2008-01-23
* Add proper license header.Gravatar diego2008-01-02
* Add proper license header.Gravatar diego2007-12-30
* Fix compilation of liba52/test.c testing and benchmarking application.Gravatar iive2007-12-23
* cosmetics: Remove trailing whitespace, reformat one comment.Gravatar diego2007-12-22
* Add proper copyright/license headers.Gravatar diego2007-12-22
* Remove wrong and misleading comments.Gravatar diego2007-12-22
* typosGravatar diego2007-12-22
* cosmetics: grammar/spellingGravatar diego2007-12-22
* Add missing #include, fixesGravatar diego2007-12-22
* cosmetics: Remove trailing whitespace.Gravatar diego2007-12-22
* cosmetics: spelling fixesGravatar diego2007-12-22
* There is a check for altivec.h in configure so use the preprocessor directiveGravatar diego2007-12-11
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.Gravatar diego2007-12-11
* Relicense as GPL v2 or later like the rest of liba52.Gravatar diego2007-12-11
* main() --> main(void)Gravatar diego2007-11-21
* unaligned store, should fix bug #893Gravatar lu_zero2007-11-11
* cosmetics: misc typo fixesGravatar diego2007-07-28
* Move test program removal on distclean to mpcommon.mak.Gravatar diego2007-03-24
* Simplify test program compilation.Gravatar diego2007-03-13
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* update local diff after r20779Gravatar gpoirier2006-12-05
* libac3 was removed ages ago, remove the related test target.Gravatar diego2006-11-27