Age | Commit message (Expand) | Author |
2012-10-07 | gxf: Include the right header for the avpriv_frame_rate_tab declaration | Martin Storsjö |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-07-30 | Improve descriptiveness of a number of codec and container long names | Diego Biurrun |
2012-01-27 | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov |
2011-11-30 | lavf: make av_set_pts_info private. | Anton Khirnov |
2011-10-20 | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov |
2011-10-19 | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-09 | gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps | Tomas Härdin |
2011-06-24 | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov |
2011-03-07 | avio: deprecate url_feof | Anton Khirnov |
2011-03-04 | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov |
2011-03-01 | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov |
2011-03-01 | avio: avio_ prefix for url_fseek | Anton Khirnov |
2011-02-21 | avio: avio_ prefixes for get_* functions | Anton Khirnov |
2011-02-20 | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-12-26 | add ff_find_stream_index | Peter Ross |
2010-07-10 | Check url_fseek results in gxf demuxer. | Reimar Döffinger |
2010-07-02 | Fix doxy of flags parameter in fps_umf2avr(). | Diego Biurrun |
2010-07-02 | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun |
2010-06-06 | Support AVFMT_FLAG_IGNIDX in gxf demuxer. | Reimar Döffinger |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-06 | Set GXF fallback time-base to match the one specified for audio-only. | Reimar Döffinger |
2010-03-06 | GXF time base is always based on "fields" per second even for | Reimar Döffinger |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-12-13 | Avoid _t in gxf enum type names | Reimar Döffinger |
2008-12-11 | Use "struct gxf_stream_info" instead of "st_info_t", | Reimar Döffinger |
2008-09-24 | cosmetics, remove GXF: in log messages since it is present in context | Baptiste Coudurier |
2008-09-24 | skip invalid audio samples in gxf packets | Baptiste Coudurier |
2008-09-08 | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-29 | Check for av_new_stream failure, fixes CID76 RUN2 | Reimar Döffinger |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-09-19 | cosmetics: typo | Diego Biurrun |
2007-07-26 | replaces hardcoded values by the equivalent enum definitions | Aurelien Jacobs |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-04-15 | add an enum for need_parsing | Aurelien Jacobs |
2007-04-08 | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer |
2007-02-08 | Use av_set_pts_info and set some arbitrary timebase fallback | Reimar Döffinger |
2007-02-07 | set pts_wrap_bits to 32 since timestamps in packets are 32 bit | Reimar Döffinger |
2007-02-07 | 10l, forgot to skip payload description in UMF packet parsing | Reimar Döffinger |
2006-11-22 | Set CODEC_TYPE_DATA for timecode tracks. | Reimar Döffinger |
2006-11-22 | Set st->need_parsing = 2 for MPEG-content. | Reimar Döffinger |
2006-10-11 | Rename ABS macro to FFABS. | Diego Biurrun |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-08-08 | both timestamps are dts, (checked trailer.gxf, spec is unclear) | Michael Niedermayer |