]> git.sesse.net Git - vlc/history - modules/access/cdda.c
s/informations/information/
[vlc] / modules / access / cdda.c
2010-07-28 Rémi Durafforts/informations/information/
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-CourmontUse file path instead of URL where appropriate
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-28 Rémi Denis-Courmontaccess/access_demux: check psz_access rather than b_force
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-12-30 Rémi Denis-Courmontcdda: kill config_Get*
2009-10-29 Jean-Baptiste KempfCDDA: Typo
2009-10-26 Jean-Baptiste KempfCDDA: cosmetics and debug messages
2009-10-26 Jean-Baptiste KempfCDDA: cosmetics and copyright
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarRespect album-art for CDDB request.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-03-31 Rémi Denis-CourmontUnused variable
2009-02-24 Laurent AimarAdded CD-TEXT support to our cdda module (linux/win32).
2009-02-24 Laurent AimarPrepare GetTracks for CD-TEXT (cdda).
2009-02-24 Laurent AimarClean up/Fix memleak in CDDB code for our cdda access.
2009-02-18 Laurent AimarFixed a memleak in cdda.
2009-02-18 Laurent AimarAllow to only specify --cdda-track to select a cd audio...
2009-02-03 Laurent AimarAdd more CDDA informations to the playlist node.
2009-02-01 Laurent AimarImproved CDDB information support in cdda.c
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-22 Rémi Duraffortaccess_cdda: use INT64_C
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-18 Laurent AimarSmall simplification in cdda.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-16 Timo Paulssenfix cdda playlists for CDs that have more than 9 titles.
2008-11-22 Laurent AimarSet CDDA track duration when creating the track items.
2008-11-22 Laurent AimarDo not use playlist code in CDDA.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-24 Derk-Jan Hartmancdda: Fix issue with pausing of CDDA
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi DuraffortUse asprintf instead of malloc+sprintf (and check the...
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
next