| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -3/+3 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | avformat/oggdec: fix leak in ogg_restore() | Michael Niedermayer | 2017-03-02 | 1 | -1/+5 |
* | | avformat/oggdec: Factor free_stream out | Michael Niedermayer | 2017-03-02 | 1 | -7/+16 |
* | | avformat/oggdec: remove unused parameter of ogg_restore() | Michael Niedermayer | 2017-03-02 | 1 | -8/+5 |
* | | avformat/oggdec: Skip streams in duration correction that did not had their d... | Michael Niedermayer | 2016-12-09 | 1 | -0/+2 |
* | | libavformat/oggdec: Free stream private when header parsing fails. | Chris Cunningham | 2016-05-11 | 1 | -0/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -2/+2 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | lavf: add oggparsedaala and bump micro | Rostislav Pehlivanov | 2015-10-21 | 1 | -0/+1 |
* | | avformat/oggdec: ogg_read_seek: reset ogg after seeking | Michael Niedermayer | 2015-07-29 | 1 | -0/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -5/+5 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | | avformat/oggdec: Check buf before copying data in to it | Michael Niedermayer | 2015-07-13 | 1 | -2/+10 |
* | | Merge commit '656e31ed8728b0c095d037dc9764fc8137c87200' | Michael Niedermayer | 2015-04-20 | 1 | -3/+6 |
|\| |
|
| * | ogg: Forward errors further | Luca Barbato | 2015-04-20 | 1 | -5/+14 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -3/+3 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
| * | oggdec: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+5 |
* | | avformat/oggdec: Check for ost allocation failure | Michael Niedermayer | 2015-02-22 | 1 | -2/+12 |
* | | avformat/oggdec: Check for av_malloc() failure and forward the error code | Michael Niedermayer | 2015-02-22 | 1 | -2/+8 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -5/+5 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -3/+3 |
| * | oggdec: add support for VP8 demuxing | James Almer | 2014-12-18 | 1 | -0/+1 |
* | | oggdec: fix invalid free on error | wm4 | 2014-08-30 | 1 | -1/+0 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -2/+2 |
|\| |
|
| * | oggdec: add support for Opus in Ogg demuxing | Nicolas George | 2013-10-12 | 1 | -0/+1 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Fix dont and doesnt typos | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | avformat/oggdec: reset nstreams in close | Schenk, Michael | 2014-04-07 | 1 | -0/+3 |
* | | avformat/oggdec/ogg_read_packet(): factorize failure code path | Michael Niedermayer | 2014-04-06 | 1 | -10/+9 |
* | | avformat/oggdec: check for av_packet_new_side_data() failure | Michael Niedermayer | 2014-04-06 | 1 | -0/+5 |
* | | oggdec: validate VP8 keyframes | James Almer | 2014-02-24 | 1 | -2/+10 |
* | | ogg: allow streams to update metadata | Ben Boeckel | 2014-02-05 | 1 | -0/+14 |
* | | avformat/oggdec: dont read timestamps from EOS pages of ogm videos | Michael Niedermayer | 2014-01-04 | 1 | -0/+5 |
* | | oggdec: add support for VP8 demuxing | James Almer | 2013-12-30 | 1 | -0/+1 |
* | | avformat/oggdec: reset end_trimming when it has been used, so it cannot be us... | Michael Niedermayer | 2013-12-12 | 1 | -0/+1 |
* | | avformat/oggdec: reset end_trimming in ogg_reset() | Dale Curtis | 2013-12-12 | 1 | -0/+1 |
* | | avformat/oggdec: favor av_freep() over av_free() | Michael Niedermayer | 2013-10-19 | 1 | -4/+4 |
* | | lavf/ogg: Support for end trimming Opus | Vignesh Venkatasubramanian | 2013-09-16 | 1 | -0/+13 |
* | | Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa' | Michael Niedermayer | 2013-09-11 | 1 | -10/+6 |
|\| |
|
| * | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -10/+6 |
| * | ogg: Fix potential infinite discard loop | Reimar Döffinger | 2013-08-19 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-02 | 1 | -1/+1 |
|\| |
|
| * | oggdec: do not fall back on binary search in the generic code. | Anton Khirnov | 2013-07-02 | 1 | -1/+1 |
* | | Merge commit 'f963f701d90bd7bb03e39aab4e59bd137084e082' | Michael Niedermayer | 2013-06-23 | 1 | -1/+6 |
|\| |
|
| * | ogg: relax demuxer conformance checks | Luca Barbato | 2013-06-22 | 1 | -2/+5 |
* | | oggdec: Support byte based seeking | Michael Niedermayer | 2013-04-04 | 1 | -0/+5 |