]> git.sesse.net Git - vlc/history - modules/access/cdda.c
direct3d11: implement the pixel format fallback
[vlc] / modules / access / cdda.c
2015-01-05 Jean-Baptiste KempfCDDA: fix printf format
2015-01-05 Jean-Baptiste KempfCDDB: display CDDB ID in the right format
2015-01-02 Jean-Baptiste KempfCDDB: add more debug to find the potential issues
2015-01-02 Jean-Baptiste KempfCDDB: add the correct pregap for calculation
2014-11-17 Rémi Denis-Courmontcdda: memory leak due to STANDARD_BLOCK_ACCESS_INIT
2014-07-07 Rémi Denis-Courmontcdda: fix error handling
2014-05-19 Francois Cartegniedeprecate art-album variable
2014-04-27 Jean-Baptiste KempfCDDA: more debug on CDDB failures
2014-03-12 Francois Cartegnieaccess: cdda: fix resource leak
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-19 Jean-Baptiste KempfCDDA: fix indentation
2012-03-26 Kaarlo RaihaAdd port range to CDDB
2012-02-21 Konstantin PavlovCDDA: Implement disc information caching.
2012-02-20 Konstantin Pavlovcdda: use http tunnelling mode and use port 80 for...
2012-01-19 Jean-Baptiste KempfUse our DNS for freedb
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-10 Rémi Denis-Courmontvar_InheritString returns NULL, not ""
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
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
next