summaryrefslogtreecommitdiff
path: root/libavformat/oggparseopus.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert2016-05-291-1/+1
* avformat/oggparseopus: Check that granule pos is within the supported rangeMichael Niedermayer2016-05-111-0/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-10/+10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'Michael Niedermayer2014-08-141-1/+1
|\ \ | |/
| * ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-131-1/+1
* | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f'Michael Niedermayer2014-05-281-1/+1
|\ \ | |/
| * matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-281-1/+1
* | lavf/oggparseopus: Setting seek_preroll in AVCodecContextVignesh Venkatasubramanian2014-02-051-0/+4
* | avformat/oggparseopus: fix segmented timestampsMark Harris2014-01-041-9/+6
* | avformat/oggparseopus: Check opus_duration() return valueJames Almer2013-12-121-1/+5
* | avformat/oggparseopus: calculate pts/dts for initial packets after seekingMichael Niedermayer2013-12-111-0/+30
* | avformat/oggparseopus: factor opus_duration() outMichael Niedermayer2013-12-111-15/+21
* | lavf: Exporting opus pre_skip in AVCodecContextVignesh Venkatasubramanian2013-11-251-0/+1
* | oggparseopus: use ff_alloc_extradata()James Almer2013-10-141-6/+2
* | avformat/oggparseopus: fix nb_headersMichael Niedermayer2013-10-131-0/+1
* | Merge commit 'ecab1c77410f023b437c6ed3a3281be8f039e574'Michael Niedermayer2013-10-131-22/+29
|\ \ | |/
| * oggdec: add support for Opus in Ogg demuxingNicolas George2013-10-121-0/+142
* lavf/oggopus: Fixing a log messageVignesh Venkatasubramanian2013-09-161-2/+2
* lavf/ogg: Support for end trimming OpusVignesh Venkatasubramanian2013-09-161-0/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* oggdec: add support for Opus codec.Nicolas George2012-07-201-0/+135