| Commit message (Expand) | Author | Age | Files | Lines |
* | af_lavcresample: avoid multiple calls to av_resample_init | reimar | 2010-11-02 | 1 | -2/+18 |
* | af_export: Avoid void *-arithmentic warnings | reimar | 2010-11-02 | 1 | -2/+2 |
* | af_ladspa: Fix multiple instances of a filter type | reimar | 2010-11-02 | 1 | -3/+2 |
* | af_extrastereo: Improve filter description | diego | 2010-11-02 | 1 | -1/+1 |
* | af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size" | Uoti Urpala | 2010-10-14 | 1 | -11/+11 |
* | af_lavcac3enc: actually enable the filter by default | Uoti Urpala | 2010-05-26 | 1 | -3/+1 |
* | af_lavcac3enc: make the filter work without FFmpeg internals | Uoti Urpala | 2010-05-14 | 1 | -5/+20 |
* | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\ |
|
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 6 | -13/+0 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 4 | -4/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -42/+55 |
|\| |
|
| * | Move code that makes the filter chain match the desired output format into | reimar | 2010-02-19 | 1 | -42/+55 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -11/+0 |
|\| |
|
| * | Make the code match the documentation by making higher-quality but slower | reimar | 2010-01-30 | 1 | -11/+0 |
* | | translations: tweak cases that relied on concatenating adjacent strings | Uoti Urpala | 2010-03-07 | 1 | -15/+17 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 1 | -1/+1 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 1 | -0/+1 |
|\| |
|
| * | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 4 | -26/+24 |
|\| |
|
| * | Let the format filter do the AC3 endianness conversion instead of duplicating | reimar | 2010-01-11 | 1 | -21/+7 |
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 4 | -5/+14 |
| * | Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this | reimar | 2010-01-11 | 1 | -0/+1 |
| * | Add and use AF_FORMAT_IS_AC3 macro. | reimar | 2010-01-11 | 1 | -0/+2 |
| * | Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask, | reimar | 2010-01-11 | 1 | -1/+1 |
* | | Merge svn changes up to r30173 | Uoti Urpala | 2010-01-08 | 1 | -1/+1 |
|\| |
|
| * | Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes | reimar | 2010-01-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -11/+11 |
|\| |
|
| * | Fix mangling of 24-bit audio during channel reorder. | tack | 2009-11-28 | 1 | -11/+11 |
* | | af_scaletempo: Fix delay value after changing scale to 1 | Uoti Urpala | 2009-11-22 | 1 | -0/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 4 | -19/+196 |
|\| |
|
| * | Add support for 8 channel audio. | tack | 2009-11-10 | 4 | -13/+195 |
| * | Cosmetics: remove trailing whitespace from file. | tack | 2009-11-10 | 1 | -1/+0 |
| * | reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_* | tack | 2009-11-04 | 2 | -6/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 1 | -12/+12 |
|\| |
|
| * | Change libaf control ordering to make the controls unique again, (AF_CONTROL_... | reimar | 2009-09-26 | 1 | -12/+12 |
* | | Merge svn changes up to r29544 | Uoti Urpala | 2009-08-22 | 3 | -29/+30 |
|\| |
|
| * | Fix channel reordering when using 24-bit samples by adding breaks to cases | tack | 2009-08-19 | 1 | -0/+4 |
| * | Cosmetics: adjust alignment. | tack | 2009-08-18 | 1 | -3/+3 |
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3, | tack | 2009-08-18 | 3 | -26/+23 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 4 | -5/+11 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 3 | -5/+5 |
| * | Fix 24bit audio playback. | iive | 2009-07-19 | 1 | -0/+6 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 34 | -1324/+1324 |
* | | build: Readd support for code depending on FFmpeg internals | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 35 | -1337/+1323 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 4 | -24/+24 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 4 | -28/+28 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -38/+100 |
|\| |
|
| * | Cosmetics for r29244 to follow K&R style closely. | bircoph | 2009-05-03 | 1 | -17/+17 |
| * | Support for libbs2b ver. 3.0.0 API. | bircoph | 2009-05-03 | 1 | -20/+82 |
* | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 2 | -4/+216 |
|\| |
|
| * | Use native endian float filter provided by libbs2b instead of | bircoph | 2009-04-02 | 1 | -5/+2 |
| * | Add libbs2b audio filter itself. | bircoph | 2009-04-02 | 2 | -0/+219 |
| * | Remove unnecessary malloc.h #includes and related #ifdeffery. | diego | 2009-04-02 | 1 | -4/+0 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 20 | -216/+152 |
|\| |
|
| * | Move config.h include directive up as a precaution measure. | bircoph | 2009-03-28 | 1 | -1/+2 |
| * | Reorder includes alphabetically. | bircoph | 2009-03-28 | 1 | -2/+2 |
| * | Remove af_mp.h and add its content to af.h | bircoph | 2009-03-28 | 2 | -34/+8 |
| * | Remove af_msg special-casing API in libaf. | bircoph | 2009-03-28 | 20 | -180/+141 |
| * | cosmetics: Remove file names from file header, it only causes trouble. | diego | 2009-03-15 | 1 | -1/+1 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -15/+21 |
|\| |
|
| * | Remove several useless casts from af_resample | reimar | 2009-03-06 | 1 | -4/+4 |
| * | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 | 1 | -0/+7 |
| * | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 | 1 | -1/+1 |
| * | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 | 1 | -5/+4 |
| * | Comment typo fixes for af_resample | reimar | 2009-03-06 | 1 | -7/+7 |
* | | Merge svn changes up to r28712 | Uoti Urpala | 2009-02-23 | 2 | -0/+162 |
|\| |
|
| * | af_stats: Some fixes to the new filter | uau | 2009-02-21 | 1 | -13/+14 |
| * | Add missing #include "config.h", fixes the warning: | diego | 2009-02-21 | 1 | -0/+1 |
| * | Add statistics audio filter that prints information about the audio stream. | diego | 2009-02-21 | 2 | -0/+160 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -1/+1 |
|\| |
|
| * | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 3 | -12/+5 |
|\| |
|
| * | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 | 2 | -3/+3 |
| * | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 | 1 | -8/+1 |
| * | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -1/+1 |
* | | Merge svn changes up to r28368 | Uoti Urpala | 2009-01-26 | 1 | -1/+2 |
|\| |
|
| * | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 | 1 | -1/+2 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -0/+1 |
|\| |
|
| * | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | | Merge svn changes up to r28341 | Uoti Urpala | 2009-01-19 | 2 | -4/+4 |
|\| |
|
| * | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 | 1 | -2/+2 |
| * | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 | 1 | -1/+1 |
| * | More #ifdef -> #if fixes | reimar | 2009-01-16 | 1 | -1/+1 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 36 | -276/+731 |
|\| |
|
| * | Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and | diego | 2009-01-05 | 3 | -8/+8 |
| * | Use standard multiple inclusion guards. | diego | 2009-01-05 | 2 | -6/+6 |
| * | Remove unnecessary local definition of _ISOC9X_SOURCE. | diego | 2009-01-05 | 1 | -3/+0 |
| * | Remove obsolete and misleading comment. | diego | 2009-01-05 | 1 | -4/+0 |
| * | Replace informal license notices by standard license header | diego | 2009-01-05 | 35 | -245/+705 |
| * | Fix two more instances of nonstandard license headers. | diego | 2009-01-05 | 1 | -11/+13 |
| * | Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as | diego | 2009-01-02 | 2 | -5/+5 |
* | | Merge svn changes up to r28103 | Uoti Urpala | 2008-12-06 | 1 | -3/+3 |
|\| |
|
| * | Add const to avoid warnings about discarded qualifiers. | reimar | 2008-12-05 | 1 | -3/+3 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 3 | -30/+29 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 3 | -30/+29 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 3 | -7/+11 |
|\| |
|
| * | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -6/+5 |
| * | Fix channel order for ffmpeg flac codec. | ulion | 2008-10-09 | 2 | -1/+6 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -1/+1 |
|\| |
|
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -4/+4 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -4/+4 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 3 | -23/+23 |
|\| |
|
| * | Make af_hrtf tables static const | reimar | 2008-07-15 | 1 | -6/+6 |
| * | Add const to libaf/filter.c functions. | reimar | 2008-07-15 | 2 | -17/+17 |
* | | Merge svn changes up to r27025 | Uoti Urpala | 2008-06-07 | 2 | -5/+5 |
|\| |
|
| * | rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*. | ulion | 2008-06-07 | 2 | -5/+5 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Merge svn changes up to r26783 | Uoti Urpala | 2008-05-15 | 7 | -41/+40 |
|\| |
|
| * | Use standard license headers with standard formatting. | diego | 2008-05-14 | 7 | -41/+40 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -1/+1 |
|/ |
|
* | Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE. | diego | 2008-04-10 | 5 | -73/+92 |
* | Remove useless #include. | diego | 2008-04-09 | 1 | -1/+0 |
* | Merge libaf/Makefile into Makefile, one less instance of recursive make. | diego | 2008-04-09 | 1 | -37/+0 |
* | Remove some useless quotes from #error preprocessor directives. | diego | 2008-04-09 | 2 | -2/+2 |
* | Use quotes instead of angular brackets for local includes. | diego | 2008-04-09 | 4 | -5/+5 |
* | Handle af_ladspa conditional compilation in the usual way. | diego | 2008-04-09 | 1 | -1/+1 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 1 | -1/+1 |
* | Add missing header #include to fix 'make checkheaders'. | diego | 2008-03-10 | 1 | -0/+2 |
* | af_export.c is only compiled if HAVE_SYS_MMAN_H is set, so using that | diego | 2008-03-10 | 1 | -2/+0 |
* | Fix ffvorbis decoder's output channel order with channel reordering function. | ulion | 2008-03-05 | 2 | -1/+6 |
* | Add directory names to libavcodec #includes. | diego | 2008-03-03 | 1 | -2/+2 |
* | Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H. | diego | 2008-03-01 | 1 | -0/+2 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -8/+2 |
* | Replace silly check for config.h inclusion, just include it. | diego | 2008-02-24 | 1 | -3/+1 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 10 | -32/+33 |
* | This header should not have multiple inclusion guards, it is meant | diego | 2008-02-18 | 1 | -4/+3 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Fix buffer overflow bug by calculate the buffer size accurately. | ulion | 2008-01-11 | 1 | -3/+20 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 3 | -0/+15 |
* | Replace multiple inclusion guards with leading underscores by default names. | diego | 2008-01-01 | 4 | -12/+12 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 3 | -3/+3 |
* | Relicense GPL v2 files as GPL v2+ and add proper license headers. | diego | 2007-12-31 | 2 | -4/+38 |
* | Add new audio filter for encoding multi-channel audio into ac3 at runtime. | ulion | 2007-12-13 | 3 | -0/+306 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 3 | -0/+1323 |
* | Fix my wrong code in r25530. | ulion | 2007-12-10 | 1 | -1/+1 |
* | Fix missing command line bug by making the input parameter constant. | ulion | 2007-12-10 | 1 | -6/+8 |
* | 100l, bzero is deprecated, use memset instead | reimar | 2007-11-30 | 1 | -1/+1 |
* | Remove redundant changelog from comments. There's always svn log. | ivo | 2007-11-29 | 1 | -33/+0 |
* | Fix multiple inclusion guards, identifiers starting with __ are reserved | diego | 2007-11-29 | 2 | -6/+6 |
* | Prevent from using data->len when data is NULL (when play() return NULL). | ulion | 2007-11-23 | 1 | |