[FFmpeg-cvslog] avfilter/vf_cropdetect: extend limit to cover 16bit pixel formats

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 05:33:43 2014 +0100| [e405a8a73eeb1aefaa633891f60a801038526935] | committer: Michael Niedermayer avfilter/vf_cropdetect: extend limit to cover 16bit pixel formats Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avfilter/vf_cropdetect: fix ; typos

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 05:32:14 2014 +0100| [a2e2a9f240a7e1b4aba023b6130b946b2197142f] | committer: Michael Niedermayer avfilter/vf_cropdetect: fix ; typos Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2e2a

[FFmpeg-cvslog] avfilter/vf_cropdetect: support 9-16bit planar formats

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 05:29:27 2014 +0100| [6ab4812f31c691f8d1729af84aac9e8d45bc6447] | committer: Michael Niedermayer avfilter/vf_cropdetect: support 9-16bit planar formats Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avfilter/vf_cropdetect: Unroll 1byte per sample loop

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 02:31:10 2014 +0100| [60e2c3110ae338fb7ea545f317f952df5acbb349] | committer: Michael Niedermayer avfilter/vf_cropdetect: Unroll 1byte per sample loop 12807 -> 6336 decicycles Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loop

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 02:35:32 2014 +0100| [5c7227bbb3c134979fb05d7f06cbc15cfcd3a1d4] | committer: Michael Niedermayer avfilter/vf_cropdetect: Unroll 3 & 4 bytes per sample loop 19484 -> 10266 decicycles Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] avfilter/vf_cropdetect: add RGB & RGBA support

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 02:19:05 2014 +0100| [17dc83ab5e69dda27bc97f41c1301b9368d52670] | committer: Michael Niedermayer avfilter/vf_cropdetect: add RGB & RGBA support These where already supported in the code but not listed in the supported pixel formats. S

[FFmpeg-cvslog] Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7'

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 01:57:17 2014 +0100| [0ffb61e8cabf35e6022a33a1324fe9ef58ab85a5] | committer: Michael Niedermayer Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7' * commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7': dashenc: Remove some stray

[FFmpeg-cvslog] dashenc: Remove some stray double spaces

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Dec 29 14:57:05 2014 +0200| [8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7] | committer: Martin Storsjö dashenc: Remove some stray double spaces Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d54bacb789c7d3

[FFmpeg-cvslog] Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b'

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 01:50:17 2014 +0100| [e5a3766767a104e6fdd7adcfafb8e90da5872041] | committer: Michael Niedermayer Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b' * commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b': dashenc: Fix writing of tim

[FFmpeg-cvslog] dashenc: Fix writing of timelines that don't start at t=0

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Dec 29 15:39:23 2014 +0200| [b91a5757fcbf723da99b05b298a6f820271dbc2b] | committer: Martin Storsjö dashenc: Fix writing of timelines that don't start at t=0 When writing an explicit time, reset the cur_time variable to this value as well. This avo

[FFmpeg-cvslog] fate: Use bitexact conversions in the dpxparser test

2014-12-29 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Dec 29 00:20:08 2014 +0200| [50036c30df83b609bc5a95276f1287f8b9b8bdd6] | committer: Martin Storsjö fate: Use bitexact conversions in the dpxparser test This fixes fate on e.g. ppc. Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] Merge commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6'

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 30 01:44:08 2014 +0100| [8d3133f468516548af1ded06787ba481f8ae89d1] | committer: Michael Niedermayer Merge commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6' * commit '50036c30df83b609bc5a95276f1287f8b9b8bdd6': fate: Use bitexact conversi

[FFmpeg-cvslog] Fix decoding for little endian Aja Kona 10-bit RGB.

2014-12-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 29 22:47:04 2014 +0100| [7905bd7323f72c00bf51a6a5cceabd3e81e5] | committer: Carl Eugen Hoyos Fix decoding for little endian Aja Kona 10-bit RGB. The little endian fourcc is r10k, big endian uses R10k. Reported and analyzed by Jason Freet

[FFmpeg-cvslog] libavformat/cdxl: fix duration in case of overflow

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 29 20:53:56 2014 +0100| [256df8a2fafad64fc8797c2742d1a7187fd25b4c] | committer: Michael Niedermayer libavformat/cdxl: fix duration in case of overflow Fixes integer overflow Fixes CID1260706 Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] avutil/rational: Check that av_reduce() returns values within the requested max

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 29 15:52:34 2014 +0100| [827af242308e4670f7e2c9a9607d40c9bfe23b27] | committer: Michael Niedermayer avutil/rational: Check that av_reduce() returns values within the requested max Signed-off-by: Michael Niedermayer > http://git.videolan

[FFmpeg-cvslog] avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 29 15:51:36 2014 +0100| [db0a52d611d7319c8a1186829a50e29b9dfed63b] | committer: Michael Niedermayer avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory

2014-12-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Dec 29 14:06:26 2014 +0100| [748ad112e2c07a517297b9592410c8fd627bc49a] | committer: Michael Niedermayer avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.o