| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | 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 |
* | Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes | reimar | 2010-01-02 | 1 | -1/+1 |
* | Fix mangling of 24-bit audio during channel reorder. | tack | 2009-11-28 | 1 | -11/+11 |
* | 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 |
* | Change libaf control ordering to make the controls unique again, (AF_CONTROL_... | reimar | 2009-09-26 | 1 | -12/+12 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: | diego | 2009-02-17 | 1 | -1/+1 |
* | 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 |
* | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 | 1 | -1/+2 |
* | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Add const to avoid warnings about discarded qualifiers. | reimar | 2008-12-05 | 1 | -3/+3 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 3 | -30/+29 |
* | 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 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -4/+4 |
* | 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 |
* | rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*. | ulion | 2008-06-07 | 2 | -5/+5 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 7 | -41/+40 |
* | 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 | -1/+1 |
* | Add padding and unroll loop 4x for at least another 10% speedup | reimar | 2007-11-18 | 1 | -4/+11 |
* | Change to a 64 bit accumulation variable instead of shifting. | reimar | 2007-11-18 | 1 | -5/+5 |
* | 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not... | reimar | 2007-11-18 | 1 | -2/+0 |
* | Use "long" instead of "int" for innermost loop variable. | reimar | 2007-11-18 | 1 | -1/+2 |
* | Rearrange scaletempo inner loop. | reimar | 2007-11-18 | 1 | -2/+5 |
* | 100l, someone mixed up && and ||, so if allocation of only one buffers failed | reimar | 2007-11-18 | 1 | -1/+1 |
* | Avoid some casts by changing int8_t* to void* in af_scaletempo | reimar | 2007-11-18 | 1 | -25/+27 |
* | A/V sync: take audio filter buffers into account | uau | 2007-11-01 | 6 | -6/+13 |
* | af_scaletempo: code cleanup | uau | 2007-11-01 | 1 | -10/+17 |
* | af_scaletempo: Fix crash in option parsing | uau | 2007-11-01 | 1 | -1/+1 |
* | af_scaletempo: Fix audio copy position | uau | 2007-11-01 | 1 | -2/+2 |
* | Add audio filter scaletempo | uau | 2007-11-01 | 4 | -0/+553 |
* | Change decode_audio() interface | uau | 2007-11-01 | 2 | -36/+7 |
* | Remove some pointless 'inline' qualifiers | uau | 2007-11-01 | 4 | -11/+11 |
* | libaf: Remove rational number implementation | uau | 2007-11-01 | 3 | -59/+3 |
* | libaf: change filter input/output ratio calculations | uau | 2007-11-01 | 24 | -99/+54 |
* | Remove unused functions in af.c | uau | 2007-11-01 | 2 | -51/+0 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 6 | -7/+7 |
* | Fix loads of typos | reimar | 2007-09-19 | 1 | -11/+11 |
* | Fix typo in comment | reimar | 2007-09-16 | 1 | -1/+1 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -3/+1 |
* | Fix warning: | diego | 2007-08-25 | 1 | -1/+1 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 3 | -8/+8 |
* | ff_gcd is already in libavutil/common.h, no need for an extra prototype here | reimar | 2007-06-24 | 1 | -2/+0 |
* | Add AF_CONTROL_PAN_BALANCE control | zuxy | 2007-06-17 | 2 | -0/+19 |
* | Remove incorrect comment: pan defaults to block all, instead of pass-thru. | zuxy | 2007-06-13 | 1 | -1/+0 |
* | Avoid zero output for pan filter; zero output now means same # of channels | zuxy | 2007-06-13 | 1 | -2/+4 |
* | Make pan reentrant. Multiple pans in chain work fine. | zuxy | 2007-06-13 | 1 | -1/+1 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -1/+1 |
* | Add general variables for either static or shared FFmpeg libraries. | diego | 2007-04-26 | 1 | -1/+0 |
* | cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables. | diego | 2007-04-25 | 1 | -2/+2 |
* | reasonable cutoff frequency default | michael | 2007-03-22 | 1 | -2/+3 |
* | Remove unnecessary unistd.h include. | diego | 2007-03-20 | 17 | -17/+0 |
* | Remove MinGW hack, it's no longer needed. | diego | 2007-03-20 | 1 | -4/+0 |
* | Rename open to af_open so as not to conflict with a previous header definition. | diego | 2007-03-20 | 21 | -43/+43 |
* | Conditionally compile af_export instead of having #ifdef around the file. | diego | 2007-03-19 | 2 | -4/+1 |
* | Move libav* include CFLAGS to mpcommon.mak instead of duplicating them. | diego | 2007-03-18 | 1 | -3/+0 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -25/+25 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -4/+4 |
* | Move variable declaration to appropriate place | reimar | 2007-02-10 | 1 | -1/+1 |
* | Cosmetics: remove tabs added in last commit from otherwise tab-free file. | reimar | 2007-02-10 | 1 | -3/+3 |
* | Fix memory leaks. | uau | 2007-02-10 | 5 | -10/+17 |
* | Use AF_NCH for max number of channels instead of private CHANS define. | uau | 2007-02-10 | 1 | -5/+3 |
* | Fix nonsense tests like previously in af_pan. | uau | 2007-02-10 | 1 | -5/+3 |
* | Fix nonsense tests ("if (af->data->audio)" before "if (af->data)"). | uau | 2007-02-10 | 1 | -3/+2 |
* | Cosmetics: add space after comma in output | reimar | 2007-02-08 | 1 | -1/+1 |
* | Experimental support for multichannel ladspa effects | reimar | 2007-02-05 | 1 | -20/+11 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 1 | -3/+3 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 1 | -2/+0 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Add libav include paths to CFLAGS without indirection. | diego | 2006-12-01 | 1 | -3/+3 |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 | 1 | -4/+4 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -10/+5 |
* | Remove superfluous dependency declaration on real header files. | diego | 2006-11-27 | 1 | -2/+0 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -26/+2 |
* | Remove config.h and move its content to af.h. There are multiple files under | diego | 2006-11-25 | 2 | -25/+5 |
* | Use the real name of the header file when guarding against double inclusion. | diego | 2006-11-25 | 1 | -3/+3 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 | 1 | -1/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | Reinitialize some variables on af_resample reinit, fixes crash | uau | 2006-11-19 | 1 | -0/+2 |
* | Fix double free in af_resample when reinited with suitable parameters | uau | 2006-11-18 | 1 | -0/+1 |
* | Change value used to indicate "unknown audio format" from 0 to -1. | uau | 2006-11-08 | 2 | -2/+6 |
* | Fix stupid use of multiplication to check signs which fails because of | uau | 2006-09-18 | 1 | -5/+1 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | fix wrong and unrelated change done in r19199 | reynaldo | 2006-07-27 | 1 | -2/+2 |
* | marks some read-only char* inside structs as const, patch by Stefan Huehner, ... | reynaldo | 2006-07-27 | 1 | -2/+2 |
* | Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.org | reynaldo | 2006-07-16 | 1 | -1/+1 |
* | marks several read-only string parameters and function return-values which ca... | reynaldo | 2006-07-16 | 2 | -6/+6 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -2/+2 |
* | makes several libaf functions stati |