Re: [FFmpeg-cvslog] libavcodec: Add FLAC API test

2015-04-20 Thread Clément Bœsch
On Mon, Apr 20, 2015 at 02:37:27PM +0200, Ludmila Glinskih wrote: > ffmpeg | branch: master | Ludmila Glinskih | Mon Apr 20 > 03:03:08 2015 +0300| [be70c79af2bbbf8818707075ebc376d0be137582] | committer: > Michael Niedermayer > > libavcodec: Add FLAC API test > > Signed-off-by: Ludmila Glinskih

[FFmpeg-cvslog] avformat/nsvdec: remove trace log from probe(), this is better done generically not per format

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 17:30:48 2015 +0200| [a924b83cccf25c03c2f1b68251c0a52621d4e378] | committer: Michael Niedermayer avformat/nsvdec: remove trace log from probe(), this is better done generically not per format Reviewed-by: Paul B Mahol Signed-off-by:

[FFmpeg-cvslog] avformat/mp3dec: Adjust returned timestamp in the CBR seeking case

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 20:42:38 2015 +0200| [ecf34e8fc2f7c8ec67bf939e3fb621605f4a0697] | committer: Michael Niedermayer avformat/mp3dec: Adjust returned timestamp in the CBR seeking case With this the returned timestamp should match the packet instead of the

[FFmpeg-cvslog] webmdashenc: Fix potential memory leak

2015-04-20 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Mon Apr 20 11:20:41 2015 -0700| [30ba28fe8e5757ab4ee61b9c0e8a418bd7d54b50] | committer: Michael Niedermayer webmdashenc: Fix potential memory leak Fix potential memory leak in WebM DASH Muxer. This fixes coverity scan CID 1295088. Signed-

[FFmpeg-cvslog] avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:22:31 2015 +0200| [ba631b791435c395361e2026fc7419b341e57813] | committer: Michael Niedermayer avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before use Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] Support for VP9 high-color/high-bit-depth encoding

2015-04-20 Thread Deb Mukherjee
ffmpeg | branch: master | Deb Mukherjee | Wed Mar 25 17:10:16 2015 -0700| [26a0bcb15b83c926eb2688b145900a94ca851a26] | committer: James Zern Support for VP9 high-color/high-bit-depth encoding Patch to support VP9 encoding with new profiles 1-3. Profile 1 (8-bit 422/444) should work with defaul

[FFmpeg-cvslog] avformat/img2dec: do not rewind custom io buffers

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:59:53 2015 +0200| [e6e8cc8ce9c2a398fbb51254a5067f4bd3c4fa8a] | committer: Michael Niedermayer avformat/img2dec: do not rewind custom io buffers Fixes double free with some applications Fixes vlc ticket14121 Signed-off-by: Michael N

[FFmpeg-cvslog] Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:30:33 2015 +0200| [954b5e340e8ea930f13a9ff2f3a7cbf7ccb3d989] | committer: Michael Niedermayer Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6' * commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6': log: Print a full backtrace

[FFmpeg-cvslog] log: Print a full backtrace along with error messages under Valgrind

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 20 14:44:32 2015 +0100| [eaa2d123f0a643664721593d248ece6bcd85f1e6] | committer: Vittorio Giovara log: Print a full backtrace along with error messages under Valgrind Useful to understand where and in what execution state a certain message is

[FFmpeg-cvslog] Merge commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:20:17 2015 +0200| [1a41415b2adcc38d1de4b10ed2f97c2db2036c08] | committer: Michael Niedermayer Merge commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431' * commit 'bd5ad8b23d0f7d469ca30d03deca879993eb0431': hq_hqa: Fix reading hqa qua

[FFmpeg-cvslog] hq_hqa: Fix reading hqa quantization matrix index

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 20 12:06:01 2015 +0100| [bd5ad8b23d0f7d469ca30d03deca879993eb0431] | committer: Vittorio Giovara hq_hqa: Fix reading hqa quantization matrix index Value is stored as a byte. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd5ad8

