summaryrefslogtreecommitdiffstats
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-14/+14
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-35/+35
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-9/+9
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* add ff_find_stream_indexPeter Ross2010-12-261-4/+4
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-101-6/+12
* Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun2010-07-021-1/+1
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-061-0/+4
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-10/+10
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-061-1/+3
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-061-2/+2
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Avoid _t in gxf enum type namesReimar Döffinger2008-12-131-6/+6
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-111-5/+5
* cosmetics, remove GXF: in log messages since it is present in contextBaptiste Coudurier2008-09-241-15/+15
* skip invalid audio samples in gxf packetsBaptiste Coudurier2008-09-241-5/+18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* 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