]> git.sesse.net Git - ffmpeg/history - libavformat/gxf.c
gxf: Add a local copy of the relevant parts of the frame rate table
[ffmpeg] / libavformat / gxf.c
2012-10-18 Martin Storsjögxf: Add a local copy of the relevant parts of the...
2012-10-07 Martin Storsjögxf: Include the right header for the avpriv_frame_rate...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_frame_rate_tab.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-09 Tomas Härdingxf: Fix 25 fps DV material in GXF being misdetected...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-26 Peter Rossadd ff_find_stream_index
2010-07-10 Reimar DöffingerCheck url_fseek results in gxf demuxer.
2010-07-02 Diego BiurrunFix doxy of flags parameter in fps_umf2avr().
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-06 Reimar DöffingerSupport AVFMT_FLAG_IGNIDX in gxf demuxer.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Reimar DöffingerSet GXF fallback time-base to match the one specified...
2010-03-06 Reimar DöffingerGXF time base is always based on "fields" per second...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-13 Reimar DöffingerAvoid _t in gxf enum type names
2008-12-11 Reimar DöffingerUse "struct gxf_stream_info" instead of "st_info_t",
2008-09-24 Baptiste Couduriercosmetics, remove GXF: in log messages since it is...
2008-09-24 Baptiste Coudurierskip invalid audio samples in gxf packets
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Reimar DöffingerCheck for av_new_stream failure, fixes CID76 RUN2
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-19 Diego Biurruncosmetics: typo
2007-07-26 Aurelien Jacobsreplaces hardcoded values by the equivalent enum defini...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-08 Reimar DöffingerUse av_set_pts_info and set some arbitrary timebase...
2007-02-07 Reimar Döffingerset pts_wrap_bits to 32 since timestamps in packets...
2007-02-07 Reimar Döffinger10l, forgot to skip payload description in UMF packet...
2006-11-22 Reimar DöffingerSet CODEC_TYPE_DATA for timecode tracks.
2006-11-22 Reimar DöffingerSet st->need_parsing = 2 for MPEG-content.
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-08 Michael Niedermayerboth timestamps are dts, (checked trailer.gxf, spec...
2006-08-02 Baptiste Coudurierremove unneeded audio fourcc as well
2006-08-02 Reimar DöffingerMinor resync optimization
2006-08-02 Baptiste Coudurierdo not set unneeded fourcc
2006-08-01 Reimar DöffingerSupport for seeking, both with and without index and...
2006-07-30 Reimar DöffingerFix typo in comment
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-03 Reimar Döffingeradd GXF demuxer