[FFmpeg-cvslog] avcodec/pngdec: create a function to decode IDAT chunk.

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:33 2014 +0100| [b35fa041521cf2b183e94697d57584c63c64dc3f] | committer: Michael Niedermayer avcodec/pngdec: create a function to decode IDAT chunk. Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/pngdec: create a function to decode PLTE chunk.

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:34 2014 +0100| [4f313a50ee786fdcf01d094b3d0455906aaa4aa3] | committer: Michael Niedermayer avcodec/pngdec: create a function to decode PLTE chunk. Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/pngdec: fix some indentation/whitespaces

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:36 2014 +0100| [c25b6ae8a2b90c9cad1a89af705b66e65781f60c] | committer: Michael Niedermayer avcodec/pngdec: fix some indentation/whitespaces Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/pngdec: create a function to decode tRNS chunk.

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:35 2014 +0100| [6499e63f7b9e73d5b6b601f25803f9244de99bf6] | committer: Michael Niedermayer avcodec/pngdec: create a function to decode tRNS chunk. Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/pngdec: use else if instead of if for small bpp handling.

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:37 2014 +0100| [24ca2ffad826cb660aa53a25cc35b2a2702ace0e] | committer: Michael Niedermayer avcodec/pngdec: use else if instead of if for small bpp handling. Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/pngdec: create a function to handle small (=4) bits per pixel values.

2014-11-14 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet benoit.fo...@free.fr | Fri Nov 14 10:17:38 2014 +0100| [8cab24df0780ccd8acf5f9e9554b2be9459e8be2] | committer: Michael Niedermayer avcodec/pngdec: create a function to handle small (=4) bits per pixel values. Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] tests/Makefile: Fix path for creation of ffprobe-test.nut.

2014-11-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Fri Nov 14 17:30:16 2014 +0100| [cde0ad5ea780b1fef1890b3f55d8e6e3e1bdf96f] | committer: Carl Eugen Hoyos tests/Makefile: Fix path for creation of ffprobe-test.nut.

[FFmpeg-cvslog] lavd/avfoundation: Introduce device alias 'none' to allow the user to record only audio or video.

2014-11-14 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann thilo.borgm...@mail.de | Thu Nov 13 17:22:48 2014 +0100| [2045334239459f49e513a42e1b9965a94c5a0f5f] | committer: Michael Niedermayer lavd/avfoundation: Introduce device alias 'none' to allow the user to record only audio or video. Changes the selection

[FFmpeg-cvslog] Changelog: Mention AVFoundation screen capturing.

2014-11-14 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann thilo.borgm...@mail.de | Thu Nov 13 17:24:14 2014 +0100| [d525e662e4f923c229cf5acfedf37a29bf617fe1] | committer: Michael Niedermayer Changelog: Mention AVFoundation screen capturing. Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] proresenc_kostya: report buffer overflow

2014-11-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.0 | Christophe Gisquet christophe.gisq...@gmail.com | Mon Aug 11 22:06:08 2014 +| [57a6cd8ab1c221cad1c2c49ff02216d752684651] | committer: Michael Niedermayer proresenc_kostya: report buffer overflow If the allocated size, despite best efforts, is too small, exit

[FFmpeg-cvslog] avformat/swfdec: Use side data to communicate w/h changes to the decoder

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Sep 2 05:22:26 2014 +0200| [d7d29f0d433ad6c12c7cecd2a537aaef53d51808] | committer: Michael Niedermayer avformat/swfdec: Use side data to communicate w/h changes to the decoder Fixes reading from freed data Fixes part of

[FFmpeg-cvslog] avformat/utils: do not wait for packets from discarded streams for genpts

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Jul 13 01:07:59 2014 +0200| [dd72df9845d0687d03be6a5b830c8ed84edaa907] | committer: Michael Niedermayer avformat/utils: do not wait for packets from discarded streams for genpts Fixes long loop Fixes Ticket3208

[FFmpeg-cvslog] wavpack: report if there is no bits left

2014-11-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.0 | Christophe Gisquet christophe.gisq...@gmail.com | Tue Aug 19 12:26:47 2014 +| [2958b8b86e3674b2be87abba92135b9a928e06f1] | committer: Michael Niedermayer wavpack: report if there is no bits left Reviewed-by: Paul B Mahol one...@gmail.com Signed-off-by:

