log libmpdemux/demux_ts.c @ 31266:649376ef332e

age author description
Sat, 05 Jun 2010 16:37:10 +0000 reimar Add partial support for dirac to TS demuxer.
Sun, 30 May 2010 22:14:13 +0000 diego Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Wed, 17 Feb 2010 22:58:03 +0000 diego Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
Wed, 17 Feb 2010 22:40:50 +0000 diego Add separate header for mp_a52_framesize(); avoids forward declarations.
Sun, 24 Jan 2010 20:54:17 +0000 reimar If audio was identified as DTS in the PMT do not override that with TrueHD
Wed, 13 Jan 2010 17:49:48 +0000 reimar Use double-precision constants instead of single precision that gets cast to double.
Tue, 12 Jan 2010 23:03:03 +0000 cehoyos Use double instead of float for pts.
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Wed, 23 Sep 2009 09:12:19 +0000 diego Add 0x85 ad ID for DTS audio.
Fri, 21 Aug 2009 16:54:57 +0000 reimar Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
Thu, 30 Jul 2009 08:37:10 +0000 nicodvb handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
Tue, 23 Jun 2009 09:35:20 +0000 reimar Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
Tue, 23 Jun 2009 09:33:42 +0000 reimar Initialize es->lang to ensure a previous value does not get misattributed
Sun, 21 Jun 2009 10:55:41 +0000 reimar Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
Sun, 21 Jun 2009 10:47:44 +0000 reimar TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:47:50 +0000 diego Replace informal GPL license header by standard GPL header.
Wed, 04 Mar 2009 08:11:42 +0000 reimar Fix mp_msg call with too few arguments.
Mon, 16 Feb 2009 02:00:29 +0000 diego Replace double semicolon by single semicolon.
Thu, 22 Jan 2009 21:50:13 +0000 nicodvb in parse_pat() IDENTIFY program number and pmt_pid
Sun, 04 Jan 2009 13:12:51 +0000 nicodvb added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 08 Jun 2008 14:50:35 +0000 diego Remove unused variable, fixes the warning:
Mon, 02 Jun 2008 10:22:46 +0000 nicodvb call demux_flush() where appropriate
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.
Wed, 03 Oct 2007 21:39:01 +0000 nicodvb support for DTS as specified in DVB (untested)
Sat, 22 Sep 2007 08:40:02 +0000 nicodvb removed unused function parameters
Sat, 22 Sep 2007 08:29:25 +0000 nicodvb in ts_detect_streams() moved the iteration condition inside the loop
Thu, 13 Sep 2007 13:16:30 +0000 diego warning fixes:
Sat, 25 Aug 2007 12:12:31 +0000 diego Remove redundant variable declarations.
Tue, 24 Jul 2007 21:04:08 +0000 rtogni Fix for bugzilla #835
Sat, 09 Jun 2007 18:20:21 +0000 nicodvb init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter
Sat, 09 Jun 2007 11:57:22 +0000 nicodvb added support for DTS1 audio descriptor
Sat, 09 Jun 2007 11:56:10 +0000 nicodvb 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
Sat, 02 Jun 2007 10:26:37 +0000 nicodvb prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Tue, 27 Feb 2007 20:22:05 +0000 nicodvb removed duplicated code in demux_seek(); stream_seek() already aligns to STREAM_BUFFER_SIZE boundary
Sat, 17 Feb 2007 17:24:07 +0000 nicodvb cosmetics
Fri, 09 Feb 2007 19:47:20 +0000 nicodvb when seeking in h264 sync to idr frames
Fri, 09 Feb 2007 19:44:21 +0000 nicodvb when playing vc1 content sync to sequence or entry point header
Fri, 09 Feb 2007 19:39:31 +0000 nicodvb vc1 in mpegts
Mon, 29 Jan 2007 23:35:08 +0000 nicodvb reduced verbosity
Mon, 29 Jan 2007 23:10:01 +0000 nicodvb 5l, check that the codec type detected by ts_detect_streams() is actually audio before fixing it in the array
Mon, 29 Jan 2007 22:49:14 +0000 nicodvb fix audio type when ts_detect_streams detects that a private1 stream is actually ac3
Wed, 17 Jan 2007 00:12:35 +0000 nicodvb unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus