[FFmpeg-cvslog] avformat/img2: remove useless 'pix' duplicated entry.

2014-09-22 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Fri Sep 12 16:37:26 2014 +0200| [591e06b0e24f5c467547e9b90994268a1b5267f9] | committer: Michael Niedermayer avformat/img2: remove useless 'pix' duplicated entry. The second entry will never be selected, so let's save some bytes in the library. Signed-o

[FFmpeg-cvslog] avformat/avidec: ensure that palette does not contain the BottomUp info.

2014-09-22 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Mon Sep 22 09:57:37 2014 +0200| [9c843fb1d0810626194a789eb24a2af404f3be2c] | committer: Michael Niedermayer avformat/avidec: ensure that palette does not contain the BottomUp info. Considering the palette is located at the end of extradata may be flawed

[FFmpeg-cvslog] Add missing entry for maintainer of rtpenc_hevc.*

2014-09-22 Thread Thomas Volkert
ffmpeg | branch: master | Thomas Volkert | Mon Sep 22 13:07:10 2014 +0200| [5820358bbc4a208d161ffd19cb520c93f9fd3a3e] | committer: Michael Niedermayer Add missing entry for maintainer of rtpenc_hevc.* Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Revert "configure: Refactor setting of feature test macro _XOPEN_SOURCE"

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 17:05:55 2014 +0200| [fe5093aafc8fcbf4c14617bff269c4f8164c4a5c] | committer: Michael Niedermayer Revert "configure: Refactor setting of feature test macro _XOPEN_SOURCE" This fixes build on netbsd and probably other bsd based Platforms

[FFmpeg-cvslog] postprocess: prefetch* dont change anything, thus their arguments should be const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 17:42:10 2014 +0200| [bd6890975303f4c19bd55669ca69d4ddc61cf6b2] | committer: Michael Niedermayer postprocess: prefetch* dont change anything, thus their arguments should be const Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] postproc/postprocess_template: mark unchanged function arguments const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 17:49:55 2014 +0200| [3c4fc6a78251970bb0565913645054e562987f77] | committer: Michael Niedermayer postproc/postprocess_template: mark unchanged function arguments const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/snow: Make block argumrnt of ff_snow_pred_block() const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 18:06:56 2014 +0200| [3a7f9db180d97bd0b9f096a725a96e76c709b42e] | committer: Michael Niedermayer avcodec/snow: Make block argumrnt of ff_snow_pred_block() const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/4xm: Make src of decode_p_block() const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 18:09:28 2014 +0200| [544380aaf0da3c01877c887bde1fa740cacb4a9d] | committer: Michael Niedermayer avcodec/4xm: Make src of decode_p_block() const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 18:47:14 2014 +0200| [d902a3f4cb97a3ef93a5ec6ce80ba098476490a0] | committer: Michael Niedermayer avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avformat/asfenc: Make asf_write_indexs index argument const

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 22 18:53:44 2014 +0200| [1cf28fd5f3f6fa406fc15aef59e3551807e75cee] | committer: Michael Niedermayer avformat/asfenc: Make asf_write_indexs index argument const Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames.

2014-09-22 Thread Nicholas Robbins
ffmpeg | branch: master | Nicholas Robbins | Sat Sep 20 07:53:44 2014 -0400| [c7d21dee2856da817b5c1ce3746adbcce5420f9e] | committer: Michael Niedermayer libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subtitle frames. Signed-off-by: Nicholas Robbins Signed-off-by: Mic

[FFmpeg-cvslog] doc/decoders: adding documentation for lavc/dvdsubdec.c option " forced_subs_only"

2014-09-22 Thread Nicholas Robbins
ffmpeg | branch: master | Nicholas Robbins | Mon Sep 22 15:31:35 2014 -0400| [bdb7f08666832838474c37c4b71f29c98f8bbcb2] | committer: Michael Niedermayer doc/decoders: adding documentation for lavc/dvdsubdec.c option "forced_subs_only" Signed-off-by: Nicholas Robbins Signed-off-by: Michael Ni

Re: [FFmpeg-cvslog] libavcodec/webp: treat out-of-bound palette index as translucent black

2014-09-22 Thread Pascal Massimino
Reimar, On Fri, Sep 19, 2014 at 10:14 AM, Reimar Döffinger wrote: > On 19 September 2014 15:36:38 GMT+01:00, g...@videolan.org wrote: > >ffmpeg | branch: master | Pascal Massimino > >| Tue Sep 16 17:01:07 2014 +0200| > >[4fd21d58a72c38ab63c3a4483b420db260fa7b8d] | committer: Michael > >Niederma

[FFmpeg-cvslog] ffmpeg: replace impossible dts/ pts combinations by a reasonable guess instead of hard failing

2014-09-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 23 01:06:30 2014 +0200| [22844132069ebd2c0b2ac4e7b41c93c33890bfb9] | committer: Michael Niedermayer ffmpeg: replace impossible dts/pts combinations by a reasonable guess instead of hard failing Fixes stream copy from tserror270.ts Signe

[FFmpeg-cvslog] x86/vp9: add AVX and AVX2 MC

2014-09-22 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Sep 22 21:55:13 2014 -0300| [6b2caa321fc2539c937978e040fab139d5823857] | committer: James Almer x86/vp9: add AVX and AVX2 MC Roughly 25% faster MC than ssse3 for blocksizes 32 and 64. Reviewed-by: Ronald S. Bultje Signed-off-by: James Almer > http