[FFmpeg-cvslog] Update for 2.6.9

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sat Apr 30 03:38:51 2016 +0200| [2ea09e56cc84f98fbf90f90d9c8a614dc21f5d0c] | committer: Michael Niedermayer Update for 2.6.9 Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/takdec: add code that got somehow lost in process of REing

2016-04-29 Thread Paul B Mahol
ffmpeg | branch: release/2.6 | Paul B Mahol | Wed Apr 20 22:45:05 2016 +0200| [17e7cb98be90a1af33e2a3e0a62d50535845729a] | committer: Michael Niedermayer avcodec/takdec: add code that got somehow lost in process of REing Signed-off-by: Paul B Mahol (cherry

[FFmpeg-cvslog] avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Apr 14 15:10:31 2016 +0200| [036d049fb1f2a23938501fc00bcc9e4d0f010b96] | committer: Michael Niedermayer avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case Fixes

[FFmpeg-cvslog] avformat/concatdec: set safe mode to enabled instead of auto

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue Jan 19 22:13:14 2016 +0100| [b653f7999ad3137c890d97c0f761cedd92ec31ef] | committer: Michael Niedermayer avformat/concatdec: set safe mode to enabled instead of auto This is safer, as a selected demuxer could

[FFmpeg-cvslog] indeo2: Fix banding artefacts

2016-04-29 Thread Luca Barbato
ffmpeg | branch: release/2.6 | Luca Barbato | Mon Feb 22 19:58:19 2016 -0500| [b55b843cd9928caa24ac217542c373f6026c3489] | committer: Michael Niedermayer indeo2: Fix banding artefacts Rename luma table to delta table and change how it is used. CC: libav-sta...@libav.org

[FFmpeg-cvslog] avcodec/apedec: fix decoding of stereo files with one channel full of silence

2016-04-29 Thread Paul B Mahol
ffmpeg | branch: release/2.6 | Paul B Mahol | Tue Apr 12 10:51:30 2016 +0200| [945899864aa29648c887b2acfa57aa6302f6d05e] | committer: Michael Niedermayer avcodec/apedec: fix decoding of stereo files with one channel full of silence Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] avformat/ffmdec: Check pix_fmt

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Apr 28 22:50:48 2016 +0200| [c57ebf6809e3dca8133fc0869e6bbd5997c8b03a] | committer: Michael Niedermayer avformat/ffmdec: Check pix_fmt Fixes crash Fixes Ticket5412 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/resample: Remove disabled and faulty code

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Mar 16 19:40:32 2016 +0100| [e1fb0a1dbc00676bbf76036386a6526d753073d0] | committer: Michael Niedermayer avcodec/resample: Remove disabled and faulty code Fixes Ticket5345 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/h264: Fix for H.264 configuration parsing

2016-04-29 Thread Ivan
ffmpeg | branch: release/2.6 | Ivan | Tue Apr 12 16:32:04 2016 -0400| [f3ec2a0859f04b825ba4282275d41c1ebe735cc7] | committer: Michael Niedermayer avcodec/h264: Fix for H.264 configuration parsing Sometimes video fails to decode if H.264 configuration changes mid

[FFmpeg-cvslog] avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon Apr 25 04:08:21 2016 +0200| [542cc06c649b6ea77b5313591ed8fe89ff987b0c] | committer: Michael Niedermayer avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 Fixes Ticket5319 Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sat Mar 19 15:41:30 2016 +0100| [f2019a0db6ae21e905141cf58222100913a9c346] | committer: Michael Niedermayer avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored Fixes Ticket5244 Signed-off-by:

[FFmpeg-cvslog] avcodec/j2kenc: Add attribution to OpenJPEG project:

2016-04-29 Thread Aaron Boxer
ffmpeg | branch: release/2.6 | Aaron Boxer | Thu Mar 31 16:02:14 2016 -0400| [6ec961197138eb5063ef98da18207ce5af00a5f6] | committer: Michael Niedermayer avcodec/j2kenc: Add attribution to OpenJPEG project: http://ghostscript.com/~tor/gs-browse/gs/openjpeg/libopenjpeg/t1.c

[FFmpeg-cvslog] avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT

2016-04-29 Thread Boris Nagels
ffmpeg | branch: release/2.6 | Boris Nagels | Sun Mar 6 16:31:36 2016 +0100| [d33cc39eb8d989a3add397f3b8490c827831db83] | committer: Michael Niedermayer avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT RTCP synchronization packet was broken since commit in

