Age | Commit message (Expand) | Author |
2011-08-17 | rmdec: parse FPS in RealMedia properly | Kostya Shishkov |
2011-08-17 | Use parsers for RealVideo 3/4 to determine correct PTS | Kostya Shishkov |
2011-08-17 | rmdec: correct DTS calculation in RealMedia container. | Kostya Shishkov |
2011-08-15 | Remove redundant and dubious video codec detection by its extradata | Kostya Shishkov |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-17 | rmdec: remove useless ap parameter from rm_read_header_old() | Anton Khirnov |
2011-06-08 | Remove all uses of now deprecated metadata functions. | Anton Khirnov |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-04-29 | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun |
2011-04-03 | avio: introduce an AVIOContext.seekable field | Anton Khirnov |
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-06-06 | Do not read the RM index when input is streamed (since it requires seeking | Reimar Döffinger |
2010-05-28 | Move rm_codec_tags to rm.c so muxer/demuxer can share it. | Francesco Lavra |
2010-05-25 | We're using generic tag-to-ID functions, so specific codec_id assignments | Zhou Zongyi |
2010-04-25 | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini |
2010-04-03 | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini |
2010-04-02 | Another uninitialized value. | Ronald S. Bultje |
2010-04-02 | Fix uninitialized value in codepath. | Ronald S. Bultje |
2010-04-02 | Remove dead initialization. | Ronald S. Bultje |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-12 | export rm_reorder_sipr_data() for future use by matroska demuxer | Aurelien Jacobs |
2010-03-12 | export sipr_subpk_size for future use by matroska demuxer | Aurelien Jacobs |
2010-01-23 | Print a warning when DATA chunk is encountered in the middle of chunk. | Ronald S. Bultje |
2010-01-08 | Use the correct ByteIOContext in extradata parsing.Fixes half of issue | Ronald S. Bultje |
2009-12-13 | Get rid of useless casts. | Michael Niedermayer |
2009-12-13 | Print extradata in case of failure. I had this in my local tree and it | Michael Niedermayer |
2009-12-13 | Use constant CODEC_ID_NONE instead of 0 where appropriate. | Carl Eugen Hoyos |
2009-12-13 | Factor out extradata reading code. | Kostya Shishkov |
2009-12-13 | RM audio stream version should be 16-bit followed by header size or reserved | Kostya Shishkov |
2009-12-13 | Make RM demuxer look more like proper demuxer by introducing codec tags | Kostya Shishkov |
2009-12-13 | Factor out variable declaration | Kostya Shishkov |
2009-09-13 | When resetting vst->pkt.data to NULL, also set vst->slices. | Reimar Döffinger |
2009-07-30 | Remove old_flags variable, which is a duplicate of the flags variable. | Ronald S. Bultje |
2009-07-30 | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje |
2009-04-17 | Move declarations in sync() closer to where they are used. | Michael Niedermayer |
2009-03-22 | Add a @todo with a comment from Kostya so we don't forget to optimize that at | Ronald S. Bultje |
2009-03-21 | Don't allow to sync on packets of zero-size length, since these are never | Ronald S. Bultje |
2009-03-21 | Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length | Ronald S. Bultje |
2009-03-20 | Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec | Ronald S. Bultje |
2009-03-16 | rmdec: fix crash at end of file | Måns Rullgård |
2009-03-16 | More reindent, forgotten in previous commit. | Ronald S. Bultje |