index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libaf
Commit message (
Expand
)
Author
Age
*
WORDS_BIGENDIAN is defined/undefined, not 0/1.
diego
2009-01-26
*
Drop HAVE_LRINTF check, lrintf is used without checking in other places.
diego
2009-01-26
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
*
Fix build: Add required header and adjust preprocessor check.
diego
2009-01-25
*
Add missing header for av_gcd, fixes the warning:
diego
2009-01-25
*
Fix compilation: s/ff_gcd/av_gcd.
cehoyos
2009-01-17
*
More #ifdef HAVE_MMX etc. missed by earlier search.
reimar
2009-01-16
*
More #ifdef -> #if fixes
reimar
2009-01-16
*
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
diego
2009-01-05
*
Use standard multiple inclusion guards.
diego
2009-01-05
*
Remove unnecessary local definition of _ISOC9X_SOURCE.
diego
2009-01-05
*
Remove obsolete and misleading comment.
diego
2009-01-05
*
Replace informal license notices by standard license header
diego
2009-01-05
*
Fix two more instances of nonstandard license headers.
diego
2009-01-05
*
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
diego
2009-01-02
*
Add const to avoid warnings about discarded qualifiers.
reimar
2008-12-05
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
Fix channel order for ffmpeg flac codec.
ulion
2008-10-09
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Make af_hrtf tables static const
reimar
2008-07-15
*
Add const to libaf/filter.c functions.
reimar
2008-07-15
*
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
ulion
2008-06-07
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
diego
2008-04-10
*
Remove useless #include.
diego
2008-04-09
*
Merge libaf/Makefile into Makefile, one less instance of recursive make.
diego
2008-04-09
*
Remove some useless quotes from #error preprocessor directives.
diego
2008-04-09
*
Use quotes instead of angular brackets for local includes.
diego
2008-04-09
*
Handle af_ladspa conditional compilation in the usual way.
diego
2008-04-09
*
#include config.h before all other headers.
diego
2008-03-14
*
Add missing header #include to fix 'make checkheaders'.
diego
2008-03-10
*
af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that
diego
2008-03-10
*
Fix ffvorbis decoder's output channel order with channel reordering function.
ulion
2008-03-05
*
Add directory names to libavcodec #includes.
diego
2008-03-03
*
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
diego
2008-03-01
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Replace silly check for config.h inclusion, just include it.
diego
2008-02-24
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
This header should not have multiple inclusion guards, it is meant
diego
2008-02-18
*
typo fix: inited --> initialized
diego
2008-02-14
*
Fix buffer overflow bug by calculate the buffer size accurately.
ulion
2008-01-11
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
Replace multiple inclusion guards with leading underscores by default names.
diego
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Relicense GPL v2 files as GPL v2+ and add proper license headers.
diego
2007-12-31
*
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
ulion
2007-12-13
*
Fix all current known multi-channel wrong order problems by adding
ulion
2007-12-10
[next]