summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-13
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-24
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-24
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-29
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* cosmetics: typoDiego Biurrun2007-09-19
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-26
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-08
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-07
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-07
* Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger2006-11-22
* 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