[FFmpeg-cvslog] MAINTAINERS: Add db0 for the website

2014-07-20 Thread db0company
ffmpeg | branch: master | db0company db0comp...@gmail.com | Sun Jul 20 16:38:49 2014 +0200| [e2842cfe76c92a083c77c3b09427ff3d60e03f99] | committer: Michael Niedermayer MAINTAINERS: Add db0 for the website Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/parser: reset indexes on realloc failure

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/0.5 | Michael Niedermayer michae...@gmx.at | Thu Sep 26 21:03:48 2013 +0200| [04fb6bb9155a5b1857027b78728badec72734c2e] | committer: Michael Niedermayer avcodec/parser: reset indexes on realloc failure Fixes Ticket2982 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/jpeglsdec: check err value for ls_get_code_runterm()

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/0.5 | Michael Niedermayer michae...@gmx.at | Wed Oct 30 23:27:28 2013 +0100| [02ac859dfe1febbe467a84b1edef6bf8c33b9ffb] | committer: Michael Niedermayer avcodec/jpeglsdec: check err value for ls_get_code_runterm() Fixes infinite loop Fixes Ticket3086 Signed-off-by:

[FFmpeg-cvslog] Update for 0.5.14

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/0.5 | Michael Niedermayer michae...@gmx.at | Sun Jul 20 18:34:16 2014 +0200| [a81f72e482312c9f958737f675dc67d00c05b2b1] | committer: Michael Niedermayer Update for 0.5.14 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] matroska: Fix use after free

2014-07-20 Thread Dale Curtis
ffmpeg | branch: release/0.5 | Dale Curtis dalecur...@chromium.org | Thu Jan 10 11:05:29 2013 -0800| [90c8fa52216b7a9fc83167f791dd7bb1d01bbaf2] | committer: Michael Niedermayer matroska: Fix use after free Signed-off-by: Dale Curtis dalecur...@chromium.org Signed-off-by: Luca Barbato

[FFmpeg-cvslog] lzo: fix overflow checking in copy_backptr()

2014-07-20 Thread Xi Wang
ffmpeg | branch: release/0.5 | Xi Wang xi.w...@gmail.com | Fri Mar 15 06:59:22 2013 -0400| [974c2ad87c348a0116a40758ab47ecf2c8d132d2] | committer: Michael Niedermayer lzo: fix overflow checking in copy_backptr() The check `src dst' in the form `c-out[-back] c-out' invokes pointer overflow,

[FFmpeg-cvslog] avcodec/x86/mpegvideoenc_template: fix integer overflow

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue Mar 25 00:15:52 2014 +0100| [5f7e6b9c37a4c969b9b401c2048df7d8066c0a52] | committer: Michael Niedermayer avcodec/x86/mpegvideoenc_template: fix integer overflow Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/x86/idct_sse2_xvid: fix non C99 inline function

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Mon Apr 14 17:29:27 2014 +0200| [0443fe264068fc890b315e6aba265a852be72682] | committer: Michael Niedermayer avcodec/x86/idct_sse2_xvid: fix non C99 inline function Found-by: Matt Oliver protogo...@gmail.com Signed-off-by:

[FFmpeg-cvslog] avcodec/dirac_arith: Fix build with PIC and stack-check options

2014-07-20 Thread Anthoine Bourgeois
ffmpeg | branch: release/1.0 | Anthoine Bourgeois anthoine.bourge...@gmail.com | Wed Apr 9 12:18:32 2014 +0200| [b5ec163e5a470113030f0e1384bcd3c77d808bee] | committer: Michael Niedermayer avcodec/dirac_arith: Fix build with PIC and stack-check options Fixes Ticket3540 The function

[FFmpeg-cvslog] swresample/resample: use av_malloc_array() where appropriate

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue Apr 8 00:29:26 2014 +0200| [d7573f88a9b9d10e9301b4a3b31784aab3407243] | committer: Michael Niedermayer swresample/resample: use av_malloc_array() where appropriate Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] swresample/resample: Limit filter length

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue Apr 8 00:19:07 2014 +0200| [81e5ce4c280e5ef503b45aebc8916c33021b3222] | committer: Michael Niedermayer swresample/resample: Limit filter length Related to CID1197063 The limit choosen is arbitrary and much larger than

