| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | oggdec: Set packet duration for ogm streams | David Conrad | 2010-03-13 | 1 | -0/+3 |
* | oggdec: Cosmetics | David Conrad | 2010-03-12 | 1 | -48/+48 |
* | oggdec: Read ogm metadata | David Conrad | 2010-03-12 | 1 | -2/+5 |
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 1 | -4/+8 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -4/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -10/+10 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -4/+4 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -4/+4 |
* | parse audio in ogm demuxer. | Justin Ruggles | 2008-05-26 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -3/+3 |
* | const | Baptiste Coudurier | 2008-02-01 | 1 | -1/+1 |
* | Add support for ogg text subtitles. | Reimar Döffinger | 2008-01-31 | 1 | -0/+11 |
* | set PKT_FLAG_KEY for Theora and OGM streams | Måns Rullgård | 2007-11-11 | 1 | -0/+3 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | ogm: don't use deprecated codec_get_{bmp,wav}_id() | Måns Rullgård | 2007-07-08 | 1 | -4/+4 |
* | use bytestream_get_* and AV_RLxx | Måns Rullgård | 2007-07-07 | 1 | -26/+23 |
* | move common stuff from avienc.c and wav.c to new file riff.c | Måns Rullgård | 2006-07-12 | 1 | -1/+1 |
* | set stream time_base properly | Måns Rullgård | 2006-05-12 | 1 | -1/+6 |
* | ogm demuxing | Måns Rullgård | 2006-05-11 | 1 | -0/+161 |