log mpegts.c @ 3724:178cc6f9d5ec libavformat

age author description
Fri, 15 Aug 2008 16:13:05 +0000 michael Add flag to mark demuxers that can output discontinuous timestamps. libavformat
Wed, 13 Aug 2008 19:29:35 +0000 diego Dirac encapsulation in MPEG-TS libavformat
Sun, 27 Jul 2008 23:06:22 +0000 michael Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformat
Fri, 18 Jul 2008 01:07:17 +0000 mru MPEGTS: Improve probe function libavformat
Tue, 08 Jul 2008 23:20:22 +0000 takis One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformat
Fri, 20 Jun 2008 17:22:56 +0000 bcoudurier uniformize AVStream->priv_data freeing in av_close_input_stream libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Thu, 24 Apr 2008 22:16:00 +0000 michael Fixing memleaks. libavformat
Wed, 23 Apr 2008 21:16:25 +0000 michael Ensure that the timestamp reading code used for seeking chooses a position libavformat
Tue, 15 Apr 2008 13:48:46 +0000 michael Using the same probe function in 2 formats is not a good idea. libavformat
Sat, 23 Feb 2008 10:57:38 +0000 nicodvb treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformat
Fri, 04 Jan 2008 23:09:58 +0000 aurel improve CRC API libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 17 Nov 2007 03:14:43 +0000 heydowns When new streams are detected, look for old filters and close them out. libavformat
Sat, 20 Oct 2007 08:29:05 +0000 nicodvb associate to each AVProgram the indexes of the AVStreams contained in it libavformat
Tue, 25 Sep 2007 20:58:37 +0000 nicodvb added structures and code to keep track of pids<->programs mapping: it's needed libavformat
Tue, 25 Sep 2007 20:49:11 +0000 nicodvb replaced custom tracking of programs/services with calls to with av_new_program() libavformat
Sun, 16 Sep 2007 23:00:44 +0000 aurel loosen dependencies over allformats.h libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Fri, 13 Jul 2007 00:49:40 +0000 alex fix compilation with assert libavformat
Sun, 08 Jul 2007 13:42:51 +0000 mru update SectionCallback and PESCallback typedefs to match functions libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Fri, 08 Jun 2007 17:34:37 +0000 michael simplify libavformat
Fri, 08 Jun 2007 17:26:05 +0000 michael remove now unused "global" pcr_pid libavformat
Fri, 08 Jun 2007 17:21:29 +0000 michael proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat
Mon, 04 Jun 2007 22:23:05 +0000 michael partially revert r2931 (Support raw mpegts streams from dvr) libavformat
Mon, 04 Jun 2007 14:54:33 +0000 michael harmless typo libavformat
Mon, 04 Jun 2007 14:53:47 +0000 michael fix indention libavformat