aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAge
...
* added code to scan the video stream to search the actual video codec used;Gravatar nicodvb2007-01-28
* include math.h for fabsf()Gravatar nicodvb2007-01-28
* cosmetics: reindentation and braces removalGravatar nicodvb2007-01-28
* moved scoreboarding code to 2 separate functions (update_stats() and clear_st...Gravatar nicodvb2007-01-28
* set has_valid_timestamps and corresponding first and final pts only afterGravatar nicodvb2007-01-28
* substream 0x75 doesn't seem to be a valid vc1 stream, after all; removedGravatar nicodvb2007-01-22
* set priv->last_pts to the pts read only if the pts was really read; patch by ...Gravatar nicodvb2007-01-22
* demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten...Gravatar nicodvb2007-01-20
* 1000l; fixed wrong operator precedenceGravatar nicodvb2007-01-17
* in evo files [e]ac3 substreams range from 0xc0 to 0xcfGravatar nicodvb2007-01-16
* one more #if 1 removedGravatar nicodvb2007-01-15
* removed useless #if1s added too long time agoGravatar nicodvb2007-01-15
* in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.Gravatar nicodvb2007-01-15
* set dp->stream_pts only when feeding the video stream to workaroundGravatar nicodvb2007-01-01
* replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()...Gravatar nicodvb2006-12-31
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Make subtitle stream handling more similar to audio and video streams.Gravatar reimar2006-11-13
* consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME...Gravatar nicodvb2006-11-12
* Reset demuxer->sub (consistently with audio and video) after seeking and at t...Gravatar nicodvb2006-10-01
* demuxer->movi_end is updated after ds_fill_buffer(),Gravatar nicodvb2006-09-18
* Incorrect check in gxf demuxer leading to crash with textKO.gxf sample fileGravatar reimar2006-07-26
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa...Gravatar nicodvb2006-06-19
* workaround: at every read update demux->movi_end with stream->end_pos; needed...Gravatar nicodvb2006-06-14
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec...Gravatar nicodvb2006-06-11
* psm longer than 1018 bytes is not allowed, thus invalidGravatar nicodvb2006-05-18
* fixed %d->PRIu64 in read_mpeg_timestamp()Gravatar nicodvb2006-05-03
* stream_read_word() returns _unsigned_ intGravatar nicodvb2006-05-03
* in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...Gravatar nicodvb2006-05-03
* timestamps are 33 bits long, so they don't fit in an unsigned int; 10lGravatar nicodvb2006-04-11
* make sure the check for valid timestamps does not accidentially search throughGravatar reimar2006-04-10
* fail immediately if any of the parameters necessary to switch audio stream is...Gravatar nicodvb2006-03-12
* check sh_video before seeking; closes cid 56Gravatar nicodvb2006-03-12
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241Gravatar nicodvb2006-03-12
* Missing free_demux_packet after read errorGravatar reimar2006-03-08
* try to get duration from the stream layer, if an implementation of STREAM_CTR...Gravatar nicodvb2006-02-27
* 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
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* h264es: don't seek to non-keyframesGravatar lorenm2006-01-03
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...Gravatar nicodvb2006-01-02
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* 10l, demux_mpg_control was missing from demuxer info struct, causing audioGravatar reimar2005-10-15
* faster mpg and much faster gxf demuxingGravatar reimar2005-09-03
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Fix mpeg-pes playbackGravatar rtognimp2005-08-26
* support MPEG in GXF container with extension-based detection.Gravatar reimar2005-08-26
* Demuxer modularizationGravatar rtognimp2005-08-05