[FFmpeg-cvslog] avformat/mpegts: recognizes and export private streams

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 4 23:46:21 2015 +0200| [d59a033a69c4856c664b546a7e2905f733dfb544] | committer: Michael Niedermayer avformat/mpegts: recognizes and export private streams Based on patch by Wolfgang Lorenz Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] configure: Disable VSX on unspecified / generic CPUs

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 13:20:25 2015 +0200| [04f00022910c8b468fcf72c1f12ac410d3588802] | committer: Michael Niedermayer configure: Disable VSX on unspecified / generic CPUs Fixes fate tests on PPC64be Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avcodec/h264_slice: Use AVFrame diemensions for grayscale handling

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Wed Jun 10 11:37:48 2015 +0200| [5a0862af55298259c4528645695c8348c830be38] | committer: Michael Niedermayer avcodec/h264_slice: Use AVFrame diemensions for grayscale handling The AVFrame values are closer to the AVFrame bitmap changed instea

[FFmpeg-cvslog] avformat: Fix bug in parse_rps for HEVC.

2015-06-12 Thread Deliang Fu
ffmpeg | branch: release/2.7 | Deliang Fu | Wed Jun 10 12:30:46 2015 +0800| [665b67014f871f97a0bc6d57a6233b46b0af6dac] | committer: Michael Niedermayer avformat: Fix bug in parse_rps for HEVC. Make the logic in libavformat/hevc.c parse_rps align with libavcodec/hevc_ps.c ff_hevc_decode_short_

[FFmpeg-cvslog] configure: Disable VSX on unspecified / generic CPUs

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Jun 12 13:20:25 2015 +0200| [259bb2555b7030d1b099c563c18df8d3849b421d] | committer: Michael Niedermayer configure: Disable VSX on unspecified / generic CPUs Fixes fate tests on PPC64be Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] takdec: ensure chan2 is a valid channel index

2015-06-12 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Wed Jun 10 00:12:38 2015 +0200| [1051c152f97c0e22436fee3657dc7c31a229aba4] | committer: Michael Niedermayer takdec: ensure chan2 is a valid channel index If chan2 is not smaller than the number of channels, it can cause segmentation faults due

[FFmpeg-cvslog] swscale: Assert that pixel format descriptor is not NULL

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 14:39:28 2015 +0200| [ae0148ff60cbf0e1d81f86f7300280bb48056c71] | committer: Michael Niedermayer swscale: Assert that pixel format descriptor is not NULL This may help static analyzers, the pixel format is checked during initialization

[FFmpeg-cvslog] avcodec/jpeg2000dec: Assert that pixel format descriptor is not NULL

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 14:33:53 2015 +0200| [3dea13e710ce525375c5458fe16d6df80bd02517] | committer: Michael Niedermayer avcodec/jpeg2000dec: Assert that pixel format descriptor is not NULL We only look up pixel formats from a fixed list so none should ever f

[FFmpeg-cvslog] Mark vectors as NAN instead of dereferencing NULL pointers on malloc failure

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 15:03:49 2015 +0200| [80b5a1e2eee966d17a81a4af0b74865b019447e2] | committer: Michael Niedermayer Mark vectors as NAN instead of dereferencing NULL pointers on malloc failure Found-by: Daemon404 Signed-off-by: Michael Niedermayer > ht

[FFmpeg-cvslog] ffmpeg_opt: Check for localtime() failure

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 15:36:20 2015 +0200| [8e91d9652ea5048d9014e7636e12c6ed4732d7b7] | committer: Michael Niedermayer ffmpeg_opt: Check for localtime() failure Found-by: Daemon404 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fallback to yuv if no matching xyz format exists

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 16:28:53 2015 +0200| [5b2f9790e6eb8440b6ff470cc4b43b155726884b] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fallback to yuv if no matching xyz format exists Fixes Ticket4471 Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] avcodec/jpeg2000dec: Do not abort if prc is outside limits

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 16:26:27 2015 +0200| [eaa86850336a9070012957a4643f9cbc69d61c9a] | committer: Michael Niedermayer avcodec/jpeg2000dec: Do not abort if prc is outside limits Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avcodec/jpeg2000dec: Reduce verbosity of get_plt()

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 16:48:57 2015 +0200| [971b37796073deb592dadbdc7a6caea9f02dfec3] | committer: Michael Niedermayer avcodec/jpeg2000dec: Reduce verbosity of get_plt() The existence of such element does not represent an error Signed-off-by: Michael Niede

