]> git.sesse.net Git - vlc/history - modules/audio_filter/converter/mpgatofixed32.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / audio_filter / converter / mpgatofixed32.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-10 Laurent AimarFixed uninitialized member fields for audio filter2.
2007-06-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-20 Jean-Paul SamanRemove some whitespace
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-04-08 Christophe Massiot * modules/audio_filter/converter/mpgatofixed32 : Fixed...
2005-03-17 Gildas Bazin* modules/stream_out/transcode.c: prepare transcoder...
2005-03-17 Gildas Bazin* modules/audio_filter/converter/mpgatofixed32.c: added...
2005-03-10 Jean-Paul SamanSame mistake here: Pass real VLC_OBJECT's to msg_*
2004-12-11 Clément StenacImprovements to preferences
2004-09-08 Gildas Bazin* modules/audio_filter/converter/*: a couple of fixes...
2004-09-03 Clément Stenacmsg_Err -> msg_Dbg
2004-08-31 Gildas Bazin* modules/audio_filter/converter/dtstofloat32.c,a52tofl...
2004-08-27 Gildas Bazin* modules/stream_out/transcode.c:
2004-08-05 Derk-Jan Hartman* bad main_data|_begin error of libmad now a Debug...
2004-02-25 Derk-Jan Hartman* Disable libmad on OS X
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-02-21 Derk-Jan HartmanDJ's first steps in C and vlc decoders ;)
2003-02-21 Derk-Jan Hartman* previous commit seems to break some things. reverting.
2003-02-21 Derk-Jan Hartman* (float) 0 the buffer if it cannot be decoded and...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-01-20 Christophe MassiotUsed macro instead of hand-made code.
2003-01-20 Christophe MassiotFixed a dozen bugs regarding mono audio files.
2003-01-15 Christophe Massiot* Totally rewrote the mad plug-in, in order to fix...