summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* gxfdec: set channel layout when applicableJustin Ruggles2012-11-12
* gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö2012-10-18
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-09
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* add ff_find_stream_indexPeter Ross2010-12-26
* Check url_fseek results in gxf demuxer.Reimar Döffinger2010-07-10
* Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun2010-07-02
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-06
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-06
* 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