aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpc.c
Commit message (Expand)AuthorAge
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Remove extern declaration for free_sh_audio() that is both unused andGravatar uau2006-06-14
* Second-try commit of this patch.Gravatar corey2006-02-17
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Implement seekingGravatar reimar2005-10-12
* Bigendian bugGravatar reimar2005-10-12
* Report total timeGravatar reimar2005-09-27
* We can not seek, so set seekable to 0Gravatar reimar2005-09-06
* better bitrate calculationGravatar reimar2005-09-06
* Changes forgotten during demuxer API change, introduce a check function.Gravatar reimar2005-09-06
* Demuxer modularizationGravatar rtognimp2005-08-05
* 10l, incorrect usage of le2me_*Gravatar reimar2005-07-29
* Use a more stable URL.Gravatar diego2005-07-26
* Allow the ffmpeg people to use this code if they want.Gravatar reimar2005-07-23
* musepack demuxing and decoding support (demuxing is v7 bitstream only).Gravatar reimar2005-07-10