log libmpdemux/demux_ts.c @ 26486:ee14643f03d2

age author description
Fri, 11 Apr 2008 10:35:32 +0000 diego typo in filename
Fri, 11 Apr 2008 09:50:24 +0000 diego Update comment to account for renamed header file.
Sat, 05 Apr 2008 14:07:34 +0000 reimar Remove another useless cast
Mon, 17 Mar 2008 22:39:57 +0000 nicodvb another DCA audio identified (0x86) used in BD; patch by kirill belokurov gmail com
Sat, 23 Feb 2008 10:42:24 +0000 nicodvb reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
Sat, 23 Feb 2008 10:38:24 +0000 nicodvb read the PCR of the currently playing program (if available) in demuxer->reference_clock
Sat, 16 Feb 2008 11:51:41 +0000 nicodvb when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
Sat, 16 Feb 2008 11:02:04 +0000 nicodvb cosmetics
Sat, 16 Feb 2008 10:58:23 +0000 nicodvb in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
Fri, 08 Feb 2008 23:45:26 +0000 nicodvb in some still unknown system format 0x82 identifies AUDIO_DTS
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sat, 26 Jan 2008 18:47:39 +0000 nicodvb in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad can decode; re-added
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sat, 05 Jan 2008 13:03:44 +0000 nicodvb in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
Sun, 16 Dec 2007 23:57:34 +0000 diego Remove useless stray #include.