[FFmpeg-cvslog] Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:13:12 2015 +0200| [2f8f5027ad6f16969b284b1a22f77302f8fc429e] | committer: Michael Niedermayer Merge commit '1746dc382ddbf3f8a3f039815644f7eb9076110e' * commit '1746dc382ddbf3f8a3f039815644f7eb9076110e': hqxdsp.h: #include "stddef.

[FFmpeg-cvslog] hqxdsp.h: #include "stddef.h"

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 20 19:11:49 2015 +0100| [1746dc382ddbf3f8a3f039815644f7eb9076110e] | committer: Vittorio Giovara hqxdsp.h: #include "stddef.h" It is required by ptrdiff_t, fixes make checkheaders. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] lavf: Fix variables constness in ff_iso8601_to_unix_time()

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 20 12:18:38 2015 +0100| [98cab39798612dcaea4f9b6d1e7974bc60d84e13] | committer: Vittorio Giovara lavf: Fix variables constness in ff_iso8601_to_unix_time() warning: assigning to 'char *' from 'const char *' discards qualifiers [-

[FFmpeg-cvslog] Merge commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 23:00:01 2015 +0200| [5380c9afb9a2be04564aeef2c3ecf080a8cdf24a] | committer: Michael Niedermayer Merge commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13' * commit '98cab39798612dcaea4f9b6d1e7974bc60d84e13': lavf: Fix variables constne

[FFmpeg-cvslog] h264_ps: Return meaningful error codes and address a memory leak

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Apr 20 13:01:59 2015 +0100| [86e1a35802df42f51337d3fed8d5d99d0898c8bf] | committer: Vittorio Giovara h264_ps: Return meaningful error codes and address a memory leak Bug-Id: CID 1026763 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] Merge commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:49:50 2015 +0200| [037c9c25e6213852e33de5b6e00bbf9d26195938] | committer: Michael Niedermayer Merge commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf' * commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf': h264_ps: Return meaningful

[FFmpeg-cvslog] ffv1: Pass correct pointers to av_free()

2015-04-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Apr 20 13:58:45 2015 +0200| [338ed3ed33c412c2828446c4e2a76949161fec6a] | committer: Vittorio Giovara ffv1: Pass correct pointers to av_free() Bug-Id: CID 1295124 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=338ed3ed33c412c2828446c4e

[FFmpeg-cvslog] Merge commit '338ed3ed33c412c2828446c4e2a76949161fec6a'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:43:31 2015 +0200| [e6831c087e49157b64255388cc1bfdb60c76d79e] | committer: Michael Niedermayer Merge commit '338ed3ed33c412c2828446c4e2a76949161fec6a' * commit '338ed3ed33c412c2828446c4e2a76949161fec6a': ffv1: Pass correct pointers

[FFmpeg-cvslog] Merge commit '3b1e35d46dc910cef1d66f6964e6800cae5fc89b'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:32:33 2015 +0200| [a570e81234f769edd8b2d1c3b0aee1558b678f7d] | committer: Michael Niedermayer Merge commit '3b1e35d46dc910cef1d66f6964e6800cae5fc89b' * commit '3b1e35d46dc910cef1d66f6964e6800cae5fc89b': fate: Omit the results if t

[FFmpeg-cvslog] fate: Omit the results if the test passed

2015-04-20 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Apr 10 10:36:03 2015 -0700| [3b1e35d46dc910cef1d66f6964e6800cae5fc89b] | committer: Luca Barbato fate: Omit the results if the test passed The FATE server does not report this information anyway and omitting it makes the successful run send much less

[FFmpeg-cvslog] Merge commit 'd34039b171bebe37bf723a1b03e5651267099739'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:24:15 2015 +0200| [d108820c2e205b49871443eda5758680ec4783fa] | committer: Michael Niedermayer Merge commit 'd34039b171bebe37bf723a1b03e5651267099739' * commit 'd34039b171bebe37bf723a1b03e5651267099739': rmenc: Drop the temporary b

