summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mpc.c
Commit message (Expand)AuthorAgeFilesLines
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Source files should not contain non-ASCII characters.diego2007-03-121-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-2/+2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-4/+1
* Remove extern declaration for free_sh_audio() that is both unused anduau2006-06-141-2/+0
* Second-try commit of this patch.corey2006-02-171-1/+1
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-1/+0
* Implement seekingreimar2005-10-121-3/+31
* Bigendian bugreimar2005-10-121-3/+2
* Report total timereimar2005-09-271-3/+16
* We can not seek, so set seekable to 0reimar2005-09-061-0/+1
* better bitrate calculationreimar2005-09-061-1/+10
* Changes forgotten during demuxer API change, introduce a check function.reimar2005-09-061-9/+16
* Demuxer modularizationrtognimp2005-08-051-6/+23
* 10l, incorrect usage of le2me_*reimar2005-07-291-1/+1
* Use a more stable URL.diego2005-07-261-1/+1
* Allow the ffmpeg people to use this code if they want.reimar2005-07-231-0/+6
* musepack demuxing and decoding support (demuxing is v7 bitstream only).reimar2005-07-101-0/+145