aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
...
* 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
* simplified assignment of subtitles stream in ts_parse()Gravatar nicodvb2006-10-29
* handle broken ts packets before parsing the restGravatar nicodvb2006-10-29
* cosmetics: reformatted after previous commitGravatar nicodvb2006-10-29
* 1000l: fixed broken handling of the adaption field - part 2Gravatar nicodvb2006-10-29
* fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...Gravatar nicodvb2006-10-29
* ts_parse() move section handling after stream_read() rather than repeating itGravatar nicodvb2006-10-29
* removed useless check: when is_start is set the size of the payload Gravatar nicodvb2006-10-28
* in ts_parse() centralized stream_read()+stream_skip(); smaller and cleanerGravatar nicodvb2006-10-28
* readability cosmeticsGravatar nicodvb2006-10-28
* unconditionally assign the language code when available;Gravatar nicodvb2006-10-28
* reformatted ts_parse() after previous commitGravatar nicodvb2006-10-28
* removed unreachable code (when len=pes_parse2() returns 0)Gravatar nicodvb2006-10-28