[FFmpeg-cvslog] avcodec/utils: add GBRP16 to avcodec_align_dimensions2()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Aug 24 23:33:40 2014 +0200| [d4253b3a5b7431053810844323a5cb4ea0293810] | committer: Michael Niedermayer avcodec/utils: add GBRP16 to avcodec_align_dimensions2() Fixes Ticket3869 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/tee: flip assigment direction

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Aug 2 22:30:03 2014 +0200| [04973b02c3aa6a0c3a2f013b6266ff68623fc425] | committer: Michael Niedermayer avformat/tee: flip assigment direction Found-by: CSA Reviewed-by: Nicolas George geo...@nsup.org Signed-off-by:

[FFmpeg-cvslog] ffmpeg: Use av_stream_get_parser() to avoid ABI issues

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Jul 14 21:06:58 2014 +0200| [2428b02bb4beeb16873a85f492bb83969de30976] | committer: Michael Niedermayer ffmpeg: Use av_stream_get_parser() to avoid ABI issues Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/iff: check pixfmt for rgb8 / rgbn

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Aug 10 21:59:33 2014 +0200| [656f930160db48e0b7b25069c62abc340e7f0628] | committer: Michael Niedermayer avcodec/iff: check pixfmt for rgb8 / rgbn Fixes out of array access Found-by: Piotr Bandurski ami_st...@o2.pl

[FFmpeg-cvslog] ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat-*codec

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Aug 2 03:29:42 2014 +0200| [bcb10b99f4e86692b02e3ce38a89e21874b77dc9] | committer: Michael Niedermayer ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat-*codec Fixes part of ticket2236 Signed-off-by: Michael

[FFmpeg-cvslog] avformat: add av_stream_get_parser() to access avformat AVParser

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Jul 14 21:03:43 2014 +0200| [c2af6b500bcf5bf59380c404b77edeb0c6eb46a2] | committer: Michael Niedermayer avformat: add av_stream_get_parser() to access avformat AVParser The AVStream.parser field is considered private and

[FFmpeg-cvslog] avcodec/dvdsub_parser: print message if packet is smaller than the packet size field

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Aug 2 01:16:14 2014 +0200| [65f581472c48bd9093c1df7f045db72df7006c3b] | committer: Michael Niedermayer avcodec/dvdsub_parser: print message if packet is smaller than the packet size field Signed-off-by: Michael

[FFmpeg-cvslog] avformat/swfdec: Do not change the pixel format

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Sep 2 16:42:33 2014 +0200| [2fdb02693bbd6d534d91af9aa5d004cf5f056801] | committer: Michael Niedermayer avformat/swfdec: Do not change the pixel format This is currently not supported Fixes part of Ticket 3539

[FFmpeg-cvslog] x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()

2014-11-14 Thread James Almer
ffmpeg | branch: release/2.0 | James Almer jamr...@gmail.com | Wed Mar 5 19:44:36 2014 -0300| [992ce9777c7e3f4268f66db9b7c5b1375e65d484] | committer: Michael Niedermayer x86/dsputil: add emms to ff_scalarproduct_int16_mmxext() Also undo the changes to ra144enc.c from previous commits. Should

[FFmpeg-cvslog] proresenc_kostya: properly account for alpha

2014-11-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.0 | Christophe Gisquet christophe.gisq...@gmail.com | Mon Aug 11 19:43:27 2014 +0200| [caf08defa69f13aef60bdbcee5b4cf4092d0aaa4] | committer: Michael Niedermayer proresenc_kostya: properly account for alpha The packet buffer allocation considered as dct-coded, while

[FFmpeg-cvslog] avcodec/dvdsub_parser: never return 0 when the input isnt 0

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Aug 2 00:27:23 2014 +0200| [8d48223a329a511a4d845df967e98e26c9a5bf53] | committer: Michael Niedermayer avcodec/dvdsub_parser: never return 0 when the input isnt 0 Fixes a infinite loop Fixes Ticket3804 Signed-off-by:

[FFmpeg-cvslog] avcodec/snow: check coeffs for validity

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Aug 30 02:12:10 2014 +0200| [d76c9b5665a87be003adf9c88cbc902099c90fc4] | committer: Michael Niedermayer avcodec/snow: check coeffs for validity Fixes deadlock Fixes integer overflow Fixes Ticket 3892 Signed-off-by:

[FFmpeg-cvslog] avutil/x86/cpu: fix cpuid sub-leaf selection

2014-11-14 Thread lvqcl
ffmpeg | branch: release/2.0 | lvqcl lvqcl.m...@gmail.com | Sat Sep 27 13:21:31 2014 +0200| [2eda0e705a286107b9861c51cccd724665a176eb] | committer: Michael Niedermayer avutil/x86/cpu: fix cpuid sub-leaf selection Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] avcodec/cinepak: fix integer underflow

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 19:33:01 2014 +0200| [97fdbd12f9093366a9a7f870b3ba17771f1e3419] | committer: Michael Niedermayer avcodec/cinepak: fix integer underflow Fixes out of array access Fixes:

[FFmpeg-cvslog] avcodec: fix aac/ac3 parser bitstream buffer size

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Aug 22 01:15:57 2014 +0200| [9fc7de8d8030156cedeea0d894019fe6e3f20425] | committer: Michael Niedermayer avcodec: fix aac/ac3 parser bitstream buffer size Buffers containing copies of the AAC and AC3 header bits were not

[FFmpeg-cvslog] proresenc_kostya: remove unneeded parameters

2014-11-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.0 | Christophe Gisquet christophe.gisq...@gmail.com | Mon Aug 11 22:06:07 2014 +| [b469fce85d8a0278ea489e6d333ae6b0513c9861] | committer: Michael Niedermayer proresenc_kostya: remove unneeded parameters Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/utils: Add case for jv to avcodec_align_dimensions2()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 04:30:58 2014 +0200| [ac82e318bb81933a427efa1038a24483c00c77a8] | committer: Michael Niedermayer avcodec/utils: Add case for jv to avcodec_align_dimensions2() Fixes out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/pngdec: Check bits per pixel before setting monoblack pixel format

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 17:35:58 2014 +0200| [ae81d9a7da10ee51e229b7e28da4a862888fbdde] | committer: Michael Niedermayer avcodec/pngdec: Check bits per pixel before setting monoblack pixel format Fixes out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/jpeglsdec: Check run value more completely in ls_decode_line()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Thu Oct 2 23:17:21 2014 +0200| [3f9a148022ef0473e96d75add7f04a3e020ebbaa] | committer: Michael Niedermayer avcodec/jpeglsdec: Check run value more completely in ls_decode_line() previously it could have been by 1 too large

[FFmpeg-cvslog] apetag: Fix APE tag size check

2014-11-14 Thread Katerina Barone-Adesi
ffmpeg | branch: release/2.0 | Katerina Barone-Adesi kateri...@gmail.com | Tue Sep 16 01:40:24 2014 +0200| [47fe68eec82106606e4b9fec20245fde33204315] | committer: Michael Niedermayer apetag: Fix APE tag size check The size variable is (correctly) unsigned, but is passed to several functions

[FFmpeg-cvslog] avcodec/tiff: more completely check bpp/bppcount

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 16:08:32 2014 +0200| [abbfc4d87ec4a420b06425baf89ae961e1a41e74] | committer: Michael Niedermayer avcodec/tiff: more completely check bpp/bppcount Fixes pixel format selection Fixes out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/h264: Check mode before considering mixed mode intra prediction

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Oct 4 14:51:46 2014 +0200| [0e7173826216384b56192be3ccdbccb488d7c977] | committer: Michael Niedermayer avcodec/h264: Check mode before considering mixed mode intra prediction Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/mjpegdec: check bits per pixel for changes similar to dimensions

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 01:50:27 2014 +0200| [49d69844f500e20708a86ae840e809538ba6c6ce] | committer: Michael Niedermayer avcodec/mjpegdec: check bits per pixel for changes similar to dimensions Fixes out of array accesses Fixes:

