summaryrefslogtreecommitdiffstats
path: root/libaf
Commit message (Expand)AuthorAgeFilesLines
* fix wrong and unrelated change done in r19199reynaldo2006-07-271-2/+2
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...reynaldo2006-07-271-2/+2
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgreynaldo2006-07-161-1/+1
* marks several read-only string parameters and function return-values which ca...reynaldo2006-07-162-6/+6
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-121-2/+2
* makes several libaf functions static coz they are not used outside their sour...reynaldo2006-07-093-11/+11
* remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgdiego2006-07-051-1/+0
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* gets ride of a few more sizeof(char)sreynaldo2006-06-301-1/+1
* sinesupress --> sinesuppress rename: looks like I need tocorey2006-06-071-178/+0
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.corey2006-06-074-4/+182
* Fix a few minor spelling errors in comments.corey2006-06-051-2/+2
* Remove now obsolete .cvsignore files.diego2006-06-021-2/+0
* New karaoke afreynaldo2006-05-133-0/+89
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+0
* very simple filter which can remove a sine at a specified frequency, usefull ...michael2006-04-134-0/+186
* Fix up libaf unknown-format printingcorey2006-03-151-1/+1
* last print on libaf to af_msgreynaldo2006-03-141-1/+2
* added dinamically calculated gain factor at output stage to avoid clipping on...reynaldo2006-03-111-2/+23
* fix memory leak when filter with given name does not exist.reimar2006-03-081-4/+4
* We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)reimar2006-03-081-2/+2
* Move conditional compilation out of the code and into the build system.diego2006-01-312-4/+4
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall fromrathann2006-01-131-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* wrong output level calculation on af_equalizer leaded to low level output eve...reynaldo2005-12-011-1/+1
* Unify include paths by adding -I.. to CFLAGS.diego2005-11-137-10/+10
* Adds a target parameter to the volnorm filter.joey2005-11-111-10/+17
* MSGTR_MemAllocFailed printout changed to fit its definition in help/help_mp-en.hptt2005-11-051-1/+1
* semi-hack: avoid passing 0-length blocks to audio filters.reimar2005-10-201-0/+1
* much simpler signed/unsigned conversion.reimar2005-10-041-54/+16
* documentation-only patch: make doxygen compatible and createreimar2005-10-012-58/+178
* Fix af_pan commandline mess and (hopefully) improve description.reimar2005-09-151-4/+7
* code reduction and less error prone, use the same tablealex2005-08-181-66/+47
* Removed in-filter int to float conversion. af_ladspa now demands floats asivo2005-08-101-13/+9
* libavutil compile fix (working also with old libavcodec)reimar2005-08-012-3/+11
* 10l to beastd due to new libavutil introductiongpoirier2005-08-011-1/+1
* added missing license headeralex2005-07-271-0/+10
* Avoid hang with -af-adv force=3reimar2005-07-231-0/+5
* make -srate work again, unify audio filter init and preinit.reimar2005-06-242-16/+12
* Fix mp_msg vs af_msg usage as pointed out by Ivo.diego2005-06-211-1/+1
* 10l for me. two usages of mp_msg instead of af_msg slipped throughivo2005-06-201-2/+3
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* Be more patch-friendlyranma2005-06-191-4/+25
* - correct the argument in configure check for lrintf() to avoid a warninghenry2005-05-301-1/+1
* sanity checksalex2005-05-211-0/+8
* actually output 2 channel audio (instead of 6 channel with 4 empty channels)reimar2005-05-091-13/+13
* Prevent segfault when filter chain is empty (e.g. because allreimar2005-05-011-0/+5
* Error out when invalid format is specifiedreimar2005-05-011-0/+4
* change list traversal so the loop begins at the first filter after removinghenry2005-04-161-13/+12
* More HRTF enhancementshenry2005-04-112-21/+56
* HRTF filter updates:henry2005-04-102-76/+316
* obvious typorathann2005-03-011-1/+1
* 10l fix. misplaced ;ivo2005-02-271-1/+1
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-252-7/+10
* better infolinealex2005-02-251-1/+2
* 100l for me, lrintf is better. now fixed so it should be prototyped, and shou...rfelker2005-02-241-12/+23
* finally the dreaded white-noise-with-floats bug is fixed!!!!rfelker2005-02-221-16/+8
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-211-1/+2
* filter for adding a center channel, adding a high pass filter would be nicealex2005-02-213-1/+124
* move the format related stuff to format.calex2005-02-213-202/+210
* confusing mixture of typecasts and casted variable, removed typecastsreimar2005-02-171-10/+10
* removed forgotten old license clausehenry2005-02-051-6/+1
* now supports float based operation aswellalex2005-01-311-5/+40
* using af_softclipalex2005-01-311-8/+2
* af_softclipalex2005-01-311-0/+2
* af_softclipalex2005-01-311-0/+12
* Make this file compile with gcc-4.0.0:gpoirier2005-01-221-3/+3
* af_format.h needs config.h to be included first.reimar2005-01-121-0/+4
* always cancel down fractions (frac_t) to avoid overflows and playbackreimar2005-01-087-28/+59
* af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)reimar2005-01-061-10/+13
* license issues clarifiedhenry2005-01-062-9/+2
* 100l, mp_msg instead af_msgalex2005-01-061-55/+43
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...alex2005-01-034-46/+67
* Use lavcresample only when libavcodec is compiled in.reimar2005-01-031-8/+21
* Make af_control_any_rev return the matching filterreimar2005-01-012-7/+12
* faster packed<->planar conversationmichael2004-12-311-6/+24
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)alex2004-12-296-28/+28
* less namespace pollutionalex2004-12-293-22/+22
* accelerated conversionsalex2004-12-291-6/+98
* af_fmt2str_shortalex2004-12-282-0/+34
* 100l use right mask type when checking for input formatrtognimp2004-12-281-9/+4
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sivo2004-12-281-1/+1
* ensure af_fmt2str always return a 0 terminated stringreimar2004-12-271-0/+5
* removing AFMT_ dependancyalex2004-12-2720-154/+126
* Use lavcresample when accuracy-optimized audio filter chain is requested.reimar2004-12-261-3/+4
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-234-2/+1001
* Make filters request a supported input format instead of failing.reimar2004-12-225-20/+12
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.reimar2004-12-191-4/+6
* very old 10l, discussed a long time ago but never fixed (default should be sa...rfelker2004-11-301-1/+1
* head related transfer functionhenry2004-11-204-1/+898
* declare check_format and check_bps static, they are used nowhere else.reimar2004-11-201-2/+2
* libavcodec.so headers patch by (Glenn Washburn <glenniii at mail dot utexas d...michael2004-11-031-0/+5
* user selectable cutoff frequencymichael2004-10-211-6/+14
* sine sweep generatormichael2004-10-213-1/+98
* libavcodec resampling ...michael2004-10-213-1/+160
* The full name of the GPL is GNU General Public License.diego2004-10-1019-19/+19
* make af_help conform better to the the afm/vfm/etc equivalentsalex2004-10-051-1/+5
* make use of new defines: 24 and 32bit integer typesalex2004-10-041-1/+15
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-046-2/+474
* mplayer -af help now lists all available audio filters.ivo2004-09-062-0/+11
* support for 24 bit audioreimar2004-07-291-0/+15
* mingw crosscompiling step 1faust32004-06-271-1/+1
* 10alex2004-06-261-3/+3
* Send a command throught the filter chain until some item returns AF_OK. Patch...alex2004-06-252-2/+19
* 10lalex2004-06-251-1/+1
* remove the latest use of log10 in favor of the better af_to_dB helper functio...alex2004-06-251-2/+2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* debug printf junkhenry2004-06-111-1/+1
* using bswap.h for endianness conversionreimar2004-05-181-9/+3
* fix endian conversion for (curently unused) case where in buffer != out bufferreimar2004-05-161-0/+2
* support for 24 bit pcm/wav filesreimar2004-05-162-3/+84
* more stupid craprfelker2004-05-011-1/+1
* 10l - replace 6 with AF_NCHhenry2004-03-042-2/+2
* if the user wants fast, use fast code! otherwise the user has to putrfelker2004-01-271-0/+6
* minor fixes by ed@catmur.co.ukalex2003-11-281-5/+5
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* disable af export for systems without mmapfaust32003-09-212-15/+23
* Adding filter for exporting audio data to visual effect applicationsanders2003-09-204-1/+269
* 1000l and I imho this would win 'The Bug/Typo of the Year' awardalex2003-08-291-1/+1
* workaround conflict with the MINGW32 open functionfaust32003-03-311-0/+5
* required for i18n+-lintl (found by Nexus)arpi2003-02-071-1/+1
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-0/+1
* Changing initial volume level to 0dB after loud intensive complaintsanders2003-01-201-5/+2
* export fmt2str()arpi2003-01-182-1/+4
* added af_format_encode() to convert sample format from libaf to mplayer (OSS)arpi2003-01-182-0/+38
* Adding support for more logical libaf configurationanders2003-01-172-7/+19
* bunkus: Encapsulated arguments to #define in ( ... ) so that the #defines can...mosu2003-01-154-7/+7
* Fix for endianess conversion if input to libaf is floatanders2003-01-141-1/+1
* 10l sig 11 bug reported by Fabian Franzanders2003-01-121-1/+1
* 10l bug for float conversion control + feature fix in volume controlanders2003-01-103-9/+12
* New auto config for volume and resample and added support for float flag in c...anders2003-01-103-61/+100
* Adding sub-woofer filter, use this filter to add a sub channel to the audio s...anders2003-01-076-2/+374
* Speed optimizations (runs twise as fast) and bugfix (wrong cutoff frequency b...anders2003-01-041-119/+148
* compiler warning fixarpi2003-01-031-1/+1
* sig 11 fix in reinit and resample + spelling error fixesanders2003-01-023-6/+6
* fix compilation on solarisattila2003-01-011-0/+1
* Port of pl_surround.c to af-layer.ranma2002-12-313-1/+251
* Extending delay to have different delays for different channelsanders2002-12-311-82/+115
* 10l memory leak + bug fixes in ms to sample time conversionanders2002-12-315-15/+17
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-284-0/+4
* Changes includes:anders2002-12-2815-426/+1459
* compiler warning fixesarpi2002-12-141-1/+1
* the -af delay=[seconds] option currently parses floating point values ofarpi2002-12-041-1/+2
* reversing my patch to check for -Wall support & use it if available (requeste...rathann2002-11-251-1/+1
* check for -Wall support & use it if available patch by (Dominik Mierzejewski ...michael2002-11-231-1/+1
* Adding support for AFMT_FLOATanders2002-11-191-0/+2
* Printing of max volume on exitanders2002-11-141-1/+9
* 10landers2002-11-141-1/+1
* Fixing segfault bug and addnig support for lrintf() in format conversionanders2002-11-132-40/+56
* New features:anders2002-11-1216-349/+1796
* Header file for eqanders2002-11-031-0/+33
* Adding equalizer filter + some cosmeticsanders2002-11-035-2/+231
* 10landers2002-11-031-1/+0
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-315-0/+37
* Changing the behavour of the commandline parameter -af to conform with -vop. ...anders2002-10-313-19/+49
* Adding compile problem fix from Gabucinoanders2002-10-301-0/+1
* enable volume filter and fix nonsense default volume (still not usablerfelker2002-10-302-1/+3
* made gcd() staticarpi2002-10-241-1/+1
* Adding volume control and moving control() call parameters to a seperate fileanders2002-10-166-55/+333
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-122-6/+14
* src and dest buffers may overlappl2002-10-111-1/+1
* Correcting counters and flagsanders2002-10-111-9/+9
* Adding function for calculating the delay caused by the filtersanders2002-10-084-1/+20
* Adding functionality for adding filters during executionanders2002-10-072-4/+46
* Removing annoying printfanders2002-10-061-1/+0
* Changing frequency limit for resamplinganders2002-10-061-2/+2
* Adding Support for non-reentrant audio filtersanders2002-10-067-19/+41
* 10larpi2002-10-061-1/+1
* af_calc_insize_constrained() rounding changes, works better for me this wayarpi2002-10-051-13/+11
* optimization of the FIR macros, extending outfreq range to 2..192khzarpi2002-10-051-14/+10
* Removing debug message, (oops)anders2002-10-051-2/+0
* Adding function for estimating required buffer lengthanders2002-10-052-1/+58
* *** empty log message ***jaf2002-10-041-0/+1
* Correcting error in macroanders2002-10-031-1/+1
* Fixing the fix buffer overrun s