[FFmpeg-cvslog] doc: add FFREPORT example

2014-12-12 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Dec 11 11:46:54 2014 -0900| [10ef8f063bfa239c47f2301557a525870c2b88bf] | committer: Lou Logan doc: add FFREPORT example And fix a few nits. Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ef8f063bfa239c47f230155

[FFmpeg-cvslog] lavu/dict: check for malloc failures

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 | Fri Dec 12 18:15:39 2014 +0100| [a963fdb0ea3fa6772ff8464838cd217a6369abfe] | committer: Michael Niedermayer lavu/dict: check for malloc failures Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a963fdb0ea3fa6772ff8

[FFmpeg-cvslog] avformat/utils: check for malloc failure

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 | Fri Dec 12 22:22:55 2014 +0100| [a66893ac949864352b36b39e48c4cd72bbd81e54] | committer: Michael Niedermayer avformat/utils: check for malloc failure Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a66893ac94986435

[FFmpeg-cvslog] lavc/avpacket: check for malloc failure

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 | Fri Dec 12 18:15:42 2014 +0100| [ce35a61399cd495fb3d0e8a2f0a18d9d729440e7] | committer: Michael Niedermayer lavc/avpacket: check for malloc failure Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce35a61399cd495fb

[FFmpeg-cvslog] Delete mp=uspp

2014-12-12 Thread Arwa Arif
ffmpeg | branch: master | Arwa Arif | Fri Dec 12 11:32:26 2014 +0530| [9f85c273a36d0db1c6c05759f6bb6eee763ad429] | committer: Paul B Mahol Delete mp=uspp > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f85c273a36d0db1c6c05759f6bb6eee763ad429 --- doc/filters.texi

[FFmpeg-cvslog] avfilter/vf_spp: The qp array width is qp_stride not stride/16

2014-12-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 12 18:14:15 2014 +0100| [2a8eb0d1565afe1c6f6a805a743987926a8dbaa7] | committer: Michael Niedermayer avfilter/vf_spp: The qp array width is qp_stride not stride/16 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/vf_spp: Allocate qp storage after qp_stride is known

2014-12-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 12 18:13:13 2014 +0100| [e8dbecb99569e2054babab973e74a69017d02f09] | committer: Michael Niedermayer avfilter/vf_spp: Allocate qp storage after qp_stride is known Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memory

2014-12-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 12 14:46:46 2014 +0100| [eb725235b03fbaffd670409f12f3f9a71dd12cfd] | committer: Michael Niedermayer avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memory Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] avfilter/vf_spp: change temporary to unsigned

2014-12-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 12 13:34:18 2014 +0100| [30d2ac4bf9b995bd9ab00e3a7277f4207be676e8] | committer: Michael Niedermayer avfilter/vf_spp: change temporary to unsigned More consistent with uspp and allows for future 10bit support Found-by: ubitux Signed-off-b