aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.Gravatar diego2010-02-17
* Add separate header for mp_a52_framesize(); avoids forward declarations.Gravatar diego2010-02-17
* If audio was identified as DTS in the PMT do not override that with TrueHDGravatar reimar2010-01-24
* Use double-precision constants instead of single precision that gets cast to ...Gravatar reimar2010-01-13
* Use double instead of float for pts.Gravatar cehoyos2010-01-12
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Add 0x85 ad ID for DTS audio.Gravatar diego2009-09-23
* Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
* handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)Gravatar nicodvb2009-07-30
* Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.Gravatar reimar2009-06-23
* Initialize es->lang to ensure a previous value does not get misattributedGravatar reimar2009-06-23
* Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are alreadyGravatar reimar2009-06-21
* TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...Gravatar reimar2009-06-21
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Replace informal GPL license header by standard GPL header.Gravatar diego2009-05-08
* Fix mp_msg call with too few arguments.Gravatar reimar2009-03-04
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* added support for manual audio substream selection out of 0xFD PES streams (B...Gravatar nicodvb2009-01-04
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Remove unused variable, fixes the warning:Gravatar diego2008-06-08
* call demux_flush() where appropriateGravatar nicodvb2008-06-02
* typo in filenameGravatar diego2008-04-11
* Update comment to account for renamed header file.Gravatar diego2008-04-11
* Remove another useless castGravatar reimar2008-04-05
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...Gravatar nicodvb2008-03-17
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEGravatar nicodvb2008-02-23
* read the PCR of the currently playing program (if available) in demuxer->refe...Gravatar nicodvb2008-02-23
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...Gravatar nicodvb2008-02-16
* cosmeticsGravatar nicodvb2008-02-16
* in ts_detect_streams() try to identify the program found based on vpid and ap...Gravatar nicodvb2008-02-16
* in some still unknown system format 0x82 identifies AUDIO_DTSGravatar nicodvb2008-02-08
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...Gravatar nicodvb2008-01-26
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...Gravatar nicodvb2008-01-05
* Remove useless stray #include.Gravatar diego2007-12-16
* support for DTS as specified in DVB (untested)Gravatar nicodvb2007-10-03
* removed unused function parametersGravatar nicodvb2007-09-22
* in ts_detect_streams() moved the iteration condition inside the loopGravatar nicodvb2007-09-22
* warning fixes:Gravatar diego2007-09-13
* Remove redundant variable declarations.Gravatar diego2007-08-25
* Fix for bugzilla #835Gravatar rtogni2007-07-24
* init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameterGravatar nicodvb2007-06-09
* added support for DTS1 audio descriptorGravatar nicodvb2007-06-09
* 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTSGravatar nicodvb2007-06-09
* prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)Gravatar nicodvb2007-06-02
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...Gravatar nicodvb2007-02-27