| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 static coz they are not used outside their sour... | reynaldo | 2006-07-09 | 3 | -11/+11 |
* | remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org | diego | 2006-07-05 | 1 | -1/+0 |
* | get_path as const, patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | gets ride of a few more sizeof(char)s | reynaldo | 2006-06-30 | 1 | -1/+1 |
* | sinesupress --> sinesuppress rename: looks like I need to | corey | 2006-06-07 | 1 | -178/+0 |
* | Rename sinesupress to sinesuppress, including af_sinesupress.c file rename. | corey | 2006-06-07 | 4 | -4/+182 |
* | Fix a few minor spelling errors in comments. | corey | 2006-06-05 | 1 | -2/+2 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -2/+0 |
* | New karaoke af | reynaldo | 2006-05-13 | 3 | -0/+89 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+0 |
* | very simple filter which can remove a sine at a specified frequency, usefull ... | michael | 2006-04-13 | 4 | -0/+186 |
* | Fix up libaf unknown-format printing | corey | 2006-03-15 | 1 | -1/+1 |
* | last print on libaf to af_msg | reynaldo | 2006-03-14 | 1 | -1/+2 |
* | added dinamically calculated gain factor at output stage to avoid clipping on... | reynaldo | 2006-03-11 | 1 | -2/+23 |
* | fix memory leak when filter with given name does not exist. | reimar | 2006-03-08 | 1 | -4/+4 |
* | We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >) | reimar | 2006-03-08 | 1 | -2/+2 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 2 | -4/+4 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from | rathann | 2006-01-13 | 1 | -1/+1 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | wrong output level calculation on af_equalizer leaded to low level output eve... | reynaldo | 2005-12-01 | 1 | -1/+1 |
* | Unify include paths by adding -I.. to CFLAGS. | diego | 2005-11-13 | 7 | -10/+10 |
* | Adds a target parameter to the volnorm filter. | joey | 2005-11-11 | 1 | -10/+17 |
* | MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.h | ptt | 2005-11-05 | 1 | -1/+1 |
* | semi-hack: avoid passing 0-length blocks to audio filters. | reimar | 2005-10-20 | 1 | -0/+1 |
* | much simpler signed/unsigned conversion. | reimar | 2005-10-04 | 1 | -54/+16 |
* | documentation-only patch: make doxygen compatible and create | reimar | 2005-10-01 | 2 | -58/+178 |
* | Fix af_pan commandline mess and (hopefully) improve description. | reimar | 2005-09-15 | 1 | -4/+7 |
* | code reduction and less error prone, use the same table | alex | 2005-08-18 | 1 | -66/+47 |
* | Removed in-filter int to float conversion. af_ladspa now demands floats as | ivo | 2005-08-10 | 1 | -13/+9 |
* | libavutil compile fix (working also with old libavcodec) | reimar | 2005-08-01 | 2 | -3/+11 |
* | 10l to beastd due to new libavutil introduction | gpoirier | 2005-08-01 | 1 | -1/+1 |
* | added missing license header | alex | 2005-07-27 | 1 | -0/+10 |
* | Avoid hang with -af-adv force=3 | reimar | 2005-07-23 | 1 | -0/+5 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 2 | -16/+12 |
* | Fix mp_msg vs af_msg usage as pointed out by Ivo. | diego | 2005-06-21 | 1 | -1/+1 |
* | 10l for me. two usages of mp_msg instead of af_msg slipped through | ivo | 2005-06-20 | 1 | -2/+3 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+2 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -4/+25 |
* | - correct the argument in configure check for lrintf() to avoid a warning | henry | 2005-05-30 | 1 | -1/+1 |
* | sanity checks | alex | 2005-05-21 | 1 | -0/+8 |
* | actually output 2 channel audio (instead of 6 channel with 4 empty channels) | reimar | 2005-05-09 | 1 | -13/+13 |
* | Prevent segfault when filter chain is empty (e.g. because all | reimar | 2005-05-01 | 1 | -0/+5 |
* | Error out when invalid format is specified | reimar | 2005-05-01 | 1 | -0/+4 |
* | change list traversal so the loop begins at the first filter after removing | henry | 2005-04-16 | 1 | -13/+12 |
* | More HRTF enhancements | henry | 2005-04-11 | 2 | -21/+56 |
* | HRTF filter updates: | henry | 2005-04-10 | 2 | -76/+316 |
* | obvious typo | rathann | 2005-03-01 | 1 | -1/+1 |
* | 10l fix. misplaced ; | ivo | 2005-02-27 | 1 | -1/+1 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 2 | -7/+10 |
* | better infoline | alex | 2005-02-25 | 1 | -1/+2 |
* | 100l for me, lrintf is better. now fixed so it should be prototyped, and shou... | rfelker | 2005-02-24 | 1 | -12/+23 |
* | finally the dreaded white-noise-with-floats bug is fixed!!!! | rfelker | 2005-02-22 | 1 | -16/+8 |
* | filter for adding a center channel, adding a high pass filter would be nice | alex | 2005-02-21 | 1 | -1/+2 |
* | filter for adding a center channel, adding a high pass filter would be nice | alex | 2005-02-21 | 3 | -1/+124 |
* | move the format related stuff to format.c | alex | 2005-02-21 | 3 | -202/+210 |
* | confusing mixture of typecasts and casted variable, removed typecasts | reimar | 2005-02-17 | 1 | -10/+10 |
* | removed forgotten old license clause | henry | 2005-02-05 | 1 | -6/+1 |
* | now supports float based operation aswell | alex | 2005-01-31 | 1 | -5/+40 |
* | using af_softclip | alex | 2005-01-31 | 1 | -8/+2 |
* | af_softclip | alex | 2005-01-31 | 1 | -0/+2 |
* | af_softclip | alex | 2005-01-31 | 1 | -0/+12 |
* | Make this file compile with gcc-4.0.0: | gpoirier | 2005-01-22 | 1 | -3/+3 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 | 1 | -0/+4 |
* | always cancel down fractions (frac_t) to avoid overflows and playback | reimar | 2005-01-08 | 7 | -28/+59 |
* | af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1) | reimar | 2005-01-06 | 1 | -10/+13 |
* | license issues clarified | henry | 2005-01-06 | 2 | -9/+2 |
* | 100l, mp_msg instead af_msg | alex | 2005-01-06 | 1 | -55/+43 |
* | af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i... | alex | 2005-01-03 | 4 | -46/+67 |
* | Use lavcresample only when libavcodec is compiled in. | reimar | 2005-01-03 | 1 | -8/+21 |
* | Make af_control_any_rev return the matching filter | reimar | 2005-01-01 | 2 | -7/+12 |
* | faster packed<->planar conversation | michael | 2004-12-31 | 1 | -6/+24 |
* | less namespace pollution #2 (prefixed globals in filter.c with af_filter_) | alex | 2004-12-29 | 6 | -28/+28 |
* | less namespace pollution | alex | 2004-12-29 | 3 | -22/+22 |
* | accelerated conversions | alex | 2004-12-29 | 1 | -6/+98 |
* | af_fmt2str_short | alex | 2004-12-28 | 2 | -0/+34 |
* | 100l use right mask type when checking for input format | rtognimp | 2004-12-28 | 1 | -9/+4 |
* | Make af_ladspa use new AF_FORMAT define that was introduced by Alex's | ivo | 2004-12-28 | 1 | -1/+1 |
* | ensure af_fmt2str always return a 0 terminated string | reimar | 2004-12-27 | 1 | -0/+5 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 20 | -154/+126 |
* | Use lavcresample when accuracy-optimized audio filter chain is requested. | reimar | 2004-12-26 | 1 | -3/+4 |
* | Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. | ivo | 2004-12-23 | 4 | -2/+1001 |
* | Make filters request a supported input format instead of failing. | reimar | 2004-12-22 | 5 | -20/+12 |
* | Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set. | reimar | 2004-12-19 | 1 | -4/+6 |
* | very old 10l, discussed a long time ago but never fixed (default should be sa... | rfelker | 2004-11-30 | 1 | -1/+1 |
* | head related transfer function | henry | 2004-11-20 | 4 | -1/+898 |
* | declare check_format and check_bps static, they are used nowhere else. | reimar | 2004-11-20 | 1 | -2/+2 |
* | libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d... | michael | 2004-11-03 | 1 | -0/+5 |
* | user selectable cutoff frequency | michael | 2004-10-21 | 1 | -6/+14 |
* | sine sweep generator | michael | 2004-10-21 | 3 | -1/+98 |
* | libavcodec resampling ... | michael | 2004-10-21 | 3 | -1/+160 |
* | The full name of the GPL is GNU General Public License. | diego | 2004-10-10 | 19 | -19/+19 |
* | make af_help conform better to the the afm/vfm/etc equivalents | alex | 2004-10-05 | 1 | -1/+5 |
* | make use of new defines: 24 and 32bit integer types | alex | 2004-10-04 | 1 | -1/+15 |
* | reimplementation of the pl_extrastereo and pl_volnorm plugins | alex | 2004-10-04 | 6 | -2/+474 |
* | mplayer -af help now lists all available audio filters. | ivo | 2004-09-06 | 2 | -0/+11 |
* | support for 24 bit audio | reimar | 2004-07-29 | 1 | -0/+15 |
* | mingw crosscompiling step 1 | faust3 | 2004-06-27 | 1 | -1/+1 |
* | 10 | alex | 2004-06-26 | 1 | -3/+3 |
* | Send a command throught the filter chain until some item returns AF_OK. Patch... | alex | 2004-06-25 | 2 | -2/+19 |
* | 10l | alex | 2004-06-25 | 1 | -1/+1 |
* | remove the latest use of log10 in favor of the better af_to_dB helper functio... | alex | 2004-06-25 | 1 | -2/+2 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | debug printf junk | henry | 2004-06-11 | 1 | -1/+1 |
* | using bswap.h for endianness conversion | reimar | 2004-05-18 | 1 | -9/+3 |
* | fix endian conversion for (curently unused) case where in buffer != out buffer | reimar | 2004-05-16 | 1 | -0/+2 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 | 2 | -3/+84 |
* | more stupid crap | rfelker | 2004-05-01 | 1 | -1/+1 |
* | 10l - replace 6 with AF_NCH | henry | 2004-03-04 | 2 | -2/+2 |
* | if the user wants fast, use fast code! otherwise the user has to put | rfelker | 2004-01-27 | 1 | -0/+6 |
* | minor fixes by ed@catmur.co.uk | alex | 2003-11-28 | 1 | -5/+5 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | disable af export for systems without mmap | faust3 | 2003-09-21 | 2 | -15/+23 |
* | Adding filter for exporting audio data to visual effect applications | anders | 2003-09-20 | 4 | -1/+269 |
* | 1000l and I imho this would win 'The Bug/Typo of the Year' award | alex | 2003-08-29 | 1 | -1/+1 |
* | workaround conflict with the MINGW32 open function | faust3 | 2003-03-31 | 1 | -0/+5 |
* | required for i18n+-lintl (found by Nexus) | arpi | 2003-02-07 | 1 | -1/+1 |
* | compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2003-02-02 | 1 | -0/+1 |
* | Changing initial volume level to 0dB after loud intensive complaints | anders | 2003-01-20 | 1 | -5/+2 |
* | export fmt2str() | arpi | 2003-01-18 | 2 | -1/+4 |
* | added af_format_encode() to convert sample format from libaf to mplayer (OSS) | arpi | 2003-01-18 | 2 | -0/+38 |
* | Adding support for more logical libaf configuration | anders | 2003-01-17 | 2 | -7/+19 |
* | bunkus: Encapsulated |