[vlc-devel] commit: Rewrite of format audio filter. (Laurent Aimar )

git version control git at videolan.org
Sat Jan 30 13:13:10 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Jan 30 12:07:39 2010 +0100| [dec529e168720e9efdb64d5863127c1b32ae5480] | committer: Laurent Aimar 

Rewrite of format audio filter.

 It factorizes the common code and implements all conversions between s8, u8,
s16l/b, u16l/b, s24l/b, s32l/b and fl32 (close #3162).
 In cases a direct conversion is not implemented, s16 is used as the middle
format.
 The following direct conversions have been removed: fl32->s24, fl32->u16, u16->fl32.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dec529e168720e9efdb64d5863127c1b32ae5480
---

 modules/audio_filter/converter/format.c | 1058 +++++++++++++------------------
 1 files changed, 427 insertions(+), 631 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=dec529e168720e9efdb64d5863127c1b32ae5480



More information about the vlc-devel mailing list