]> git.sesse.net Git - vlc/history - modules/demux/flac.c
Fix compiler warning about asprintf return value.
[vlc] / modules / demux / flac.c
2008-08-01 Rémi DuraffortFix compiler warning about asprintf return value.
2008-07-06 Laurent AimarFixed potential invalid reads.
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-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-08 Laurent AimarRemoved 1 warning.
2007-10-08 Laurent AimarLet the input handle *extra* meta data and attachments...
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-02 Rafaël Carrédemux: fix a memory leak in flac & mpga when attachment...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-07-20 Rémi Denis-Courmont- Fix a bunch of warnings
2007-06-17 Laurent AimarAdded replay gain support for:
2007-06-04 Laurent AimarFlac embeded cover support.
2007-05-30 Laurent AimarImplemented (close #1194):
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...
2006-07-18 Clément StenacBetter packetizer helpers
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-04-05 Gildas Bazin* modules/demux/flac.c: fixed last commit.
2005-04-05 Derk-Jan Hartman* rewind the stream to 0 if we found an id3 tag, but...
2005-04-01 Sigmund Augdal Helbergdemux/flac.c: support flac files with id3 tag. closes...
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-11 Clément StenacImprovements to preferences
2004-04-01 Laurent Aimar * all: do not implement DEMUX_SET_TIME. DEMUX_SET_TIME...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * a52.c aac.c au.c dts.c flac.c wav.c: Converted all...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Gildas Bazin* modules/demux/flac.c, modules/codec/flac.c: couple...
2003-11-21 Gildas Bazin* modules/codec/flac.c: complete rewrite of the flac...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-17 Gildas Bazin* modules/demux/flac.c: few cosmetic changes.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-23 Sigmund Augdal Helbergadded a demux and decoder for flac files (disabled...