[FFmpeg-cvslog] avformat/mpegts: Check desc_len / get8() return code

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Oct 4 04:29:40 2014 +0200| [128b0510e1596058fd65c23c274c9cf1b88956fb] | committer: Michael Niedermayer avformat/mpegts: Check desc_len / get8() return code Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Sep 7 14:14:52 2014 +0200| [beb83f0a40708c95a6420ca15fcf4f1dd0a2c1be] | committer: Michael Niedermayer avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() Found-by: ubitux Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/pngdec: Calculate MPNG bytewidth more defensively

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 17:54:21 2014 +0200| [db48767d7c16f3b9661235a0ed95a2347b0f4226] | committer: Michael Niedermayer avcodec/pngdec: Calculate MPNG bytewidth more defensively Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/svq3: Dont memcpy AVFrame

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Oct 4 00:13:26 2014 +0200| [ff59edb6dcd7e695b28335c5f718fb7342823714] | committer: Michael Niedermayer avcodec/svq3: Dont memcpy AVFrame This avoids out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 14:45:04 2014 +0200| [16775c7aaa0798c396036e55336fc5c087cc202e] | committer: Michael Niedermayer avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks Fixes out of array access Fixes:

[FFmpeg-cvslog] avcodec/gifdec: factorize interleave end handling out

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Oct 3 20:15:52 2014 +0200| [be7105dff61e3356459546ea952c0ea795674106] | committer: Michael Niedermayer avcodec/gifdec: factorize interleave end handling out also change it to a loop Fixes out of array access Fixes:

[FFmpeg-cvslog] avcodec/ac3enc_template: fix out of array read

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sat Sep 27 20:34:44 2014 +0200| [52fd0cda2cdd20d89d3a59401379b7befa998688] | committer: Michael Niedermayer avcodec/ac3enc_template: fix out of array read Found-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] configure: add noexecstack to linker options if supported.

2014-11-14 Thread Reimar Döffinger
ffmpeg | branch: release/2.0 | Reimar Döffinger reimar.doeffin...@gmx.de | Sun Sep 21 09:58:10 2014 +0100| [8622618839c6fc9a3e2f8fcd3889bfce79fbb762] | committer: Michael Niedermayer configure: add noexecstack to linker options if supported. Signed-off-by: Reimar Döffinger

[FFmpeg-cvslog] avcodec/mpegvideo: Use goto fail for all error paths in ff_mpv_common_frame_size_change()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Sep 7 12:52:24 2014 +0200| [6e70816f719125a630fcb8ce7e67c0c7136e7655] | committer: Michael Niedermayer avcodec/mpegvideo: Use goto fail for all error paths in ff_mpv_common_frame_size_change() Signed-off-by: Michael

[FFmpeg-cvslog] postproc/postprocess: fix quant store for fq mode

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Oct 12 20:26:27 2014 +0200| [d7906baa85978c052475d8ea2f8391c031649400] | committer: Michael Niedermayer postproc/postprocess: fix quant store for fq mode Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked

[FFmpeg-cvslog] avcodec/libilbc: support for latest git of libilbc

2014-11-14 Thread Gianluigi Tiesi
ffmpeg | branch: release/2.0 | Gianluigi Tiesi mpla...@netfarm.it | Fri Sep 19 04:49:36 2014 +0200| [f238de19905364993921fa83daf35e5e59d50d56] | committer: Michael Niedermayer avcodec/libilbc: support for latest git of libilbc in the latest git commits of libilbc developers removed WebRtc_xxx

[FFmpeg-cvslog] avcodec/dirac_arith: fix integer overflow

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Oct 28 02:14:41 2014 +0100| [2cf83677b31453868b090e898bb66809b8d18b63] | committer: Michael Niedermayer avcodec/dirac_arith: fix integer overflow Fixes: asan_heap-oob_1078676_9_008.drc Found-by: Mateusz j00ru Jurczyk and

[FFmpeg-cvslog] avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Oct 28 01:23:40 2014 +0100| [c0be9d7264400f8eb8648fd0b0ad00819e376163] | committer: Michael Niedermayer avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y Fixes very long but finite loop Fixes:

[FFmpeg-cvslog] swresample/swresample: fix sample drop loop end condition

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Oct 6 01:08:20 2014 +0200| [322470e606334bdbda7993a44acc1955fb00fdec] | committer: Michael Niedermayer swresample/swresample: fix sample drop loop end condition Fixes Ticket3985 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/diracdec: Use 64bit in calculation of codeblock coordinates

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Oct 28 01:23:40 2014 +0100| [70402f6ee78606b8fc864ad3d10a44d0a60c] | committer: Michael Niedermayer avcodec/diracdec: Use 64bit in calculation of codeblock coordinates Fixes integer overflow Fixes out of array read