[FFmpeg-cvslog] avcodec/wma: use av_freep(), do not leave stale pointers in memory

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Sat Apr 5 21:34:03 2014 +0200| [12eb9d9111213fe29105d09565eaebe02da3b941] | committer: Michael Niedermayer avcodec/wma: use av_freep(), do not leave stale pointers in memory Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/mpegts: Remove redundant check

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Wed Apr 16 02:06:37 2014 +0200| [f3230ba067af1ce564661616be98110e0ff9f4c5] | committer: Michael Niedermayer avformat/mpegts: Remove redundant check Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio Signed-off-by:

[FFmpeg-cvslog] avcodec/h263dec: Fix use of uninitialized memory from the bitstream buffer

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue Mar 18 18:06:17 2014 +0100| [1ec03662c0f225cba9685cf21328f4847be2ee97] | committer: Michael Niedermayer avcodec/h263dec: Fix use of uninitialized memory from the bitstream buffer Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Thu Apr 24 01:25:46 2014 +0200| [6b0c1ed11608d7b91606d23331808795dcfa91b3] | committer: Michael Niedermayer swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input Fixes Ticket 3542 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] swscale/x86/swscale_template: loose hardcoded dstw_offset

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue Apr 8 18:12:12 2014 +0200| [f80af81e6e12a67abdd6a0a1726d417737c88507] | committer: Michael Niedermayer swscale/x86/swscale_template: loose hardcoded dstw_offset Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Sun Jun 15 00:49:02 2014 +0200| [8f443e4f32c91dc2141b6d0c997a2fe03536e89c] | committer: Michael Niedermayer avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/diracdec: fix undefined behavior with shifts

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Wed Apr 16 02:06:37 2014 +0200| [00476d924902e3d863bab57e43f4ec0e77a30675] | committer: Michael Niedermayer avcodec/diracdec: fix undefined behavior with shifts Fixes part of Ticket3466 Found-by: Andrey_Karpov / PVS-Studio

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

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

[FFmpeg-cvslog] avutil/lzo: Fix integer overflow

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Fri Jun 20 03:15:28 2014 +0200| [7b5c706494a775b2b0d0e0a38448610802eef8f4] | committer: Michael Niedermayer avutil/lzo: Fix integer overflow Embargoed-till: 2014-06-27 requested by researcher, but embargo broken by libav

[FFmpeg-cvslog] avfilter/filtfmts: Support dynamically allocated in/outputs

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Mon Apr 21 11:33:17 2014 +0200| [ee0db8a51f8c24d7297e43aed2119a4595740d88] | committer: Michael Niedermayer avfilter/filtfmts: Support dynamically allocated in/outputs Fixes crash Fixes Ticket3468 Signed-off-by: Michael

[FFmpeg-cvslog] avfilter/vf_deshake: fix loss of precission with odd resolutions

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Wed Apr 16 02:06:37 2014 +0200| [8ef02e4e89a2fb35276d668c3d9de16567614bd8] | committer: Michael Niedermayer avfilter/vf_deshake: fix loss of precission with odd resolutions Fixes part of Ticket3466 Found-by: Andrey_Karpov /

[FFmpeg-cvslog] avutil/cpu: force mmx on selection of higher x86 SIMD features

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Tue May 20 05:23:52 2014 +0200| [1930efe236503f5ea97ff6a11125f1da91afa931] | committer: Michael Niedermayer avutil/cpu: force mmx on selection of higher x86 SIMD features Fixes various runtime failures with manually set

[FFmpeg-cvslog] avfilter/graphdump: Fix pointer to local outside scope

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Mon Apr 28 04:01:50 2014 +0200| [033b0a4e7fc86588de76597b3dc21a8b8161bd32] | committer: Michael Niedermayer avfilter/graphdump: Fix pointer to local outside scope Fixes CID1194435 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/h263dec: Fix h263 probe

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Wed Apr 23 21:47:48 2014 +0200| [acba4d1e55e0eb104abe78716194a8d06cb8b4bd] | committer: Michael Niedermayer avformat/h263dec: Fix h263 probe The code was missing 1 bit in the src format Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Wed May 21 03:02:06 2014 +0200| [a116f16e5dc76f648b87fd245f9d68c27b9ce5d2] | committer: Michael Niedermayer avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Sun Jun 8 14:30:30 2014 +0200| [f48d7abf40f3873016a9b27de89ec29b95947d28] | committer: Michael Niedermayer avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible Signed-off-by: Michael

