]> git.sesse.net Git - vlc/history - modules/access/cdda.c
* Some more const warning fixes
[vlc] / modules / access / cdda.c
2006-12-11 Derk-Jan Hartman* Some more const warning fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Clément StenacDon't use find for the playlist
2006-07-19 Clément StenacSome more demux and access code factorization
2006-06-12 Clément StenacSimplify the CDDA module. Split more between parse...
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-25 Clément StenacFix CDDA and a corner-case in playlist handling
2006-05-25 Clément StenacAdd a change_internal modifier to options. Please check...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-25 Clément StenacShould fix playback of cdda://D:\ under win32. Please...
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-01-29 Clément StenacShould fix CDDA build
2006-01-28 Damien Fouilleulcdda.c: don't forget to include <errno.h> when using...
2006-01-28 Clément StenacAdd CDDB support to CDDA module (Refs:#459)
2006-01-12 Antoine CellerierFSF address change.
2005-12-17 Clément StenacRelease playlist
2005-12-16 Clément StenacDon't crash
2005-12-16 Clément StenacAdd multi-item support to cdda module (default enabled...
2005-12-16 Clément StenacGrmbl
2005-12-16 Clément StenacRevert
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-24 Clément StenacDon't forget to update the status bar on track change
2005-04-23 Clément StenacGive a fine name when playing audio CD
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-20 Gildas Bazin* modules/access/cdda.c: new MRL syntax: "[dev_path...
2004-08-03 Gildas Bazin* modules/access/cdda.c: fixes + simplification.
2004-06-06 Laurent Aimar * access2: added shortcuts for vcd/svcd.
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * cdda: converted to access2. It seems stable.
2004-05-02 Sigmund Augdal Helbergmodules/access/cdda.c: write proper bitrate in the...
2004-02-24 Gildas Bazin* modules/access/cdda.c: added "cddasimple" shortcut.
2004-02-14 Gildas Bazin* modules/access/cdda*: removed definition of WAVEHEADER.
2004-02-06 Gildas Bazin* modules/codec/dts.c: fixes a buffer overflow with...
2004-02-05 Gildas Bazin* modules/video_output/directx/directx.c: fixed the...
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2003-12-22 Sam Hocevar * toolbox:
2003-12-11 Rocky BernsteinUse cd-audio variable not vcd variable.
2003-11-29 Gildas Bazin* modules/access/cdda.c: removed double ';'
2003-11-24 Laurent Aimar * cdda: ported to es_out*.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-09-07 Laurent Aimar * all : set pf_demux_control.
2003-06-17 Derk-Jan Hartman* moved the capability definition up one line. the...
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2003-05-19 Gildas Bazin* Bumped version to 0.6.0-test1
2003-05-18 Gildas Bazin* modules/access/vcd/*, modules/access/cdda.c: changed...
2003-05-17 Gildas Bazin* modules/access/cdda.c, modules/access/vcd/*: New...