[FFmpeg-cvslog] fate/cbs: Always overwrite output in cbs fate tests

2018-05-01 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed May 2 00:46:04 2018 +0100| [e07b1913fc67b9244d82d49d2ab3cd661215c928] | committer: Mark Thompson fate/cbs: Always overwrite output in cbs fate tests Before this, a failed test would keep failing because the output file is not

[FFmpeg-cvslog] lavc/cbs: Add tests for VP9

2018-05-01 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Apr 7 18:57:37 2018 +0100| [ddd3a209dc5a535a4fca7fadd532e767651bd372] | committer: Mark Thompson lavc/cbs: Add tests for VP9 Uses the same mechanism as other codecs - conformance test files are passed through the metadata filter

[FFmpeg-cvslog] lavc: Add VP9 metadata bitstream filter

2018-05-01 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 2 02:38:03 2018 +0100| [308b989e0cf14d5b33b7d4cd546a94230a1423c2] | committer: Mark Thompson lavc: Add VP9 metadata bitstream filter Can adjust the colour information. >

[FFmpeg-cvslog] cbs: Fragment/unit data is always reference counted

2018-05-01 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue May 1 00:18:16 2018 +0100| [d7786b66bdd4b625765eb461ec286b846e94e9f2] | committer: Mark Thompson cbs: Fragment/unit data is always reference counted Make this clear in the documentation and add some asserts to ensure that it is

[FFmpeg-cvslog] cbs_h2645: Simplify representation of fixed values

2018-05-01 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Apr 30 22:35:24 2018 +0100| [315cc8c0988da6e117e4466581bde5480c3abe2a] | committer: Mark Thompson cbs_h2645: Simplify representation of fixed values >

[FFmpeg-cvslog] ffplay: Fix realloc_texture when input texture is NULL.

2018-05-01 Thread Matt Oliver
ffmpeg | branch: release/4.0 | Matt Oliver | Tue Apr 10 23:01:18 2018 +1000| [29328d96b90fc20048803201b379c6c6a18661b4] | committer: Marton Balint ffplay: Fix realloc_texture when input texture is NULL. SDL_QueryTexture and SDL_DestroyTexture require that the input

[FFmpeg-cvslog] avcodec/anm: fix palette alpha

2018-05-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Mon Apr 23 20:46:25 2018 +0200| [70a01aa4901a217a95f32486354844a9496ff849] | committer: Marton Balint avcodec/anm: fix palette alpha Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avdevice/decklink_dec: unref packets on avpacket_queue_put error

2018-05-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Sun Apr 22 23:09:05 2018 +0200| [d89eea3455862a97963ac0701c51d9a1bdd21f19] | committer: Marton Balint avdevice/decklink_dec: unref packets on avpacket_queue_put error Signed-off-by: Marton Balint (cherry picked

[FFmpeg-cvslog] avformat/qtpalette: parse color table according to the QuickTime file format specs

2018-05-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Thu Apr 19 20:11:02 2018 +0200| [da6c519f6e531239c0cc97f0d68d7f8756c6862a] | committer: Marton Balint avformat/qtpalette: parse color table according to the QuickTime file format specs The specs says that the the first color

[FFmpeg-cvslog] avcodec/hnm4video: fix palette alpha

2018-05-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Mon Apr 23 20:46:49 2018 +0200| [0a22e31fbbbadcd481ebc702871192c54ecf1ee9] | committer: Marton Balint avcodec/hnm4video: fix palette alpha Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avfilter/af_biquads: change clipping detection from global to channel

2018-05-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 1 15:26:20 2018 +0200| [2308a3c7e37d1b27fd27764a97a75706f53508c2] | committer: Paul B Mahol avfilter/af_biquads: change clipping detection from global to channel Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/af_biquads: add slice threading

2018-05-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 1 15:40:53 2018 +0200| [d176497cec95f14aed1db847b2889843ef0843dd] | committer: Paul B Mahol avfilter/af_biquads: add slice threading Helps with multi-channels audio. Otherwise use threads=1. Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] avfilter/vf_neighbor: add slice threading

2018-05-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 1 15:05:43 2018 +0200| [5bfc433a6ed9ff55ad0a6b0d7745ea74bb0f1d99] | committer: Paul B Mahol avfilter/vf_neighbor: add slice threading Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_neighbor: simplify code little

2018-05-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 1 14:50:48 2018 +0200| [ddf844d17c40fd6053f06d67d8973c302e01b61c] | committer: Paul B Mahol avfilter/vf_neighbor: simplify code little Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter/vf_neighbor: rewrite without using temp memory

2018-05-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue May 1 13:12:50 2018 +0200| [273edb2fe45a8f3805085f879ad4717d87247aeb] | committer: Paul B Mahol avfilter/vf_neighbor: rewrite without using temp memory Signed-off-by: Paul B Mahol >