[FFmpeg-cvslog] avcodec/dnxhddec: treat pix_fmt like width/height

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Wed Oct 29 00:57:07 2014 +0100| [85cac770bdb0ed871ce5715452f416d16d36d7e8] | committer: Michael Niedermayer avcodec/dnxhddec: treat pix_fmt like width/height Fixes out of array accesses Fixes:

[FFmpeg-cvslog] postproc: fix qp count

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Oct 13 16:02:42 2014 +0200| [9b1673531cf92447ab1e03ad62c7ae4487c5ee0e] | committer: Michael Niedermayer postproc: fix qp count Found-by: ubitux Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from

[FFmpeg-cvslog] avcodec/dxa: check dimensions

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Tue Oct 28 15:26:42 2014 +0100| [808b0ccc03dcdac68eb8b693b5c9a59aa1d62b6d] | committer: Michael Niedermayer avcodec/dxa: check dimensions Fixes out of array access Fixes: asan_heap-oob_11222fb_21_020.dxa Found-by: Mateusz

[FFmpeg-cvslog] avcodec/g2meet: check tile dimensions to avoid integer overflow

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Thu Oct 30 01:19:17 2014 +0100| [e2865d931618deb65659343f185a0f77cf000296] | committer: Michael Niedermayer avcodec/g2meet: check tile dimensions to avoid integer overflow Fixes out of array access Fixes:

[FFmpeg-cvslog] avcodec/utils: Align dimensions by at least their chroma sub-sampling factors.

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Wed Oct 29 14:15:29 2014 +0100| [bde9e859b3c7ebb0f76437dd6457a41ac8904740] | committer: Michael Niedermayer avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. Fixes: out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/utvideodec: fix assumtation that slice_height = 1

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Nov 10 19:44:20 2014 +0100| [f8675743c40a468359207903c7b2ec6bc2b4fcbe] | committer: Michael Niedermayer avcodec/utvideodec: fix assumtation that slice_height = 1 Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Mon Nov 10 23:07:50 2014 +0100| [0baeb59307e68db8c1cfc672093802b46c6ee84f] | committer: Michael Niedermayer avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/h264_slice: Clear table pointers to avoid stale pointers

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Sun Nov 2 01:55:40 2014 +0100| [0140f11c3bad6f9532e8f0f3c858d08a948bb6b6] | committer: Michael Niedermayer avcodec/h264_slice: Clear table pointers to avoid stale pointers Might fix Ticket3889 Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/cook: check that the subpacket sizes fit in block_align

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Thu Oct 30 16:53:09 2014 +0100| [8efb06c8735f1ceb47e10a2162209c66fe648b3c] | committer: Michael Niedermayer avcodec/cook: check that the subpacket sizes fit in block_align Fixes out of array read Fixes:

[FFmpeg-cvslog] v4l2enc: adding AVClass

2014-11-14 Thread Anshul Maheswhwari
ffmpeg | branch: release/2.0 | Anshul Maheswhwari anshul.ffm...@gmail.com | Thu Jul 31 21:17:59 2014 +0530| [3d10235b83520532a586cf5e3066368b347268f5] | committer: Michael Niedermayer v4l2enc: adding AVClass Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] update for 2.0.6

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer michae...@gmx.at | Fri Nov 14 19:35:38 2014 +0100| [3d91569c5e39f4062393fdb40b038e31df38473a] | committer: Michael Niedermayer update for 2.0.6 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] Tag n2.0.6 : FFmpeg 2.0.6 release

2014-11-14 Thread git
[ffmpeg] [branch: refs/tags/n2.0.6] Tag:79740a69c8022ac5fa2641658363afbd33c95809 http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=79740a69c8022ac5fa2641658363afbd33c95809 Tagger: Michael Niedermayer michae...@gmx.at Date: Fri Nov 14 23:38:08 2014 +0100 FFmpeg 2.0.6 release

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0acb9ff web/security: add 2.0.6

2014-11-14 Thread gitolite
The branch, master has been updated via 0acb9ffd586100797161f75824bc9fe362d5f564 (commit) from 31b7489f5576c6843f92b4ca0d6ac198189e (commit) - Log - commit 0acb9ffd586100797161f75824bc9fe362d5f564 Author:

