]> git.sesse.net Git - vlc/history - modules/codec/vorbis.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / codec / vorbis.c
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:
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-07 Rémi Denis-CourmontSame as previous commit
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-20 Rafaël CarréIgnore empty vorbis comments (closes #704)
2006-10-19 Derk-Jan Hartman* prevent potential crashes on files with broken channe...
2006-10-01 Rafaël CarréAdded psz_trackid, psz_artistid, psz_albumid to vlc_met...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-18 Antoine CellerierFix voribis meta data stuff (so that it doesn't match...
2006-09-17 Antoine CellerierUse Artist/Title/Album meta data in vorbis. Feel free...
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-01-12 Antoine CellerierFSF address change.
2005-10-30 Gildas Bazin* modules/codec/vorbis.c: fixed crash on codec cleanup...
2005-08-25 Derk-Jan Hartman* vorbis comments can be mixed case. strstr -> strcasestr
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-20 Benjamin Pracht* Use 0 as default quality setting. The previous "3...
2005-05-27 Damien Fouilleulvorbis.c: oops, I inverted channel order when encoding...
2005-05-27 Damien Fouilleulvorbis.c: reorder channels according to OggVorbis chann...
2005-04-12 Felix Paul Kühne* ALL: removed l10n of various untranslatable strings...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-02-21 Gildas Bazin* modules/codec/vorbis.c: uninitialized variable.
2005-01-31 Gildas Bazin* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilat...
2005-01-06 Gildas Bazin* modules/codec/vorbis.c: fixed tremor output.
2004-12-11 Clément StenacImprovements to preferences
2004-11-06 Clément StenacFixes + use new API for directory demuxer
2004-08-29 Gildas Bazin* modules/codec/vorbis.c: VBR encoding is now the defau...
2004-08-28 Gildas Bazin* modules/codec/vorbis.c: vorbis encoder takes float32...
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-07-10 Laurent Aimar all: sout_ParseCfg -> sout_CfgParse.
next