[FFmpeg-cvslog] avidec: fix leaking extradata

2016-11-29 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 29 00:28:55 2016 +0100| [2c908f22c2af0775a6ffe3466aad174a0ace00dd] | committer: Andreas Cadhalpun avidec: fix leaking extradata Reviewed-by: Michael Niedermayer Signed-off-by:

[FFmpeg-cvslog] matroskadec: prevent access of elements after freeing

2016-11-29 Thread Michael Schenk
ffmpeg | branch: master | Michael Schenk | Fri Nov 25 09:36:20 2016 +0100| [18b94669372d3d4b6c51e347587ea64acef9dbb8] | committer: Andreas Cadhalpun matroskadec: prevent access of elements after freeing Using the decode interrupt feature of ffmpeg may cause

[FFmpeg-cvslog] avcodec/flac_parser: Update nb_headers_buffered

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 24 15:29:52 2016 +0100| [2475858889cde6221677473b663df6f985add33d] | committer: Michael Niedermayer avcodec/flac_parser: Update nb_headers_buffered Fixes infinite loop Fixes: fuzz.flac Found-by: Frank Liberato

[FFmpeg-cvslog] idroqdec: fix leaking pkt on failure

2016-11-29 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 29 00:43:27 2016 +0100| [c0175fa92b7edd45a06e4ab16c8e83da0c94a9f6] | committer: Andreas Cadhalpun idroqdec: fix leaking pkt on failure The code calls av_new_packet a few lines above and the allocated

[FFmpeg-cvslog] fate: update after addition of gray10 to lavc/raw

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 30 00:06:53 2016 +0100| [94d3d98246fc10c2b9dec5d30ff647fa450ff835] | committer: Paul B Mahol fate: update after addition of gray10 to lavc/raw Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avformat/idroqdec: Check chunk_size for being too large

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 29 02:58:34 2016 +0100| [744a0b5206634e5de04d5c31f08cc3640faf800d] | committer: Michael Niedermayer avformat/idroqdec: Check chunk_size for being too large Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] tests/ffserver-regression: Check the status page too

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 29 18:25:58 2016 +0100| [bced37c155c42226a047d29fcac608559908a863] | committer: Michael Niedermayer tests/ffserver-regression: Check the status page too Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] tests/ffserver.regression.ref: update ffserver checksums

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 28 18:03:07 2016 +0100| [dbe18780609a891cc50fcabbfb6c08f7182e1b49] | committer: Michael Niedermayer tests/ffserver.regression.ref: update ffserver checksums Reviewed-by: "Reynaldo H. Verdejo Pinochet"

[FFmpeg-cvslog] ffserver_config: Setup codecpar in add_codec()

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 29 18:48:40 2016 +0100| [472fee91bcf9b7bae81fd4c00bbe5151ca458a7c] | committer: Michael Niedermayer ffserver_config: Setup codecpar in add_codec() fixes segfault in the status page code Signed-off-by: Michael

[FFmpeg-cvslog] ffsrever: Make the status page bitexact if any stream is bitexact

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 29 19:05:43 2016 +0100| [606702ea348301e3daa97f578982f6614fa4c4bd] | committer: Michael Niedermayer ffsrever: Make the status page bitexact if any stream is bitexact Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] tests/ffserver-regression.sh: give wget a timeout and prevent retries

2016-11-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 28 18:02:37 2016 +0100| [6216127d0cb953e812d96f61e252b52076da1586] | committer: Michael Niedermayer tests/ffserver-regression.sh: give wget a timeout and prevent retries Reviewed-by: "Reynaldo H. Verdejo Pinochet"

[FFmpeg-cvslog] avfilter/vf_masked*: add gray10 and gray12 support

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 16:50:38 2016 +0100| [9e9c2276c308f90900d00574b4c9d5b91f41a5ab] | committer: Paul B Mahol avfilter/vf_masked*: add gray10 and gray12 support Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_bitplanenoise: add gray10 and gray12 suppport

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 16:32:33 2016 +0100| [c9dcd25288e3502eb0e6d45a8533a4e3a80d3060] | committer: Paul B Mahol avfilter/vf_bitplanenoise: add gray10 and gray12 suppport Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_extractplanes: add extract support for 10bit and 12bit formats

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 14:49:01 2016 +0100| [46752d6b12c85a1bace21d3a4e0f54164fbc92a6] | committer: Paul B Mahol avfilter/vf_extractplanes: add extract support for 10bit and 12bit formats Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_waveform: add gray10 and gray12 support

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 11:34:48 2016 +0100| [57ef0f0f17a0b71946bfc9304902d4a531ea42a8] | committer: Paul B Mahol avfilter/vf_waveform: add gray10 and gray12 support Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/raw: add gray10 support in nut

2016-11-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 29 11:18:54 2016 +0100| [d56c7830c0973dc4d2a068ba0b427ea6c1760dc2] | committer: Paul B Mahol avcodec/raw: add gray10 support in nut Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avcodec/msrledec: implement vertical offset in 4-bit RLE

2016-11-29 Thread Daniel Verkamp
ffmpeg | branch: master | Daniel Verkamp | Tue Nov 29 10:54:56 2016 +0100| [e856ac23732822ac04fe5dd959cff94c7249c17e] | committer: Paul B Mahol avcodec/msrledec: implement vertical offset in 4-bit RLE The delta escape (2) is supposed to work the same in 4-bit RLE as in 8-bit