aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* Remove obsolete and misleading comment.Gravatar diego2009-01-05
* Replace informal license notices by standard license headerGravatar diego2009-01-05
* Fix two more instances of nonstandard license headers.Gravatar diego2009-01-05
* Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used asGravatar diego2009-01-02
* Add const to avoid warnings about discarded qualifiers.Gravatar reimar2008-12-05
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Fix channel order for ffmpeg flac codec.Gravatar ulion2008-10-09
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Make af_hrtf tables static constGravatar reimar2008-07-15
* Add const to libaf/filter.c functions.Gravatar reimar2008-07-15
* rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.Gravatar ulion2008-06-07
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.Gravatar diego2008-04-10
* Remove useless #include.Gravatar diego2008-04-09
* Merge libaf/Makefile into Makefile, one less instance of recursive make.Gravatar diego2008-04-09
* Remove some useless quotes from #error preprocessor directives.Gravatar diego2008-04-09
* Use quotes instead of angular brackets for local includes.Gravatar diego2008-04-09
* Handle af_ladspa conditional compilation in the usual way.Gravatar diego2008-04-09
* #include config.h before all other headers.Gravatar diego2008-03-14
* Add missing header #include to fix 'make checkheaders'.Gravatar diego2008-03-10
* af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using thatGravatar diego2008-03-10
* Fix ffvorbis decoder's output channel order with channel reordering function.Gravatar ulion2008-03-05
* Add directory names to libavcodec #includes.Gravatar diego2008-03-03
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Replace silly check for config.h inclusion, just include it.Gravatar diego2008-02-24
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* This header should not have multiple inclusion guards, it is meantGravatar diego2008-02-18
* typo fix: inited --> initializedGravatar diego2008-02-14
* Fix buffer overflow bug by calculate the buffer size accurately.Gravatar ulion2008-01-11
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Replace multiple inclusion guards with leading underscores by default names.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Relicense GPL v2 files as GPL v2+ and add proper license headers.Gravatar diego2007-12-31
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.Gravatar ulion2007-12-13
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Fix my wrong code in r25530.Gravatar ulion2007-12-10
* Fix missing command line bug by making the input parameter constant.Gravatar ulion2007-12-10
* 100l, bzero is deprecated, use memset insteadGravatar reimar2007-11-30
* Remove redundant changelog from comments. There's always svn log.Gravatar ivo2007-11-29
* Fix multiple inclusion guards, identifiers starting with __ are reservedGravatar diego2007-11-29
* Prevent from using data->len when data is NULL (when play() return NULL).Gravatar ulion2007-11-23
* Add padding and unroll loop 4x for at least another 10% speedupGravatar reimar2007-11-18
* Change to a 64 bit accumulation variable instead of shifting.Gravatar reimar2007-11-18
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...Gravatar reimar2007-11-18
* Use "long" instead of "int" for innermost loop variable.Gravatar reimar2007-11-18
* Rearrange scaletempo inner loop.Gravatar reimar2007-11-18