aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
* 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
* cosmeticsGravatar nicodvb2007-02-17
* when seeking in h264 sync to idr framesGravatar nicodvb2007-02-09
* when playing vc1 content sync to sequence or entry point headerGravatar nicodvb2007-02-09
* vc1 in mpegtsGravatar nicodvb2007-02-09
* reduced verbosityGravatar nicodvb2007-01-29
* 5l, check that the codec type detected by ts_detect_streams() is actually aud...Gravatar nicodvb2007-01-29
* fix audio type when ts_detect_streams detects that a private1 stream is actua...Gravatar nicodvb2007-01-29
* unified creation of sh_audio and sh_video is ts_add_stream; patch by elupusGravatar nicodvb2007-01-17
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* slight simplification in demux_control_ts: no need to check *arg with last_{a...Gravatar nicodvb2006-11-20
* in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)Gravatar nicodvb2006-11-19
* during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'Gravatar nicodvb2006-11-19
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMGravatar nicodvb2006-11-18
* COSMETICS: reformattedGravatar nicodvb2006-11-16
* restored circular looping when changing audio and video stream (previously br...Gravatar nicodvb2006-11-16
* reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIOGravatar nicodvb2006-11-16
* implemented DEMUXER_CTRL_SWITCH_VIDEOGravatar nicodvb2006-11-16
* a previous commit introduced a bug that prevented tables Gravatar nicodvb2006-10-29