[FFmpeg-cvslog] movenc: Add an API unit test for fragmenting options/calls

2015-11-16 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 6 00:12:11 2015 +0200| [59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead] | committer: Martin Storsjö movenc: Add an API unit test for fragmenting options/calls Contrary to the normal fate tests that run via avconv, this tests

[FFmpeg-cvslog] Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead'

2015-11-16 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Mon Nov 16 16:18:42 2015 +| [61344c04ca89a3eeea473dd0855a47f770a3c67b] | committer: Derek Buitenhuis Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead' All diferences in unit tests have been acounted for. *

[FFmpeg-cvslog] avformat/mov: remove redundant assignment

2015-11-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 15 20:58:46 2015 -0500| [8adff79b6d30d1ae2cb9cf906e1d7fcd759cd638] | committer: Ganesh Ajjanagadde avformat/mov: remove redundant assignment This is possibly undefined behavior based on sequence point rules, but I

[FFmpeg-cvslog] avformat/mov: fix memory leak

2015-11-16 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Sun Nov 15 20:12:20 2015 -0500| [f0197e1637bbe9d508f54dabb58a9081e8f36ef3] | committer: Ganesh Ajjanagadde avformat/mov: fix memory leak Fixes: CID 1338328. Reviewed-by: Paul B Mahol Signed-off-by:

[FFmpeg-cvslog] fate: fix concat demuxer extended test portability

2015-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 16 13:19:40 2015 +0100| [bcac6416b8f5384b4c143f8f970dd9e23dacd132] | committer: Marton Balint fate: fix concat demuxer extended test portability Sed \r is not portable, it does not work on freebsd, hopefully tr -d will.

[FFmpeg-cvslog] avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases

2015-11-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 16 18:34:44 2015 +0100| [a62178be80dd6a643973f62002fc0ed42495c358] | committer: Michael Niedermayer avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases Fixes assertion failure Fixes:

[FFmpeg-cvslog] avformat/movenc-test: fix copyright header

2015-11-16 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 16 20:54:30 2015 -0300| [9e3b39ed691d4d1e5f769ce5002f52256c58535f] | committer: James Almer avformat/movenc-test: fix copyright header Signed-off-by: James Almer >

[FFmpeg-cvslog] avcodec/internal: Fix skiped typo

2015-11-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 16 19:36:57 2015 +0100| [bf6d41d8a233368a2ef7b56cbb762db95c799e2a] | committer: Michael Niedermayer avcodec/internal: Fix skiped typo Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] fate: fix concat demuxer extended tests on windows

2015-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 16 01:25:19 2015 +0100| [c9944f75961038e0631efa6d3637b9438c6d6238] | committer: Hendrik Leppkes fate: fix concat demuxer extended tests on windows Line endings do matter to md5sum... Signed-off-by: Marton Balint

[FFmpeg-cvslog] fate: fix concat demuxer tests on msys/cygwin by using relative paths

2015-11-16 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 16 01:25:18 2015 +0100| [9bd4f26b55c5c98fb47157ea62300f3dc293] | committer: Hendrik Leppkes fate: fix concat demuxer tests on msys/cygwin by using relative paths Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/aviobuf: Simplify avio_read() and avio_seek()

2015-11-16 Thread Bryan Huh
ffmpeg | branch: master | Bryan Huh | Sun Nov 15 18:02:11 2015 -0800| [a01ba7f579f47b2ba22ca11d3e9c067ebd789a4e] | committer: Michael Niedermayer avformat/aviobuf: Simplify avio_read() and avio_seek() Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)

2015-11-16 Thread Bryan Huh
ffmpeg | branch: master | Bryan Huh | Sun Nov 15 18:02:11 2015 -0800| [a01c24e8c591985b9aa17a8a1984b517541ef3be] | committer: Michael Niedermayer avformat/aviobuf: Improve readability of aviobuf (Add comments and docs) Signed-off-by: Michael Niedermayer