| Commit message (Expand) | Author | Age | Files | Lines |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -2/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | oggdec: calculate correct timestamps in Ogg/FLAC | Justin Ruggles | 2012-03-27 | 1 | -0/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 1 | -2/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | use function and definitions from libavcodec/flac.h in oggparseflac.c | Justin Ruggles | 2009-01-25 | 1 | -9/+8 |
* | oggflac: fix bitstream reader usage | Måns Rullgård | 2008-12-14 | 1 | -5/+5 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -4/+4 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | add support for old flac in ogg | Michael Niedermayer | 2007-08-12 | 1 | -0/+16 |
* | use get_bits_long() where needed | Aurelien Jacobs | 2007-06-14 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | set stream time_base properly | Måns Rullgård | 2006-05-12 | 1 | -0/+3 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -3/+3 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -7/+7 |
* | flac in ogg support | Måns Rullgård | 2005-05-11 | 1 | -0/+77 |