[FFmpeg-cvslog] rmenc: Drop the temporary buffer for ac3 byteswap

2015-04-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Mar 21 15:38:37 2015 +0100| [d34039b171bebe37bf723a1b03e5651267099739] | committer: Luca Barbato rmenc: Drop the temporary buffer for ac3 byteswap Use direcly avio_w8(). Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] ogg: Forward errors further

2015-04-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Mar 21 16:34:39 2015 +0100| [656e31ed8728b0c095d037dc9764fc8137c87200] | committer: Luca Barbato ogg: Forward errors further Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=656e31ed8728b0c095d037dc9764fc8137

[FFmpeg-cvslog] Merge commit '656e31ed8728b0c095d037dc9764fc8137c87200'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 22:09:04 2015 +0200| [3cd6f4546ad9334c2f4b234ad370225e4ae717b1] | committer: Michael Niedermayer Merge commit '656e31ed8728b0c095d037dc9764fc8137c87200' * commit '656e31ed8728b0c095d037dc9764fc8137c87200': ogg: Forward errors further

[FFmpeg-cvslog] flac: fix realloc loop with invalid flac files

2015-04-20 Thread Thomas Guillem
ffmpeg | branch: master | Thomas Guillem | Thu Apr 16 18:33:31 2015 +0200| [b18346817d57c96cc47811cf78b26653e96bd304] | committer: Luca Barbato flac: fix realloc loop with invalid flac files Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b18346817d57c9

[FFmpeg-cvslog] Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 21:52:18 2015 +0200| [a5379d6e68cbdd894941d7962e72af890d41d1b7] | committer: Michael Niedermayer Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304' * commit 'b18346817d57c96cc47811cf78b26653e96bd304': flac: fix realloc loop with

[FFmpeg-cvslog] dashenc: Add a publishTime field in dynamic manifests

2015-04-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Apr 18 00:01:02 2015 +0300| [2cc3936599b6fc63143036659653d1be0624360f] | committer: Martin Storsjö dashenc: Add a publishTime field in dynamic manifests This field is mandatory in dynamic manifests. Signed-off-by: Martin Storsjö > http://git.vi

[FFmpeg-cvslog] Merge commit '2cc3936599b6fc63143036659653d1be0624360f'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 21:45:47 2015 +0200| [5a14fca9aacaf9ad4fd6b30792463949180e4300] | committer: Michael Niedermayer Merge commit '2cc3936599b6fc63143036659653d1be0624360f' * commit '2cc3936599b6fc63143036659653d1be0624360f': dashenc: Add a publishTime

[FFmpeg-cvslog] fate: gapless: fix mp3 tests

2015-04-20 Thread wm4
ffmpeg | branch: master | wm4 | Mon Apr 20 19:36:52 2015 +0200| [1e2e22ec616b4a7adb1091d2466e8b5aeb04e7b3] | committer: Michael Niedermayer fate: gapless: fix mp3 tests Seeking to a negative time did not have the desired effect of seeking to the next valid position (the file start). On the oth

[FFmpeg-cvslog] ffmpeg: add option not to offset seek position by start time

