summaryrefslogtreecommitdiffstats
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-291-1/+7
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* cosmetics: typoDiego Biurrun2007-09-191-1/+1
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-261-27/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-081-6/+3
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-071-0/+1
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-071-3/+4
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-221-0/+7
* Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger2006-11-221-0/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer2006-08-081-1/+1
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-021-3/+0
* Minor resync optimizationReimar Döffinger2006-08-021-1/+1
* do not set unneeded fourccBaptiste Coudurier2006-08-021-5/+0
* Support for seeking, both with and without index and correct timestampsReimar Döffinger2006-08-011-3/+273
* Fix typo in commentReimar Döffinger2006-07-301-1/+1
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+0
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* add GXF demuxerReimar Döffinger2006-07-031-0/+259
OpenPOWER on IntegriCloud