[FFmpeg-cvslog] avutil/fixed_dsp: remove ff_ prefix from static function

2015-06-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jun 20 03:36:39 2015 -0300| [6fb96afdd66c514259e17fff5049b4219adf58b2] | committer: James Almer avutil/fixed_dsp: remove ff_ prefix from static function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fb96afdd

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix special cases in sd_1d53()

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 01:40:17 2015 +0200| [a75ca3ca6a0dcafbd201216597f512e3ba59b652] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix special cases in sd_1d53() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Factor dwt test code out so it can be easily used with the other dwts too

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 01:45:18 2015 +0200| [116e7d5418bcd984c65d289605d9658409172d5c] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Factor dwt test code out so it can be easily used with the other dwts too Signed-off-by: Michael Niedermayer > htt

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fill array using 2d instead of 1d accesses

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 02:11:56 2015 +0200| [5358953cdfb8fe16e2d9d8cc5df4b417935c6bf2] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fill array using 2d instead of 1d accesses Avoids gcc warning Found-by: jamrial Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/jpeg2000dwt: add test for the 5/3 wavelet

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 01:24:08 2015 +0200| [de99ce4306b1ea84fe28c44d76c4df8316ef4359] | committer: Michael Niedermayer avcodec/jpeg2000dwt: add test for the 5/3 wavelet Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] tests/fate: Add fate-j2k-dwt

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 01:27:27 2015 +0200| [0ce918c45b827814c10a9b72d886891f138cdc51] | committer: Michael Niedermayer tests/fate: Add fate-j2k-dwt Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ce918c45b82

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix order of operations in integer decomposition wavelets

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 20 00:41:12 2015 +0200| [75651cd63f2d7b99fe92fa96eccdd18b7f9c37fe] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix order of operations in integer decomposition wavelets Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 43d8378 web/download: Add FFmpeg 2.7.1

2015-06-19 Thread ffmpeg-cvslog
The branch, master has been updated via 43d837809ccca392489440267d71baf09ed56058 (commit) from 9c08619fa7f947345bd7389e803c4bede10b270a (commit) - Log - commit 43d837809ccca392489440267d71baf09ed56058 Author: Micha

[FFmpeg-cvslog] Tag n2.7.1 : FFmpeg 2.7.1 release

2015-06-19 Thread git
[ffmpeg] [branch: refs/tags/n2.7.1] Tag:9335dc6745028dbaab78b03f7a890e9a3767b1ca > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=9335dc6745028dbaab78b03f7a890e9a3767b1ca Tagger: Michael Niedermayer Date: Fri Jun 19 22:44:11 2015 +0200 FFmpeg 2.7.1 release __

[FFmpeg-cvslog] avcodec/j2kenc: Use JP2 format by default

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 05:13:59 2015 +0200| [7e2bdea764a565ad213f7676e558e5ce305bedef] | committer: Michael Niedermayer avcodec/j2kenc: Use JP2 format by default Without the JP2 fields its not possible to identify the colorspace Fixes Ticket538 Signed-off-

[FFmpeg-cvslog] avcodec/j2kenc: Support writing JP2 encapsulation

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 05:13:58 2015 +0200| [9a2fc170b10e13781d33d99f09fa978bd3623515] | committer: Michael Niedermayer avcodec/j2kenc: Support writing JP2 encapsulation The added option matches openjpeg Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] doc: avoid incorrect phrase 'allows to'

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Jun 14 20:28:28 2015 +0200| [620197d1ffea20e9168372c354438f1c1e926ecd] | committer: Andreas Cadhalpun doc: avoid incorrect phrase 'allows to' Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by: Lou Logan Signed-off-b

[FFmpeg-cvslog] matroskadec: check audio sample rate

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Jun 15 20:59:22 2015 +0200| [d89cd16afa97771f2950b2ee783e9b4ad6e75b57] | committer: Andreas Cadhalpun matroskadec: check audio sample rate And default to 8000 if it is invalid. An invalid sample rate can trigger av_assert2 in av_rescale_r

[FFmpeg-cvslog] matroskadec: validate audio channels and bitdepth

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Jun 15 21:06:51 2015 +0200| [973e67e5d2d491c9687d4e3cb6d9c0e1563fc6ce] | committer: Andreas Cadhalpun matroskadec: validate audio channels and bitdepth In the TTA extradata re-construction the values are written with avio_wl16 and if they

