]> git.sesse.net Git - vlc/history - modules/access/cdda
macosx: Fix crashlog opening.
[vlc] / modules / access / cdda /
2008-08-01 Rémi Duraffortcdda/info: fix memleaks.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortMore memleaks (pointed out by Jpeg)
2008-07-31 Rémi DuraffortFix tiny memleak.
2008-07-31 Rémi DuraffortFix memleak in cdda access.
2008-07-21 Rémi DuraffortUse pl_Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-17 Rémi DuraffortThe playlist is not lock at this stage so let it lock...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-14 Pierre d'Herbemontcdda: Fix a really right warning.
2008-06-14 Pierre d'Herbemontcdda: Warn about wrong playlist usage in the file.
2008-06-14 Pierre d'Herbemontcdda: Remove inclusion of vlc_playlist.h.
2008-06-14 Jean-Paul SamanFix indentation.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-25 Rafaël CarréWe don't use paranoia_mode_t if libcdio <= 0.72
2008-05-25 Rafaël CarréPARANOIA_MODE_* were introduced in libcdio 0.72
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-23 Rafaël Carrémeta-data handling cleanup
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-01-25 Rafaël Carréfix cdda compilation
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)
2007-12-09 Felix Paul Kühne* fix [23509]
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-04 Christophe MutricyRemove noop
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Pierre d'Herbemontcdda/access.c: Fix a warning.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-01-02 Rémi Denis-CourmontFix a bunch of format string injection in VCDX and...
2006-12-11 Derk-Jan Hartman* Some more const warning fixes
2006-11-29 Derk-Jan Hartman* cdda: update due to input_GetItem
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Derk-Jan Hartman* Fix CDDA module after playlist API updates
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-16 Derk-Jan Hartman* Forgot to commit the paranoia changes in the cddax...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
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-09-07 Derk-Jan Hartman* Reset access->info.b_eof when we search. After you...
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-08 Derk-Jan Hartman* Fix an #ifdef hidden error in cddax
2006-08-06 Jean-Paul SamanCoding Style fixes
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-17 Derk-Jan Hartman* This makes the cddax and vcdx modules compile again...
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-01 Derk-Jan Hartman* Fixes for CDDB courtesy of Alexander Gall <gall at...
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Clément StenacBordel de saloperie de merde
2005-12-16 Clément StenacRevert
2005-12-16 Clément StenacMove cddax to access/cddax
2005-09-21 Rocky BernsteinIn libcdio < 0.76
2005-07-16 Rocky Bernsteincdda/info.c: changes for libcddb 1.1.0 API
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-01 Rocky Bernsteinfix next/previous chapter in disc mode
2005-05-01 Rocky BernsteinWork on audio control access.
2005-05-01 Rocky BernsteinCorrect up audio-control stop command.
2005-05-01 Rocky BernsteinCompatability for different versions of libcdio from...
2005-05-01 Rocky BernsteinA couple more fixes. One to set meta information when...
2005-05-01 Rocky BernsteinFix some bugs when playlist not in disc but track mode:
2005-04-09 Rocky BernsteinFix bugs in disc-view slider. (May still have a couple...
2005-03-10 Clément StenacFix locking
2005-01-30 Rocky BernsteinUse cdio-native name for paranoia read.
2005-01-28 Derk-Jan Hartman* cdda/access.c: removed #include <cdio/cdda.h> since...
2005-01-26 Rocky Bernsteinconfigure.ac: reinstate libcdio CD-DA and VCD plugins...
2005-01-16 Clément StenacRemove playlist info accessors (as they now belong...
2004-12-26 Rocky BernsteinTitle hell. Seems like titles work substantially diffe...
2004-12-25 Rocky BernsteinAdd a disc-mode and navigation-style control.
2004-12-17 Rocky BernsteinSome small cleanups.
2004-12-16 Clément StenacFix a bug with preferences
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-13 Rocky BernsteinAdd mrl info to playlist item.
2004-12-13 Rocky BernsteinDocument %S.
2004-12-12 Rocky BernsteinGo over information that gets set, yet again. Disc...
2004-12-11 Clément StenacImprovements to preferences
2004-12-10 Rocky BernsteinGet stream disc information to appear again.
2004-12-08 Rocky BernsteinForgot that the lsn internal structure is 0-origin.
2004-12-08 Rocky BernsteinSet duration in playlist.
2004-12-02 Rocky BernsteinA little bit better if CDDB is not enabled or doesn...
2004-12-01 Rocky BernsteinSome compilation fixes when HAVE_LIBCDDB is not defined.
2004-11-30 Rocky BernsteinSimplify and streamline CD-DA open error error logic...
2004-11-26 Clément StenacFix crash
2004-11-23 Rocky BernsteinHonor "prefer-cdtext" option.
2004-11-22 Clément StenacRemove debug message
2004-11-22 Rocky BernsteinChange a printf into a debuggable print message.
next