aboutsummaryrefslogtreecommitdiffhomepage
path: root/liba52
Commit message (Expand)AuthorAge
* 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
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_...Gravatar gpoirier2006-11-08
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Update for changes from r19378 (ASMALIGN macro).Gravatar diego2006-08-13
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* cosmetics: Make patch apply cleanly.Gravatar diego2006-07-29
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15