[FFmpeg-cvslog] avcodec/imgconvert: Support non-planar colorspaces while padding

2016-04-29 Thread Przemysław Sobala
ffmpeg | branch: release/2.6 | Przemysław Sobala | Fri Sep 18 15:40:58 2015 +0200| [1eb1c2fd5d28f659263b6bc51a3db6caf13a1c9e] | committer: Michael Niedermayer avcodec/imgconvert: Support non-planar colorspaces while padding Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/avpacket: Fix off by 5 error

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Apr 20 22:38:26 2016 +0200| [e49d142fc0dfe4e625ee4f3f298959d074760834] | committer: Michael Niedermayer avcodec/avpacket: Fix off by 5 error Fixes out of array read Fixes: mozilla bug 1266129 Found-by: Tyson

[FFmpeg-cvslog] avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Dec 9 15:18:53 2015 +0100| [ba959ea35c2be80b91698f7d16f7b2c24cf6fb27] | committer: Michael Niedermayer avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool This should

[FFmpeg-cvslog] lavf/mov: fix sidx with edit lists

2016-04-29 Thread Rodger Combs
ffmpeg | branch: release/2.6 | Rodger Combs | Thu Feb 18 12:57:37 2016 -0600| [578e4998641cb6272e300a70c881d66f5dd414e0] | committer: Michael Niedermayer lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354)

[FFmpeg-cvslog] swscale/x86/output: Fix yuv2planeX_16* with unaligned destination

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Feb 17 00:14:56 2016 +0100| [7bf84d1c2b4e5f334e0704bb33d152891f0463b6] | committer: Michael Niedermayer swscale/x86/output: Fix yuv2planeX_16* with unaligned destination Reviewed-by: BBB Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/avpacket: clear priv in av_init_packet()

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Feb 24 15:48:28 2016 +0100| [97da8f43a4e97322081a17ff4510a7274c0c4da6] | committer: Michael Niedermayer avcodec/avpacket: clear priv in av_init_packet() This should fix leaving uninitialized pointers in priv

[FFmpeg-cvslog] avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing

2016-04-29 Thread Martin Cracauer
ffmpeg | branch: release/2.6 | Martin Cracauer | Tue Dec 1 17:59:36 2015 -0500| [b987e8a38b461c123a99dc099a7bb1a4633895a9] | committer: Michael Niedermayer avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing Trying to make heads and tails out of DTS

[FFmpeg-cvslog] indeo2data: K formatting cosmetics

2016-04-29 Thread Luca Barbato
ffmpeg | branch: release/2.6 | Luca Barbato | Mon Feb 22 19:58:18 2016 -0500| [b3d36aec756eb21f6afcc491aec5e149e1b2ed67] | committer: Michael Niedermayer indeo2data: K formatting cosmetics Signed-off-by: Vittorio Giovara Signed-off-by: Diego

[FFmpeg-cvslog] avfilter/vf_drawtext: Check return code of load_glyph()

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sun Apr 24 12:30:20 2016 +0200| [987082ff913841815a4ff7428c9379cecc63a3c9] | committer: Michael Niedermayer avfilter/vf_drawtext: Check return code of load_glyph() Fixes segfault Fixes Ticket5347 Signed-off-by:

[FFmpeg-cvslog] swscale/input: Fix GBRAP16 input

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue Feb 23 23:14:03 2016 +0100| [32a453eae28f2d75d05e762c818fecf15c4218e1] | committer: Michael Niedermayer swscale/input: Fix GBRAP16 input Fixes part of Ticket5264 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Mar 24 20:55:30 2016 +0100| [cb7809cc4d6b1b47e936d2e94b21f4e41850ffaf] | committer: Michael Niedermayer avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set Reviewed-by:

[FFmpeg-cvslog] avfilter/src_movie: fix how we check for overflows with seek_point

2016-04-29 Thread Marios Titas
ffmpeg | branch: release/2.6 | Marios Titas | Sat Apr 2 21:11:44 2016 +0300| [6a60de92b22c160a024957c3e65f607f2e5ab3d7] | committer: Michael Niedermayer avfilter/src_movie: fix how we check for overflows with seek_point Currently, if the movie source filter is used and a

[FFmpeg-cvslog] postproc: fix unaligned access

