[FFmpeg-cvslog] configure: bump year

2018-01-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jan 1 18:05:55 2018 +0100| [bddf31ba7570325dd2c8d033eae3d0dd74127f96] | committer: Carl Eugen Hoyos configure: bump year Happy new year! > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bddf31ba7570325dd2c8d033eae3d0dd74127f96 ---

[FFmpeg-cvslog] avformat/hlsenc: configurable variant stream index position in filenames

2018-01-01 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Tue Jan 2 10:46:17 2018 +0800| [e872befdb5974bb609e337c895cefbf9bb51187c] | committer: Steven Liu avformat/hlsenc: configurable variant stream index position in filenames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e872befdb5974bb60

[FFmpeg-cvslog] lavc/Makefile: fix opus_parser dependencies

2018-01-01 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Jan 1 19:55:25 2018 +| [fdbd26196702120561a6a9b32928443b04fcbd11] | committer: Rostislav Pehlivanov lavc/Makefile: fix opus_parser dependencies Fix suggested by RiCON. Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/git

[FFmpeg-cvslog] avfilter/af_crystalizer: use outlink instead of inlink

2018-01-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 1 21:53:10 2018 +0100| [9f7dbaad7e36e11237ab76ed5e1932af7dfd2df2] | committer: Paul B Mahol avfilter/af_crystalizer: use outlink instead of inlink Doesn't change anything but is more correct. Signed-off-by: Paul B Mahol > http://git.videolan.

[FFmpeg-cvslog] lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.

2018-01-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Dec 30 14:38:33 2017 +0100| [21b5990da461e4f83cf53994715ed42e22cce9e0] | committer: Carl Eugen Hoyos lavu/mem: Do not realloc in av_fast_realloc() if size == min_size. This can avoid OOM for min_size close to FFmpeg's arbitrary alloc limits. >

[FFmpeg-cvslog] avformat/hlsenc: creation of variant streams in subdirectories

2018-01-01 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Tue Jan 2 10:46:48 2018 +0800| [41e51fbcd9ed3fd3d9e8f98a017b152506a965d2] | committer: Steven Liu avformat/hlsenc: creation of variant streams in subdirectories Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4

[FFmpeg-cvslog] avformat/hlsenc: revamped master playlist url creation logic

2018-01-01 Thread Vishwanath Dixit
ffmpeg | branch: master | Vishwanath Dixit | Tue Jan 2 10:45:28 2018 +0800| [26e1efb04f3864b813c74eaf85fbe1ea352bb7f0] | committer: Steven Liu avformat/hlsenc: revamped master playlist url creation logic > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26e1efb04f3864b813c74eaf85fbe

[FFmpeg-cvslog] lavf/mov: Use av_fast_realloc() in mov_read_stts().

2018-01-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Dec 31 22:30:57 2017 +0100| [1112ba012df38d486694154b03f5007341f43b24] | committer: Carl Eugen Hoyos lavf/mov: Use av_fast_realloc() in mov_read_stts(). Avoids large allocations for short files with invalid stts entry. Fixes bugzilla 1102. > ht