]> git.sesse.net Git - vlc/history - modules/access/cdda/access.c
More memleaks (pointed out by Jpeg)
[vlc] / modules / access / cdda / access.c
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-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-14 Pierre d'Herbemontcdda: Remove inclusion of vlc_playlist.h.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
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".
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-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-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-26 Clément StenacRound 2
2006-11-16 Derk-Jan Hartman* Forgot to commit the paranoia changes in the cddax...
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-17 Derk-Jan Hartman* This makes the cddax and vcdx modules compile again...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Clément StenacBordel de saloperie de merde
2005-12-16 Clément StenacMove cddax to access/cddax
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-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...
2004-12-25 Rocky BernsteinAdd a disc-mode and navigation-style control.
2004-12-12 Rocky BernsteinGo over information that gets set, yet again. Disc...
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-11-30 Rocky BernsteinSimplify and streamline CD-DA open error error logic...
2004-11-26 Clément StenacFix crash
2004-11-22 Clément StenacRemove debug message
2004-11-22 Rocky BernsteinChange a printf into a debuggable print message.
2004-11-19 Clément StenacCDDAX:
2004-10-07 Rocky BernsteinFirst attempt at adding CD-Text.
2004-10-07 Rocky BernsteinFill in playlist information and stream & media information
2004-09-29 Clément StenacA few string fixes
2004-09-28 Derk-Jan Hartman* Fix the cddax probing crash
2004-09-06 Rocky BernsteinAllow size of blocks reads to be specified/adjusted
2004-09-06 Rocky Bernstein2nd attempt to get libcdio cdda working.
2004-09-04 Rocky BernsteinFirst attempt to reinstate a libcdio cdda.
2004-05-04 Rocky BernsteinCorrect bitrate in the WAV header.
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-14 Rocky BernsteinAllow extended data in customized formats too.
2004-03-14 Rocky BernsteinBetter about adding track author and title in track...
2004-03-11 Rocky BernsteinUse memset, not bzero. Helps with -mno-cygwin (and...
2004-03-07 Rocky BernsteinMore printf lint for cygwin (and possibly others)
2004-02-23 Rocky BernsteinChange error reporting on memory error to be memory...
2004-02-22 Gildas Bazin* modules/access/cdda/access.c: fix to allow playing...
2004-02-22 Rocky Bernsteinfix mem leak. (Caught by valgrind.)
2004-02-14 Gildas Bazin* modules/access/cdda/*: forgot to remove demux in...
2004-02-11 Gildas Bazin* modules/access/cdda/*: got rid of the demux. The...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-07 Rocky BernsteinBetter operator association in computing duration and...
2004-01-06 Rocky BernsteinReinstate duration times on playlist item for CD-DA...
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-12-28 Cyril Deguet* modules/access/cdda/access.c: added some missing...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-16 Gildas Bazin* modules/access/cdda/access.c: need to include errno.h
2003-12-14 Rocky Bernsteinsigned/unsigned mismatch fix.
2003-12-13 Rocky BernsteinAdd customizable playlist "author" field and set in...
2003-12-11 Rocky BernsteinSwitch over to using "cd-audio" and "vcd" configuration...
2003-12-05 Rocky BernsteinRemove interface thread. It was a crock anyway -- any...
2003-12-05 Rocky BernsteinFix duration that input_AddInfo uses milliseconds.
2003-12-03 Rocky BernsteinFixed-width 2-column track number. Should help in sorti...
2003-12-02 Rocky BernsteinChange some printf's to debugging-only output.
2003-12-02 Rocky BernsteinSeparate title format string into cases where CDDB...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-12-01 Rocky BernsteinBugs in calculating duration. Thanks Sigmund for fixing...
2003-12-01 Rocky BernsteinAdd CDDB CD Info in File Info section (via input_AddInf...
2003-11-30 Rocky BernsteinCustomizable playlist title.
2003-11-30 Rocky BernsteinAdd CD-DA CDDB support via libcddb.
2003-11-30 Rocky BernsteinBreak out demux into its own thing.
2003-11-26 Rocky BernsteinRemove unused code accidentially duplicated in split.
2003-11-26 Rocky BernsteinSplit out cdda to facilitate later changes.