summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAgeFilesLines
* BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>arpi2003-08-021-1/+3
* removing my (nonworking) email addressalex2003-07-031-1/+1
* typo in console outputdiego2003-06-281-1/+1
* skip dnet/ac3 byteswappingarpi2003-05-171-1/+3
* Support codecs 14_4 and 28_8rtognimp2003-04-301-0/+2
* - fixed playback of files with bad WxH in header (tricky! we can always read thearpi2003-03-101-16/+32
* Hopefully fixed all RV30/RV40 A-V sync issuesarpi2003-03-091-9/+24
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)arpi2003-03-091-2/+2
* rv40 pict_type parsermichael2003-03-071-5/+19
* commented out nonsensealex2003-02-211-0/+2
* disable num_of_packets check, it's unreliablearpi2003-02-041-0/+2
* sanity checkarpi2003-01-121-0/+4
* fixed playback of pnm:// streamed filesarpi2002-12-261-1/+1
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-0/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+2
* move timestamp debug printf to higher verbose level (hope it's ok)atmos42002-11-051-1/+1
* ASF-style stream auto-selection, to fix files with fake a/v streams (onlyarpi2002-11-051-96/+44
* - realaudio ATRC (sony atrac3) codec supportarpi2002-11-041-13/+45
* verbose can be negativearpi2002-11-011-1/+4
* stream selection cleanup, fixed -nosoundarpi2002-10-101-111/+71
* rv10 cleanupmichael2002-10-011-25/+3
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-5/+6
* - 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