Commit History

Author SHA1 Message Date
  Michael Niedermayer 46a35959d8 Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' 12 years ago
  Luca Barbato 7751e4693d ogg: check that the expected number of headers had been parsed 12 years ago
  Michael Niedermayer 7a72695c05 Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Michael Niedermayer 18b46a494e oggparsevorbis: fix null ptr dereference 12 years ago
  Carl Eugen Hoyos 84aea80f78 oggparsevorbis.c: Check for OOM when using av_mallocz. 12 years ago
  Michael Niedermayer 45a7b0674d oggvorbis: fix the first 2 packets timestamps matching issue 12 years ago
  Michael Niedermayer 441dce2169 oggvorbis: move handling of first packets ts from parser to muxer. 12 years ago
  Michael Niedermayer fe5c5bccce oggvorbisdec: Apply timestamp calculation always when timestamps arent known. 12 years ago
  Michael Niedermayer 1f95ad48ff oggvorbisdec: redesign special handling of first frames timestamp. 12 years ago
  Michael Niedermayer 63eb01d9c1 oggvorbis: Try to fix pts off by 1 issue. 12 years ago
  Michael Niedermayer ca4a3f4a08 oggparsevorbis: Remove code messing with cur_dts. 12 years ago
  Justin Ruggles f63412fc74 oggdec: output correct timestamps for Vorbis 12 years ago
  Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 12 years ago
  Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
  Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 13 years ago
  Anton Khirnov 19711af5cd lavf: move internal functions from avformat.h to internal.h 13 years ago
  Reimar Döffinger a351110eea Always use av_set_pts_info to set the stream time base. 13 years ago
  Reimar Döffinger 8cb3c557a9 Ogg: discard non-essential metadata from Vorbis header when creating extradata 13 years ago
  Reimar Döffinger ce20edb7bd Vorbis-in-Ogg: Do not set timebase to invalid values 13 years ago
  Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago
  Martin Storsjö fb66c31da4 Fix building, include the header instead of the source file 14 years ago
  Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
  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 14 years ago
  James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 14 years ago
  David Conrad 8730fad595 oggdec: Parse ogm chapters 14 years ago
  David Conrad 533c30fced Const correctness for vorbis_comment 14 years ago
  David Conrad b53cde48bd oggdec: Metadata is per-stream; don't merge multiple streams' together 14 years ago
  David Conrad e4d2d8c5d7 Add ff_ prefix to vorbis_comment 14 years ago
  David Conrad 2ac41150c0 oggdec: Fix memory leak in setting up vorbis headers 14 years ago
  David Conrad 8f8320d7c3 oggdec: Don't use ogg_stream's seq for vorbis or speex headers 14 years ago
  Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 14 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 15 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 15 years ago
  Justin Ruggles e3b446498a use av_malloc() in vorbis_comment() 15 years ago
  Aurelien Jacobs bf6c32fe50 use new metadata API in ogg/vorbis demuxer 15 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 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Baptiste Coudurier 47a0513b0c const 16 years ago
  Diego Biurrun a0ddef24ce Rename ogg2.[ch] to oggdec.[ch]. 17 years ago