2015-04-20 Thread wm4
ffmpeg | branch: master | wm4 | Mon Apr 20 19:36:51 2015 +0200| [bac7084fbd372676b6a4c7c1ab487640d4f945de] | committer: Michael Niedermayer ffmpeg: add option not to offset seek position by start time Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TS

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 17:29:20 2015 +0200| [d4cf377947d6d762476e9d3524516461f8881b1b] | committer: Michael Niedermayer avformat/mux: Place timestamp related trace av_logs under FF_FDEBUG_TS Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 17:41:22 2015 +0200| [57865a974780c4427cc5084629c75e4ac1d87a74] | committer: Michael Niedermayer avformat/mpeg: put timestamp trace av_logs under FF_DEBUG_TS Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 17:25:04 2015 +0200| [e48a0a6c3fda652954b9951c563f3cc551541021] | committer: Michael Niedermayer avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avformat/utils: Place timestamp trace logs under FF_FDEBUG_TS

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 17:03:27 2015 +0200| [84b95715fa266ff262820ed1086cdf4fb6ba33df] | committer: Michael Niedermayer avformat/utils: Place timestamp trace logs under FF_FDEBUG_TS Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/utils: Provide context for av_log() where one is available

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 16:23:43 2015 +0200| [d02b3e9bdbd7d46d7cd4e084d5831f4ec7028155] | committer: Michael Niedermayer avformat/utils: Provide context for av_log() where one is available Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/avidec: Do not call av_log() per byte, use ff_tlog()

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 16:20:49 2015 +0200| [8a91ee78371099c9d687b0b804a4ccafa877c34b] | committer: Michael Niedermayer avformat/avidec: Do not call av_log() per byte, use ff_tlog() This was av_dlog() previously and should not have been changed to av_log()

[FFmpeg-cvslog] avcodec/parser: Remove duplicate header inlcude

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 14:58:09 2015 +0200| [1ca8052640590c5206068fc4729a4c9b1d0a787e] | committer: Michael Niedermayer avcodec/parser: Remove duplicate header inlcude Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avutil/mips/generic_macros_msa: volatile doesnt need __

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 18 12:16:28 2015 +0200| [42d6d249b0f9db7321766477b0f0736c5bc1c86c] | committer: Michael Niedermayer avutil/mips/generic_macros_msa: volatile doesnt need __ Reviewed-by: Nedeljko Babic Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avcodec/flacenc: also count wasted bits in subframe_count_exact()

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 14:11:15 2015 +0200| [09b0f227ce6f15abc3996ca191a41606b44b7879] | committer: Michael Niedermayer avcodec/flacenc: also count wasted bits in subframe_count_exact() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] libavcodec: Add FLAC API test

2015-04-20 Thread Ludmila Glinskih
ffmpeg | branch: master | Ludmila Glinskih | Mon Apr 20 03:03:08 2015 +0300| [be70c79af2bbbf8818707075ebc376d0be137582] | committer: Michael Niedermayer libavcodec: Add FLAC API test Signed-off-by: Ludmila Glinskih Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/api-flac-test: clear callers context with close_*

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 14:24:38 2015 +0200| [2a00ef5d818191df04f36331e52d994d07ac90bc] | committer: Michael Niedermayer avcodec/api-flac-test: clear callers context with close_* Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] jack: Check memory allocation

2015-04-20 Thread Federico Tomassetti
ffmpeg | branch: master | Federico Tomassetti | Sun Apr 19 12:28:58 2015 +0100| [386e2755aab73ae7075f78d92786cb5c5419597a] | committer: Vittorio Giovara jack: Check memory allocation Bug-Id: CID 1265785 Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] Merge commit '386e2755aab73ae7075f78d92786cb5c5419597a'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 12:46:29 2015 +0200| [1c667626bbbf1e7bde9e7be8cf1a00d0f61580df] | committer: Michael Niedermayer Merge commit '386e2755aab73ae7075f78d92786cb5c5419597a' * commit '386e2755aab73ae7075f78d92786cb5c5419597a': jack: Check memory allocati

[FFmpeg-cvslog] buffersrc: Fix resource leak on error

2015-04-20 Thread Federico Tomassetti
ffmpeg | branch: master | Federico Tomassetti | Mon Feb 23 17:55:53 2015 +| [617814b4a717b38add5ccb8dd200dbb655f98f09] | committer: Vittorio Giovara buffersrc: Fix resource leak on error Bug-Id: CID 1267902 CC: libav-sta...@libav.org Signed-off-by: Vittorio Giovara > http://git.videolan.

