2011-04-09 |
reimar |
Add const to type for pointer to a string constant.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-10-17 |
reimar |
Make af_reinit "public", to allow using it in future patches.
|
2010-09-26 |
cigaes |
Automatic downmix using the pan filter when the requested channel count is 2
|
2010-09-25 |
reimar |
Minor simplification of af_init.
|
2010-09-25 |
reimar |
Fix af_append and af_prepend prototypes, the name should be const.
|
2010-09-13 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
2010-09-13 |
diego |
const-correctness for af_info_t audio filter declarations
|
2010-02-19 |
reimar |
Move code that makes the filter chain match the desired output format into
|
2010-01-17 |
reimar |
Add a proper header for our strsep implementation so strsep will
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-04-02 |
bircoph |
Add libbs2b audio filter itself.
|
2009-04-02 |
diego |
Remove unnecessary malloc.h #includes and related #ifdeffery.
|
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
|