| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 1 | -0/+4 |
|\ |
|
| * | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -0/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | 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 |
* | | ogm: Fix division by 0 | Michael Niedermayer | 2012-04-18 | 1 | -1/+1 |
* | | oggparseogm: Fix order or arguments. | Michael Niedermayer | 2012-03-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -5/+2 |
|\| |
|
| * | ogg: don't set codec timebase | Anton Khirnov | 2012-03-02 | 1 | -5/+2 |
* | | Make AAC in Ogg (ogm) work. | Reimar Döffinger | 2012-02-18 | 1 | -3/+18 |
|/ |
|
* | 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 |