[FFmpeg-cvslog] avfilter/buffersrc: Use correct, matching deallocation function

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 12:17:05 2015 +0200| [a6df9ce61520ad7583a90a20e82d857b8d4fb133] | committer: Michael Niedermayer avfilter/buffersrc: Use correct, matching deallocation function Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avplay: Free frame and graph when memory allocation fails

2015-04-20 Thread Federico Tomassetti
ffmpeg | branch: master | Federico Tomassetti | Sun Apr 19 11:43:14 2015 +0100| [336d2f0979b43a39bd11a047d798b7990d8b07c6] | committer: Vittorio Giovara avplay: Free frame and graph when memory allocation fails Bug-Id: CID 1291564 Signed-off-by: Vittorio Giovara > http://git.videolan.org/git

[FFmpeg-cvslog] Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 12:12:48 2015 +0200| [0c9e78caf4ed2c4e881c22190d7ca145fac276c2] | committer: Michael Niedermayer Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09' * commit '617814b4a717b38add5ccb8dd200dbb655f98f09': buffersrc: Fix resource lea

[FFmpeg-cvslog] Merge commit '336d2f0979b43a39bd11a047d798b7990d8b07c6'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 12:12:03 2015 +0200| [eb8756e4b7f9e53044fbe033531c53414669a4e0] | committer: Michael Niedermayer Merge commit '336d2f0979b43a39bd11a047d798b7990d8b07c6' * commit '336d2f0979b43a39bd11a047d798b7990d8b07c6': avplay: Free frame and grap

[FFmpeg-cvslog] Merge commit '88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:50:10 2015 +0200| [57f49fa0edafd82315aa3a409ce1051f7dea6981] | committer: Michael Niedermayer Merge commit '88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08' * commit '88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08': filtfmts: Avoid null pointe

[FFmpeg-cvslog] Merge commit 'eb31256f12bf0c85aded1612551ce9230356879e'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:51:24 2015 +0200| [0796a2ab4ff58d454006403395a4be91c403f161] | committer: Michael Niedermayer Merge commit 'eb31256f12bf0c85aded1612551ce9230356879e' * commit 'eb31256f12bf0c85aded1612551ce9230356879e': g2meet: Support G2M5 codec

[FFmpeg-cvslog] filtfmts: Avoid null pointer dereference

2015-04-20 Thread Himangi Saraogi
ffmpeg | branch: master | Himangi Saraogi | Fri Apr 3 20:00:11 2015 +0530| [88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08] | committer: Vittorio Giovara filtfmts: Avoid null pointer dereference > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88d1fb4e3f156d8fd5bb6cb3ba3a9ef1e6d6fb08 ---

[FFmpeg-cvslog] g2meet: Support G2M5 codec variant

2015-04-20 Thread Eric Zimmerman
ffmpeg | branch: master | Eric Zimmerman | Fri Apr 17 13:39:01 2015 +0100| [eb31256f12bf0c85aded1612551ce9230356879e] | committer: Vittorio Giovara g2meet: Support G2M5 codec variant Signed-off-by: Vittorio Giovara > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb31256f12bf0c85a

[FFmpeg-cvslog] avutil: remove pointless bmi1 define

2015-04-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Apr 18 20:12:54 2015 -0300| [a1d58e3b386cc0bfe16abd9ccee4eed182b7e354] | committer: Vittorio Giovara avutil: remove pointless bmi1 define Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1d58e3b386cc0bfe16abd9

[FFmpeg-cvslog] Merge commit 'a1d58e3b386cc0bfe16abd9ccee4eed182b7e354'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:39:28 2015 +0200| [94914d6909908ae48b33485a042db0f867dfeaf0] | committer: Michael Niedermayer Merge commit 'a1d58e3b386cc0bfe16abd9ccee4eed182b7e354' * commit 'a1d58e3b386cc0bfe16abd9ccee4eed182b7e354': avutil: remove pointless bm

[FFmpeg-cvslog] aacdec: consistently use avctx for logging in decode_eld_specific_config

