aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* Stop reading the file if an INDX chunk is found instead of a data packet.Gravatar mosu2004-03-28
* Support for v3 audio section (used with 14_4 codec) in real filesGravatar rtognimp2004-02-22
* 1000000000l reported by Steven Schultz (thanks!)Gravatar rfelker2004-01-30
* add support for aac in real media filesGravatar attila2004-01-29
* continue playing real files after errorsGravatar attila2004-01-29
* Fix for Real files with header size == 0x10 (normally is 0x12)Gravatar rtognimp2004-01-16
* 1000l to meGravatar alex2003-12-09
* Proper runtime index generation with support for growing files. Patch by rgse...Gravatar alex2003-12-08
* seek in realmedia filesGravatar luran2003-11-12
* serious bugs - 1l absinth (changed to absinth against cola inflation)Gravatar alex2003-08-31
* BBC .rm fix, based on patch by Balatoni Denes <pnis@coder.hu>Gravatar arpi2003-08-02
* removing my (nonworking) email addressGravatar alex2003-07-03
* typo in console outputGravatar diego2003-06-28
* skip dnet/ac3 byteswappingGravatar arpi2003-05-17
* Support codecs 14_4 and 28_8Gravatar rtognimp2003-04-30
* - fixed playback of files with bad WxH in header (tricky! we can always read theGravatar arpi2003-03-10
* Hopefully fixed all RV30/RV40 A-V sync issuesGravatar arpi2003-03-09
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)Gravatar arpi2003-03-09
* rv40 pict_type parserGravatar michael2003-03-07
* commented out nonsenseGravatar alex2003-02-21
* disable num_of_packets check, it's unreliableGravatar arpi2003-02-04
* sanity checkGravatar arpi2003-01-12
* fixed playback of pnm:// streamed filesGravatar arpi2002-12-26
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* move timestamp debug printf to higher verbose level (hope it's ok)Gravatar atmos42002-11-05
* ASF-style stream auto-selection, to fix files with fake a/v streams (onlyGravatar arpi2002-11-05
* - realaudio ATRC (sony atrac3) codec supportGravatar arpi2002-11-04
* verbose can be negativeGravatar arpi2002-11-01
* stream selection cleanup, fixed -nosoundGravatar arpi2002-10-10
* rv10 cleanupGravatar michael2002-10-01
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* - added matrix cracking/debugging code - disabledGravatar arpi2002-08-27
* some files has some shit before teh audio/video headers...Gravatar arpi2002-08-25
* 10l - fixed chunktab size calculationGravatar arpi2002-08-24
* - changed re-muxed packet structure (see struct dp_hdr_t)Gravatar arpi2002-08-24
* RV20 A-V desync fixed - use timestamp hack only for RV30Gravatar arpi2002-08-14
* RV40 supportGravatar arpi2002-08-12
* fixed 'eof at 66s' bugGravatar arpi2002-08-05
* fixed playback speed and a-v sync issuesGravatar arpi2002-06-14
* fix fps/frametime parsing - patch by Florian Schneider <flo-mplayer-dev@gmx.net>Gravatar arpi2002-06-13
* Implement Nilmoni's and Bernd Ernesti's patches for:Gravatar atmos42002-06-13
* export subpacket-size and matrix w*h to the codec (cook)Gravatar arpi2002-06-10
* export extra data for cook codec, some debug stuffGravatar arpi2002-06-10
* - multiple audio/video stream support fixedGravatar arpi2002-06-09
* sub-packet demuxer for rv20/rv30, patch by Florian Schneider <flo-mplayer-dev...Gravatar arpi2002-06-08
* completed real seeking - working very well with audio only filesGravatar alex2002-04-30
* Added demuxer uninitGravatar albeu2002-04-24
* added PRE-ALPHA seeking ability and index table generator (like avi's one)Gravatar alex2002-03-15
* fixed num_of_packets and current_packet handling, bug found by Mike MelansonGravatar alex2002-01-23