44 Commits (dec112691561bddaea07e0ad455a71bf29ade60d)

Author SHA1 Message Date
Alex Converse 73c44cb286 oggparsevorbis: Add some sanity checks to header packet ordering/presence. 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 15 years ago
David Conrad 8730fad595 oggdec: Parse ogm chapters 15 years ago
David Conrad 533c30fced Const correctness for vorbis_comment 15 years ago
David Conrad b53cde48bd oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
David Conrad e4d2d8c5d7 Add ff_ prefix to vorbis_comment 15 years ago
David Conrad 2ac41150c0 oggdec: Fix memory leak in setting up vorbis headers 15 years ago
David Conrad 8f8320d7c3 oggdec: Don't use ogg_stream's seq for vorbis or speex headers 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Justin Ruggles 961057decd Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment 15 years ago
Reimar Döffinger 98422c44cf Fix possible buffer over-read in vorbis_comment, fix it double to be sure. 15 years ago
Reimar Döffinger 7d507ceb79 Correctly print number of remaining bytes in oggparsevorbis instead of always 15 years ago
Justin Ruggles d7bb185f99 Add a VorbisComment metadata conversion table and use it in the FLAC and 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Justin Ruggles e3b446498a use av_malloc() in vorbis_comment() 16 years ago
Aurelien Jacobs bf6c32fe50 use new metadata API in ogg/vorbis demuxer 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Måns Rullgård 77be08eeb1 OGG: untypedef demuxer structs 16 years ago
Reimar Döffinger 547ea47d4f Add ff_ prefix to ogg_codec_t structs 16 years ago
Reimar Döffinger cd34bc7617 Make ogg_codec_t descriptions const 16 years ago
Siarhei Siamashka 589790c294 OGG: Add padding at end of Vorbis headers 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier 47a0513b0c const 17 years ago
Diego Biurrun a0ddef24ce Rename ogg2.[ch] to oggdec.[ch]. 17 years ago
Måns Rullgård 972c5f9e10 simply buffer checks in vorbis_comment() 17 years ago
Måns Rullgård 0a770ae7b4 use bytestream_get_* in vorbis_comment() 17 years ago
Måns Rullgård 736e63edc8 check values more thoroughly in vorbis_header() 17 years ago
Måns Rullgård 739587bf04 use bytestream_get_* in vorbis_header() 17 years ago
Måns Rullgård f5475e1b38 fix buffer overread with invalid Vorbis header 17 years ago
Måns Rullgård 62f2c069b8 remove duplicate Vorbis comment tag handling 17 years ago
Måns Rullgård 19f4cecafa warnings-- 18 years ago
Måns Rullgård 4bd684bc2f whitespace cosmetics 18 years ago
Måns Rullgård 1eb1f6fdb8 use AV_RL32 18 years ago
Måns Rullgård d66c30adec use more Vorbis metadata tags 18 years ago
Måns Rullgård d367783979 replace strncpy with av_strlcpy 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Måns Rullgård 3644cb8ff9 set stream time_base properly 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Måns Rullgård ad2b531d3f change extradata format for vorbis 20 years ago
Måns Rullgård 056f6179f0 s/u_char/uint8_t/ 20 years ago
Måns Rullgård 9146ca3700 Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, 20 years ago