[FFmpeg-cvslog] avfilter/vf_zoompan: support planar rgb pixel formats

2015-06-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 12 17:14:08 2015 +| [cfe8a89b0087d08b73f1fec850b1a972f82388bb] | committer: Paul B Mahol avfilter/vf_zoompan: support planar rgb pixel formats Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe8a89b0

[FFmpeg-cvslog] matroskadec: verify seekhead IDs

2015-06-12 Thread wm4
ffmpeg | branch: master | wm4 | Fri Jun 12 13:11:41 2015 +0200| [7e240f95818310ed721321e62130aa1c69f9cbe6] | committer: Michael Niedermayer matroskadec: verify seekhead IDs Some files have SeekHead elements with broken IDs. They mismatch with the ID of the destination element. These files are

[FFmpeg-cvslog] doc/filters: add one more zoompan example

2015-06-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jun 12 17:33:13 2015 +| [ce3bcb9479a4b28bd6ea69ef01f06d5964d130ad] | committer: Paul B Mahol doc/filters: add one more zoompan example Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce3bcb9479a4b28bd6ea6

[FFmpeg-cvslog] avformat/mxfdec: Detect jpeg2000 through codec_ul too

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 18:56:02 2015 +0200| [d0061e77cde56dc26caaec804384b1c58f22f3ea] | committer: Michael Niedermayer avformat/mxfdec: Detect jpeg2000 through codec_ul too Fixes Ticket2345 Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] libavcodec/imgconvert.c: support left band while cropping

2015-06-12 Thread Przemysław Sobala
ffmpeg | branch: master | Przemysław Sobala | Fri Jun 12 18:38:05 2015 +0200| [c39637f36aa3a942efaa098854bd0c2ae612bcd0] | committer: Michael Niedermayer libavcodec/imgconvert.c: support left band while cropping Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 20:47:14 2015 +0200| [58f63670e173c1113ab231850572be303a21faef] | committer: Michael Niedermayer Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25' * commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25': mpegvideo: Move ER function

[FFmpeg-cvslog] mpegvideo: Move ER functions to a separate file

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jun 10 14:29:04 2015 +0100| [8b5007a31b8d1ddbe3661bf45a732336450b7d25] | committer: Vittorio Giovara mpegvideo: Move ER functions to a separate file > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b5007a31b8d1ddbe3661bf45a732336450b

[FFmpeg-cvslog] Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 20:57:37 2015 +0200| [218f58a16a3dd6c1b3eecef18bb45c04439c7799] | committer: Michael Niedermayer Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' * commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d': mpegvideo: h263: Move all t

[FFmpeg-cvslog] mpegvideo: h263: Move all tables to a single file

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jun 10 14:29:05 2015 +0100| [e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d] | committer: Vittorio Giovara mpegvideo: h263: Move all tables to a single file > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3d0f49abb20a551bf6d885f75c354d6d0

[FFmpeg-cvslog] Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:05:09 2015 +0200| [b5c71fba594353b0676fa41c1f279d42adb6e716] | committer: Michael Niedermayer Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b' * commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b': mpegvideo: rv10: Move funct

[FFmpeg-cvslog] mpegvideo: rv10: Move function declaration to a separate header

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jun 10 14:29:06 2015 +0100| [e7af52a68dde9144b273a9598b60bf0f56e1323b] | committer: Vittorio Giovara mpegvideo: rv10: Move function declaration to a separate header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7af52a68dde9144b273

[FFmpeg-cvslog] h264: update avctx width/height/pix_fmt when returning frame

2015-06-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Jun 9 23:38:26 2015 +0200| [1189af429211ac650aac730368a6cf5b23756605] | committer: Andreas Cadhalpun h264: update avctx width/height/pix_fmt when returning frame Inconsistencies between the dimensions/pixel format of avctx and the frame can co

[FFmpeg-cvslog] Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:14:34 2015 +0200| [dbf172e6f44d1736d27a84fa117dcd6b8460bd4b] | committer: Michael Niedermayer Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' * commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd': mpegvideo: Expand macro Me

