Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 02 Apr 2009 19:01:57 +0000 |
bircoph |
Add libbs2b audio filter itself.
|
Thu, 02 Apr 2009 09:20:48 +0000 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
Sat, 28 Mar 2009 19:57:56 +0000 |
bircoph |
Remove af_msg special-casing API in libaf.
|
Sat, 21 Feb 2009 21:29:38 +0000 |
diego |
Add missing #include "config.h", fixes the warning:
|
Sat, 21 Feb 2009 21:27:27 +0000 |
diego |
Add statistics audio filter that prints information about the audio stream.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Mon, 05 Jan 2009 12:41:40 +0000 |
diego |
Replace informal license notices by standard license header
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 13 Dec 2007 12:38:17 +0000 |
ulion |
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
Mon, 10 Dec 2007 11:08:27 +0000 |
ulion |
Fix my wrong code in r25530.
|
Mon, 10 Dec 2007 01:43:33 +0000 |
ulion |
Fix missing command line bug by making the input parameter constant.
|
Fri, 23 Nov 2007 05:50:34 +0000 |
ulion |
Prevent from using data->len when data is NULL (when play() return NULL).
|
Thu, 01 Nov 2007 06:52:50 +0000 |
uau |
A/V sync: take audio filter buffers into account
|
Thu, 01 Nov 2007 06:52:38 +0000 |
uau |
Add audio filter scaletempo
|
Thu, 01 Nov 2007 06:52:19 +0000 |
uau |
Change decode_audio() interface
|
Thu, 01 Nov 2007 06:52:10 +0000 |
uau |
Remove some pointless 'inline' qualifiers
|
Thu, 01 Nov 2007 06:52:06 +0000 |
uau |
libaf: Remove rational number implementation
|
Thu, 01 Nov 2007 06:52:01 +0000 |
uau |
libaf: change filter input/output ratio calculations
|
Thu, 01 Nov 2007 06:51:57 +0000 |
uau |
Remove unused functions in af.c
|
Wed, 08 Nov 2006 18:31:04 +0000 |
uau |
Change value used to indicate "unknown audio format" from 0 to -1.
|
Mon, 18 Sep 2006 14:04:50 +0000 |
uau |
Fix stupid use of multiplication to check signs which fails because of
|
Sun, 09 Jul 2006 03:59:52 +0000 |
reynaldo |
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
|
Wed, 07 Jun 2006 00:02:51 +0000 |
corey |
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
|
Sat, 13 May 2006 08:46:31 +0000 |
reynaldo |
New karaoke af
|
Mon, 24 Apr 2006 07:20:34 +0000 |
reynaldo |
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
|
Thu, 13 Apr 2006 10:36:17 +0000 |
michael |
very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipment
|
Wed, 08 Mar 2006 15:39:53 +0000 |
reimar |
fix memory leak when filter with given name does not exist.
|
Thu, 20 Oct 2005 09:12:28 +0000 |
reimar |
semi-hack: avoid passing 0-length blocks to audio filters.
|