aboutsummaryrefslogtreecommitdiffhomepage
path: root/libaf
Commit message (Expand)AuthorAge
* Merge svn changes up to r30173Gravatar Uoti Urpala2010-01-08
|\
| * Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesGravatar reimar2010-01-02
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * Fix mangling of 24-bit audio during channel reorder.Gravatar tack2009-11-28
* | af_scaletempo: Fix delay value after changing scale to 1Gravatar Uoti Urpala2009-11-22
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add support for 8 channel audio.Gravatar tack2009-11-10
| * Cosmetics: remove trailing whitespace from file.Gravatar tack2009-11-10
| * reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*Gravatar tack2009-11-04
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Change libaf control ordering to make the controls unique again, (AF_CONTROL_...Gravatar reimar2009-09-26
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * Fix channel reordering when using 24-bit samples by adding breaks to casesGravatar tack2009-08-19
| * Cosmetics: adjust alignment.Gravatar tack2009-08-18
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | build: Readd support for code depending on FFmpeg internalsGravatar Uoti Urpala2009-07-26
| * Fix 24bit audio playback.Gravatar iive2009-07-19
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Cosmetics for r29244 to follow K&R style closely.Gravatar bircoph2009-05-03
| * Support for libbs2b ver. 3.0.0 API.Gravatar bircoph2009-05-03
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Use native endian float filter provided by libbs2b instead ofGravatar bircoph2009-04-02
| * Add libbs2b audio filter itself.Gravatar bircoph2009-04-02
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Move config.h include directive up as a precaution measure.Gravatar bircoph2009-03-28
| * Reorder includes alphabetically.Gravatar bircoph2009-03-28
| * Remove af_mp.h and add its content to af.hGravatar bircoph2009-03-28
| * Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
| * cosmetics: Remove file names from file header, it only causes trouble.Gravatar diego2009-03-15
* | 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