index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libaf
/
af_resample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove several useless casts from af_resample
reimar
2009-03-06
1
-4
/
+4
*
Free af->setup and contents in af_resample uninit function.
reimar
2009-03-06
1
-0
/
+7
*
Use calloc to allocate the af_resample ring buffers, reportedly using
reimar
2009-03-06
1
-1
/
+1
*
Use a single malloc to allocate space for the circular buffers.
reimar
2009-03-06
1
-5
/
+4
*
Comment typo fixes for af_resample
reimar
2009-03-06
1
-7
/
+7
*
Add missing header for av_gcd, fixes the warning:
diego
2009-01-25
1
-0
/
+1
*
Fix compilation: s/ff_gcd/av_gcd.
cehoyos
2009-01-17
1
-2
/
+2
*
More #ifdef HAVE_MMX etc. missed by earlier search.
reimar
2009-01-16
1
-1
/
+1
*
Replace informal license notices by standard license header
diego
2009-01-05
1
-10
/
+21
*
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
diego
2009-01-02
1
-5
/
+5
*
A/V sync: take audio filter buffers into account
uau
2007-11-01
1
-1
/
+1
*
libaf: Remove rational number implementation
uau
2007-11-01
1
-2
/
+3
*
libaf: change filter input/output ratio calculations
uau
2007-11-01
1
-7
/
+3
*
cosmetics: misc typo fixes
diego
2007-09-25
1
-1
/
+1
*
Remove unnecessary unistd.h include.
diego
2007-03-20
1
-1
/
+0
*
Rename open to af_open so as not to conflict with a previous header definition.
diego
2007-03-20
1
-2
/
+2
*
Fix memory leaks.
uau
2007-02-10
1
-1
/
+2
*
Reinitialize some variables on af_resample reinit, fixes crash
uau
2006-11-19
1
-0
/
+2
*
Fix double free in af_resample when reinited with suitable parameters
uau
2006-11-18
1
-0
/
+1
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
1
-1
/
+1
*
always cancel down fractions (frac_t) to avoid overflows and playback
reimar
2005-01-08
1
-18
/
+3
*
less namespace pollution #2 (prefixed globals in filter.c with af_filter_)
alex
2004-12-29
1
-1
/
+1
*
removing AFMT_ dependancy
alex
2004-12-27
1
-6
/
+5
*
The full name of the GPL is GNU General Public License.
diego
2004-10-10
1
-1
/
+1
*
10l sig 11 bug reported by Fabian Franz
anders
2003-01-12
1
-1
/
+1
*
10l bug for float conversion control + feature fix in volume control
anders
2003-01-10
1
-2
/
+2
*
New auto config for volume and resample and added support for float flag in c...
anders
2003-01-10
1
-59
/
+93
*
sig 11 fix in reinit and resample + spelling error fixes
anders
2003-01-02
1
-1
/
+1
*
Changes includes:
anders
2002-12-28
1
-134
/
+143
*
compiler warning fixes
arpi
2002-12-14
1
-1
/
+1
*
New features:
anders
2002-11-12
1
-13
/
+6
*
10l
anders
2002-11-03
1
-1
/
+0
*
Adding commandline options for filters and fixing stupid bug in cfg
anders
2002-10-31
1
-0
/
+21
*
made gcd() static
arpi
2002-10-24
1
-1
/
+1
*
Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
jkeil
2002-10-12
1
-2
/
+2
*
Adding function for calculating the delay caused by the filters
anders
2002-10-08
1
-1
/
+2
*
Changing frequency limit for resampling
anders
2002-10-06
1
-2
/
+2
*
Adding Support for non-reentrant audio filters
anders
2002-10-06
1
-0
/
+1
*
optimization of the FIR macros, extending outfreq range to 2..192khz
arpi
2002-10-05
1
-14
/
+10
*
1l
arpi
2002-10-02
1
-1
/
+1
*
100l
arpi
2002-10-02
1
-2
/
+2
*
Changing to 32 bit aritmetics for counters
anders
2002-10-02
1
-26
/
+26
*
Adding support for multiple audio streams and removing annoying message from ...
anders
2002-10-01
1
-1
/
+1
*
Adding new audio output filter layer libaf
anders
2002-10-01
1
-0
/
+340