]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/gxf.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / gxf.c
2008-05-09 diegoUse full path for #includes from another directory.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-19 diegocosmetics: typo
2007-07-26 aurelreplaces hardcoded values by the equivalent enum defini...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-04-15 aureladd an enum for need_parsing
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-02-08 reimarUse av_set_pts_info and set some arbitrary timebase...
2007-02-07 reimarset pts_wrap_bits to 32 since timestamps in packets...
2007-02-07 reimar10l, forgot to skip payload description in UMF packet...
2006-11-22 reimarSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 reimarSet st->need_parsing = 2 for MPEG-content.
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-08 michaelboth timestamps are dts, (checked trailer.gxf, spec...
2006-08-02 bcoudurierremove unneeded audio fourcc as well
2006-08-02 reimarMinor resync optimization
2006-08-02 bcoudurierdo not set unneeded fourcc
2006-08-01 reimarSupport for seeking, both with and without index and...
2006-07-30 reimarFix typo in comment
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-07-03 reimaradd GXF demuxer