[FFmpeg-cvslog] pthread_frame: minor simplification to error handling

2017-03-29 Thread wm4
ffmpeg | branch: master | wm4 | Mon Mar 27 14:25:53 2017 +0200| [4cf1f68903cebcf6a6bede970f1b8f1509edf710] | committer: wm4 pthread_frame: minor simplification to error handling Get rid of the "ret" variable, and always use err. Report the packet as consumed if err is unset. This should be equi

[FFmpeg-cvslog] examples/avcodec: split audio encoding into a separate example

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:05:22 2016 +0200| [40aaa8dadfd1c69ff4460d04750e1403b5535a6d] | committer: Anton Khirnov examples/avcodec: split audio encoding into a separate example The four examples (audio/video encoding/decoding) are completely independent so it make

[FFmpeg-cvslog] Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:29:00 2017 +0200| [b785af48687fa839fbc25045d2201335753304b3] | committer: Clément Bœsch Merge commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d' * commit '40aaa8dadfd1c69ff4460d04750e1403b5535a6d': examples/avcodec: split audio encoding

[FFmpeg-cvslog] Merge commit 'c00a11ab383ff276a2ab2fdba577945e48d465be'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:30:16 2017 +0200| [f38e7566c69bc6da35eb22e29384d202c87c054a] | committer: Clément Bœsch Merge commit 'c00a11ab383ff276a2ab2fdba577945e48d465be' * commit 'c00a11ab383ff276a2ab2fdba577945e48d465be': examples/encode_audio: constify AVCodec

[FFmpeg-cvslog] examples/encode_audio: constify AVCodec instances

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:07:43 2016 +0200| [c00a11ab383ff276a2ab2fdba577945e48d465be] | committer: Anton Khirnov examples/encode_audio: constify AVCodec instances > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c00a11ab383ff276a2ab2fdba577945e48d465be

[FFmpeg-cvslog] examples/encode_audio: use the AVFrame API for allocating the data

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:21:08 2016 +0200| [f76698e759a08e8d3b629c06edb0439f474e7fee] | committer: Anton Khirnov examples/encode_audio: use the AVFrame API for allocating the data It is simpler and more efficient. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:31:44 2017 +0200| [780cc080d85656429ba97426f35c7bc1f7f201bb] | committer: Clément Bœsch Merge commit 'f76698e759a08e8d3b629c06edb0439f474e7fee' * commit 'f76698e759a08e8d3b629c06edb0439f474e7fee': examples/encode_audio: use the AVFrame

[FFmpeg-cvslog] examples/avcodec: split audio decoding into a separate example

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:05:22 2016 +0200| [f5df897c4b61985e3afc89ba1290649712ff438e] | committer: Anton Khirnov examples/avcodec: split audio decoding into a separate example The four examples (audio/video encoding/decoding) are completely independent so it make

[FFmpeg-cvslog] Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:38:29 2017 +0200| [878070cc56065a6e0bc4aa2a73c6ac512bfa4d17] | committer: Clément Bœsch Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e' * commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding

[FFmpeg-cvslog] doc/examples/encode_audio: add missing return

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:45:09 2017 +0200| [9bed10afb8b28f9aa8a90ab24b7103d9a35de3cc] | committer: Clément Bœsch doc/examples/encode_audio: add missing return > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bed10afb8b28f9aa8a90ab24b7103d9a35de3cc ---

[FFmpeg-cvslog] Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 13:45:51 2017 +0200| [dcdd52101f31f696dfe7a919d6fa6879c1b40945] | committer: Clément Bœsch Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56' * commit '90265814f993098d79b0a0f40745ecdb403fbf56': examples/decode_audio: constify the AVC

[FFmpeg-cvslog] examples/decode_audio: constify the AVCodec instance

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:56:22 2016 +0200| [90265814f993098d79b0a0f40745ecdb403fbf56] | committer: Anton Khirnov examples/decode_audio: constify the AVCodec instance > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90265814f993098d79b0a0f40745ecdb403fb

[FFmpeg-cvslog] examples/avcodec: split the remaining two examples into separate files

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Oct 19 21:05:22 2016 +0200| [7b1f03477f1a43d2261fbd83e50a4ad90c7f806d] | committer: Anton Khirnov examples/avcodec: split the remaining two examples into separate files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b1f03477f1a43d2261

