[FFmpeg-cvslog] avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar formats

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Feb 6 20:57:00 2015 +0100| [dbab5f59849a1db5505c45e6610ad2e76da4f5ea] | committer: Michael Niedermayer avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar formats Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avutil/pixfmt: Clarify the meaning of the alpha bit in rgb555/bgr555

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Feb 6 20:56:08 2015 +0100| [088dd0fd4c8b67d4ffbbeda6decbf798fd82f2ab] | committer: Michael Niedermayer avutil/pixfmt: Clarify the meaning of the alpha bit in rgb555/bgr555 Found-by: wm4 Reviewed-by: wm4 nfx...@googlemail.com

[FFmpeg-cvslog] avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formats

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Feb 6 20:54:11 2015 +0100| [c02b8c4527865a0c9bc24bf5687c34b675ea5462] | committer: Michael Niedermayer avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formats Found-by: wm4 Reviewed-by: wm4

Re: [FFmpeg-cvslog] hevc/sao: use aligned copies

2015-02-07 Thread Carl Eugen Hoyos
Carl Eugen Hoyos cehoyos at ag.or.at writes: Christophe Gisquet git at videolan.org writes: hevc/sao: use aligned copies This makes reading hevc files crash if compiled with icc 14.0.2 on Linux: The crashes are still reproducible with icc 15.0.2 Carl Eugen

[FFmpeg-cvslog] avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording about significant bit

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Feb 7 13:46:04 2015 +0100| [be1cb1e63ae943dc853d8cf69885e2465a769b13] | committer: Michael Niedermayer avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording about significant bit Found-by:wm4

[FFmpeg-cvslog] pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGS

2015-02-07 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu timothyg...@gmail.com | Fri Feb 6 20:16:10 2015 -0800| [1de742145f58b362736e01d6cd0c66c58d6f7533] | committer: Michael Niedermayer pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGS Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] lavc/lossless_audiodsp: revert various commits

2015-02-07 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Feb 7 09:20:10 2015 +| [691b7f5e9e29698841c6bf1654605760020c0e8e] | committer: Michael Niedermayer lavc/lossless_audiodsp: revert various commits Their intent was to make the DSP work with wmalossless pro. The

[FFmpeg-cvslog] wmalossless: reset lms_update

2015-02-07 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Feb 7 09:20:09 2015 +| [46e2afa4dcb5ed6b4a6aa7aacbce2df74ed09c03] | committer: Michael Niedermayer wmalossless: reset lms_update It may contain garbage at the end, and zeroing allows using DSP with longer

[FFmpeg-cvslog] avcodec/twinvqdec: use init_get_bits8()

2015-02-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol one...@gmail.com | Sat Feb 7 14:26:54 2015 +| [ec8ec999f4a3f56ba39328106d358ee01efbc14e] | committer: Paul B Mahol avcodec/twinvqdec: use init_get_bits8() Signed-off-by: Paul B Mahol one...@gmail.com

[FFmpeg-cvslog] lavf/mlv: Only add streams that are supposed to contain frames.

2015-02-07 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Sat Feb 7 16:18:02 2015 +0100| [ac923ed47002092e16e3fbd252f607e1d68a9106] | committer: Carl Eugen Hoyos lavf/mlv: Only add streams that are supposed to contain frames. Fixes ticket #4296. Reviewed-by: Peter Ross

[FFmpeg-cvslog] x86: lavc: share more constant through defines

2015-02-07 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Wed Feb 4 11:41:45 2015 +0100| [ed450d4acfc9fea0dae2df2b0a543ec0d602d31a] | committer: Michael Niedermayer x86: lavc: share more constant through defines Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] hevc/sao: do in-place band filtering when possible

2015-02-07 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Tue Feb 3 14:06:39 2015 +0100| [97996eff4f2631fa5fdb6bc76a32b58d8b9f7611] | committer: Michael Niedermayer hevc/sao: do in-place band filtering when possible The copies are only needed when data must be restored, so

[FFmpeg-cvslog] avcodec/faxcompr: use init_get_bits8()

2015-02-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol one...@gmail.com | Sat Feb 7 17:16:14 2015 +| [134e8c73eaaf27a4960a558c14225a9c590e72cf] | committer: Paul B Mahol avcodec/faxcompr: use init_get_bits8() Signed-off-by: Paul B Mahol one...@gmail.com

[FFmpeg-cvslog] x86: lavc/hevc_mc: fix comments

2015-02-07 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Feb 7 13:19:58 2015 +0100| [626d6184ce74186cf588f2c8bef1a44bd0a595d0] | committer: Michael Niedermayer x86: lavc/hevc_mc: fix comments The width parameter is now completely at the back, and actually never used.

