2009-03-28 |
bircoph |
Remove af_msg special-casing API in libaf.
|
2009-02-21 |
diego |
Add missing #include "config.h", fixes the warning:
|
2009-02-21 |
diego |
Add statistics audio filter that prints information about the audio stream.
|
2009-02-17 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
2009-01-05 |
diego |
Replace informal license notices by standard license header
|
2008-08-07 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2007-12-13 |
ulion |
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
2007-12-10 |
ulion |
Fix my wrong code in r25530.
|
2007-12-10 |
ulion |
Fix missing command line bug by making the input parameter constant.
|
2007-11-23 |
ulion |
Prevent from using data->len when data is NULL (when play() return NULL).
|
2007-11-01 |
uau |
A/V sync: take audio filter buffers into account
|
2007-11-01 |
uau |
Add audio filter scaletempo
|
2007-11-01 |
uau |
Change decode_audio() interface
|
2007-11-01 |
uau |
Remove some pointless 'inline' qualifiers
|
2007-11-01 |
uau |
libaf: Remove rational number implementation
|
2007-11-01 |
uau |
libaf: change filter input/output ratio calculations
|
2007-11-01 |
uau |
Remove unused functions in af.c
|
2006-11-08 |
uau |
Change value used to indicate "unknown audio format" from 0 to -1.
|
2006-09-18 |
uau |
Fix stupid use of multiplication to check signs which fails because of
|
2006-07-09 |
reynaldo |
makes several libaf functions static coz they are not used outside their source files. Patch by Stefan Huehner, stefan AT huehner-org
|
2006-06-07 |
corey |
Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
|
2006-05-13 |
reynaldo |
New karaoke af
|
2006-04-24 |
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
|
2006-04-13 |
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
|
2006-03-08 |
reimar |
fix memory leak when filter with given name does not exist.
|
2005-10-20 |
reimar |
semi-hack: avoid passing 0-length blocks to audio filters.
|
2005-10-01 |
reimar |
documentation-only patch: make doxygen compatible and create
|
2005-07-23 |
reimar |
Avoid hang with -af-adv force=3
|
2005-06-24 |
reimar |
make -srate work again, unify audio filter init and preinit.
|
2005-06-21 |
diego |
Fix mp_msg vs af_msg usage as pointed out by Ivo.
|
2005-06-20 |
gpoirier |
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
|
2005-05-01 |
reimar |
Prevent segfault when filter chain is empty (e.g. because all
|
2005-04-16 |
henry |
change list traversal so the loop begins at the first filter after removing
|
2005-02-25 |
alex |
finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
|
2005-02-21 |
alex |
filter for adding a center channel, adding a high pass filter would be nice
|
2005-01-22 |
gpoirier |
Make this file compile with gcc-4.0.0:
|
2005-01-08 |
reimar |
always cancel down fractions (frac_t) to avoid overflows and playback
|
2005-01-03 |
alex |
af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control in format.c
|
2005-01-03 |
reimar |
Use lavcresample only when libavcodec is compiled in.
|
2005-01-01 |
reimar |
Make af_control_any_rev return the matching filter
|
2004-12-26 |
reimar |
Use lavcresample when accuracy-optimized audio filter chain is requested.
|
2004-12-23 |
ivo |
Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.
|
2004-11-20 |
henry |
head related transfer function
|
2004-10-21 |
michael |
sine sweep generator
|
2004-10-21 |
michael |
libavcodec resampling ...
|
2004-10-05 |
alex |
make af_help conform better to the the afm/vfm/etc equivalents
|
2004-10-04 |
alex |
reimplementation of the pl_extrastereo and pl_volnorm plugins
|
2004-09-06 |
ivo |
mplayer -af help now lists all available audio filters.
|
2004-06-25 |
alex |
Send a command throught the filter chain until some item returns AF_OK. Patch by Reimar Doeffinger
|
2004-01-27 |
rfelker |
if the user wants fast, use fast code! otherwise the user has to put
|
2003-09-21 |
faust3 |
disable af export for systems without mmap
|
2003-09-20 |
anders |
Adding filter for exporting audio data to visual effect applications
|
2003-01-17 |
anders |
Adding support for more logical libaf configuration
|
2003-01-07 |
anders |
Adding sub-woofer filter, use this filter to add a sub channel to the audio stream
|
2003-01-02 |
anders |
sig 11 fix in reinit and resample + spelling error fixes
|
2002-12-31 |
ranma |
Port of pl_surround.c to af-layer.
|
2002-12-28 |
anders |
Changes includes:
|
2002-11-12 |
anders |
New features:
|
2002-11-03 |
anders |
Adding equalizer filter + some cosmetics
|