ffmpeg | branch: master | Lou Logan | Thu Apr 5 10:10:37 2018
-0800| [2f1963eedc0c59413a03bffd45492741020a1666] | committer: Lou Logan
doc/developer: remove merge request method of contributing
This seems to confuse Github users into thinking that we may accept pull
requests. We do not accept
ffmpeg | branch: master | Hendrik Schreiber | Thu Apr 5
13:58:37 2018 +0200| [647fd4b8292e3bfae30b1086aa842a5ee47ee868] | committer:
Michael Niedermayer
swresample/swresample: Fix for seg fault in swr_convert_internal() ->
sum2_float during dithering.
Removed +len1 in call to s->mix_2_1_f()
ffmpeg | branch: master | James Almer | Wed Apr 4 14:12:54
2018 -0300| [a61886650b598c98b7f8b44b3c186e33873913cd] | committer: James Almer
avformat/matroskadec: use refcounted buffers in EbmlBin
Data in EbmlBin objects is never changed after being read from the
input file (save for two specifi
ffmpeg | branch: master | James Almer | Wed Apr 4 18:12:53
2018 -0300| [9703b7d05fc7ab0378808b8d372a9c4a96e97488] | committer: James Almer
avformat/matroskadec: reference the existing data buffer when creating packets
Newly allocated data buffers (wavpack, prores, compressed buffers)
are padde
ffmpeg | branch: master | James Almer | Wed Apr 4 16:07:36
2018 -0300| [b8e75a2a08b678c7c6259a125acd8fa9565b5e42] | committer: James Almer
avformat/matroskadec: factor the prores packet parsing code out
Simplifies code in matroska_parse_frame(). This is in preparation for
the following patch.