]> git.sesse.net Git - vlc/history - modules/codec/speex.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / speex.c
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2009-12-07 Rafaël Carréspeex: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-23 Laurent AimarCompilation fix (speex)
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-06-19 Rémi DuraffortRemove dead initialization.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2008-12-09 Laurent AimarDo not access input object from decoders.
2008-11-03 Vincent Penquerc'hfix build with (at least) libspeex 1.1.12
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-09-08 Laurent AimarImproved speex encoder configuration.
2008-09-08 Laurent AimarCosmetics (speex)
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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...