72 Commits (6c9a9dd25a7da62145ec30ac2d3d59419ea3f450)

Author SHA1 Message Date
Michael Niedermayer 02ecda4aba avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE 7 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 2cef81a87c ogg: Convert to the new bitstream reader 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Andreas Cadhalpun c112be25f7 oggparsedaala: reject too large gpshift 9 years ago
Michael Niedermayer 0c1d62ab9d avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positive) before use 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 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
Michael Niedermayer 4511531582 avformat/oggparsetheora: zero extradata padding area 11 years ago
Anton Khirnov ce6949d3a0 oggparsetheora: stop using deprecated avcodec_set_dimensions 11 years ago
Anton Khirnov 4f2d8968c0 oggparsetheora: check av_mallocz result 11 years ago
Anton Khirnov 5e5fb21877 oggparsetheora: return meaningful error codes 11 years ago
Anton Khirnov d4c12b8be4 oggparsetheora: K&R cosmetics, reformat 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Giorgio Vazzana 39403c6c1b oggparsetheora: fix comment header parsing 12 years ago
Giorgio Vazzana db4bb4c983 oggparsetheora: fix comment header parsing 12 years ago
Michael Niedermayer d9d56712e9 oggparsetheora: print error when failing on unknown header 12 years ago
Luca Barbato 7751e4693d ogg: check that the expected number of headers had been parsed 12 years ago
Luca Barbato 0336dea2ef oggparsetheora: make it more robust 12 years ago
Michael Niedermayer bb146bb57b ogg: prevent NULL pointer deference in theora gptopts 12 years ago
Michael Niedermayer bb7073921c oggparsetheora: fix metadata parsing 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer b18c9f1eb0 oggtheora: Port changes from oggvorbis timestamp handling. 13 years ago
Michael Niedermayer 231d32c8d7 oggtheora: Fix initial pts 13 years ago
Michael Niedermayer f927c5b753 vorbisdemux: Check private context in theoras gtopts. 13 years ago
Anton Khirnov 1bb3990b56 ogg: don't set codec timebase 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 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 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 8b6bdb6cf3 oggdec: Parse theora headers since ogg might not mark keyframes 15 years ago
David Conrad 2d4970d88d oggdec: Set dts when known 15 years ago
Reimar Döffinger 11d058b7b3 Replace invalid Theora frame rate by 25 FPS. 16 years ago
David Conrad 12d7c0793b Ensure that the extradata buffer is padded appripriately in the ogg demuxer. 16 years ago
David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Måns Rullgård e3b07e1a74 OGG: correct PTS with old theora streams 16 years ago
Måns Rullgård 77be08eeb1 OGG: untypedef demuxer structs 16 years ago
David Conrad a0ce2d1bbc Cosmetics: indentation 16 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 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
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Måns Rullgård e1a794b272 set PKT_FLAG_KEY for Theora and OGM streams 17 years ago