[FFmpeg-cvslog] Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:07:39 2017 +0200| [925ce244d873fb6a0cda0da6e1f8d34dc721ea53] | committer: Clément Bœsch Merge commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d' * commit '7b1f03477f1a43d2261fbd83e50a4ad90c7f806d': examples/avcodec: split the remaining t

[FFmpeg-cvslog] examples/encode_video: constify the AVCodec instance

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 20 11:03:20 2016 +0200| [e02524025bce2c8bf8b5bffd96479785c75a70d4] | committer: Anton Khirnov examples/encode_video: constify the AVCodec instance > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e02524025bce2c8bf8b5bffd96479785c75a7

[FFmpeg-cvslog] Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:15:01 2017 +0200| [e9bd45746511ab3a5803bc1b3490f4d682144289] | committer: Clément Bœsch Merge commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4' * commit 'e02524025bce2c8bf8b5bffd96479785c75a70d4': examples/encode_video: constify the AVC

[FFmpeg-cvslog] examples/encode_video: set the framerate

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 20 11:03:20 2016 +0200| [d0a603a534a0ee4b255e5e72742428a7f7f42b83] | committer: Anton Khirnov examples/encode_video: set the framerate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0a603a534a0ee4b255e5e72742428a7f7f42b83 --- do

[FFmpeg-cvslog] Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:16:33 2017 +0200| [4726bbb471566f7d2a0c883210870871a17fe2e3] | committer: Clément Bœsch Merge commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83' * commit 'd0a603a534a0ee4b255e5e72742428a7f7f42b83': examples/encode_video: set the framerat

[FFmpeg-cvslog] doc/examples/{de,en}code_audio: fix includes

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:18:10 2017 +0200| [944e5ce3ec7d4d9cf36e3f5c628b4e71186fa93a] | committer: Clément Bœsch doc/examples/{de,en}code_audio: fix includes Consistent with other examples. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=944e5ce3ec7d

[FFmpeg-cvslog] Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:20:25 2017 +0200| [58f24adc05b0ea47c3f7ed5cb9e8d5774e2fbaaf] | committer: Clément Bœsch Merge commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c' * commit '5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c': examples/encode_video: use the AVFrame

[FFmpeg-cvslog] examples/encode_video: use the AVFrame API for allocating the frame

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 20 11:03:20 2016 +0200| [5b4d7ac7ae5d821cfa6ab89f8eab4d31851ef32c] | committer: Anton Khirnov examples/encode_video: use the AVFrame API for allocating the frame It is more efficient and so preferred over allocating the buffers manually. > htt

[FFmpeg-cvslog] examples/decode_video: constify the AVCodec instance

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 20 11:03:20 2016 +0200| [8191f960a669819db4de33a2439ded1630b8a73e] | committer: Anton Khirnov examples/decode_video: constify the AVCodec instance > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8191f960a669819db4de33a2439ded1630b8a

[FFmpeg-cvslog] Merge commit '8191f960a669819db4de33a2439ded1630b8a73e'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:22:32 2017 +0200| [fdbc29ca70a6f16c92a16cfcf3fdd639e0825b0d] | committer: Clément Bœsch Merge commit '8191f960a669819db4de33a2439ded1630b8a73e' * commit '8191f960a669819db4de33a2439ded1630b8a73e': examples/decode_video: constify the AVC

[FFmpeg-cvslog] Merge commit '636515c324facaa14ccd8ab0732740a240a31ba9'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:24:20 2017 +0200| [63c41c53f355d4a00d4601e6ee014e9c3ad3c289] | committer: Clément Bœsch Merge commit '636515c324facaa14ccd8ab0732740a240a31ba9' * commit '636515c324facaa14ccd8ab0732740a240a31ba9': examples/decode_video: remove a stray u

[FFmpeg-cvslog] examples/decode_video: remove a stray unrelated comment

2017-03-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 20 11:03:20 2016 +0200| [636515c324facaa14ccd8ab0732740a240a31ba9] | committer: Anton Khirnov examples/decode_video: remove a stray unrelated comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=636515c324facaa14ccd8ab0732740a240

[FFmpeg-cvslog] Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:26:21 2017 +0200| [ca6f0f85bb783833f36db94fd912b96a0ef3899a] | committer: Clément Bœsch Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691' * commit '85baef4ff1512bcc2544928bfa5f42072903a691': vf_drawtext: Move static keyword to beg

