| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+3 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -23/+23 |
* | ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. | Andrew Stone | 2014-08-13 | 1 | -1/+1 |
* | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -1/+1 |
* | oggparseogm: check timing variables | Anton Khirnov | 2014-01-06 | 1 | -0/+5 |
* | oggparseogm: Convert to use bytestream2 | Martin Storsjö | 2013-09-17 | 1 | -25/+27 |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -0/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | oggparseogm: fix order of arguments of avpriv_set_pts_info(). | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | ogg: don't set codec timebase | Anton Khirnov | 2012-03-02 | 1 | -5/+2 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+1 |
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 1 | -3/+2 |
* | 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 |