summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAge
...
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-22
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-08
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-02
* Minor resync optimizationReimar Döffinger2006-08-02
* do not set unneeded fourccBaptiste Coudurier2006-08-02
* Support for seeking, both with and without index and correct timestampsReimar Döffinger2006-08-01
* Fix typo in commentReimar Döffinger2006-07-30
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* add GXF demuxerReimar Döffinger2006-07-03