[FFmpeg-cvslog] lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes

2018-05-29 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Thu May 24 00:07:36 2018 +0300| [d7eb8d84757155c1fb0fe1a8269025e22e9bf0ec] | committer: Michael Niedermayer lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes Generic C implementation of vf_blend performs reads and writes

[FFmpeg-cvslog] libavformat/hlsenc: Remove duplicate close of the output stream.

2020-07-06 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Jul 1 17:59:01 2020 +0300| [93a435dd4baa7335a701296aeb33694390d4a665] | committer: Steven Liu libavformat/hlsenc: Remove duplicate close of the output stream. The result of the first close attempt is ignored and may be lost. By removing it we

[FFmpeg-cvslog] lavf/dashenc: Add DASH segment type auto and make it the default

2018-11-21 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Sat Nov 17 20:40:50 2018 +0300| [322e53f8aebb50cab0c3138c04b950f95fc455e5] | committer: Karthick J lavf/dashenc: Add DASH segment type auto and make it the default This commit restores the ability to create DASH streams with codecs that require

[FFmpeg-cvslog] lavf/dashenc: Fix AVDictionary leaks in case of various init errors.

2018-11-21 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Sat Nov 17 20:40:53 2018 +0300| [d290bb0c540425e937d11ed88e22c68ab97c57eb] | committer: Karthick J lavf/dashenc: Fix AVDictionary leaks in case of various init errors. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/dashenc: Add support for format-specific file extensions.

2018-11-21 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Sat Nov 17 20:40:51 2018 +0300| [281a21ed50849e3c8c0d03005230e9fd07c24370] | committer: Karthick J lavf/dashenc: Add support for format-specific file extensions. The file name template options now support a new "$ext$" placeholder, which i

[FFmpeg-cvslog] lavf/dashenc: Fix segment duration overflow on fine time bases.

2018-11-23 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Tue Nov 20 20:33:52 2018 +0300| [fa08345e882c7b717744419914c6621ef66d0f5b] | committer: Karthick J lavf/dashenc: Fix segment duration overflow on fine time bases. When stream time bases are very fine grained (e.g. nanoseconds), 32-bit segment

[FFmpeg-cvslog] lavf/dashdec: Add webm to the list of allowed extensions.

2018-11-26 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Sat Nov 17 20:40:52 2018 +0300| [1035206102e2b44e2ad6ab6bef0cb4ba708ae36e] | committer: Karthick J lavf/dashdec: Add webm to the list of allowed extensions. This is in coherence with dashenc, which can now generate segments with webm file name

[FFmpeg-cvslog] lavf/dashenc: Don't put non-mp4 streams in HLS manifests.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Nov 28 14:36:08 2018 +0300| [2a5cf8a241e3591015dfc94ecca66ffe5b08e29e] | committer: Karthick J lavf/dashenc: Don't put non-mp4 streams in HLS manifests. The only native HLS implementation in the wild (Safari browser) doesn't support We

[FFmpeg-cvslog] lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Nov 28 14:36:09 2018 +0300| [84c17449ce221c42475403a133e91c7677034c98] | committer: Karthick J lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set. This fixes HLS manifests being left behind if remove_at_exit is set

[FFmpeg-cvslog] lavf/dashenc: Use avpriv_io_delete to delete files.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Fri Nov 30 12:03:45 2018 +0300| [a68a975584462e1cdd1b810956e43025efb6eb04] | committer: Karthick J lavf/dashenc: Use avpriv_io_delete to delete files. This fixes incorrect handling of file pseudo-URIs (i.e. when the filename starts with "

[FFmpeg-cvslog] lavf/dashenc: Write media trailers when DASH trailer is written.

2018-12-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Thu Nov 29 21:28:32 2018 +0300| [e444b3b184f36e3c97bb3489822f6b05ccb848a8] | committer: Karthick J lavf/dashenc: Write media trailers when DASH trailer is written. This commit ensures that all (potentially, long) filesystem activity is performed

[FFmpeg-cvslog] lavf/dashenc: Write media trailers when DASH trailer is written.

2018-12-03 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Mon Dec 3 14:18:31 2018 +0300| [f176d6587bcf7c15c9d9f1acb05d8f970ade57de] | committer: Karthick J lavf/dashenc: Write media trailers when DASH trailer is written. This commit ensures that all (potentially, long) filesystem activity is performed

[FFmpeg-cvslog] configure: Update libmysofa check with a new symbol.

2019-09-02 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Aug 28 23:16:35 2019 +0300| [7ea2710ec4d1b8920017c05fbb23c346e807e0f2] | committer: Paul B Mahol configure: Update libmysofa check with a new symbol. The current code in libavfilter/af_sofalizer.c requires mysofa_neighborhood_init_withstepdefine

[FFmpeg-cvslog] tests: Fix bash errors in lavf_container tests.

2019-09-09 Thread Andrey Semashev
ffmpeg | branch: master | Andrey Semashev | Wed Aug 28 18:32:37 2019 +0300| [6d9d053edbedbb0d9fc0a97141b7524d8658be58] | committer: Michael Niedermayer tests: Fix bash errors in lavf_container tests. Because the lavf_container is sometimes called with only 2 arguments, fate tests produce bash