[FFmpeg-cvslog] avfilter/f_metadata: whitespace clean-up

2016-02-11 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Feb 11 13:35:22 2016 +0100| [730da5c20791d4208aa6c0ef5061cdf4380aa9ee] | committer: Paul B Mahol avfilter/f_metadata: whitespace clean-up Signed-off-by: Tobias Rapp >

[FFmpeg-cvslog] doc/filters: fix metadata example

2016-02-11 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Feb 11 16:30:04 2016 +0100| [855d9d29ebf135b08ffdc7436e529a3ab767f977] | committer: Paul B Mahol doc/filters: fix metadata example Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/f_metadata: rename "string" into "same_str"

2016-02-11 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Feb 11 15:39:57 2016 +0100| [80026a8ac35b2cfbf3667c22d733a56dcd041621] | committer: Paul B Mahol avfilter/f_metadata: rename "string" into "same_str" Rename function option value "string" into "same_str". Remove obsolete

[FFmpeg-cvslog] avfilter/f_metadata: add support for file output

2016-02-11 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Feb 11 13:35:21 2016 +0100| [202f97872891071a24bc383ac07dd7e233ee4343] | committer: Paul B Mahol avfilter/f_metadata: add support for file output Signed-off-by: Tobias Rapp >

[FFmpeg-cvslog] avfilter/f_metadata: avoid float rounding problems

2016-02-11 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Feb 11 13:35:19 2016 +0100| [8b99c5e8daf27c8198df4061eef0ac8b193e1b73] | committer: Paul B Mahol avfilter/f_metadata: avoid float rounding problems Signed-off-by: Tobias Rapp >

[FFmpeg-cvslog] avfilter/f_metadata: add starts_with string function

2016-02-11 Thread Tobias Rapp
ffmpeg | branch: master | Tobias Rapp | Thu Feb 11 13:35:20 2016 +0100| [6889deba68fcc3d9f1015f10392dea38b2fcd028] | committer: Paul B Mahol avfilter/f_metadata: add starts_with string function Signed-off-by: Tobias Rapp >

[FFmpeg-cvslog] avfilter/avf_ahistogram: assert that variables are initialized by switch()

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 00:37:11 2016 +0100| [156013111a3389a3f0c1af33dfaa008824e30727] | committer: Michael Niedermayer avfilter/avf_ahistogram: assert that variables are initialized by switch() Silences: CID1351397 Signed-off-by:

[FFmpeg-cvslog] avfilter/avf_showfreqs: assert that variables are initialized by switch()

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 00:37:11 2016 +0100| [43bf15d1a425b99182820332ffdf5329773b319a] | committer: Michael Niedermayer avfilter/avf_showfreqs: assert that variables are initialized by switch() Silences: CID1351396 Signed-off-by:

[FFmpeg-cvslog] avcodec/cfhd: Check the number of tag/value pairs

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 11 22:12:36 2016 +0100| [bbc4d069d0ef70102a2e7e7b1c0d3a00f488e666] | committer: Michael Niedermayer avcodec/cfhd: Check the number of tag/value pairs Fixes potentially long loop Fixes: CID1351382/11 Reviewed-by:

[FFmpeg-cvslog] avcodec/cfhd: Fix errors with valid files.

2016-02-11 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Fri Feb 12 00:26:33 2016 +| [1e2fd57fc0967249917e5ec330f22746a75eca64] | committer: Kieran Kunhya avcodec/cfhd: Fix errors with valid files. >

[FFmpeg-cvslog] avfilter/vaf_spectrumsynth: assert that variables are initialized by switch()

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 11 23:04:07 2016 +0100| [03c1129b20642df4e713b21afd5ee4844b1c409d] | committer: Michael Niedermayer avfilter/vaf_spectrumsynth: assert that variables are initialized by switch() Silences: CID1351387 Silences:

[FFmpeg-cvslog] avfilter/avf_avectorscope: assert that variables are initialized by switch ()

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Feb 11 23:08:48 2016 +0100| [62eb935bf93299c94239036978a674ad09449e39] | committer: Michael Niedermayer avfilter/avf_avectorscope: assert that variables are initialized by switch() Silences: CID1351390 Silences:

[FFmpeg-cvslog] avcodec/h264_slice: Fix dequant table init with field pictures

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 03:43:17 2016 +0100| [69738466189a0f68b0a635b4804ef9cf7bee3672] | committer: Michael Niedermayer avcodec/h264_slice: Fix dequant table init with field pictures Fixes regression of Ticket4389 Signed-off-by:

[FFmpeg-cvslog] avcodec/h264_slice: remove duplicate unconditional picture_structure setting code

2016-02-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 12 02:18:24 2016 +0100| [6c6f2e49e40a8728c6b0102c58b17d37dac901af] | committer: Michael Niedermayer avcodec/h264_slice: remove duplicate unconditional picture_structure setting code Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/vc2enc_dwt: add missing header

2016-02-11 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 12 02:06:05 2016 -0300| [0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302] | committer: James Almer avcodec/vc2enc_dwt: add missing header Fixes make checkheaders Signed-off-by: James Almer >