[FFmpeg-cvslog] avcodec/rv34: fix crash while seeking on very damaged file

2014-07-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 11 05:34:13 2014 +0200| [9195c26d454ca750359db87b1127cd4926c536bd] | committer: Michael Niedermayer avcodec/rv34: fix crash while seeking on very damaged file Fixes null pointer dereference Fixes Ticket2093 Signed-off-by: Michael Niederm

[FFmpeg-cvslog] Merge commit '44386aaad870cbd80ae0d08247ebc663476446ff'

2014-07-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 11 00:49:52 2014 +0200| [20ad2152ddc2606b0869e80ebf0b5154f13c7934] | committer: Michael Niedermayer Merge commit '44386aaad870cbd80ae0d08247ebc663476446ff' * commit '44386aaad870cbd80ae0d08247ebc663476446ff': cdg: Forward error from avi

[FFmpeg-cvslog] cdg: Forward error from avio_size() in read_header() function

2014-07-10 Thread Nidhi Makhijani
ffmpeg | branch: master | Nidhi Makhijani | Thu Jul 10 14:02:51 2014 +0530| [44386aaad870cbd80ae0d08247ebc663476446ff] | committer: Diego Biurrun cdg: Forward error from avio_size() in read_header() function Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/cdg: Do not fail if filesize cannot be determined

2014-07-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 11 01:04:04 2014 +0200| [0089fb79cc11eef199c0c63da472aefbeb9fed2c] | committer: Michael Niedermayer avformat/cdg: Do not fail if filesize cannot be determined This fixes cdg with piped input which was broken by the previous commit Signed

[FFmpeg-cvslog] x86/yadif-10: remove duplicate ABS macro

2014-07-10 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 8 13:50:05 2014 -0300| [ddea3b7106b1d003fb1fb774c0be05db1319926d] | committer: Michael Niedermayer x86/yadif-10: remove duplicate ABS macro And use the x86util ones instead, which are optimized for mmxext/sse2. About ~1% increase in performance

[FFmpeg-cvslog] hevc: derive partial merge list

2014-07-10 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Thu Jul 10 06:47:52 2014 +| [4576eff05d94a5e0b853a7a595d31351cc539e7b] | committer: Michael Niedermayer hevc: derive partial merge list The merge list only needs to be derived up to the merge index. Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] hevc: derive partially amvp list

2014-07-10 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Thu Jul 10 06:47:53 2014 +| [bbeaae96eb6fc623f6bfd4a0dd2fd06e6b620938] | committer: Michael Niedermayer hevc: derive partially amvp list When the candidate has been found, no need to derive others. Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] Fix 2 coeffecient typo

2014-07-10 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Jul 10 15:29:54 2014 +0200| [7e7168b82d0c42ba6895d4ea95da0c7da0f20573] | committer: Clément Bœsch Fix 2 coeffecient typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e7168b82d0c42ba6895d4ea95da0c7da0f20573 --- libavcodec/h264.h |

[FFmpeg-cvslog] hevc: reorder loops

2014-07-10 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Thu Jul 10 06:47:56 2014 +| [eca1957c4cbee66a0b1f3dcabaffe68d61885f16] | committer: Michael Niedermayer hevc: reorder loops iterate over memory in a more continuous order Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] hevc: simplify rounding

2014-07-10 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Thu Jul 10 06:47:55 2014 +| [2e471e4703ed5aaab6d6b6bf5a3c6895b79f02b4] | committer: Michael Niedermayer hevc: simplify rounding Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e471e4703ed5aaab6

[FFmpeg-cvslog] build: rawvideo decoder depends on bswapdsp

2014-07-10 Thread Yu Xiaolei
ffmpeg | branch: master | Yu Xiaolei | Thu Jul 10 18:40:05 2014 +0800| [64fdcf24289e0a6e18903caf37ea382630772859] | committer: Michael Niedermayer build: rawvideo decoder depends on bswapdsp Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] Merge commit '5adcef9c1bf701ba2dd43363ae983ba6d74bdb9a'

2014-07-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 10 13:14:27 2014 +0200| [5682a93841be2bff87262746d58c5e0b67c0dc06] | committer: Michael Niedermayer Merge commit '5adcef9c1bf701ba2dd43363ae983ba6d74bdb9a' * commit '5adcef9c1bf701ba2dd43363ae983ba6d74bdb9a': mpegts: pass MpegTSContext

[FFmpeg-cvslog] mpegts: pass MpegTSContext ptr explicitly

2014-07-10 Thread Alexander V. Lukyanov
ffmpeg | branch: master | Alexander V. Lukyanov | Tue Jul 8 11:54:15 2014 +0400| [5adcef9c1bf701ba2dd43363ae983ba6d74bdb9a] | committer: Martin Storsjö mpegts: pass MpegTSContext ptr explicitly AVFormatContext->priv_data is not always a MpegTSContext, it can be RTSPState when decoding a RTP s

[FFmpeg-cvslog] doc/filters: add a signalstats example

2014-07-10 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Tue Jul 8 23:41:47 2014 -0400| [a15c5c44e262c115f5e5820b35447012aa214955] | committer: Paul B Mahol doc/filters: add a signalstats example Signed-off-by: Dave Rice > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a15c5c44e262c115f5e5820b354470