[FFmpeg-cvslog] Merge commit '4b39cc1a093c239412ded522c4a899744e7f2008'

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 01:45:32 2014 +0100| [720a8d2b7518fd8bf69a5fe470f35dd0cb0aafb6] | committer: Michael Niedermayer Merge commit '4b39cc1a093c239412ded522c4a899744e7f2008' * commit '4b39cc1a093c239412ded522c4a899744e7f2008': riff:

[FFmpeg-cvslog] riff: support ProRes in avi (APCN fourcc)

2014-11-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara vittorio.giov...@gmail.com | Fri Nov 14 14:39:18 2014 +0100| [4b39cc1a093c239412ded522c4a899744e7f2008] | committer: Vittorio Giovara riff: support ProRes in avi (APCN fourcc)

[FFmpeg-cvslog] bgmc: fix sizeof arguments

2014-11-14 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann thilo.borgm...@googlemail.com | Wed Nov 12 19:10:43 2014 +0100| [e4cb6abb2f46910c72178e2f987a0198f0fd10b1] | committer: Vittorio Giovara bgmc: fix sizeof arguments CC: libav-de...@libav.org Bug-Id: CID 608084 / CID 700724

[FFmpeg-cvslog] Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f'

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 01:54:32 2014 +0100| [a5adeff45745ec973bb42217a61752dc80d256c4] | committer: Michael Niedermayer Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f' * commit '3a6ddfb8745e4b306a5637927fb057f630345e2f': exr: check

[FFmpeg-cvslog] exr: check return value

2014-11-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara vittorio.giov...@gmail.com | Wed Nov 12 19:10:45 2014 +0100| [3a6ddfb8745e4b306a5637927fb057f630345e2f] | committer: Vittorio Giovara exr: check return value CC: libav-sta...@libav.org Bug-Id: CID 1198259

[FFmpeg-cvslog] lpc: always initialize ref and err

2014-11-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara vittorio.giov...@gmail.com | Wed Nov 12 19:10:47 2014 +0100| [60e0ee7ca25bd3bea54043b0607efe4cd51acaf3] | committer: Vittorio Giovara lpc: always initialize ref and err CC: libav-sta...@libav.org Bug-Id: CID 29585 / CID 700759

[FFmpeg-cvslog] Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3'

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 02:00:46 2014 +0100| [d4065a9f475589823608218e3b25a0df941495a6] | committer: Michael Niedermayer Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3' * commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3': lpc:

[FFmpeg-cvslog] avcodec/lpc: remove unneeded {}

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 02:08:20 2014 +0100| [85929b9caa90553f9e1bbd7a3ead03ef2ade4d71] | committer: Michael Niedermayer avcodec/lpc: remove unneeded {} Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] atrac3plus: always initialize refwaves

2014-11-14 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara vittorio.giov...@gmail.com | Wed Nov 12 19:10:46 2014 +0100| [d16ec1b6db25bc348b0d4800c9a0c9b7070e3710] | committer: Vittorio Giovara atrac3plus: always initialize refwaves CC: libav-sta...@libav.org Bug-Id: CID 1163851

[FFmpeg-cvslog] avfilter/tinterlace: split context definition into seperate header so it can be used by future optimizations

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 03:09:28 2014 +0100| [9d548fce24057649f0463e1243417d8f80f1d1db] | committer: Michael Niedermayer avfilter/tinterlace: split context definition into seperate header so it can be used by future optimizations Idea from

[FFmpeg-cvslog] avfilter/tinterlace: add Support for ff_lowpass_line_avx() ff_lowpass_line_sse2()

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 03:49:37 2014 +0100| [fb3eb573699e3eec76393ca6d5bdf86b7ac5e349] | committer: Michael Niedermayer avfilter/tinterlace: add Support for ff_lowpass_line_avx() ff_lowpass_line_sse2() Based-on:

[FFmpeg-cvslog] avfilter/vf_tinterlace: fix linesize vs. width

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Nov 12 04:48:24 2014 +0100| [f043965cd5145d8540d55c013b0d809b6a874c53] | committer: Michael Niedermayer avfilter/vf_tinterlace: fix linesize vs. width Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avfilter/x86/vf_interlace: rewrite asm

2014-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Nov 15 04:07:08 2014 +0100| [05e4b25e9b0a3586033dc21548b03c8e5071efe3] | committer: Michael Niedermayer avfilter/x86/vf_interlace: rewrite asm 4775 decicycles - 3688 decicycles Signed-off-by: Michael Niedermayer