log mpegts.c @ 6387:4974b3d4992b libavformat

age author description
Wed, 18 Aug 2010 20:34:31 +0000 aurel rename LAVF_API_* defines to FF_API_* to clarify that it is not public API libavformat
Tue, 17 Aug 2010 19:30:21 +0000 aurel add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API libavformat
Mon, 09 Aug 2010 23:21:08 +0000 aurel get ride of MAX_STREAMS limit in mpegts libavformat
Sat, 24 Jul 2010 08:43:52 +0000 mstorsjo mpegts: Warn if unable to seek back libavformat
Wed, 14 Jul 2010 17:28:40 +0000 reimar Pass the composition and ancillary ID for DVB subtitles via extradata instead libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Tue, 18 May 2010 17:28:07 +0000 bcoudurier In ts demuxer, output pes packet as soon as they are complete. libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Thu, 22 Apr 2010 20:34:30 +0000 bcoudurier Disable LATM AAC in mpegts, this is not supported and produce too many libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 15 Mar 2010 23:14:07 +0000 aurel rename av_program_add_stream_index to ff_program_add_stream_index libavformat
Mon, 08 Mar 2010 23:46:04 +0000 stefano Replace last occurrence of the deprecated match_ext() with libavformat
Mon, 01 Feb 2010 23:30:30 +0000 mru Fix build libavformat
Mon, 01 Feb 2010 23:10:04 +0000 cehoyos Fix warnings about implicit function declaration when compiling rtpdec.c libavformat
Wed, 13 Jan 2010 22:52:22 +0000 bcoudurier remove useless type declarations libavformat
Sun, 08 Nov 2009 03:27:58 +0000 bcoudurier move code to avoid forward declaration libavformat
Sun, 08 Nov 2009 03:17:08 +0000 bcoudurier Let pmt override stream info when encoutered later in the ts file. libavformat
Sat, 07 Nov 2009 23:44:56 +0000 cehoyos Support some LATM AAC streams (they can be decoded with MPlayer). libavformat
Thu, 29 Oct 2009 10:46:16 +0000 cehoyos Support demuxing teletext in DVB streams. libavformat
Sun, 18 Oct 2009 20:11:32 +0000 bcoudurier handle_packets takes number of packets as arg, avoid reading too much libavformat
Sun, 18 Oct 2009 20:08:13 +0000 bcoudurier Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformat
Sat, 10 Oct 2009 21:17:52 +0000 cehoyos Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformat
Mon, 05 Oct 2009 08:38:39 +0000 cehoyos Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformat
Sun, 13 Sep 2009 20:08:47 +0000 bcoudurier ensure pes buffer is set to avoid segv libavformat
Sun, 13 Sep 2009 20:06:49 +0000 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
Sun, 06 Sep 2009 15:59:32 +0000 schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat
Wed, 26 Aug 2009 22:33:48 +0000 schreter Cosmetic changes in read_seek* routines. libavformat
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavformat
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavformat
Mon, 24 Aug 2009 21:42:25 +0000 mru mpegts: change variable-length array to fixed length libavformat
Sat, 22 Aug 2009 16:07:50 +0000 schreter Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat
Thu, 30 Jul 2009 18:29:06 +0000 bcoudurier init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformat
Wed, 29 Jul 2009 02:17:08 +0000 bcoudurier Stop parsing in read_header only after finding pmt, and libavformat
Thu, 25 Jun 2009 19:01:16 +0000 bcoudurier Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformat
Sat, 20 Jun 2009 06:09:30 +0000 bcoudurier add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformat
Tue, 02 Jun 2009 07:53:44 +0000 bcoudurier do not parse full header for private streams libavformat
Tue, 02 Jun 2009 07:30:19 +0000 bcoudurier correctly handle maximum streams limit libavformat
Tue, 02 Jun 2009 07:26:58 +0000 bcoudurier export data from private streams libavformat
Sun, 31 May 2009 08:47:40 +0000 bcoudurier initialize pes state to skip libavformat
Sun, 31 May 2009 04:47:30 +0000 bcoudurier print reg desc in a more friendly way libavformat
Sun, 31 May 2009 04:45:51 +0000 bcoudurier give context to dprintf libavformat
Sun, 31 May 2009 04:41:47 +0000 bcoudurier print registration descriptor in debug libavformat
Sun, 31 May 2009 04:35:05 +0000 bcoudurier 0x7a is E-AC3 descriptor libavformat
Sun, 31 May 2009 04:10:15 +0000 bcoudurier set codec_tag to stream type, so user can deal with it libavformat
Sun, 31 May 2009 04:04:20 +0000 bcoudurier set codec_tag to registration descriptor if present libavformat
Sun, 31 May 2009 03:55:23 +0000 bcoudurier add streams even if they are not present in PMT, fix #1092 and #835 libavformat
Sun, 31 May 2009 03:46:24 +0000 bcoudurier remove no longer needed fake dvbsub stream type libavformat
Sun, 31 May 2009 03:45:45 +0000 bcoudurier reindent libavformat
Sun, 31 May 2009 03:44:03 +0000 bcoudurier remove no longer needed init libavformat
Sun, 31 May 2009 03:40:36 +0000 bcoudurier factorize libavformat
Sun, 31 May 2009 03:35:29 +0000 bcoudurier simplify and merge libavformat
Sun, 31 May 2009 03:12:25 +0000 bcoudurier move new_pes_av_stream to avoid forward declaration libavformat
Sun, 31 May 2009 03:02:12 +0000 bcoudurier remove defines libavformat
Sun, 31 May 2009 02:56:15 +0000 bcoudurier rework stream type and codec identification libavformat
Sun, 31 May 2009 00:33:37 +0000 bcoudurier cosmetics, reindent, remove useless braces, whitespaces libavformat
Sun, 31 May 2009 00:31:47 +0000 bcoudurier export all streams in ts demuxer libavformat
Wed, 27 May 2009 01:29:55 +0000 bcoudurier support AVDISCARD_ALL in mpegts demuxer libavformat
Wed, 27 May 2009 00:56:31 +0000 bcoudurier return error in mpegts_push_data and propagate it libavformat
Wed, 27 May 2009 00:48:39 +0000 bcoudurier 10l, forgot ';', fix compilation libavformat
Wed, 27 May 2009 00:46:20 +0000 bcoudurier check that len is not negative libavformat
Wed, 27 May 2009 00:44:00 +0000 bcoudurier demux whole PES packets from TS libavformat
Tue, 26 May 2009 20:13:03 +0000 bcoudurier move DEBUG define before include to get dprintf libavformat
Sun, 12 Apr 2009 09:04:12 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 08:52:16 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 03:08:46 +0000 bcoudurier replace DEBUG_SI with DEBUG and use dprintf libavformat
Sun, 12 Apr 2009 02:39:16 +0000 bcoudurier Set stream type to ac3 if registration descriptor is present. libavformat
Sun, 12 Apr 2009 02:32:02 +0000 bcoudurier simplify registration descriptor parsing with bytestream get functions libavformat
Sun, 12 Apr 2009 02:19:40 +0000 bcoudurier Ok, ts demuxer is more complicated than I thought libavformat
Sun, 12 Apr 2009 01:37:34 +0000 bcoudurier fix end of buffer check, fix hang_read_header.h264.ts libavformat
Sun, 22 Mar 2009 02:04:28 +0000 bcoudurier avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformat
Sat, 28 Feb 2009 18:35:53 +0000 cehoyos Change TS seeking so it returns position/timestamp of a key frame. libavformat
Tue, 10 Feb 2009 00:25:21 +0000 aurel use new metadata API in mpegts demuxer libavformat
Fri, 06 Feb 2009 20:30:18 +0000 michael Fix minor memory leak. libavformat
Tue, 03 Feb 2009 11:01:57 +0000 michael Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformat
Fri, 23 Jan 2009 22:16:31 +0000 bcoudurier set pts and dts when only pts is present, according to specs libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sat, 13 Dec 2008 00:04:34 +0000 mru mpegts: replace Program_t typedef with "struct Program" libavformat
Wed, 03 Dec 2008 23:04:30 +0000 diego Add necessary header for av_set_program_name and av_program_add_stream_index. libavformat
Wed, 03 Dec 2008 16:47:07 +0000 diego Move declaration of av_set_program_name and av_program_add_stream_index libavformat
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
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
Mon, 04 Jun 2007 14:44:52 +0000 michael remove duplicate PAT scaning code and actual PAT scan libavformat
Mon, 04 Jun 2007 14:20:07 +0000 michael unused variables libavformat
Mon, 04 Jun 2007 14:17:43 +0000 michael dont rescan for information on each pid, but rather do it just once by libavformat
Mon, 04 Jun 2007 14:11:54 +0000 michael move structs and enums to top of file so they can be used libavformat
Mon, 04 Jun 2007 13:57:00 +0000 michael passing MpegTSFilter to the filters instead of a random void *opaque libavformat
Mon, 04 Jun 2007 12:19:38 +0000 michael do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat
Mon, 04 Jun 2007 11:46:59 +0000 michael make new_service() update existing info sanely libavformat