[FFmpeg-cvslog] mpegvideo: Expand macro

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Jun 10 14:29:07 2015 +0100| [f1fa1eed2abdc8dfb0af318a43f5d293b81141bd] | committer: Vittorio Giovara mpegvideo: Expand macro Having this macro in an header only facilitates the use of such header. The code increase is minimal and files have one

[FFmpeg-cvslog] mpeg12: Move the vlc bits to a stand alone file

2015-06-12 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Jun 10 14:29:08 2015 +0100| [8606e881b02bec2ac24943d22c8afe11d641fac8] | committer: Vittorio Giovara mpeg12: Move the vlc bits to a stand alone file > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8606e881b02bec2ac24943d22c8afe11d641fac8

[FFmpeg-cvslog] Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:33:53 2015 +0200| [d52c5e9d75e92dfb2a304d523567e201f2393047] | committer: Michael Niedermayer Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8' * commit '8606e881b02bec2ac24943d22c8afe11d641fac8': mpeg12: Move the vlc bits t

[FFmpeg-cvslog] h264_weight: Fix SSSE3 biweight code with weights of 128

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 12:58:42 2015 +0100| [5e87080f2c73186066df0b9c43877b4af0beef3a] | committer: Vittorio Giovara h264_weight: Fix SSSE3 biweight code with weights of 128 CC: libav-sta...@libav.org Sample-Id: test_bref.mp4 Signed-off-by: Vittorio Giovara

[FFmpeg-cvslog] Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:42:36 2015 +0200| [85d0df0c3090b99014d4e542a9476dcd8c52937d] | committer: Michael Niedermayer Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b' * commit '64a2e844166d62093b45e680874eea8bd1facf5b': eamad: Use the correct head

[FFmpeg-cvslog] eamad: Use the correct headers

2015-06-12 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Jun 10 14:29:09 2015 +0100| [64a2e844166d62093b45e680874eea8bd1facf5b] | committer: Vittorio Giovara eamad: Use the correct headers Untangle eamad from the mpeg12.h header and speed up rebuilding. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:44:33 2015 +0200| [b68b5ec5136da66088b5a8f772c3775b79196eb4] | committer: Michael Niedermayer Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a' * commit '5e87080f2c73186066df0b9c43877b4af0beef3a': h264_weight: Fix SSSE3 biwe

[FFmpeg-cvslog] h264_qpel: Use the correct header

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 12:29:07 2015 +0100| [b7a4127a45b780d76e6b09427a3d0197c4bc1cdb] | committer: Vittorio Giovara h264_qpel: Use the correct header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7a4127a45b780d76e6b09427a3d0197c4bc1cdb --- lib

[FFmpeg-cvslog] Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 21:55:24 2015 +0200| [63b0356274bc496c486cbedcb563302c36996024] | committer: Michael Niedermayer Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb' * commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb': h264_qpel: Use the correct

[FFmpeg-cvslog] segment: Check open_null_ctx() return value

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 13:39:16 2015 +0100| [8a78ae2d2101622fd244b99178d8bc61175c878e] | committer: Vittorio Giovara segment: Check open_null_ctx() return value Reported-By: infer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a78ae2d2101622fd244

[FFmpeg-cvslog] Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 22:10:34 2015 +0200| [449c74f629cb35cfd88b5d2b0d7accf0df225bc0] | committer: Michael Niedermayer Merge commit '8a78ae2d2101622fd244b99178d8bc61175c878e' * commit '8a78ae2d2101622fd244b99178d8bc61175c878e': segment: Check open_null_ct

[FFmpeg-cvslog] avconv_opt: Check localtime() return value

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 13:39:17 2015 +0100| [a9b2a51178ea446909015f061ab5df65e3b66bf6] | committer: Vittorio Giovara avconv_opt: Check localtime() return value Reported-By: infer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9b2a51178ea446909015

[FFmpeg-cvslog] Merge commit 'a9b2a51178ea446909015f061ab5df65e3b66bf6'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 22:34:53 2015 +0200| [6cfaa51acbf7f604ff94a3bc6e564855e7813b3a] | committer: Michael Niedermayer Merge commit 'a9b2a51178ea446909015f061ab5df65e3b66bf6' * commit 'a9b2a51178ea446909015f061ab5df65e3b66bf6': avconv_opt: Check localtime