2016-04-29 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.6 | Carl Eugen Hoyos | Tue Feb 23 15:50:28 2016 +0100| [6d36d0ade93c5a7f40d57f2036cc4c98788b3c5b] | committer: Michael Niedermayer postproc: fix unaligned access Based on 59074310 by Andreas Cadhalpun. Fixes ticket #5259. (cherry picked from commit

[FFmpeg-cvslog] avformat/rtpdec_jpeg: fix low contrast image on low quality setting

2016-04-29 Thread Ico Doornekamp
ffmpeg | branch: release/2.6 | Ico Doornekamp | Thu Mar 24 14:31:38 2016 +0100| [42fc190ab051f121a15e6a826e8cfabd7303966b] | committer: Michael Niedermayer avformat/rtpdec_jpeg: fix low contrast image on low quality setting Original mail and my own followup on ffmpeg-user

[FFmpeg-cvslog] pgssubdec: fix subpicture output colorspace and range

2016-04-29 Thread Jan Ekström
ffmpeg | branch: release/2.6 | Jan Ekström | Sun Apr 24 17:30:56 2016 +0300| [19fcdd0c2f4c62695961413c9456ca525678879d] | committer: Michael Niedermayer pgssubdec: fix subpicture output colorspace and range Functionality used before didn't widen the values from limited to

[FFmpeg-cvslog] swscale/utils: Fix chrSrcHSubSample for GBRAP16

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue Feb 23 23:48:11 2016 +0100| [b6d9ecfe22945cd1e42443c078c98a4f42346adf] | committer: Michael Niedermayer swscale/utils: Fix chrSrcHSubSample for GBRAP16 Fixes part of Ticket5264 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] swscale/x86/output: Move code into yuv2planeX_mainloop

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed Feb 17 04:15:29 2016 +0100| [bd641685f4ce73369c158d4abcb3eb138a38a891] | committer: Michael Niedermayer swscale/x86/output: Move code into yuv2planeX_mainloop Reviewed-by: BBB Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon Feb 22 03:31:34 2016 +0100| [e0d4decf52ffc21c5ef891ec66e733f0bf5112db] | committer: Michael Niedermayer avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] MAINTAINERS: add myself as an OS/2 maintainer

2016-04-29 Thread KO Myung-Hun
ffmpeg | branch: release/2.6 | KO Myung-Hun | Mon Feb 15 13:16:23 2016 +0900| [ff1093efe080679809f1c2264b484c00c0aa9cee] | committer: Michael Niedermayer MAINTAINERS: add myself as an OS/2 maintainer Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 28692f9 web/download: add FFmpeg 2.8.7

2016-04-29 Thread ffmpeg-cvslog
The branch, master has been updated via 28692f948ff5ecf4989d6a4eeab9890c2731496c (commit) from fbe0f6ffc834ee53e5ff13699f675b9022f4da23 (commit) - Log - commit 28692f948ff5ecf4989d6a4eeab9890c2731496c Author:

[FFmpeg-cvslog] Tag n2.8.7 : FFmpeg 2.8.7 release

2016-04-29 Thread git
[ffmpeg] [branch: refs/tags/n2.8.7] Tag:23343235262ad5303fbe7f2cf579dbd0b584a0ef > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=23343235262ad5303fbe7f2cf579dbd0b584a0ef Tagger: Michael Niedermayer Date: Fri Apr 29 14:05:14 2016 +0200 FFmpeg 2.8.7 release

[FFmpeg-cvslog] Changelog: update

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Apr 29 13:27:40 2016 +0200| [da4ea971617351600f49437bc9d489e650b4de38] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/ffmdec: Check pix_fmt

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Thu Apr 28 22:50:48 2016 +0200| [2a158602273f9e8875280e5202de6d7e19845c80] | committer: Michael Niedermayer avformat/ffmdec: Check pix_fmt Fixes crash Fixes Ticket5412 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64

2016-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Fri Jan 15 23:58:51 2016 +0100| [4e4afe29b9893c577e80c9c5fed0f2dd23b6e17e] | committer: Michael Niedermayer avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64 This decreases the MV related

[FFmpeg-cvslog] avcodec/utils: split side-data in new decode API too

2016-04-29 Thread wm4
ffmpeg | branch: master | wm4 | Thu Apr 28 15:34:15 2016 +0200| [66dd21d50be14a355e296b769d9d99090c0207f7] | committer: wm4 avcodec/utils: split side-data in new decode API too The deprecated avcodec_decode_video2() and avcodec_decode_audio4() functions called