[FFmpeg-cvslog] configure: make makeinfo_html check more robust

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Jun 13 20:24:27 2015 +0200| [73e7fe8e648a9d666338691fd30c6c080ee808b1] | committer: Andreas Cadhalpun configure: make makeinfo_html check more robust The current check is too strict for newer makeinfo versions. Existing version strings are

[FFmpeg-cvslog] Update for 2.7.1

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Jun 19 19:03:00 2015 +0200| [7cbceb16ade6937d0f8b5e7d92e8acfc1a00f088] | committer: Michael Niedermayer Update for 2.7.1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cbceb16ade6937d0f8

[FFmpeg-cvslog] avutil/avstring: Do not print NULL

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Jun 19 15:57:32 2015 +0200| [23614d09d51178a0be368d5fdf39a6f014f46988] | committer: Michael Niedermayer avutil/avstring: Do not print NULL Fixes segfault Fixes Ticket4452 Signed-off-by: Michael Niedermayer (cherry picked from commit 52

[FFmpeg-cvslog] postproc: fix unaligned access

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Thu Jun 18 20:15:12 2015 +0200| [bea4894d0c429fee33ac5c9f8a0874404638d816] | committer: Michael Niedermayer postproc: fix unaligned access QP_store is only 8-bit-aligned, so accessing it as uint32_t causes SIGBUS crashes on sparc. The AV_RN32/

[FFmpeg-cvslog] avcodec/dpxenc: implement write16/32 as functions

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Fri Jun 19 16:46:06 2015 +0200| [157dd527008cf3569853dd75dc808021a6a1f62e] | committer: Michael Niedermayer avcodec/dpxenc: implement write16/32 as functions Fixes undefined behavior and segfault Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] vp9: don't retain NULL as segmentation_map

2015-06-19 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Wed Jun 17 19:02:15 2015 +0200| [250cf2d4dae0baf14ecdd6744c9555d24a6668ff] | committer: Michael Niedermayer vp9: don't retain NULL as segmentation_map This fixes segmentation faults, which were introduced in commit 4ba8f327. Reviewed-by: Rona

[FFmpeg-cvslog] avformat: clarify what package needs to be compiled with SSL support

