aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* Fix some potential integer overflow in memory allocation (mot of theseGravatar rtognimp2006-05-14
* Fix potential integer overflows in memory allocation. Patch by Reimar and me,...Gravatar rtognimp2006-05-11
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* always cast stream IDs to unsigned before comparing to MAX_STREAMS.Gravatar reimar2006-04-15
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Only MAX_STREAMS streams are allowed (cid 115)Gravatar rtognimp2006-03-11
* Fix potential read from an unitialized pointer (CID: 236)Gravatar rtognimp2006-03-09
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.Gravatar reimar2006-03-08
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Print some more useful data from header in verbose modeGravatar rtognimp2006-01-15
* Always try to parse index chunk, no reason to check for movi_endGravatar reimar2006-01-14
* Fix printing of audio fourcc in hex formatGravatar rtognimp2006-01-14
* Print audio 4cc for every stream, print 4cc of selected audio trackGravatar rtognimp2006-01-14
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* include the right avcodec.h, consistently with the rest of mplayerGravatar nicodvb2006-01-08
* Don't leak memory (free audio reordering buffers)Gravatar rtognimp2006-01-04
* Remove assumption that all audio packets in a block have the sameGravatar rtognimp2006-01-04
* 1000.0l timestamps are floatGravatar rtognimp2006-01-04
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* make demuxer seek and close functions return void, patch by Dominik MierzejewskiGravatar wanderer2005-12-11
* Move audio packets reordering from codec interface to demuxers for realGravatar rtognimp2005-12-09
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* Fix rm files with a really big index chunk.Gravatar reimar2005-03-03
* Do not read any more data at eof: if got eof in the middle of an audioGravatar rtognimp2005-01-24
* Be less verbose with -v (do not print a line for each demuxed packet)Gravatar rtognimp2005-01-24
* Reduce excessive verbosity.Gravatar diego2005-01-22
* Play RV30 with 8-elements cmsg24Gravatar rtognimp2005-01-22
* Decode MP3 in rm filesGravatar rtognimp2005-01-15
* Reduce index verbosityGravatar rtognimp2005-01-06
* Real multirate files supportGravatar rtognimp2005-01-06
* Print waveheader only when verboseGravatar reimar2005-01-06
* Memleak fix: free index data at demuxer_closeGravatar rtognimp2004-11-01
* do not attempt to seek backward in stream on MDPR chunk with no codec dataGravatar reimar2004-08-10
* index creation/reading behaviour just like the avi demuxer, patch based on wo...Gravatar alex2004-06-25
* 100l for me. Header seek is not needed to fix 28_8 and can cause sig11Gravatar rtognimp2004-05-01
* Fix for 28_8 in rm files and header length != 0x4eGravatar rtognimp2004-04-27
* 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