]> git.sesse.net Git - vlc/history - modules/demux/flac.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / flac.c
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...