aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* Merge svn changes up to r28862Gravatar Uoti Urpala2009-03-07
|\
| * Remove several useless casts from af_resampleGravatar reimar2009-03-06
| * Free af->setup and contents in af_resample uninit function.Gravatar reimar2009-03-06
| * Use calloc to allocate the af_resample ring buffers, reportedly usingGravatar reimar2009-03-06
| * Use a single malloc to allocate space for the circular buffers.Gravatar reimar2009-03-06
| * Comment typo fixes for af_resampleGravatar reimar2009-03-06
* | Merge svn changes up to r28712Gravatar Uoti Urpala2009-02-23
|\|
| * af_stats: Some fixes to the new filterGravatar uau2009-02-21
| * Add missing #include "config.h", fixes the warning:Gravatar diego2009-02-21
| * Add statistics audio filter that prints information about the audio stream.Gravatar diego2009-02-21
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28403Gravatar Uoti Urpala2009-01-31
|\|
| * WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
| * Drop HAVE_LRINTF check, lrintf is used without checking in other places.Gravatar diego2009-01-26
| * HAVE_3DNOW --> HAVE_AMD3DNOWGravatar diego2009-01-26
* | Merge svn changes up to r28368Gravatar Uoti Urpala2009-01-26
|\|
| * Fix build: Add required header and adjust preprocessor check.Gravatar diego2009-01-25
* | Merge svn changes up to r28366Gravatar Uoti Urpala2009-01-26
|\|
| * Add missing header for av_gcd, fixes the warning:Gravatar diego2009-01-25
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
| * More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
| * More #ifdef -> #if fixesGravatar reimar2009-01-16
* | Merge svn changes up to r28310Gravatar Uoti Urpala2009-01-15
|\|
| * Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h andGravatar diego2009-01-05
| * Use standard multiple inclusion guards.Gravatar diego2009-01-05
| * Remove unnecessary local definition of _ISOC9X_SOURCE.Gravatar diego2009-01-05
| * 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
* | Merge svn changes up to r28103Gravatar Uoti Urpala2008-12-06
|\|
| * Add const to avoid warnings about discarded qualifiers.Gravatar reimar2008-12-05
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * 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
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27332Gravatar Uoti Urpala2008-07-21
|\|
| * Make af_hrtf tables static constGravatar reimar2008-07-15
| * Add const to libaf/filter.c functions.Gravatar reimar2008-07-15
* | Merge svn changes up to r27025Gravatar Uoti Urpala2008-06-07
|\|
| * rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.Gravatar ulion2008-06-07
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16