summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
Commit message (Collapse)AuthorAge
...
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
| | | | | | Ogg demuxers. Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-12
| | | | Originally committed as revision 17188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-11
| | | | Originally committed as revision 17164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
| | | | Originally committed as revision 15784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
| | | | Originally committed as revision 14951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
| | | | Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-15
| | | | | | Patch by Siarhei Siamashka <siarhei.siamashka gmail com> Originally committed as revision 14249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constBaptiste Coudurier2008-02-01
| | | | Originally committed as revision 11762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
| | | | Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-13
| | | | Originally committed as revision 10725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-13
| | | | Originally committed as revision 10724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
| | | | Originally committed as revision 10707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10
| | | | Originally committed as revision 10706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
| | | | Originally committed as revision 10705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
| | | | Originally committed as revision 10704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warnings--Måns Rullgård2007-06-24
| | | | Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2007-06-24
| | | | Originally committed as revision 9410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RL32Måns Rullgård2007-06-24
| | | | Originally committed as revision 9409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more Vorbis metadata tagsMåns Rullgård2007-06-24
| | | | Originally committed as revision 9408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace strncpy with av_strlcpyMåns Rullgård2007-06-24
| | | | Originally committed as revision 9407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set stream time_base properlyMåns Rullgård2006-05-12
| | | | Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-13
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/u_char/uint8_t/Måns Rullgård2005-04-10
| | | | Originally committed as revision 4121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård2005-04-09
fixups by me. Originally committed as revision 4113 to svn://svn.ffmpeg.org/ffmpeg/trunk