2015-04-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 16:58:32 2015 +0200| [09bd7ddf2002562befa15a2a4d065b79ad14ed8e] | committer: Vittorio Giovara aacdec: consistently use avctx for logging in decode_eld_specific_config ac may be NULL and then accessing ac->avctx results in a segmentation

[FFmpeg-cvslog] Merge commit '09bd7ddf2002562befa15a2a4d065b79ad14ed8e'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:38:01 2015 +0200| [a22da5e66903574754d637e5e4695c5f7f2ceaeb] | committer: Michael Niedermayer Merge commit '09bd7ddf2002562befa15a2a4d065b79ad14ed8e' * commit '09bd7ddf2002562befa15a2a4d065b79ad14ed8e': aacdec: consistently use av

[FFmpeg-cvslog] mpegvideo_enc: Simplify picture allocation

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Apr 15 15:16:13 2015 +0100| [3d71b1f8f09fccea7158e868fb9bd81b81205449] | committer: Vittorio Giovara mpegvideo_enc: Simplify picture allocation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d71b1f8f09fccea7158e868fb9bd81b81205449

[FFmpeg-cvslog] Merge commit '3d71b1f8f09fccea7158e868fb9bd81b81205449'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:29:17 2015 +0200| [fc83ff80b4380ad6ec8c14dbbd8a65a942b917cb] | committer: Michael Niedermayer Merge commit '3d71b1f8f09fccea7158e868fb9bd81b81205449' * commit '3d71b1f8f09fccea7158e868fb9bd81b81205449': mpegvideo_enc: Simplify pic

[FFmpeg-cvslog] Merge commit '0251c9be5a9d79cb669e97086a82dc4d44a917b0'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:26:27 2015 +0200| [924a77fb4e828587c7db6a27dbb009e112396776] | committer: Michael Niedermayer Merge commit '0251c9be5a9d79cb669e97086a82dc4d44a917b0' * commit '0251c9be5a9d79cb669e97086a82dc4d44a917b0': motion_est: Fix warning fro

[FFmpeg-cvslog] motion_est: Fix warning from zero_cmp() assignment

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Apr 14 13:32:06 2015 +0200| [0251c9be5a9d79cb669e97086a82dc4d44a917b0] | committer: Vittorio Giovara motion_est: Fix warning from zero_cmp() assignment warning: incompatible pointer types assigning to 'me_cmp_func' (aka 'int (*)(struct

[FFmpeg-cvslog] Merge commit '4d593896aaa81356def8993e8c52294bd8bb2797'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:13:03 2015 +0200| [127f7aa401c90f755963ddd3efa425998b025946] | committer: Michael Niedermayer Merge commit '4d593896aaa81356def8993e8c52294bd8bb2797' * commit '4d593896aaa81356def8993e8c52294bd8bb2797': vc1_pred: Always initialize

[FFmpeg-cvslog] vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr()

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Sun Apr 19 23:10:07 2015 +0100| [4d593896aaa81356def8993e8c52294bd8bb2797] | committer: Vittorio Giovara vc1_pred: Always initialize px and py in ff_vc1_pred_mv_intfr() Fix a rather lengthy initialization warning from clang. > http://git.videolan.o

[FFmpeg-cvslog] Merge commit '9286de045968ad456d4e752651eec22de5e89060'

2015-04-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 20 11:03:32 2015 +0200| [4d50d53a6d604043b1020945f603a8adfc6a67cc] | committer: Michael Niedermayer Merge commit '9286de045968ad456d4e752651eec22de5e89060' * commit '9286de045968ad456d4e752651eec22de5e89060': mov: Double-check that alia

[FFmpeg-cvslog] mov: Double-check that alias path is not an absolute path

2015-04-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Apr 7 15:06:05 2015 +0200| [9286de045968ad456d4e752651eec22de5e89060] | committer: Vittorio Giovara mov: Double-check that alias path is not an absolute path nlvl_to and nlvl_from can be set to 1 if both alias and target files are in the same d