aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/vcd_read_darwin.h
Commit message (Expand)AuthorAge
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: remove unused vcd functionsGravatar wm42013-07-15
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* cleanup: Make vcd_seek_to_track() static in more filesGravatar reimar2011-06-29
* Try to fix VCD compilation on non-Linux systems.Gravatar reimar2010-04-05
* Mark vcd_get_track_end () and vcd_read_toc() as static.Gravatar diego2010-02-22
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Add a few missing header #includes and #defines.Gravatar diego2010-01-04
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add missing multiple inclusion guards.Gravatar diego2008-02-21
* Only read disc info once and save it for later using.Gravatar ulion2007-12-15
* The buffer used for pread need be aligned, but currently it got an offset 23Gravatar ulion2007-12-15
* Get end position of last track by adding its starting address with track size.Gravatar ulion2007-12-15
* Simplify and fix missing offset for Darwin vcd_get/set_msf functionsGravatar reimar2007-07-29
* Make VCD work on little-endian macsGravatar reimar2007-07-29
* Make vcd_get_track_end actually return the end, not the start on DarwinGravatar reimar2007-07-29
* Make the vcd seek and get track end functions actually have an effectGravatar reimar2007-07-29
* Fix wrong return type in darwin VCD codeGravatar reimar2007-07-29
* Remove completely pointless extra return statementsGravatar reimar2007-07-27
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31