]> git.sesse.net Git - vlc/history - modules/codec/vorbis.c
upnp: change item b_net and i_type
[vlc] / modules / codec / vorbis.c
2014-08-10 Tristan Matthewsvorbis: fix dereference after null check (cid #403019)
2014-06-10 Rémi Denis-Courmontvorbis (tremor): avoid overflow in conversion to signed...
2014-06-08 Rémi Denis-Courmontvorbis (tremor): fix undefined left shift of negative...
2014-04-24 Rémi Denis-Courmontvorbis: really fix out-of-bound read
2014-03-12 Francois Cartegniecodec: vorbix: max channels is 8
2014-01-09 Tristan Matthewsvorbis: fix format string
2014-01-06 Francois Cartegniecodec: vorbis: birates are signed. (fix #10324)
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-09-02 Timothy B. TerriberryFix a memory leak in ParseVorbisComments().
2013-03-10 Anatoliy Anischovichaudio input core: fix wrong parsing of replaygain tags...
2012-12-20 Rémi Denis-Courmonttremor: decode to S32N
2012-12-20 Rémi Denis-Courmontvorbis: fix cast warnings
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-11 Rémi Denis-CourmontShrink channel reordering tables to 9-10 bytes (from...
2012-11-11 Rémi Denis-Courmontaout_CheckChannelReorder: remove redundant parameter
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-08-20 Jean-Baptiste KempfVorbis: code cosmetics
2012-06-20 Jean-Baptiste KempfCosmetics
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-04-21 Rémi Denis-CourmontDo not apply AOUT_CHAN_PHYSMASK to i_physical_channels
2012-04-11 Jean-Baptiste KempfVorbis: code cosmetics
2012-04-11 Jean-Baptiste KempfVorbisenc: use unsigned for i_channels
2012-04-11 Jean-Baptiste KempfVorbis: disable encoder code when SOUT is disabled
2012-04-05 Jean-Baptiste KempfVorbis: do not display meaningless data in meta
2012-01-28 Rafaël Carrévorbis: simplify tremor difference
2012-01-28 Rafaël Carrévorbis: remove wrong comment
2011-12-21 Cheng SunFix vorbis channel order (which led to crash and contra...
2011-08-25 Rémi Denis-CourmontRemove ugly function casts in combined audio decoder...
2011-08-25 Jean-Baptiste KempfVorbis: don't add empty tags to codec details
2010-12-21 Konstantin PavlovCodec/vorbis: follow tremor API change.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-06-13 Jean-Baptiste KempfPrefer libvorbis encoder over libavcodec's
2010-02-26 Jean-Baptiste KempfVorbis: remove unused variables
2010-02-26 Jean-Baptiste KempfVorbis: support for 6.1 and 7.1
2010-02-21 Laurent AimarFixed vorbis encoder.
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2009-12-07 Rafaël Carrévorbis: 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-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
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-09-03 Rémi Duraffortadd_bool: wants a boolean.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-08-05 Jean-Baptiste KempfSimplify vorbis detection and activate encoder except...
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-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 vlc_fourcc_GetCodec when suitable.
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-01-31 Christophe MutricyVorbis quality is limited to 0-10
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-09 Laurent AimarDo not access input object from decoders.
2008-11-22 Laurent AimarDo not use playlist inside a decoder.
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-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-01 Rémi DuraffortFactorize code and remove unneed error message about...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-05-07 Rémi Denis-CourmontVorbis: yield the playlist when using it
2008-04-23 Rafaël Carrémeta-data handling cleanup
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-02 Rafaël Carréinput: Removes useless "item-change" variable
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-31 Rémi Denis-CourmontSupport up to 9 channel with Vorbis
2007-08-19 Rafaël CarréDisables only informational metadata extraction in...
2007-08-18 Rafaël CarréDisables meta reading in vorbis codec when taglib plugi...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-17 Antoine CellerierCosmetics.
2007-06-17 Laurent AimarAdded replay gain support for:
next