log gxf.c @ 6440:8beba113f242 libavformat

age author description
Sat, 10 Jul 2010 23:42:08 +0000 reimar Check url_fseek results in gxf demuxer. libavformat
Fri, 02 Jul 2010 12:50:19 +0000 diego Fix doxy of flags parameter in fps_umf2avr(). libavformat
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. libavformat
Sun, 06 Jun 2010 10:51:06 +0000 reimar Support AVFMT_FLAG_IGNIDX in gxf demuxer. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sat, 06 Mar 2010 22:25:53 +0000 reimar Set GXF fallback time-base to match the one specified for audio-only. libavformat
Sat, 06 Mar 2010 22:20:33 +0000 reimar GXF time base is always based on "fields" per second even for libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sat, 13 Dec 2008 21:58:17 +0000 reimar Avoid _t in gxf enum type names libavformat
Thu, 11 Dec 2008 10:42:06 +0000 reimar Use "struct gxf_stream_info" instead of "st_info_t", libavformat
Wed, 24 Sep 2008 23:40:55 +0000 bcoudurier cosmetics, remove GXF: in log messages since it is present in context libavformat
Wed, 24 Sep 2008 23:31:04 +0000 bcoudurier skip invalid audio samples in gxf packets libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 15:22:45 +0000 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 19 Sep 2007 21:28:42 +0000 diego cosmetics: typo libavformat
Thu, 26 Jul 2007 13:01:09 +0000 aurel replaces hardcoded values by the equivalent enum definitions libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Thu, 08 Feb 2007 20:54:12 +0000 reimar Use av_set_pts_info and set some arbitrary timebase fallback libavformat
Wed, 07 Feb 2007 23:22:53 +0000 reimar set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformat
Wed, 07 Feb 2007 22:51:42 +0000 reimar 10l, forgot to skip payload description in UMF packet parsing libavformat
Wed, 22 Nov 2006 18:47:05 +0000 reimar Set CODEC_TYPE_DATA for timecode tracks. libavformat
Wed, 22 Nov 2006 18:31:28 +0000 reimar Set st->need_parsing = 2 for MPEG-content. libavformat
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Tue, 08 Aug 2006 18:02:09 +0000 michael both timestamps are dts, (checked trailer.gxf, spec is unclear) libavformat
Wed, 02 Aug 2006 10:37:10 +0000 bcoudurier remove unneeded audio fourcc as well libavformat
Wed, 02 Aug 2006 09:59:10 +0000 reimar Minor resync optimization libavformat
Wed, 02 Aug 2006 08:45:10 +0000 bcoudurier do not set unneeded fourcc libavformat
Tue, 01 Aug 2006 10:19:25 +0000 reimar Support for seeking, both with and without index and correct timestamps libavformat
Sun, 30 Jul 2006 14:44:38 +0000 reimar Fix typo in comment libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Mon, 03 Jul 2006 16:32:57 +0000 reimar add GXF demuxer libavformat