summaryrefslogtreecommitdiff
path: root/libavformat/oggparsetheora.c
Commit message (Expand)AuthorAge
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE.Dale Curtis2020-05-31
* Use av_sat_sub64() when updating pts by duration.Dale Curtis2020-05-29
* avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUEMichael Niedermayer2018-03-10
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | oggparsedaala: reject too large gpshiftAndreas Cadhalpun2016-01-02
* | avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer2015-12-04
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer2014-08-14
|\|
| * ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-28
|\|
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* | avformat/oggparsetheora: zero extradata padding areaMichael Niedermayer2013-12-15
* | Merge commit 'ce6949d3a0607eb318dc2872553110df934e9720'Michael Niedermayer2013-11-01
|\|
| * oggparsetheora: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-30
|\|
| * oggparsetheora: check av_mallocz resultAnton Khirnov2013-10-30
* | Merge commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d'Michael Niedermayer2013-10-30
|\|
| * oggparsetheora: return meaningful error codesAnton Khirnov2013-10-30
* | Merge commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68'Michael Niedermayer2013-10-30
|\|
| * oggparsetheora: K&R cosmetics, reformatAnton Khirnov2013-10-30
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-27
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
| * oggparsetheora: fix comment header parsingGiorgio Vazzana2013-01-14
* | oggparsetheora: fix comment header parsingGiorgio Vazzana2012-10-05
* | oggparsetheora: print error when failing on unknown headerMichael Niedermayer2012-09-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-25
|\|
| * oggparsetheora: make it more robustLuca Barbato2012-09-24
| * ogg: prevent NULL pointer deference in theora gptoptsMichael Niedermayer2012-09-24
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* | oggparsetheora: fix metadata parsingMichael Niedermayer2012-08-12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | oggtheora: Port changes from oggvorbis timestamp handling.Michael Niedermayer2012-05-05
* | oggtheora: Fix initial ptsMichael Niedermayer2012-05-04
* | vorbisdemux: Check private context in theoras gtopts.Michael Niedermayer2012-03-23
|/
* ogg: don't set codec timebaseAnton Khirnov2012-03-02
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12