[FFmpeg-cvslog] vf_drawtext: Move static keyword to beginning of variable declaration

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Oct 30 15:02:04 2015 +0100| [85baef4ff1512bcc2544928bfa5f42072903a691] | committer: Diego Biurrun vf_drawtext: Move static keyword to beginning of variable declaration libavfilter/vf_drawtext.c:226:1: warning: ‘static’ is not at beginning of decla

[FFmpeg-cvslog] aactab: Move extern keyword to the front of array declarations

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Mon Nov 9 13:25:55 2015 +0100| [39cea6570c11a49b64b2ec8d71e218db03b4c742] | committer: Diego Biurrun aactab: Move extern keyword to the front of array declarations libavcodec/aactab.h:49:1: warning: ‘extern’ is not at beginning of declaration [-Wold-

[FFmpeg-cvslog] Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:34:58 2017 +0200| [35494441b5327d71e7a81896efd610408651c657] | committer: Clément Bœsch Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742' * commit '39cea6570c11a49b64b2ec8d71e218db03b4c742': aactab: Move extern keyword to the fron

[FFmpeg-cvslog] lavc: deprecate av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:11:41 2017 +0200| [f156d35321bb600b2309b78185d600b2fa64d84a] | committer: Clément Bœsch lavc: deprecate av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f156d35321bb600b2309b78185d600b2fa64d84a --- l

[FFmpeg-cvslog] lavf: fix usages of av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:31:52 2017 +0200| [cd4d6cba122b2d79da8667fa787919b734fa8133] | committer: Clément Bœsch lavf: fix usages of av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd4d6cba122b2d79da8667fa787919b734fa8133 ---

[FFmpeg-cvslog] tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:32:13 2017 +0200| [337c68d07142d1eeb540d73e2049896b9ab4f04e] | committer: Clément Bœsch tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=337c68d07142d1eeb540d73e20498

[FFmpeg-cvslog] lavfi/xbr: undef PI if defined

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Mar 26 20:51:14 2017 +0200| [46068070314d56f66b681796635d38d497ef3bda] | committer: Clément Bœsch lavfi/xbr: undef PI if defined This conflict with the DJGPP libc math.h which includes a PI macro (to M_PI). We cannot make DJGPP POSIX only (using -

[FFmpeg-cvslog] lavc/pthread_slice: remove pointless condition

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 12:20:32 2017 +0200| [eaa67bb9c0595d2e2e7b555c38e864f5d6f851a7] | committer: Clément Bœsch lavc/pthread_slice: remove pointless condition > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaa67bb9c0595d2e2e7b555c38e864f5d6f851a7 --

[FFmpeg-cvslog] lavu/mem: clamp alignment to 16 for DJGPP

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 20:30:24 2017 +0200| [1473afac5d11a0a90810b6cd8107d63640c9fd38] | committer: Clément Bœsch lavu/mem: clamp alignment to 16 for DJGPP See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80208 > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] lavc: fix usages of av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:31:37 2017 +0200| [67e370ee527e9aa88d8754afd7345ffd9f6f6159] | committer: Clément Bœsch lavc: fix usages of av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67e370ee527e9aa88d8754afd7345ffd9f6f6159 ---

[FFmpeg-cvslog] idct: Have function pointer prototype match implementation

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:35:37 2015 +0100| [4cf2ffb7c45840b09bc49e34da88d4053dd442cb] | committer: Diego Biurrun idct: Have function pointer prototype match implementation libavcodec/idctdsp.c(175) : warning C4028: formal parameter 2 different from declaration

[FFmpeg-cvslog] ffprobe: fix usage of av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:36:53 2017 +0200| [fa0a8faaa4510c946901446e4d2651e3f5f41b60] | committer: Clément Bœsch ffprobe: fix usage of av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa0a8faaa4510c946901446e4d2651e3f5f41b60 -

[FFmpeg-cvslog] Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 14:37:35 2017 +0200| [c1d822c554ac448b3a6d037ad507578f0793c847] | committer: Clément Bœsch Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb' * commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb': idct: Have function pointer prototype m

[FFmpeg-cvslog] Fix all -Wformat warnings raised by DJGPP

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 21:31:46 2017 +0200| [549045254c4614d5d61b5c36e340171a6914d57c] | committer: Clément Bœsch Fix all -Wformat warnings raised by DJGPP > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=549045254c4614d5d61b5c36e340171a6914d57c --- d

[FFmpeg-cvslog] ffmpeg_videotoolbox: fix usage of av_get_codec_tag_string()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:37:09 2017 +0200| [656823220cde2439bf5c636a104e9216227769a4] | committer: Clément Bœsch ffmpeg_videotoolbox: fix usage of av_get_codec_tag_string() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=656823220cde2439bf5c636a104e92

[FFmpeg-cvslog] lavfi/psnr: rename pow2 to pow_2

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Mar 26 20:43:11 2017 +0200| [4ea8f57548f36b0104bc372b2a6d3d4eaae0ce70] | committer: Clément Bœsch lavfi/psnr: rename pow2 to pow_2 This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_POSIX_SO

[FFmpeg-cvslog] lavu: add av_fourcc_make_string() and av_fourcc2str()

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 01:05:18 2017 +0200| [bfdcdd6d829c13eb019c194e214db0ec7dcf76cd] | committer: Clément Bœsch lavu: add av_fourcc_make_string() and av_fourcc2str() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bfdcdd6d829c13eb019c194e214db0ec7dcf

[FFmpeg-cvslog] lavf/ape: remove unused magic field

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 09:41:34 2017 +0200| [d3cedc54cc872a376851828c88103c653fc8c395] | committer: Clément Bœsch lavf/ape: remove unused magic field > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3cedc54cc872a376851828c88103c653fc8c395 --- libavfo

[FFmpeg-cvslog] lavc: use av_fourcc2str() where appropriate

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 09:45:11 2017 +0200| [2d12b910f71093b782726d00b94643f7f21ca27d] | committer: Clément Bœsch lavc: use av_fourcc2str() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d12b910f71093b782726d00b94643f7f21ca27d ---

[FFmpeg-cvslog] lavfi/dynaudnorm: rename pow2 to pow_2

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Mar 26 20:41:41 2017 +0200| [8f9edf89d5d4a90eed4a798175e97e07a885ab79] | committer: Clément Bœsch lavfi/dynaudnorm: rename pow2 to pow_2 This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_PO

[FFmpeg-cvslog] lavf: use av_fourcc2str() where appropriate

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 27 09:45:35 2017 +0200| [bec96a7286bc415dd737c8c8f430f0176999e720] | committer: Clément Bœsch lavf: use av_fourcc2str() where appropriate > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bec96a7286bc415dd737c8c8f430f0176999e720 ---

[FFmpeg-cvslog] lavc/idctdsp: use prefix restrict with av_

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 15:07:29 2017 +0200| [d467740f45eb20e217de6bc6b9c91d57d6f8a88e] | committer: Clément Bœsch lavc/idctdsp: use prefix restrict with av_ > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d467740f45eb20e217de6bc6b9c91d57d6f8a88e ---

[FFmpeg-cvslog] bink: Have function pointer prototype match implementation

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Mar 13 00:38:57 2015 +0100| [baab87c4f30e75ea309294b06adcd01ce678bdc5] | committer: Diego Biurrun bink: Have function pointer prototype match implementation libavcodec/binkdsp.c(156) : warning C4028: formal parameter 1 different from declaration

[FFmpeg-cvslog] Merge commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 15:09:19 2017 +0200| [a51867ee6bc717a54ea2436e31ee626f02fdf25d] | committer: Clément Bœsch Merge commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5' * commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5': bink: Have function pointer prototype m

[FFmpeg-cvslog] rtmpproto: Restructure zlib code to avoid unreachable code warning

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Oct 29 13:39:49 2015 +0100| [f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6] | committer: Diego Biurrun rtmpproto: Restructure zlib code to avoid unreachable code warning libavformat\rtmpproto.c(1165) : warning C4702: unreachable code > http://git.video

[FFmpeg-cvslog] Merge commit 'f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 15:17:59 2017 +0200| [72dbfe42efcb0e0c397ec879c7868861083c5286] | committer: Clément Bœsch Merge commit 'f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6' * commit 'f4ca8ea92a8b36fe723412aefafc1b2fa89f8dc6': rtmpproto: Restructure zlib code to avo

[FFmpeg-cvslog] doc: Turn off noisy deprecation warnings in the option printer

2017-03-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Fri Dec 4 12:43:10 2015 +0100| [2025d3787158ba272a1b8fbc0493fa20dd7a8484] | committer: Diego Biurrun doc: Turn off noisy deprecation warnings in the option printer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2025d3787158ba272a1b8fbc049

[FFmpeg-cvslog] Merge commit '2025d3787158ba272a1b8fbc0493fa20dd7a8484'

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 15:20:10 2017 +0200| [a1b3ded902363a9790b9c2b1e18c2c02c035e9b7] | committer: Clément Bœsch Merge commit '2025d3787158ba272a1b8fbc0493fa20dd7a8484' * commit '2025d3787158ba272a1b8fbc0493fa20dd7a8484': doc: Turn off noisy deprecation warning

[FFmpeg-cvslog] lavfi/signature: fix -Wformat warnings raised by DJGPP

2017-03-29 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Wed Mar 29 16:09:28 2017 +0200| [247d0339ca5ddab692aee49baf43cd1324466028] | committer: Clément Bœsch lavfi/signature: fix -Wformat warnings raised by DJGPP This was forgotten due to the non-gpl build used in 549045254. > http://git.videolan.org/gitwe

[FFmpeg-cvslog] Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'

2017-03-29 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Mar 29 23:11:10 2017 +0200| [b265e5ba50b86f2ca640e3a565bd54f7e4292bb0] | committer: Matthieu Bouron Merge commit '7433feb82f75827884d909de34d341a1c4401d4a' * commit '7433feb82f75827884d909de34d341a1c4401d4a': lavfi: Make default get_video_buffe

[FFmpeg-cvslog] lavfi: Make default get_video_buffer work with hardware frames

2017-03-29 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Oct 31 22:14:04 2016 +| [7433feb82f75827884d909de34d341a1c4401d4a] | committer: Mark Thompson lavfi: Make default get_video_buffer work with hardware frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7433feb82f75827884d909de34d

[FFmpeg-cvslog] avcodec/exr: add support for uint32

2017-03-29 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Mar 18 18:24:55 2017 +0100| [b4016ef31a6ea007e481427ade35ac35d1519170] | committer: Paul B Mahol avcodec/exr: add support for uint32 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4016ef31a6ea007e481427ade35ac35d1519170 --- libavco

[FFmpeg-cvslog] Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'

2017-03-29 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Mar 29 23:31:20 2017 +0200| [78e871ebbcc6f3c877e7292c4dda0c9979f8ede4] | committer: Matthieu Bouron Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d' * commit '7e2561fa8313982aa21f7657953eedeeb33b210d': lavfi: Use ff_get_video_buffer in a

[FFmpeg-cvslog] lavfi: Use ff_get_video_buffer in all filters using hwframes

2017-03-29 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Oct 31 22:14:10 2016 +| [7e2561fa8313982aa21f7657953eedeeb33b210d] | committer: Mark Thompson lavfi: Use ff_get_video_buffer in all filters using hwframes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e2561fa8313982aa21f7657953ee

[FFmpeg-cvslog] lavfi: Always propagate hw_frames_ctx through links

2017-03-29 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Oct 25 20:42:27 2016 +0100| [e3fb74f7f9a8f1895381355f40c92cac3c1023d9] | committer: Mark Thompson lavfi: Always propagate hw_frames_ctx through links Also adds a new flag to mark filters which are aware of hwframes and will perform this task themse

[FFmpeg-cvslog] lavf/flacdec: Return maximum score if the streaminfo header is valid.

2017-03-29 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.2 | Carl Eugen Hoyos | Thu Mar 2 09:29:10 2017 +0100| [582c3d514a7b40d38fff610da2110ac63dfe2e10] | committer: Carl Eugen Hoyos lavf/flacdec: Return maximum score if the streaminfo header is valid. Fixes ticket #6208. (cherry picked from commit 3733039610d76231e404e

[FFmpeg-cvslog] ffprobe: fix printing packet side data information

2017-03-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 25 13:47:15 2017 -0300| [c14b3ea93c4f009a25ffa82452b5cf8b36a1bbbe] | committer: James Almer ffprobe: fix printing packet side data information Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c14b3ea93c4f009

[FFmpeg-cvslog] tests/fate/source-check: Use git grep in place of grep

2017-03-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 30 02:41:10 2017 +0200| [ad7aff035517e0639c66f2003243c388450a86ac] | committer: Michael Niedermayer tests/fate/source-check: Use git grep in place of grep grep -L is not posix, solaris default grep does not support it Signed-off-by: Mich

[FFmpeg-cvslog] avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missing

2017-03-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Mar 28 23:50:03 2017 +0200| [5f019909c0e21e81646cdd43ef537e2e1404ccc4] | committer: Michael Niedermayer avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missing Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff