]> git.sesse.net Git - vlc/history - modules/access/cdda/access.c
Forgot that the lsn internal structure is 0-origin.
[vlc] / modules / access / cdda / access.c
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.