log libmpdemux/demux_real.c @ 11728:14c85528d202

age author description
2003-12-09 alex 1000l to me
2003-12-08 alex Proper runtime index generation with support for growing files. Patch by rgselk <rgselknospam@yahoo.com>
2003-11-12 luran seek in realmedia files
2003-08-31 alex serious bugs - 1l absinth (changed to absinth against cola inflation)
2003-08-02 arpi BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>
2003-07-03 alex removing my (nonworking) email address
2003-06-28 diego typo in console output
2003-05-17 arpi skip dnet/ac3 byteswapping
2003-04-30 rtognimp Support codecs 14_4 and 28_8
2003-03-10 arpi - fixed playback of files with bad WxH in header (tricky! we can always read the
2003-03-09 arpi Hopefully fixed all RV30/RV40 A-V sync issues
2003-03-09 arpi Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)
2003-03-07 michael rv40 pict_type parser
2003-02-21 alex commented out nonsense
2003-02-04 arpi disable num_of_packets check, it's unreliable
2003-01-12 arpi sanity check
2002-12-26 arpi fixed playback of pnm:// streamed files
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-05 atmos4 move timestamp debug printf to higher verbose level (hope it's ok)
2002-11-05 arpi ASF-style stream auto-selection, to fix files with fake a/v streams (only
2002-11-04 arpi - realaudio ATRC (sony atrac3) codec support
2002-11-01 arpi verbose can be negative
2002-10-10 arpi stream selection cleanup, fixed -nosound
2002-10-01 michael rv10 cleanup
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-08-27 arpi - added matrix cracking/debugging code - disabled
2002-08-25 arpi some files has some shit before teh audio/video headers...
2002-08-24 arpi 10l - fixed chunktab size calculation
2002-08-24 arpi - changed re-muxed packet structure (see struct dp_hdr_t)
2002-08-14 arpi RV20 A-V desync fixed - use timestamp hack only for RV30
2002-08-12 arpi RV40 support
2002-08-05 arpi fixed 'eof at 66s' bug
2002-06-14 arpi fixed playback speed and a-v sync issues
2002-06-13 arpi fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>
2002-06-13 atmos4 Implement Nilmoni's and Bernd Ernesti's patches for:
2002-06-10 arpi export subpacket-size and matrix w*h to the codec (cook)
2002-06-10 arpi export extra data for cook codec, some debug stuff
2002-06-09 arpi - multiple audio/video stream support fixed
2002-06-08 arpi sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev@gmx.net>
2002-04-30 alex completed real seeking - working very well with audio only files
2002-04-24 albeu Added demuxer uninit
2002-03-15 alex added PRE-ALPHA seeking ability and index table generator (like avi's one)
2002-01-23 alex fixed num_of_packets and current_packet handling, bug found by Mike Melanson
2002-01-18 alex fix dnet support
2002-01-04 alex updated/extended some parts, based on RMFF (also initial ATRAC3 hackings and notes)
2001-12-30 alex added read_index_chunk, fixed audio_header parser for version5
2001-12-29 alex fixed rv10 with subid=3
2001-12-27 alex fixed audio detection code and improved ;)
2001-12-27 alex improved audio codec detection
2001-12-26 alex added real demuxer