74 Commits (a716006a7d6371a8f124be49d7ce59bcc28f9e53)

Author SHA1 Message Date
Dale Curtis ef0d779706 Fix uninitialized reads on malformed ogg files. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
Laurent Aimar 0e7efb9d23 oggdec: fix out of bound write in the ogg demuxer 13 years ago
Chris Evans 4cc3467e7a oggdec: prevent heap corruption. 14 years ago
Nicolas George 9cec1bbd14 ogg: propagate return values and return more meaningful error values 14 years ago
Reimar Döffinger 0a94020b5b oggdec: Abort Ogg header parsing when encountering a data packet. 14 years ago
Ronald S. Bultje 9ed6cbc3ee ogg: fix double free when finding length of small chained oggs. 14 years ago
Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Clément Bœsch dc713546d4 oggdec: reindent after 8f3eebd6 14 years ago
Michael Niedermayer 52512d0a43 oggdec: use av_freep() instead of av_free() 14 years ago
Clément Bœsch 8f3eebd663 oggdec: simplify audio chained ogg streams support 14 years ago
Clément Bœsch 47dec30edb oggdec: fix demuxing chained audio streams 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov e51975392d avio: deprecate url_fgetc and remove all it uses 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Reimar Döffinger 6bd69e6ada oggdec: Fix incorrect assumption about header/data interleaving 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Aaron Colwell 365d8e471d Ensure that data_offset is set correctly when there are partial 14 years ago
Anton Khirnov 03700d399b Export metadata in the generic format. Deprecate old conversion API. 14 years ago
Eli Friedman 461628c6a8 Fix printf format warnings 15 years ago
Reimar Döffinger f1a0518524 Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many 15 years ago
David Conrad adc725b558 oggdec: Move warning about missing granule to the correct place 15 years ago
David Conrad 44a088eab7 oggdec: Fix duration calculation if the last page in a file has no granule 15 years ago
David Conrad 49c2d29089 oggdec: Remove write-only variable 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 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 81b743eb10 oggdec: Pass packets to header() until the stream is done with them 15 years ago
David Conrad d8b91fae1d oggdec: Seek to keyframes 15 years ago
David Conrad 873d117e4b oggdec: Determine pts and filepos on a packet basis in read_timestamp 15 years ago
David Conrad 6abaa27211 oggdec: Move PTS/DTS calculation to a function 15 years ago
David Conrad 77560b0ef1 oggdec: Fix duration calculation for streams with non-zero start 15 years ago
David Conrad 32ad869284 oggdec: Parse skeleton to determine the start time of each stream 15 years ago
David Conrad dfaed51f04 oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h 15 years ago