[FFmpeg-cvslog] cws2fws: Close file handles on error

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 14:01:22 2015 +0100| [30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d] | committer: Vittorio Giovara cws2fws: Close file handles on error Reported-By: infer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30dfc1dad4285e7362ce3f596d7

[FFmpeg-cvslog] Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 22:45:53 2015 +0200| [e1ec9c7fb6ba57f0ce5e6f51703b09b9d550406c] | committer: Michael Niedermayer Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d' * commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d': cws2fws: Close file handles

[FFmpeg-cvslog] Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 22:55:49 2015 +0200| [00ebf89dcdeb0587eba80ebd634591873f64624a] | committer: Michael Niedermayer Merge commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91' * commit 'a7ac1a7b94447f33ae95be4d6d186e2775977f91': flv: Name an enum and use i

[FFmpeg-cvslog] flv: Name an enum and use its type

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Jun 11 14:27:27 2015 +0100| [a7ac1a7b94447f33ae95be4d6d186e2775977f91] | committer: Vittorio Giovara flv: Name an enum and use its type > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7ac1a7b94447f33ae95be4d6d186e2775977f91 --- li

[FFmpeg-cvslog] Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 23:03:12 2015 +0200| [fd04082af985d4aa7a363a0cd9ee136c64d83820] | committer: Michael Niedermayer Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd' * commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd': on2avc: Use the integer abs

[FFmpeg-cvslog] on2avc: Use the integer abs() version

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 12:32:38 2015 +0100| [2d5176fad1a4556d209cbfb0f681712c7eada4fd] | committer: Vittorio Giovara on2avc: Use the integer abs() version Fixes clang warning "floating point absolute value function 'fabsf' when argument is of integer type [-Wab

[FFmpeg-cvslog] fft-test: Use the float fabs() version

2015-06-12 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 12 17:04:20 2015 +0100| [3b73d5c942f44b37f0e44276ebcfd66c8b12c02d] | committer: Vittorio Giovara fft-test: Use the float fabs() version Fixes clang warning "absolute value function 'fabsf' given an argument of type 'double' but has parameter

[FFmpeg-cvslog] Merge commit '3b73d5c942f44b37f0e44276ebcfd66c8b12c02d'

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 23:11:15 2015 +0200| [2cbadf51e80a5b155c0e3444f0bd302096398139] | committer: Michael Niedermayer Merge commit '3b73d5c942f44b37f0e44276ebcfd66c8b12c02d' * commit '3b73d5c942f44b37f0e44276ebcfd66c8b12c02d': fft-test: Use the float fab

[FFmpeg-cvslog] avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize( )

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 12 23:23:59 2015 +0200| [ea37df2d528c15dc472e7272ac5278090f01f38e] | committer: Michael Niedermayer avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize() Found-by: Daemon404 Signed-off-by: Michael Niedermayer > htt

[FFmpeg-cvslog] avfilter/drawutils: Fix format validity check in ff_draw_init()

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 13 00:06:28 2015 +0200| [e0db41316a94d85c1d6ab7ebeaf1f4b5e0f3c76a] | committer: Michael Niedermayer avfilter/drawutils: Fix format validity check in ff_draw_init() Found-by: Daemon404 Signed-off-by: Michael Niedermayer > http://git.vide

[FFmpeg-cvslog] avcodec/smvjpegdec: assert that the pixel format that has been set by our decoder is valid

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 13 00:27:21 2015 +0200| [df037fe107ccfae4b26ee0e46b638b052f6e49f8] | committer: Michael Niedermayer avcodec/smvjpegdec: assert that the pixel format that has been set by our decoder is valid If we do check av_pix_fmt_desc_get() then we s

[FFmpeg-cvslog] ffprobe: check av_asprintf() for failure

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 13 01:08:16 2015 +0200| [a75d22445ecb7adbe3fb8f705cb4fd9aa0d6b5ee] | committer: Michael Niedermayer ffprobe: check av_asprintf() for failure Found-by: Daemon404 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] examples/decoding_encoding: Use the AVFrame width/ height for processing images after decoding

2015-06-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 10 22:00:30 2015 +0200| [b8ba2d3915b3e74990c73b2671290d7ad312513e] | committer: Michael Niedermayer examples/decoding_encoding: Use the AVFrame width/height for processing images after decoding This is what FFmpeg / FFplay do and it is m