[FFmpeg-cvslog] avformat/matroskadec: Remove redundant initialization

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:53 2019 +0200| [f3ca3e7f19c86563c2d3bca82962567396b1cc13] | committer: James Almer avformat/matroskadec: Remove redundant initialization Every new element of an EbmlList is zeroed initially in ebml_parse_elem, so that in particula

[FFmpeg-cvslog] avformat/matroskadec: Get rid of cluster size field assumption

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:49 2019 +0200| [36aceb6174a6a1c40014001ff73c4c30012b569d] | committer: James Almer avformat/matroskadec: Get rid of cluster size field assumption The earlier code relied on the length of clusters always being coded on eight bytes

[FFmpeg-cvslog] avformat/matroskadec: Set offset of first cluster

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:51 2019 +0200| [43c3cebbd4c09dd4d2f9122b38f23eddfe7cadbe] | committer: James Almer avformat/matroskadec: Set offset of first cluster By default, the data_offset member of the AVFormatInternal of the AVFormatContext associated with

[FFmpeg-cvslog] avformat/matroskadec: Don't keep old blocks

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:59 2019 +0200| [ffa64a4db8ba37face9508caee0cf25efff70c4a] | committer: James Almer avformat/matroskadec: Don't keep old blocks Before this commit, the Matroska muxer would read a block when required to do so, parse the block, crea

[FFmpeg-cvslog] avformat/matroskadec: Remove non-incremental parsing of clusters

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:58 2019 +0200| [70baf729b536be532ef1de9a28b584f19e62eeeb] | committer: James Almer avformat/matroskadec: Remove non-incremental parsing of clusters When the new incremental parser was introduced, the old parser was kept, because t

[FFmpeg-cvslog] avformat/matroskadec: Use generic size check for signed integers

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:50 2019 +0200| [e5ec1318562cba507171e4af74da65d2d45764dd] | committer: James Almer avformat/matroskadec: Use generic size check for signed integers and drop the redundant checks contained in ebml_read_uint and ebml_read_sint. Sig

[FFmpeg-cvslog] avformat/matroskadec: Don't copy attached pictures

2019-06-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 17 00:29:52 2019 +0200| [07d4056052081b0157cf529dc2708834f8df9885] | committer: James Almer avformat/matroskadec: Don't copy attached pictures This commit replaces copying attached pictures by using references to the already existing buffe

[FFmpeg-cvslog] avformat/hlsenc: better checking var_stream_map content

2019-06-22 Thread Bela Bodecs
ffmpeg | branch: master | Bela Bodecs | Wed Jun 19 10:25:36 2019 +0200| [1beeb3b877d00385c80b1750b45fa4f5e2d96301] | committer: Steven Liu avformat/hlsenc: better checking var_stream_map content When multiple variant streams are specified by var_stream_map option, implementation assumes that e