[FFmpeg-cvslog] swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: release/1.0 | Michael Niedermayer michae...@gmx.at | Sat Mar 15 22:52:22 2014 +0100| [588ae964f4bb26918c76253722ea24e004c24b40] | committer: Michael Niedermayer swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 23fd09c web/olddownload: add FFmpeg 1.0.10

2014-07-20 Thread gitolite
The branch, master has been updated via 23fd09cdf0b6c4965745658d1d84b397fcf3e935 (commit) from c3c93b327a56539933a05b89068aeede36196c5b (commit) - Log - commit 23fd09cdf0b6c4965745658d1d84b397fcf3e935 Author:

[FFmpeg-cvslog] Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58'

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Jul 20 20:32:17 2014 +0200| [02e3e3ea51ffba4067cbd8595396ec677af1f694] | committer: Michael Niedermayer Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58' * commit '9f99a5f1d078721a30a76aec27c58805b7b87e58':

[FFmpeg-cvslog] doc/issue_tracker: Correct sub-domain for mailing list

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Jul 20 20:57:53 2014 +0200| [9a8a18a2e9c318a2e3ddfe421561c7fc1e38822d] | committer: Michael Niedermayer doc/issue_tracker: Correct sub-domain for mailing list Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] doc: fix two spelling errors

2014-07-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun Jul 20 23:34:57 2014 +0200| [e59ce54412f719e473a2b3f3b60ab717d29e4ecf] | committer: Michael Niedermayer doc: fix two spelling errors Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] idct: Move arm-specific declarations to a header in the arm directory

2014-07-20 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun di...@biurrun.de | Tue Feb 18 13:46:32 2014 +0100| [4de8b60684ce13dff3e3d372dae4f49b9e53f755] | committer: Diego Biurrun idct: Move arm-specific declarations to a header in the arm directory

[FFmpeg-cvslog] Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755'

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Jul 21 01:56:01 2014 +0200| [110420aac01d6abf850bddb0487226af568a63c6] | committer: Michael Niedermayer Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755' * commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755': idct: Move

[FFmpeg-cvslog] tiff: support reading gray+alpha at 8 bits

2014-07-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Sun Jul 20 02:34:19 2014 -0400| [b31d76e45fc3c6529dd7109e721676f3ec376d00] | committer: Vittorio Giovara tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com

[FFmpeg-cvslog] Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00'

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Jul 21 02:01:22 2014 +0200| [08b597b1f8f2a30b1a5d5a3ce62c926a6f130af5] | committer: Michael Niedermayer Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00' * commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00': tiff:

[FFmpeg-cvslog] h264: Fix direct temporal mvs for bottom-field-first poc order

2014-07-20 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje rsbul...@gmail.com | Fri Jul 18 01:49:54 2014 +0200| [c39059bea3adebcd888571d1181db215eee54495] | committer: Vittorio Giovara h264: Fix direct temporal mvs for bottom-field-first poc order Such files can be created using the --bff x264 option.

[FFmpeg-cvslog] Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074'

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Jul 21 02:22:17 2014 +0200| [ec59f027ac749f5a10fa7c6243e532bf0bc57f9d] | committer: Michael Niedermayer Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074' * commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074': fate: add

[FFmpeg-cvslog] fate: add h264-direct-bff test

2014-07-20 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara vittorio.giov...@gmail.com | Fri Jul 18 09:54:46 2014 -0400| [819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074] | committer: Vittorio Giovara fate: add h264-direct-bff test

[FFmpeg-cvslog] avfilter/vf_owdenoise: use av_malloc_array()

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Jul 21 03:18:56 2014 +0200| [437da3e349c2acbf1ce6f565ef71b51bcf66086e] | committer: Michael Niedermayer avfilter/vf_owdenoise: use av_malloc_array() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/sapenc: Use av_mallocz_array()

2014-07-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Jul 21 03:19:12 2014 +0200| [71e515c180a5c3012e4717597be26618c38796a2] | committer: Michael Niedermayer avformat/sapenc: Use av_mallocz_array() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avfilter/biquads: avoid clipping when using floating type

2014-07-20 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz mfc...@gmail.com | Thu Jul 17 10:49:04 2014 +0700| [ce385c869c0d370b4ff4c4b645094c784fdb4461] | committer: Michael Niedermayer avfilter/biquads: avoid clipping when using floating type Signed-off-by: Michael Niedermayer michae...@gmx.at