log gxf.c @ 4032:7c85b7921e61 libavformat

age author description
2008-09-24 bcoudurier cosmetics, remove GXF: in log messages since it is present in context libavformat
2008-09-24 bcoudurier skip invalid audio samples in gxf packets libavformat
2008-09-08 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-05-29 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2007-11-21 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
2007-09-19 diego cosmetics: typo libavformat
2007-07-26 aurel replaces hardcoded values by the equivalent enum definitions libavformat
2007-07-19 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
2007-04-15 aurel add an enum for need_parsing libavformat
2007-04-08 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
2007-02-08 reimar Use av_set_pts_info and set some arbitrary timebase fallback libavformat
2007-02-07 reimar set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformat
2007-02-07 reimar 10l, forgot to skip payload description in UMF packet parsing libavformat
2006-11-22 reimar Set CODEC_TYPE_DATA for timecode tracks. libavformat
2006-11-22 reimar Set st->need_parsing = 2 for MPEG-content. libavformat
2006-10-11 diego Rename ABS macro to FFABS. libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-08-08 michael both timestamps are dts, (checked trailer.gxf, spec is unclear) libavformat
2006-08-02 bcoudurier remove unneeded audio fourcc as well libavformat
2006-08-02 reimar Minor resync optimization libavformat
2006-08-02 bcoudurier do not set unneeded fourcc libavformat
2006-08-01 reimar Support for seeking, both with and without index and correct timestamps libavformat
2006-07-30 reimar Fix typo in comment libavformat
2006-07-12 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-09 mru give AVInput/OutputFormat structs consistent names libavformat
2006-07-03 reimar add GXF demuxer libavformat