summaryrefslogtreecommitdiffstats
path: root/libaf
Commit message (Expand)AuthorAgeFilesLines
* 100l, bzero is deprecated, use memset insteadreimar2007-11-301-1/+1
* Remove redundant changelog from comments. There's always svn log.ivo2007-11-291-33/+0
* Fix multiple inclusion guards, identifiers starting with __ are reserveddiego2007-11-292-6/+6
* Prevent from using data->len when data is NULL (when play() return NULL).ulion2007-11-231-1/+1
* Add padding and unroll loop 4x for at least another 10% speedupreimar2007-11-181-4/+11
* Change to a 64 bit accumulation variable instead of shifting.reimar2007-11-181-5/+5
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...reimar2007-11-181-2/+0
* Use "long" instead of "int" for innermost loop variable.reimar2007-11-181-1/+2
* Rearrange scaletempo inner loop.reimar2007-11-181-2/+5
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedreimar2007-11-181-1/+1
* Avoid some casts by changing int8_t* to void* in af_scaletemporeimar2007-11-181-25/+27
* A/V sync: take audio filter buffers into accountuau2007-11-016-6/+13
* af_scaletempo: code cleanupuau2007-11-011-10/+17
* af_scaletempo: Fix crash in option parsinguau2007-11-011-1/+1
* af_scaletempo: Fix audio copy positionuau2007-11-011-2/+2
* Add audio filter scaletempouau2007-11-014-0/+553
* Change decode_audio() interfaceuau2007-11-012-36/+7
* Remove some pointless 'inline' qualifiersuau2007-11-014-11/+11
* libaf: Remove rational number implementationuau2007-11-013-59/+3
* libaf: change filter input/output ratio calculationsuau2007-11-0124-99/+54
* Remove unused functions in af.cuau2007-11-012-51/+0
* cosmetics: misc typo fixesdiego2007-09-256-7/+7
* Fix loads of typosreimar2007-09-191-11/+11
* Fix typo in commentreimar2007-09-161-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-3/+1
* Fix warning:diego2007-08-251-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-023-8/+8
* ff_gcd is already in libavutil/common.h, no need for an extra prototype herereimar2007-06-241-2/+0
* Add AF_CONTROL_PAN_BALANCE controlzuxy2007-06-172-0/+19
* Remove incorrect comment: pan defaults to block all, instead of pass-thru.zuxy2007-06-131-1/+0
* Avoid zero output for pan filter; zero output now means same # of channelszuxy2007-06-131-2/+4
* Make pan reentrant. Multiple pans in chain work fine.zuxy2007-06-131-1/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Add general variables for either static or shared FFmpeg libraries.diego2007-04-261-1/+0
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.diego2007-04-251-2/+2
* reasonable cutoff frequency defaultmichael2007-03-221-2/+3
* Remove unnecessary unistd.h include.diego2007-03-2017-17/+0
* Remove MinGW hack, it's no longer needed.diego2007-03-201-4/+0
* Rename open to af_open so as not to conflict with a previous header definition.diego2007-03-2021-43/+43
* Conditionally compile af_export instead of having #ifdef around the file.diego2007-03-192-4/+1
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.diego2007-03-181-3/+0
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-25/+25
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-4/+4
* Move variable declaration to appropriate placereimar2007-02-101-1/+1
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.reimar2007-02-101-3/+3
* Fix memory leaks.uau2007-02-105-10/+17
* Use AF_NCH for max number of channels instead of private CHANS define.uau2007-02-101-5/+3
* Fix nonsense tests like previously in af_pan.uau2007-02-101-5/+3
* Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").uau2007-02-101-3/+2
* Cosmetics: add space after comma in outputreimar2007-02-081-1/+1
* Experimental support for multichannel ladspa effectsreimar2007-02-051-20/+11
* Fix FSF address and otherwise broken license headers.diego2007-01-221-3/+3
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-121-2/+0
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Add libav include paths to CFLAGS without indirection.diego2006-12-011-3/+3
* Remove some superfluous include CFLAGS.diego2006-11-291-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* reordering of #include to avoid clash with math.h and quicktime/*.h, patch by...nplourde2006-11-281-4/+4
* FFmpeg-style dependency declarationdiego2006-11-271-10/+5
* Remove superfluous dependency declaration on real header files.diego2006-11-271-2/+0
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-26/+2
* Remove config.h and move its content to af.h. There are multiple files underdiego2006-11-252-25/+5
* Use the real name of the header file when guarding against double inclusion.diego2006-11-251-3/+3
* Remove superfluous comment.diego2006-11-251-3/+0
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Reinitialize some variables on af_resample reinit, fixes crashuau2006-11-191-0/+2
* Fix double free in af_resample when reinited with suitable parametersuau2006-11-181-0/+1
* Change value used to indicate "unknown audio format" from 0 to -1.uau2006-11-082-2/+6
* Fix stupid use of multiplication to check signs which fails because of uau2006-09-181-5/+1
* The FSF changed postal address.diego2006-09-011-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* 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