62 Commits (ea980d4162cf783c3ed9978c6e12b9908f5b039b)

Author SHA1 Message Date
Andreas Rheinhardt 82d61a9ce3 avformat: Don't free old extradata before ff_alloc/get_extradata 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Chris Cunningham bb11584924 avformat/oggparseogm: sync avctx w/ codecpar 5 years ago
Michael Niedermayer 3e7c847aaf avformat/oggparseogm: Check lb against psize 7 years ago
Michael Niedermayer 010b7b30b7 avformat/oggparseogm: Fix undefined shift in ogm_packet() 7 years ago
Carl Eugen Hoyos ed03fad2cc lavf/oggparseogm: Remove an unneeded include. 7 years ago
Carl Eugen Hoyos e8f7171a34 lavf/oggparseogm: Remove an unneeded assert. 7 years ago
Dale Curtis 96e3407608 Free extradata before reallocating. 7 years ago
Michael Niedermayer 9eff4b0d2b avformat/oggparseogm: Check ff_alloc_extradata() for failure 8 years ago
Michael Niedermayer 170d864d2c avformat/oggparseogm: Check available data before reading global header 8 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Michael Niedermayer a7af002b5f avformat/oggparseogm: Enable parser for mpeg4 9 years ago
Andrew Stone db68ef898a ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
Anton Khirnov 23f741f793 matroskadec: parse the channel layout mask for FLAC 11 years ago
Anton Khirnov 75647dea6f oggparseogm: check timing variables 11 years ago
Michael Niedermayer 0875a9e4fc avformat/oggparseogm: check input size before reading t 11 years ago
Michael Niedermayer 6359872877 avformat/oggparseogm: check input size before reading parameters 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö 19b9659f31 oggparseogm: Convert to use bytestream2 11 years ago
Luca Barbato 7751e4693d ogg: check that the expected number of headers had been parsed 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 9ed388f598 ogm: Fix division by 0 13 years ago
Michael Niedermayer f0b4a505d8 oggparseogm: fix order of arguments of avpriv_set_pts_info(). 13 years ago
Michael Niedermayer 12c65efb41 oggparseogm: Fix order or arguments. 13 years ago
Anton Khirnov 1bb3990b56 ogg: don't set codec timebase 13 years ago
Reimar Döffinger 7c8d477299 Make AAC in Ogg (ogm) work. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Reimar Döffinger a351110eea Always use av_set_pts_info to set the stream time base. 14 years ago
Reimar Döffinger 5603df39df Always use av_set_pts_info to set the stream time base. 14 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
David Conrad 3477897e5a oggdec: Set packet duration for ogm streams 15 years ago
David Conrad 2e5085854c oggdec: Cosmetics 15 years ago
David Conrad d8ba748359 oggdec: Read ogm metadata 15 years ago
David Conrad 5e15c7d95b Fix PTS for OGM codecs. 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 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
Justin Ruggles b2677aa2a1 parse audio in ogm demuxer. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Baptiste Coudurier 73965d1b96 const 17 years ago
Reimar Döffinger 2331e31c23 Add support for ogg text subtitles. 17 years ago
Måns Rullgård e1a794b272 set PKT_FLAG_KEY for Theora and OGM streams 17 years ago
Diego Biurrun a0ddef24ce Rename ogg2.[ch] to oggdec.[ch]. 17 years ago
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id() 18 years ago