aboutsummaryrefslogtreecommitdiffhomepage
path: root/liba52
Commit message (Expand)AuthorAge
* 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
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...Gravatar rathann2006-06-15
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* add support for intel mac. mp3lib is not fixed yet.Gravatar nplourde2006-04-15
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* add missing -I..Gravatar rathann2005-12-05
* sync liba52_amd64_changes.diff with latest fixGravatar aurel2005-08-09
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.Gravatar gpoirier2005-08-09