2015-06-19 Thread wm4
ffmpeg | branch: release/2.7 | wm4 | Thu Jun 18 20:36:19 2015 +0200| [93d076b4fde12f11c67dcea86a27cc9770450fd4] | committer: Michael Niedermayer avformat: clarify what package needs to be compiled with SSL support Try to reduce user confusion. Signed-off-by: Michael Niedermayer (cherry picke

[FFmpeg-cvslog] avcodec/dpxenc: implement write16/32 as functions

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 16:46:06 2015 +0200| [8edc17b639c4ac47913c467107ffb43c67c64890] | committer: Michael Niedermayer avcodec/dpxenc: implement write16/32 as functions Fixes undefined behavior and segfault Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avutil/avstring: Do not print NULL

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 19 15:57:32 2015 +0200| [52e02a9e59f83ede84363d0f035389e44357d4a5] | committer: Michael Niedermayer avutil/avstring: Do not print NULL Fixes segfault Fixes Ticket4452 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions

2015-06-19 Thread Shivraj Patil
ffmpeg | branch: master | Shivraj Patil | Sun Jun 14 23:44:24 2015 +0530| [ee3ef5fda2f11cb5bf555d4f49698eb5dcde6ee1] | committer: Michael Niedermayer avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions This patch adds MSA (MIPS-SIMD-Arch) optimizations for hpel functions in new

[FFmpeg-cvslog] avcodec/fic: Add skip_cursor AVOption

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 18 12:28:29 2015 +0200| [d277b05c518a4c3f8f009afa7e3c7fbdae7460c3] | committer: Michael Niedermayer avcodec/fic: Add skip_cursor AVOption Previous version reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videol

[FFmpeg-cvslog] avcodec/libx264: Avoid reconfig on equivalent aspect ratios

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Thu Jun 18 14:40:11 2015 +0200| [8749b83e0be1b290ae2605f11684d096cc85098f] | committer: Carl Eugen Hoyos avcodec/libx264: Avoid reconfig on equivalent aspect ratios Workaround for ticket #4287. Signed-off-by: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] library.mak: Workaround SDL redefining main and breaking fate tests on mingw

2015-06-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 19 12:11:16 2015 +0200| [a9af9da6311b4ba50abe55d14d42a4d4818e83d8] | committer: Michael Niedermayer library.mak: Workaround SDL redefining main and breaking fate tests on mingw Fixes Ticket3368 Commit message by commiter Signed-off-by: Michael N

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/1.2 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [1218e9d73dc3ca8218ad56ce0e275116d499dd59] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/1.2 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [581bfd9c6f3a30a3859d2fc8b09f85ee0ccc1f25] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.0 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [4a2be7027f7ea995bbda848133a9978a389e2537] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.1 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [a444857db31894c48efc4d6521efb425dabc04f0] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.1 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [e0537e49a45ef9c9cf2d8b3d7d72e10897259bed] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.1 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [c77d226f7116d15ccdb84d18a8dde8e673703bfb] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [85d0c7355b612af2f685e4eab305a5de30ef8d21] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [59a1e0cba0623b446dafc0248892c8cb6f7add1c] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.3 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [e1afd6ed60755292884f62baa6a4b4df9a0aef2f] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avcodec/exr: fix crash caused by merge

2015-06-19 Thread Paul B Mahol
ffmpeg | branch: release/2.3 | Paul B Mahol | Sat Jun 6 15:56:06 2015 +| [17d9157c8229af384b7e1377a6aa7f414e2a79f0] | committer: Carl Eugen Hoyos avcodec/exr: fix crash caused by merge Various header informations need to be reset when decoding next frame. Regression since: 95582b5c Fixes

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.3 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [7d97587b1ae79045bf77f24413b630250a822e42] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.3 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [86c85b6f1a8ebbc831b942c29980b48cc74beef3] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [ff02eeafd8b36d15a4b1331a41899a17cc5f94e5] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avcodec/exr: fix crash caused by merge

2015-06-19 Thread Paul B Mahol
ffmpeg | branch: release/2.4 | Paul B Mahol | Sat Jun 6 15:56:06 2015 +| [1a4cb3b29cdaa30b19a95e776fdd668dc0b4] | committer: Carl Eugen Hoyos avcodec/exr: fix crash caused by merge Various header informations need to be reset when decoding next frame. Regression since: 95582b5c Fixes

[FFmpeg-cvslog] avcodec/hevc_ps: Only discard overread VPS if a previous is available

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Jun 18 18:03:21 2015 +0200| [bd28de1b4df5022a88ac0df95c241145d4bb3292] | committer: Carl Eugen Hoyos avcodec/hevc_ps: Only discard overread VPS if a previous is available Fixes Ticket4621 Signed-off-by: Michael Niedermayer (cherry pick

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [57d094e3e399c317df082562f57c6369fc60b3f5] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [65d61a495ca91019e9cb0e1cd3291538e0fa] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon May 25 04:12:13 2015 +0200| [2e210e19b1561ca198b635272fcb057373210586] | committer: Carl Eugen Hoyos avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out Signed-off-by: Michael Niedermayer (cherry picked from commit 00f3bb2ef2

[FFmpeg-cvslog] avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon May 25 14:35:35 2015 +0200| [11f597ed848641727e4d823052cde9502e075a3e] | committer: Carl Eugen Hoyos avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() Fixes assertion failure Fixes Ticket4396 Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [e9502ee26ae14383fe1963f2de6a04ef07dd31f1] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [e29f68cf9e336b685362f56e6a45d574af97a770] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [d4c7a1ecb8ced6001303b9607a571e396e268632] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avcodec/exr: fix crash caused by merge

2015-06-19 Thread Paul B Mahol
ffmpeg | branch: release/2.5 | Paul B Mahol | Sat Jun 6 15:56:06 2015 +| [f621ae6a6dd8690ba68eb25dd282727d2171d21e] | committer: Carl Eugen Hoyos avcodec/exr: fix crash caused by merge Various header informations need to be reset when decoding next frame. Regression since: 95582b5c Fixes

[FFmpeg-cvslog] avcodec/hevc_ps: Only discard overread VPS if a previous is available

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Thu Jun 18 18:03:21 2015 +0200| [2d55d3483b8e6aa81f32bf8f8c1b797cc59e0af6] | committer: Carl Eugen Hoyos avcodec/hevc_ps: Only discard overread VPS if a previous is available Fixes Ticket4621 Signed-off-by: Michael Niedermayer (cherry pick

[FFmpeg-cvslog] avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer()

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 25 14:35:35 2015 +0200| [678a189e5dd0cc409894b71d8d21d7875b5fa315] | committer: Carl Eugen Hoyos avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() Fixes assertion failure Fixes Ticket4396 Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 25 04:12:13 2015 +0200| [e2054a8b55eed7e2268466559c575018c63e] | committer: Carl Eugen Hoyos avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out Signed-off-by: Michael Niedermayer (cherry picked from commit 00f3bb2ef2

[FFmpeg-cvslog] avfilter/x86/vf_hqdn3d: Fix register types

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Wed May 27 04:31:30 2015 +0200| [ecd3cce0ec7591e64c41082c2588ffa53b1b11d3] | committer: Carl Eugen Hoyos avfilter/x86/vf_hqdn3d: Fix register types Fixes Ticket4301 Signed-off-by: Michael Niedermayer (cherry picked from commit 52fc3e372f8e

[FFmpeg-cvslog] avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment()

2015-06-19 Thread banastasov
ffmpeg | branch: release/2.6 | banastasov | Sat May 30 04:28:39 2015 +0200| [df408d213ad1cd0723aa67191071aa371ba5443b] | committer: Carl Eugen Hoyos avcodec/dvbsubdec: Fix buf_size check in dvbsub_parse_display_definition_segment() Fixes Ticket4326 Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] avformat/mov: Mark avio context of decompressed atoms as seekable

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 25 01:26:55 2015 +0200| [8c5d196f502666ef0311f47c416aa83e89ebeede] | committer: Carl Eugen Hoyos avformat/mov: Mark avio context of decompressed atoms as seekable Fixes Ticket4329 Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avcodec/x86/h264_weight: handle weight1=128

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue Jun 9 05:11:09 2015 +0200| [a6bdfd9b46bb9bc10c9715f8f87977a391676b2b] | committer: Carl Eugen Hoyos avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 Signed-off-by: Michael Niedermayer (cherry picked from commit e1009665759d4

[FFmpeg-cvslog] avcodec/flacenc: Fix Invalid Rice order

2015-06-19 Thread George Boyle
ffmpeg | branch: release/2.6 | George Boyle | Tue Jun 16 08:25:01 2015 +0100| [d9dd0cbe632e7b4b0b1652b13112bb805e737522] | committer: Carl Eugen Hoyos avcodec/flacenc: Fix Invalid Rice order Fixes ticket #4628. The problem arose, in the sample file at least, in the last block where the minimu

[FFmpeg-cvslog] avcodec/exr: fix crash caused by merge

2015-06-19 Thread Paul B Mahol
ffmpeg | branch: release/2.6 | Paul B Mahol | Sat Jun 6 15:56:06 2015 +| [81d923f14bedbf62dc84a51222875b2b214cee11] | committer: Carl Eugen Hoyos avcodec/exr: fix crash caused by merge Various header informations need to be reset when decoding next frame. Regression since: 95582b5c Fixes

[FFmpeg-cvslog] avcodec/hevc_ps: Only discard overread VPS if a previous is available

2015-06-19 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Jun 18 18:03:21 2015 +0200| [7e5a298bce178f6c1f760b0e4c41d46ccb8583e8] | committer: Carl Eugen Hoyos avcodec/hevc_ps: Only discard overread VPS if a previous is available Fixes Ticket4621 Signed-off-by: Michael Niedermayer (cherry pick

[FFmpeg-cvslog] avcodec/flacenc: Fix Invalid Rice order

2015-06-19 Thread George Boyle
ffmpeg | branch: release/2.7 | George Boyle | Tue Jun 16 08:25:01 2015 +0100| [a9b600cf3995bc075090f4f1dbfbf772e21a4d5b] | committer: Carl Eugen Hoyos avcodec/flacenc: Fix Invalid Rice order Fixes ticket #4628. The problem arose, in the sample file at least, in the last block where the minimu