| Commit message (Expand) | Author | Age |
* | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 |
* | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 |
* | Move code that makes the filter chain match the desired output format into | reimar | 2010-02-19 |
* | Make the code match the documentation by making higher-quality but slower | reimar | 2010-01-30 |
* | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 |
* | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this | reimar | 2010-01-11 |
* | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 |
* | Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask, | reimar | 2010-01-11 |
* | Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes | reimar | 2010-01-02 |
* | Fix mangling of 24-bit audio during channel reorder. | tack | 2009-11-28 |
* | Add support for 8 channel audio. | tack | 2009-11-10 |
* | Cosmetics: remove trailing whitespace from file. | tack | 2009-11-10 |
* | reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_* | tack | 2009-11-04 |
* | Change libaf control ordering to make the controls unique again, (AF_CONTROL_... | reimar | 2009-09-26 |
* | Fix channel reordering when using 24-bit samples by adding breaks to cases | tack | 2009-08-19 |
* | Cosmetics: adjust alignment. | tack | 2009-08-18 |
* | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 |
* | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 |
* | Fix 24bit audio playback. | iive | 2009-07-19 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Cosmetics for r29244 to follow K&R style closely. | bircoph | 2009-05-03 |
* | Support for libbs2b ver. 3.0.0 API. | bircoph | 2009-05-03 |
* | Use native endian float filter provided by libbs2b instead of | bircoph | 2009-04-02 |
* | Add libbs2b audio filter itself. | bircoph | 2009-04-02 |
* | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 |
* | Move config.h include directive up as a precaution measure. | bircoph | 2009-03-28 |
* | Reorder includes alphabetically. | bircoph | 2009-03-28 |
* | Remove af_mp.h and add its content to af.h | bircoph | 2009-03-28 |
* | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 |
* | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 |
* | Remove several useless casts from af_resample | reimar | 2009-03-06 |
* | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 |
* | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 |
* | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 |
* | Comment typo fixes for af_resample | reimar | 2009-03-06 |
* | af_stats: Some fixes to the new filter | uau | 2009-02-21 |
* | Add missing #include "config.h", fixes the warning: | diego | 2009-02-21 |
* | Add statistics audio filter that prints information about the audio stream. | diego | 2009-02-21 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 |
* | 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 |