index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libaf
/
af_format.c
Commit message (
Expand
)
Author
Age
*
Unify include paths by adding -I.. to CFLAGS.
diego
2005-11-13
*
much simpler signed/unsigned conversion.
reimar
2005-10-04
*
Error out when invalid format is specified
reimar
2005-05-01
*
100l for me, lrintf is better. now fixed so it should be prototyped, and shou...
rfelker
2005-02-24
*
finally the dreaded white-noise-with-floats bug is fixed!!!!
rfelker
2005-02-22
*
move the format related stuff to format.c
alex
2005-02-21
*
confusing mixture of typecasts and casted variable, removed typecasts
reimar
2005-02-17
*
always cancel down fractions (frac_t) to avoid overflows and playback
reimar
2005-01-08
*
af_fmt2str fixes (remove trailing space, call with size of buffer, not size-1)
reimar
2005-01-06
*
af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...
alex
2005-01-03
*
accelerated conversions
alex
2004-12-29
*
af_fmt2str_short
alex
2004-12-28
*
100l use right mask type when checking for input format
rtognimp
2004-12-28
*
ensure af_fmt2str always return a 0 terminated string
reimar
2004-12-27
*
removing AFMT_ dependancy
alex
2004-12-27
*
declare check_format and check_bps static, they are used nowhere else.
reimar
2004-11-20
*
using bswap.h for endianness conversion
reimar
2004-05-18
*
fix endian conversion for (curently unused) case where in buffer != out buffer
reimar
2004-05-16
*
support for 24 bit pcm/wav files
reimar
2004-05-16
*
more stupid crap
rfelker
2004-05-01
*
export fmt2str()
arpi
2003-01-18
*
Changes includes:
anders
2002-12-28
*
10l
anders
2002-11-14
*
Fixing segfault bug and addnig support for lrintf() in format conversion
anders
2002-11-13
*
New features:
anders
2002-11-12
*
Adding commandline options for filters and fixing stupid bug in cfg
anders
2002-10-31
*
Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
jkeil
2002-10-12
*
Correcting counters and flags
anders
2002-10-11
*
Adding Support for non-reentrant audio filters
anders
2002-10-06
*
Adding support for multiple audio streams and removing annoying message from ...
anders
2002-10-01
*
Adding new audio output filter layer libaf
anders
2002-10-01