log libmpdemux/demux_ts.c @ 17816:c3530af0e23c

age author description
Sat, 11 Mar 2006 23:26:02 +0000 nicodvb init variable in parse_mp4_object_descriptor before using it; fixes cid 237
Sat, 04 Mar 2006 11:00:20 +0000 nicodvb print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS tracks (unsupported); save the size of the payload of the current PES packet in any case (used for ac3 detection)
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Fri, 27 Jan 2006 23:07:16 +0000 nicodvb export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is not present; will be moved in a more appropriate place sometimes in the future
Fri, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sun, 06 Nov 2005 16:17:17 +0000 nicodvb fixed possible uint8 overflow; assign progid to the newly created pmt
Mon, 31 Oct 2005 23:38:32 +0000 nicodvb more precise seeking based on calculated average video bitrate; works quite well in case of a TS with only 1 video stream
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Tue, 23 Aug 2005 08:23:53 +0000 gpoirier Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Mon, 06 Jun 2005 20:49:55 +0000 nicodvb pass along audio extradata if present
Sat, 09 Apr 2005 11:30:59 +0000 nicodvb set width, height and biCompression when the video stream contains avc1; reuse a private member rather than a in-stack packet[204]; set pes_es->is_synced =1 when au_start=1 (SL); update PMT when setting mp4es codec (SL); fix tss->is_synced assignment (don't forget the value when it was previously set)
Fri, 08 Apr 2005 00:52:43 +0000 rathann obvious gcc warning fix, approved by Nico
Sun, 03 Apr 2005 11:47:20 +0000 nicodvb allocate and fill extradata field for video_avc (raw nal units, extradata contains sps+pps); fixed payload_size assignment for SL payloads
Wed, 23 Mar 2005 07:53:37 +0000 nicodvb wrong binary operator
Wed, 23 Mar 2005 07:43:31 +0000 nicodvb consider parse random_access_point from the adaption_field to determine if the payload is an access point (for SL)
Tue, 22 Mar 2005 07:45:00 +0000 nicodvb SL payloads are pushed to audio and video fifo only when they are flagged with random_accesspoint or access_unit_start
Sun, 20 Mar 2005 14:20:59 +0000 nicodvb initial support for SL packetized data, with certain limitations; partly reworked the tables management for a better code reuse
Fri, 25 Feb 2005 22:27:46 +0000 nicodvb 50000l: fixed various memleaks; CC discontibuities aren't necessarily error conditions
Sat, 22 Jan 2005 12:15:06 +0000 nicodvb replaced bzero() with memset(); stream_type 0x0f is AAC
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Wed, 24 Nov 2004 18:55:03 +0000 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
Sat, 20 Nov 2004 14:33:39 +0000 nicodvb added support for 192 packet size, remove junk data after 188 bytes. Patch by Marcus Metzler (mocm@mocm.de)
Mon, 15 Nov 2004 20:56:10 +0000 nicodvb added language identifier (if any) to the caller during probing phase
Mon, 11 Oct 2004 06:57:57 +0000 nicodvb removed dependency on liba52
Thu, 07 Oct 2004 21:08:10 +0000 nicodvb fixed a bug that makes the demuxer loop forever probing a52 audio when a52_syncinfo() returns 0
Thu, 07 Oct 2004 09:31:16 +0000 reimar fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
Sat, 28 Aug 2004 20:56:56 +0000 rathann small fixes
Fri, 18 Jun 2004 20:02:05 +0000 nicodvb added support for ac3 in non-pes aligned private1 streams; removed useless and commented code
Mon, 31 May 2004 16:12:13 +0000 nicodvb removed unused and commented code; audio is pushed synchronously (reported to work better); pid 16 is not default PMT (100l); trails of data are add_packet()ed
Sat, 20 Mar 2004 13:09:08 +0000 nicodvb fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/transport error bit
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Mon, 20 Oct 2003 13:35:55 +0000 attila big demux_ts fix from Nico <nsabbi@libero.it>
Mon, 08 Sep 2003 10:07:52 +0000 mosu Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by Arpi.
Sun, 31 Aug 2003 18:51:05 +0000 alex serious bugs - 1l absinth (changed to absinth against cola inflation)
Sun, 24 Aug 2003 18:07:00 +0000 arpi - seek() is always synchronized to keyframes, so the decoders don't
Thu, 19 Jun 2003 18:20:15 +0000 rathann fix one missing #include, one missing extern and one 10l error.
Sun, 08 Jun 2003 11:58:05 +0000 arpi - discard soon non TS files (previously it took too long, as in the case
Sat, 07 Jun 2003 11:30:19 +0000 arpi - open new_ds_[audio | video] only when the relative streams are really available
Tue, 03 Jun 2003 17:43:49 +0000 alex warning fixes by Dominik
Mon, 28 Apr 2003 16:43:48 +0000 alex fully reworked by Nico <nsabbi@libero.it>
Fri, 21 Mar 2003 17:17:53 +0000 alex wrong assignment of codec, patch by nsabbi@libero.it
Sun, 16 Mar 2003 20:13:28 +0000 arpi this is a combo patch that: