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