Re: [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread Nicolas George
Le sextidi 6 brumaire, an CCXXIII, compn a écrit : so its name is changed in the makefile, but not the device name? It seems that Anton noticed it too on the other side. from x11grab.c: static const AVOption options[] = { { draw_mouse, draw the mouse pointer, OFFSET(draw_mouse),

[FFmpeg-cvslog] vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP

2014-10-28 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Oct 26 21:24:12 2014 +0200| [26ab504ad8d2b23535c9a0ad43bf1fd0e6aa0893] | committer: Anton Khirnov vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP The H.264 Constrained Baseline Profile (CBP) is a subset of

[FFmpeg-cvslog] vdpau: return MAIN instead of BASELINE for H.264 CBP

2014-10-28 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont r...@remlab.net | Sun Oct 26 21:33:58 2014 +0200| [ce91b2eae6ea52fc1a7003566d26db20ca62d745] | committer: Anton Khirnov vdpau: return MAIN instead of BASELINE for H.264 CBP This is the same as the previous change, but for applications using the old

[FFmpeg-cvslog] Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745'

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Tue Oct 28 11:04:51 2014 +0100| [dd5123a04c67f74024128447e8ca9642241d6d45] | committer: Michael Niedermayer Merge commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745' * commit 'ce91b2eae6ea52fc1a7003566d26db20ca62d745': vdpau:

[FFmpeg-cvslog] Merge commit '4ad1eba011860224831ce0bb3123f6f55716b68a'

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Tue Oct 28 11:16:17 2014 +0100| [c2e995674fc2ed2a15082959ed36b7c9865c01f1] | committer: Michael Niedermayer Merge commit '4ad1eba011860224831ce0bb3123f6f55716b68a' * commit '4ad1eba011860224831ce0bb3123f6f55716b68a': lavd: fix

[FFmpeg-cvslog] lavd: fix building x11grab after a6674d2

2014-10-28 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov an...@khirnov.net | Tue Oct 28 07:22:00 2014 +0100| [4ad1eba011860224831ce0bb3123f6f55716b68a] | committer: Anton Khirnov lavd: fix building x11grab after a6674d2

[FFmpeg-cvslog] dv: increase VLC reading bits to 10

2014-10-28 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Tue Oct 14 02:02:36 2014 +0200| [4fa772acbbac6467165de1ea67a7f303a029cb1d] | committer: Michael Niedermayer dv: increase VLC reading bits to 10 This also requires a bump in the table size of bit patterns to 1664. From

[FFmpeg-cvslog] avdevice/xcbgrab: set avclass category

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Tue Oct 28 12:07:20 2014 +0100| [280da99a8fdd0533a1507643f24ee070a65785d3] | committer: Michael Niedermayer avdevice/xcbgrab: set avclass category Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] dvenc: mark encoder as intra

2014-10-28 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Wed Oct 15 18:37:34 2014 +0200| [beb944786e62f204c68883e22a98de9e877ca7de] | committer: Michael Niedermayer dvenc: mark encoder as intra And thus allow various multithreading. Signed-off-by: Michael Niedermayer

Re: [FFmpeg-cvslog] xcbgrab: XCB-based screen capture

2014-10-28 Thread compn
On Tue, 28 Oct 2014 10:05:29 +0100 Nicolas George geo...@nsup.org wrote: Le sextidi 6 brumaire, an CCXXIII, compn a écrit : from x11grab.c: AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, DEC }, { follow_mouse, move the grabbing region when the mouse pointer reaches within specified amount of

[FFmpeg-cvslog] avcodec/dxa: check dimensions

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Tue Oct 28 15:26:42 2014 +0100| [e70312dfc22c4e54d5716f28f28db8f99c74cc90] | committer: Michael Niedermayer avcodec/dxa: check dimensions Fixes out of array access Fixes: asan_heap-oob_11222fb_21_020.dxa Found-by: Mateusz j00ru

[FFmpeg-cvslog] mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack()

2014-10-28 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin tomas.har...@codemill.se | Tue Oct 28 14:36:27 2014 +0100| [1a25c336aaaf9b0a412b0accc7107574e77a1511] | committer: Michael Niedermayer mxfdec: Tighten RIP length bounds in mxf_read_random_index_pack() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] mxfdec: Break out parts of mxf_read_header() into separate functions

2014-10-28 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin tomas.har...@codemill.se | Tue Oct 28 13:33:04 2014 +0100| [fc1b89d887a572f3c6e814a5374453e803931580] | committer: Michael Niedermayer mxfdec: Break out parts of mxf_read_header() into separate functions Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] mxfdec: Merge last_partition and footer_partition

2014-10-28 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin tomas.har...@codemill.se | Tue Oct 28 14:27:06 2014 +0100| [b83affdc94a90a3e6cddc5e21ec06c14089a9208] | committer: Michael Niedermayer mxfdec: Merge last_partition and footer_partition FooterPartition offset specified in RIP takes precedence over any

[FFmpeg-cvslog] mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition()

2014-10-28 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin tomas.har...@codemill.se | Tue Oct 28 13:38:18 2014 +0100| [37c36861550f2a30f5bc6b9a4b18d34cb75da460] | committer: Michael Niedermayer mxfdec: Parse PreviousPartition in mxf_seek_to_previous_partition() Without this patch the demuxer can get stuck in a

[FFmpeg-cvslog] Revert avformat/mxfdec: detect loops during header parsing

2014-10-28 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin tomas.har...@codemill.se | Tue Oct 28 13:33:47 2014 +0100| [1b17b64ee4d6d7070e0ef3ab312e5f81f45dad49] | committer: Michael Niedermayer Revert avformat/mxfdec: detect loops during header parsing This reverts commit 1c010fd035c1a14dc73827b84f21f593e969a5d6.

[FFmpeg-cvslog] avcodec/dnxhddec: treat pix_fmt like width/height

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 29 00:57:07 2014 +0100| [f3c0e0bf6f53df0977f3878d4f5cec99dff8de9e] | committer: Michael Niedermayer avcodec/dnxhddec: treat pix_fmt like width/height Fixes out of array accesses Fixes: asan_heap-oob_22c9a39_16_015.mxf

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

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 29 02:01:10 2014 +0100| [5b864470808a352ff7ccfbe44eae3eeae2cccd6e] | committer: Michael Niedermayer Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Mention in the documentation that fieldmatch needs cfr

[FFmpeg-cvslog] Mention in the documentation that fieldmatch needs cfr input.

2014-10-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Wed Oct 29 01:59:52 2014 +0100| [238ed47faeadf4ed0008da774cf61d6b224e4254] | committer: Carl Eugen Hoyos Mention in the documentation that fieldmatch needs cfr input. This can be improved in the decimate filter but for the moment

[FFmpeg-cvslog] avformat/mxfdec: fix null pointer dereference

2014-10-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Wed Oct 29 03:54:06 2014 +0100| [c1e035ea89c16b8da91fae6983973a7186e138f6] | committer: Michael Niedermayer avformat/mxfdec: fix null pointer dereference Fixes: signal_sigsegv_b5b3d4_2_001.mxf Found-by: Mateusz j00ru Jurczyk and