]> git.sesse.net Git - vlc/history - modules/codec/speex.c
Fix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks...
[vlc] / modules / codec / speex.c
2008-04-17 Jean-Baptiste KempfFix for [oCERT-2008-004] multiple speex implementations...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-25 ogg.k.ogg.kmake this compile with older speex versions (mine's...
2008-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-22 Rémi Denis-CourmontSupport for decoding Speex from RTP - refs #1291
2007-08-05 Rémi Denis-CourmontIgnore frame with zero size.
2007-08-05 Rémi Denis-CourmontFix NULL dereference due to Speex header corruption
2007-05-27 Laurent AimarCompilation warning fixes.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Rémi Denis-CourmontDo not use pointer arithmethic on void pointers.
2006-10-19 Derk-Jan Hartman* prevent potential crashes on files with broken channe...
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-10-02 Antoine Cellerier * fix signedness gcc warnings
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Gildas Bazin* configure.ac: update for newer speex + workaround...
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-06-22 Laurent Aimar * speex: missing <vlc/input.h> include.
2004-05-21 Gildas Bazin* modules/codec/speex.c: fixed stupid bug in encoder.
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: if aenc/venc is speci...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-02-22 Laurent Aimar * all: compilation warning fixes (mainly missings...
2004-01-29 Gildas Bazin* modules/codec/speex.c, src/misc/win32_specific.c...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Benjamin Prachtstring review
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-12-22 Sam Hocevar * toolbox:
2003-12-04 Gildas Bazin* modules/codec/ffmpeg/encoder.c, modules/codec/speex...
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-23 Gildas Bazin* modules/codec/speex.c: support for speex encoding.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-22 Gildas Bazin* modules/codec/speex.c: fixed a couple of bugs.
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...