]> git.sesse.net Git - vlc/history - modules/codec/vorbis.c
Factorize code and remove unneed error message about memory allocation.
[vlc] / modules / codec / vorbis.c
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.
2004-06-22 Laurent Aimar * vorbis: compilation fix.
2004-04-25 Gildas Bazin* modules/codec/vorbis.c: fix for quality setting.
2004-04-25 Gildas Bazin* modules/codec/vorbis.c:
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 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-15 Gildas Bazin* modules/codec/vorbis.c: added 5.1 channel configurati...
2003-12-06 Jean-Paul SamanFixed compiler waring about signed - unsigned comparisi...
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: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-10-27 Gildas Bazin* modules/codec/vorbis.c: fixed vorbis encoding.
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-09-28 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: misc...
2003-09-24 Gildas Bazin* modules/codec/vorbis.c: wait for the first dated...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-01-28 Sigmund Augdal Helbergfixed another possible crash
2003-01-28 Gildas Bazin* modules/codec/vorbis.c: fixed parsing of vorbis comme...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-02 Gildas Bazin* modules/codec/*: reverted my previous patch that...
2002-12-30 Gildas Bazin* modules/codec/*: make sure all audio decoders set
2002-12-19 Sigmund Augdal Helberg* modules/demux/ogg.c: provide some file info. Tested...
2002-11-28 Gildas Bazin* configure.ac.in: fixed linkage of theora plugin.
2002-11-21 Gildas Bazin* modules/codec/Modules.am, configure.ac.in, modules...
2002-11-15 Gildas Bazin* modules/codec/vorbis.c, modules/audio_filter/resample...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-11-03 Gildas Bazin* modules/demux/ogg.c: we now correctly handle multiple...
2002-11-02 Gildas Bazin* modules/demux/ogg.c, modules/codec/vorbis.c: seeking...
2002-10-27 Gildas Bazin* ALL: removed GetPES and NextPES, we now use input_Ext...
2002-10-24 Gildas Bazin* ALL: I did add these files, but forgot to commit...