| Commit message (Expand) | Author | Age | Files | Lines |
* | oggparsevorbis: fail on memory allocation error | Vittorio Giovara | 2013-10-12 | 1 | -3/+1 |
* | oggvorbisdec: add support for embedded cover art | James Almer | 2013-10-12 | 1 | -1/+27 |
* | oggparsevorbis: check allocations | Vittorio Giovara | 2013-10-12 | 1 | -3/+7 |
* | oggparsevorbis: support official chapter extension | James Almer | 2013-10-12 | 1 | -3/+3 |
* | oggparsevorbis: return meaningful errors | Vittorio Giovara | 2013-10-05 | 1 | -11/+11 |
* | oggparsevorbis: K&R formatting cosmetics | Vittorio Giovara | 2013-10-03 | 1 | -78/+82 |
* | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -3/+6 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -2/+3 |
* | ogg: Always alloc the private context in vorbis_header | Luca Barbato | 2013-08-13 | 1 | -3/+3 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+1 |
* | oggdec: fix faulty cleanup prototype | Luca Barbato | 2013-01-09 | 1 | -1/+1 |
* | oggdec: make sure the private parse data is cleaned up | Luca Barbato | 2013-01-06 | 1 | -0/+11 |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | oggdec: output correct timestamps for Vorbis | Justin Ruggles | 2012-03-20 | 1 | -2/+81 |
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -0/+1 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -6/+7 |
* | lavf: move internal functions from avformat.h to internal.h | Anton Khirnov | 2011-02-06 | 1 | -0/+1 |
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 1 | -2/+1 |
* | Ogg: discard non-essential metadata from Vorbis header when creating extradata | Reimar Döffinger | 2011-01-31 | 1 | -2/+10 |
* | Vorbis-in-Ogg: Do not set timebase to invalid values | Reimar Döffinger | 2011-01-29 | 1 | -3/+7 |
* | add ff_ prefix to metadata_conv() | Anton Khirnov | 2010-10-16 | 1 | -1/+1 |
* | Fix building, include the header instead of the source file | Martin Storsjö | 2010-10-16 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -0/+3 |
* | oggparsevorbis: Add some sanity checks to header packet ordering/presence. | Alex Converse | 2010-08-07 | 1 | -0/+6 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -11/+0 |
* | oggdec: Parse ogm chapters | David Conrad | 2010-03-12 | 1 | -1/+36 |
* | Const correctness for vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 1 | -3/+3 |
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 1 | -2/+2 |
* | oggdec: Fix memory leak in setting up vorbis headers | David Conrad | 2010-03-11 | 1 | -0/+1 |
* | oggdec: Don't use ogg_stream's seq for vorbis or speex headers | David Conrad | 2010-03-11 | 1 | -7/+8 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 1 | -2/+1 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 1 | -4/+3 |
* | Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment | Justin Ruggles | 2009-10-17 | 1 | -3/+0 |
* | Fix possible buffer over-read in vorbis_comment, fix it double to be sure. | Reimar Döffinger | 2009-09-24 | 1 | -4/+5 |
* | Correctly print number of remaining bytes in oggparsevorbis instead of always | Reimar Döffinger | 2009-09-23 | 1 | -1/+1 |
* | Add a VorbisComment metadata conversion table and use it in the FLAC and | Justin Ruggles | 2009-06-13 | 1 | -0/+15 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | use av_malloc() in vorbis_comment() | Justin Ruggles | 2009-02-12 | 1 | -2/+13 |
* | use new metadata API in ogg/vorbis demuxer | Aurelien Jacobs | 2009-02-11 | 1 | -15/+1 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -8/+8 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | OGG: Add padding at end of Vorbis headers | Siarhei Siamashka | 2008-07-15 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -4/+4 |