ffmpeg | branch: master | Paul B Mahol | Wed Jul 24 11:11:35
2019 +0200| [cc6a1f141762a8967d5fb17b1417900522b7ae9b] | committer: Kieran
Kunhya
avcodec/adxenc: add EOF header
Fixes #8031.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc6a1f141762a8967d5fb17b1417900522b7ae9b
---
ffmpeg | branch: master | vacingfang | Sun Jul 21
21:55:47 2019 +0800| [d83a3117e2f0b17a7742ec16d8fb39cddc272375] | committer:
Jun Zhao
lavf/hls: replace the same code logic with ensure_playlist()
Replace the same code logic with ensure_playlist(), it's will
help reusable blocks of code.
Revi
ffmpeg | branch: master | Jun Zhao | Mon Jul 15
12:24:14 2019 +0800| [606be4cb503a936a5fc5ecdaa0674164a611f701] | committer:
Jun Zhao
lavf/hls: remove redundancy reset_packet() after av_packet_unref()
av_packet_unref have reseted the AVPacket, so don't need to call
reset_packet after that.
Re
ffmpeg | branch: master | Matt Wolenetz | Thu Jul 25
15:54:49 2019 -0700| [052d41377a02f480f8e7135c0f7d418e9a405215] | committer:
Michael Niedermayer
lafv/wavdec: Fail bext parsing on incomplete reads
avio_read can successfully return even when less than the requested
amount of input was read.