| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -5/+6 |
* | avformat/oggdec: Use av_realloc_array() | Andreas Rheinhardt | 2021-08-12 | 1 | -3/+2 |
* | avformat/oggdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -9/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/oggdec: Disable mid stream codec changes | Michael Niedermayer | 2020-06-14 | 1 | -2/+3 |
* | avformat/oggdec: Do not hardcode arbitrary and sometimes unavailable size | Michael Niedermayer | 2020-06-07 | 1 | -3/+3 |
* | avformat/oggdec: Initialize return value from ogg_read_page() and check it ev... | Michael Niedermayer | 2020-06-07 | 1 | -1/+3 |
* | avformat/oggdec: Avoid duplicating buffer when adding side-data | Andreas Rheinhardt | 2020-05-28 | 1 | -7/+5 |
* | oggdec: remove the oggparsedaala subdemuxer | Lynne | 2020-05-23 | 1 | -1/+0 |
* | avformat/oggdec: Reallocate buffer before writing into it | Michael Niedermayer | 2020-05-01 | 1 | -0/+6 |
* | avformat/oggdec: Factor buffer reallocation out | Michael Niedermayer | 2020-05-01 | 1 | -8/+17 |
* | oggdec: add support for proper demuxing of chained Opus files and streams | Lynne | 2020-04-30 | 1 | -20/+25 |
* | oggdec: use ffio_ensure_seekback() to seek back on incorrect data | Lynne | 2020-04-30 | 1 | -41/+27 |
* | oggdec: verify page checksum | Lynne | 2020-04-30 | 1 | -12/+34 |
* | oggdec: eliminate copies and extra buffers | Lynne | 2020-04-30 | 1 | -69/+58 |
* | avformat/oggdec: Check for EOF after page header | Michael Niedermayer | 2020-04-12 | 1 | -0/+3 |
* | libavformat/oggdec.c: Check return value from avio_read() | John Rummell | 2020-04-01 | 1 | -1/+2 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -5/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/oggdec: Fix metadata memleak on multiple headers | Michael Niedermayer | 2018-03-07 | 1 | -1/+4 |
* | avformat/oggdec: Respect AVERROR codes returned by ogg parsers. | Dale Curtis | 2017-12-02 | 1 | -3/+11 |
* | Close ogg stream upon error when using AV_EF_EXPLODE. | Dale Curtis | 2017-11-21 | 1 | -1/+3 |
* | 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 |
|\| |
|