[FFmpeg-cvslog] cmdutils: realign for some additional filters with very long name

2016-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 5 21:18:45 2016 +0100| [956fed377b4c53dde5005e1def8e999e24cae70e] | committer: Paul B Mahol cmdutils: realign for some additional filters with very long name Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] build: fix lcov with src link

2016-02-06 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Feb 3 00:24:21 2016 +0100| [bb7522ce67e59271c928fc85ace6cd2d86aa131f] | committer: Andreas Cadhalpun build: fix lcov with src link When out-of-tree builds now use a relative path, the '-b' option of lcov is not needed, so just pass the current

[FFmpeg-cvslog] configure: fall back to using full path if src is a directory

2016-02-06 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Jan 26 22:54:01 2016 +0100| [e740c3fb90c02802bc121e9f5a3cf58615b4cea1] | committer: Andreas Cadhalpun configure: fall back to using full path if src is a directory Or when building in-tree. Also don't try to remove src on distclean in these cas

[FFmpeg-cvslog] build: use intermediate lcov coverage file

2016-02-06 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Wed Feb 3 00:24:26 2016 +0100| [14bf59c1d5b5fa3b4d075f481015b8110835276e] | committer: Andreas Cadhalpun build: use intermediate lcov coverage file Otherwise the 'lcov -q --remove' run fails with the following error: lcov: ERROR: cannot write to c

[FFmpeg-cvslog] avfilter: add streamselect and astreamselect filter

2016-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 18 11:22:32 2016 +0100| [d12d48d0a8e188feecdfc9b792f54f0892ef6696] | committer: Paul B Mahol avfilter: add streamselect and astreamselect filter Signed-off-by: Clément Bœsch Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()

2016-02-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Feb 7 00:40:25 2016 +0100| [9ee4c89348c5b102046acaa86b4ca390efb8bccd] | committer: Michael Niedermayer avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2() Found-by: kierank Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avformat/mp3enc: Assert that the header we assembled is valid

2016-02-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 4 00:20:51 2016 +0100| [2272ab0e84de6ef29548e0c89bb041a5c2e55a18] | committer: Michael Niedermayer avformat/mp3enc: Assert that the header we assembled is valid Silences: CID1351343 The header is calculated by the code above the changed