aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mpg.c
Commit message (Expand)AuthorAge
* use demux_flush() where appropriateGravatar nicodvb2008-06-02
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we...Gravatar nicodvb2008-01-26
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* reindentedGravatar nicodvb2007-11-05
* 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...Gravatar nicodvb2007-11-05
* in update_stats() removed a wrong 'else' that would prevent h264 headers to b...Gravatar nicodvb2007-10-04
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* 100% cosmetics: reindentation and removal of trailing spacesGravatar nicodvb2007-07-08
* unified the skip of header and stuffing bytes after the parsing of pes_extens...Gravatar nicodvb2007-07-08
* 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i...Gravatar nicodvb2007-07-07
* cosmetics: split separate instructions in separate linesGravatar nicodvb2007-07-07
* proper parsing of pes_extension[12] fields (replaces the previous code that r...Gravatar nicodvb2007-07-07
* Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j'Gravatar reimar2007-06-17
* clearly specify the valid substream id range, rather than using unreadable bi...Gravatar nicodvb2007-06-12
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy MengGravatar nicodvb2007-02-28
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...Gravatar nicodvb2007-02-27
* 100000l: average != semidistance, fixed seeking to the middle position; patch...Gravatar nicodvb2007-02-27
* substream id 0x98..0x9f identifies dtsGravatar nicodvb2007-02-09
* when seeking and the codec is VC1 sync to sequence or entry point headersGravatar nicodvb2007-02-07
* demux_mpg_probe() seek to the initial position before returning - patch by re...Gravatar nicodvb2007-02-03
* removed unused variablesGravatar nicodvb2007-02-03
* sanity checks during codec detection; also reset demuxer->stream->eofGravatar nicodvb2007-01-28
* 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