]> git.sesse.net Git - vlc/history - modules/access/cdda.c
Access/cdda: fix memleak
[vlc] / modules / access / cdda.c
2008-08-01 Rémi DuraffortAccess/cdda: fix memleak
2008-07-21 Rémi DuraffortUse pl_Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-06-14 Pierre d'Herbemontcdda: Warn about wrong playlist usage in the file.
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-04-30 Rémi Denis-CourmontDisc reading libs want ANSI rather than UTF-8 paths...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
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)
2008-01-11 Felix Paul Kühnecdda: correctly display Title and Artist in CDDB mode...
2007-12-23 Pierre d'Herbemontmodules/access/cdda.c: Fix an input_item memleak.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-07 Rémi Denis-Courmont - Avoid a bunch of dummy string copy
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
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...