[FFmpeg-cvslog] Merge commit '8029af586fd5a5f2a0803001f9eff386e5545fe2'

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Feb 7 20:53:30 2015 +0100| [89c7332b38256760f447f7eb81020d56278ca734] | committer: Michael Niedermayer Merge commit '8029af586fd5a5f2a0803001f9eff386e5545fe2' * commit '8029af586fd5a5f2a0803001f9eff386e5545fe2':

[FFmpeg-cvslog] dxva2_hevc: properly fill the scaling list structure

2015-02-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes h.lepp...@gmail.com | Tue Feb 3 22:39:45 2015 +0100| [8029af586fd5a5f2a0803001f9eff386e5545fe2] | committer: Luca Barbato dxva2_hevc: properly fill the scaling list structure The scaling list can be specified in either the SPS or PPS. Additionally,

[FFmpeg-cvslog] Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1'

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Feb 7 21:00:19 2015 +0100| [7474ea74952b4d1be3bcd07efca5bd6c44b36b7a] | committer: Michael Niedermayer Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1' * commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1': oma:

[FFmpeg-cvslog] avformat/omadec: Subtract headersize in timestamp calculation

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Feb 7 21:16:20 2015 +0100| [29fd3032cc961c02acd45ef63aa3e687f5cd15af] | committer: Michael Niedermayer avformat/omadec: Subtract headersize in timestamp calculation Fixes pts/dts Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/omadec: only compute timestamps based on bitrate if its set

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Feb 7 21:12:56 2015 +0100| [7c2fa13df9a6130b3f258c7513933cbdca2fe23b] | committer: Michael Niedermayer avformat/omadec: only compute timestamps based on bitrate if its set Fixes division by zero Signed-off-by: Michael

[FFmpeg-cvslog] Do not use -mdynamic-no-pic on OSX x86_64.

2015-02-07 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Sun Feb 8 00:11:13 2015 +0100| [ea329b60f5d361ff67f0efc1aa81de7a114abce8] | committer: Carl Eugen Hoyos Do not use -mdynamic-no-pic on OSX x86_64. Fixes default compilation with icc.

[FFmpeg-cvslog] Merge remote-tracking branch 'cehoyos/master'

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Feb 8 02:36:19 2015 +0100| [7c148f30f364ca721f12960cfa2bfe3d670a0207] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Support decoding yuv dpx images. Do not use

[FFmpeg-cvslog] Support decoding yuv dpx images.

2015-02-07 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Sun Feb 8 00:12:46 2015 +0100| [2efaaf9476c87cdbd174b95c0519575c7d6f30cf] | committer: Carl Eugen Hoyos Support decoding yuv dpx images.

[FFmpeg-cvslog] avdevice/decklink_common: Fix Decklink for Mac

2015-02-07 Thread Georg Lippitsch
ffmpeg | branch: master | Georg Lippitsch georg.lippit...@gmx.at | Sun Jan 11 15:38:46 2015 +0100| [62ea5ae2b567a770e5e106493bcad59a9098cb8d] | committer: Michael Niedermayer avdevice/decklink_common: Fix Decklink for Mac Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Feb 8 04:46:50 2015 +0100| [5ae140c04f027da708859bb046e032a593fd81ad] | committer: Michael Niedermayer avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__ Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/h264: Setup decoder to have matching reference to the EC code

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Feb 8 01:59:16 2015 +0100| [de6df46120367b7d49d9d7c0971cbe36368b840a] | committer: Michael Niedermayer avcodec/h264: Setup decoder to have matching reference to the EC code Also move EC ref initialization to where the EC

[FFmpeg-cvslog] avcodec/utils: Assert that dst- progress is clear before ff_thread_ref_frame()

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Feb 8 02:03:39 2015 +0100| [2048126ea7a5df2aec55a0db24f642a05e80dca4] | committer: Michael Niedermayer avcodec/utils: Assert that dst-progress is clear before ff_thread_ref_frame() Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other parts of the h264 decoder

2015-02-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Feb 8 02:13:48 2015 +0100| [ecfd48dc065bf279acc6281416e883246884db21] | committer: Michael Niedermayer avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other parts of the h264 decoder Signed-off-by:

[FFmpeg-cvslog] libavformat/mxfenc.c: added mxf opatom muxer

2015-02-07 Thread Mark Reid
ffmpeg | branch: master | Mark Reid mindm...@gmail.com | Wed Jan 28 19:44:21 2015 -0800| [6a8a3bfb873730c1c13a496c3afa37020a8328a2] | committer: Michael Niedermayer libavformat/mxfenc.c: added mxf opatom muxer Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions

2015-02-07 Thread James Almer
ffmpeg | branch: master | James Almer jamr...@gmail.com | Sat Feb 7 22:30:04 2015 -0300| [92d903afaa22319f3778dfadf079378f9e616f6c] | committer: James Almer x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions Reviewed-by: Ronald S. Bultje rsbul...@gmail.com Signed-off-by: James Almer