| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | const | Baptiste Coudurier | 2008-02-01 | 1 | -4/+4 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | simply buffer checks in vorbis_comment() | Måns Rullgård | 2007-10-13 | 1 | -10/+6 |
* | use bytestream_get_* in vorbis_comment() | Måns Rullgård | 2007-10-13 | 1 | -6/+3 |
* | check values more thoroughly in vorbis_header() | Måns Rullgård | 2007-10-10 | 1 | -1/+18 |
* | use bytestream_get_* in vorbis_header() | Måns Rullgård | 2007-10-10 | 1 | -4/+5 |
* | fix buffer overread with invalid Vorbis header | Måns Rullgård | 2007-10-10 | 1 | -5/+13 |
* | remove duplicate Vorbis comment tag handling | Måns Rullgård | 2007-10-10 | 1 | -4/+0 |
* | warnings-- | Måns Rullgård | 2007-06-24 | 1 | -1/+1 |
* | whitespace cosmetics | Måns Rullgård | 2007-06-24 | 1 | -24/+24 |
* | use AV_RL32 | Måns Rullgård | 2007-06-24 | 1 | -5/+5 |
* | use more Vorbis metadata tags | Måns Rullgård | 2007-06-24 | 1 | -2/+7 |
* | replace strncpy with av_strlcpy | Måns Rullgård | 2007-06-24 | 1 | -5/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |
* | set stream time_base properly | Måns Rullgård | 2006-05-12 | 1 | -0/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -2/+2 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -7/+7 |
* | change extradata format for vorbis | Måns Rullgård | 2005-05-13 | 1 | -8/+42 |