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