[FFmpeg-cvslog] lavfi: use ff_norm_qscale(), factorize

2015-01-13 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Jan 13 13:00:18 2015 +0100| [57ede2a5070f42fde19175ef666b63b101bcd983] | committer: Stefano Sabatini lavfi: use ff_norm_qscale(), factorize > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57ede2a5070f42fde19175ef666b63b101bcd983 ---

[FFmpeg-cvslog] Changelog: mention the port of various mp PP filters

2015-01-13 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Tue Jan 13 13:12:19 2015 +0100| [c648879827d3d8a4d4431fa3ef49d5b5c43c3843] | committer: Stefano Sabatini Changelog: mention the port of various mp PP filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c648879827d3d8a4d4431fa3ef49d5b

[FFmpeg-cvslog] lavfi: remove mp=pp7

2015-01-13 Thread Arwa Arif
ffmpeg | branch: master | Arwa Arif | Sat Jan 10 01:39:14 2015 +0530| [8c7e512ad9f818926d582e4de32b41e763834722] | committer: Stefano Sabatini lavfi: remove mp=pp7 The filter was ported to a native libavfilter filter in a299cd5ab3567bdf855dc84cdbed4d22ea5fcbb6. Signed-off-by: Stefano Sabatini

[FFmpeg-cvslog] avcodec/snowenc-test: use av_mallocz_array()

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 13 15:04:15 2015 +0100| [88a46fa8c9e5b9aeefbd1a82dcb1a18e0f1e8b7b] | committer: Michael Niedermayer avcodec/snowenc-test: use av_mallocz_array() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/snowenc-test: check for av_malloc*() failures

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 13 15:02:36 2015 +0100| [482761b85a686c24dda18780a1c7e1e82c45e43c] | committer: Michael Niedermayer avcodec/snowenc-test: check for av_malloc*() failures Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/roqvideoenc: Check for av_malloc_array() failure

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 13 15:14:27 2015 +0100| [295b79b5d8c0cf0a9691f8d6b512aa1e289d528d] | committer: Michael Niedermayer avcodec/roqvideoenc: Check for av_malloc_array() failure Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avformat/segment: Use av_freep() avoid leaving stale pointers in memory

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Dec 25 12:38:20 2014 +0100| [0775653b4c4736e593040a81123c8c284714e0ae] | committer: Michael Niedermayer avformat/segment: Use av_freep() avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer (cherry picked from commi

[FFmpeg-cvslog] avformat/cdxl: Fix integer overflow of image_size

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Wed Dec 31 21:41:46 2014 +0100| [6ac156864ca5055b9971ef0a8e7a35d2eecbb46f] | committer: Michael Niedermayer avformat/cdxl: Fix integer overflow of image_size Signed-off-by: Michael Niedermayer (cherry picked from commit 3eb5cbe0c50d0a0bbe10

[FFmpeg-cvslog] avfilter/vf_sab: fix filtering tiny images

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Jan 4 01:03:26 2015 +0100| [efdd30df06973d51131add3afbffab6841476c85] | committer: Michael Niedermayer avfilter/vf_sab: fix filtering tiny images Fixes out of array reads Signed-off-by: Michael Niedermayer (cherry picked from commit 9

[FFmpeg-cvslog] mov: Avoid overflow with mov_metadata_raw()

2015-01-13 Thread Dale Curtis
ffmpeg | branch: release/2.4 | Dale Curtis | Mon Jan 5 16:19:09 2015 -0800| [134ff88c6a80672a108c607d8df459f401560d3c] | committer: Michael Niedermayer mov: Avoid overflow with mov_metadata_raw() The code previously added 1 to len without checking its size, resulting in an overflow which can

[FFmpeg-cvslog] avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 6 12:48:38 2015 +0100| [63007901446f13ab3b04a66fee856c4f58c08778] | committer: Michael Niedermayer avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer (cherry picked fro

[FFmpeg-cvslog] configure: bump year

2015-01-13 Thread James Almer
ffmpeg | branch: release/2.4 | James Almer | Sat Jan 3 01:40:02 2015 -0300| [51e880fed97faae571a872cf51a6960e9f172094] | committer: Michael Niedermayer configure: bump year Happy new year! (cherry picked from commit b8db25a3338b67186837c49580fe538d63dd73c7) Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] mov: Fix negative size calculation in mov_read_default().

2015-01-13 Thread Dale Curtis
ffmpeg | branch: release/2.4 | Dale Curtis | Mon Jan 5 16:34:17 2015 -0800| [54b76eb5951502d24618c335d0bb275f70d31f3c] | committer: Michael Niedermayer mov: Fix negative size calculation in mov_read_default(). The previous code assumed if an atom was marked with a 64-bit size extension, it ac

[FFmpeg-cvslog] avformat/mov: Fix mixed declaration and statement warning

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 6 19:51:38 2015 +0100| [86f4ac93659f4da9c26e55971fde0ced89432a21] | committer: Michael Niedermayer avformat/mov: Fix mixed declaration and statement warning Signed-off-by: Michael Niedermayer (cherry picked from commit db27f50e0658

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Mon Jan 5 04:45:26 2015 +0100| [e2e145db89913e86e9b8573b1b90f001c46dee5e] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder. Explicitly check the off

[FFmpeg-cvslog] avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 6 12:53:53 2015 +0100| [45069582897c0b59ec7c2ffd0f933b9fc3c2926e] | committer: Michael Niedermayer avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] lavfi: check av_strdup() return value

2015-01-13 Thread Paul B Mahol
ffmpeg | branch: release/2.4 | Paul B Mahol | Tue Jan 6 09:42:59 2015 +| [20a4cf0d09701fb0c623ba42399facf867fb1146] | committer: Michael Niedermayer lavfi: check av_strdup() return value Signed-off-by: Paul B Mahol (cherry picked from commit 145a84717b62e086cdb5f26649ad9f1b51ef38d0) Sig

[FFmpeg-cvslog] avformat/flvdec: Increase string array size

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Jan 1 18:15:16 2015 +0100| [54e3aff10e2d3c7fc2d2823b658c7e66bc82661d] | committer: Michael Niedermayer avformat/flvdec: Increase string array size Fixes parsing httphostheader of Scarlatti\,\ Pieter-Jan\ Belder\ -\ Sonata\ K113\ in\ A\

[FFmpeg-cvslog] avformat/mov: fix integer overflow in mov_read_udta_string()

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 6 04:29:10 2015 +0100| [0787163cf369f114862bc7402b8410ff32bdef37] | committer: Michael Niedermayer avformat/mov: fix integer overflow in mov_read_udta_string() Found-by: Paul Mehta Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] cmdutils: Use 64bit for file size/ offset related variable in cmdutils_read_file()

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 6 13:12:22 2015 +0100| [fe457ce4d16966d7f7d3cc87d2398325aa1a80e2] | committer: Michael Niedermayer cmdutils: Use 64bit for file size/offset related variable in cmdutils_read_file() Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Wed Jan 7 23:57:50 2015 +0100| [2ba1af5791fc405ad648851344fe6dd83d1c92c1] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples. Signed-off-by: Mich

[FFmpeg-cvslog] vp9: fix parser return values in error case

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Fri Jan 9 02:13:36 2015 +0100| [1b3332659a77c8167b1d4328a88ff4ae2498147e] | committer: Michael Niedermayer vp9: fix parser return values in error case The parser must always set the out_size and out_data pointers. The API seems to require it, and the commo

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Thu Jan 8 17:19:17 2015 +0100| [3b4e9dddcff61eaf01a9a5b63c1abcc4102a313a] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time with ctx->buf as argument

[FFmpeg-cvslog] avformat/flvdec: do not inject dts= 0 metadata packets which failed to be parsed into a new data stream

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Jan 1 18:07:24 2015 +0100| [d9ec3070d18dc3779516080d6a1fcea037fe183f] | committer: Michael Niedermayer avformat/flvdec: do not inject dts=0 metadata packets which failed to be parsed into a new data stream Such data streams (which then

[FFmpeg-cvslog] avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1"

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Jan 10 03:43:54 2015 +0100| [0b0293ceafd68f3e7b75e3a42ccc6091a94d2178] | committer: Michael Niedermayer avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Version 4.0.12.1" Signed-off-by: Michael Niedermayer (cher

[FFmpeg-cvslog] ffmpeg: Clear error message array at init.

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Jan 8 23:02:30 2015 +0100| [07c9df792cd4ee1c13243ea5c27d0a64b13e9d80] | committer: Michael Niedermayer ffmpeg: Clear error message array at init. This avoids printing uninitialized bytes if no error message is set Signed-off-by: Michae

[FFmpeg-cvslog] doc/examples: fix lib math dep for decoding_encoding

2015-01-13 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Jan 9 17:50:27 2015 +0100| [9cc1d21e76b5ec08a9581d17a75b289c36197544] | committer: Michael Niedermayer doc/examples: fix lib math dep for decoding_encoding It uses at least sin(). Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael

[FFmpeg-cvslog] Update for 2.4.6

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jan 13 17:14:46 2015 +0100| [1fd7fb9036fcfb1620068014d8a52112067d2d59] | committer: Michael Niedermayer Update for 2.4.6 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1fd7fb9036fcfb16200

[FFmpeg-cvslog] qpeg: avoid pointless invalid memcpy()

2015-01-13 Thread wm4
ffmpeg | branch: master | wm4 | Tue Jan 13 14:47:47 2015 +0100| [921706691a87c3ea5f5b92afd9b423e5f8c6e9d9] | committer: Michael Niedermayer qpeg: avoid pointless invalid memcpy() If refdata was NULL, the memcpy() ended up copying the same memory block onto itself, which is not only pointless,

[FFmpeg-cvslog] avcodec/hevc: Fix handling of skipped_bytes() reallocation failures

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jan 13 18:51:33 2015 +0100| [e172f5e53ae4dbbcdcf81c9a3b962dc9f5a8a98d] | committer: Michael Niedermayer avcodec/hevc: Fix handling of skipped_bytes() reallocation failures Fixes CID1260704 Signed-off-by: Michael Niedermayer > http://git.vi

Re: [FFmpeg-cvslog] [FFmpeg-devel] Adding Closed caption Support

2015-01-13 Thread Anshul Maheshwari
On Tue, Jan 13, 2015 at 11:24 AM, Anshul Maheshwari wrote: > On 01/12/2015 04:16 PM, Clément Bœsch wrote: > > On Sun, Jan 11, 2015 at 11:15:35PM +0100, Anshul Maheshwari wrote: > > ffmpeg | branch: master | Anshul Maheshwari | Tue > Jan 6 12:41:34 2015 +0530| [4b6262610bd516320b3fca71ef03ff9bf

Re: [FFmpeg-cvslog] [FFmpeg-devel] Adding Closed caption Support

2015-01-13 Thread Anshul Maheshwari
On 01/12/2015 04:16 PM, Clément Bœsch wrote: On Sun, Jan 11, 2015 at 11:15:35PM +0100, Anshul Maheshwari wrote: ffmpeg | branch: master | Anshul Maheshwari | Tue Jan 6 12:41:34 2015 +0530| [4b6262610bd516320b3fca71ef03ff9bf1aa5066] | committer: Michael Niedermayer Adding Closed caption Support

[FFmpeg-cvslog] Tag n2.4.6 : FFmpeg 2.4.6 release

2015-01-13 Thread git
[ffmpeg] [branch: refs/tags/n2.4.6] Tag:7b91702581701ceee0a9055670f23f016f54b2ca > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=7b91702581701ceee0a9055670f23f016f54b2ca Tagger: Michael Niedermayer Date: Tue Jan 13 22:31:32 2015 +0100 FFmpeg 2.4.6 release __

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7c2b7c2 web/download: add FFmpeg 2.4.6

2015-01-13 Thread gitolite
The branch, master has been updated via 7c2b7c226fa827487f377f80566a5eaffe2edd08 (commit) from 89ad5cec03c2b30d73ef78f049839d654d69f3b3 (commit) - Log - commit 7c2b7c226fa827487f377f80566a5eaffe2edd08 Author: Micha

[FFmpeg-cvslog] avformat/mpeg: Avoid dead assignment

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 14 00:06:43 2015 +0100| [8d7d88135cf3303b62382e704de6a9b284755a3c] | committer: Michael Niedermayer avformat/mpeg: Avoid dead assignment Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d7d

[FFmpeg-cvslog] avformat/smoothstreamingenc: Add missing "goto fail"

2015-01-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jan 14 00:17:52 2015 +0100| [f2e12f8942e5434df3d0f41851a1560fc4663dae] | committer: Michael Niedermayer avformat/smoothstreamingenc: Add missing "goto fail" Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] mpegts: identify h264 mvc streams

2015-01-13 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat May 26 13:49:41 2012 +0200| [a9d700f2127fb1e9aafeab00164d625473ce62ed] | committer: Michael Niedermayer mpegts: identify h264 mvc streams This fixes missdetecting such streams as something else like AAC Signed-off-by: Michael Niedermayer > htt