aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_real.c
Commit message (Expand)AuthorAge
* Call real_fix_timestamp() after seeking, to avoid video freezing Gravatar rtogni2007-01-27
* Use interleaver id to select the correct interleaver instead of guessing Gravatar rtogni2007-01-24
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* Change some constants in pts arithmetic from float to double.Gravatar uau2006-11-09
* Changed code that used pts=0 in demux packets to indicate "not known".Gravatar uau2006-11-09
* Prevent segfault if video codec init failsGravatar rtogni2006-10-29
* Quick hack to implement percent-based seeking, also fixes seeking with gmplayerGravatar reimar2006-10-29
* Fix timestamps for streams where kf_base gets negativeGravatar rtogni2006-10-15
* Remove useless assignements, thanks reimar for noticing themGravatar rtogni2006-10-14
* Remove old hack to search for .ar and VIDO, we know where they areGravatar rtogni2006-10-11
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* Fix extradata lenght when adding cmsg24 dataGravatar rtogni2006-10-10
* Cleanup: remove some old commented out skipsGravatar rtogni2006-10-10
* Fix problems on live streams with huge timestamps, causing overflows and Gravatar rtogni2006-10-09
* Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)Gravatar reimar2006-09-24
* Missing part of previous patch to demux_real.c (revision 19958)Gravatar reimar2006-09-23
* int->unsigned to avoid crash to sign extension, partially fixes bug #580Gravatar reimar2006-09-23
* 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