summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Expand)AuthorAge
...
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-12
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-11
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* constBaptiste Coudurier2008-02-01
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-13
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-13
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
* warnings--Måns Rullgård2007-06-24
* whitespace cosmeticsMåns Rullgård2007-06-24
* use AV_RL32Måns Rullgård2007-06-24
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
* fix some signedness warningsMåns Rullgård2006-09-27
* set stream time_base properlyMåns Rullgård2006-05-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* change extradata format for vorbisMåns Rullgård2005-05-13
* s/u_char/uint8_t/Måns Rullgård2005-04-10
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-09