summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAgeFilesLines
* - added matrix cracking/debugging code - disabledarpi2002-08-271-1/+28
* some files has some shit before teh audio/video headers...arpi2002-08-251-9/+22
* 10l - fixed chunktab size calculationarpi2002-08-241-1/+5
* - changed re-muxed packet structure (see struct dp_hdr_t)arpi2002-08-241-35/+62
* RV20 A-V desync fixed - use timestamp hack only for RV30arpi2002-08-141-6/+14
* RV40 supportarpi2002-08-121-1/+8
* fixed 'eof at 66s' bugarpi2002-08-051-14/+40
* fixed playback speed and a-v sync issuesarpi2002-06-141-5/+39
* fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>arpi2002-06-131-1/+12
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-131-3/+10
* export subpacket-size and matrix w*h to the codec (cook)arpi2002-06-101-18/+28
* export extra data for cook codec, some debug stuffarpi2002-06-101-14/+31
* - multiple audio/video stream support fixedarpi2002-06-091-23/+63
* sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev...arpi2002-06-081-37/+196
* completed real seeking - working very well with audio only filesalex2002-04-301-31/+72
* Added demuxer uninitalbeu2002-04-241-0/+4
* added PRE-ALPHA seeking ability and index table generator (like avi's one)alex2002-03-151-29/+188
* fixed num_of_packets and current_packet handling, bug found by Mike Melansonalex2002-01-231-7/+6
* fix dnet supportalex2002-01-181-2/+36
* updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and ...alex2002-01-041-85/+126
* added read_index_chunk, fixed audio_header parser for version5alex2001-12-301-23/+149
* fixed rv10 with subid=3alex2001-12-291-2/+5
* fixed audio detection code and improved ;)alex2001-12-271-76/+108
* improved audio codec detectionalex2001-12-271-10/+91
* added real demuxeralex2001-12-261-0/+402