[FFmpeg-cvslog] avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()

2015-09-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 28 02:42:39 2015 +0200| [9e9d731b510666edac3a2b450dfc331279db818b] | committer: Michael Niedermayer avcodec/pngdec: mark previous_picture as done on end of decode_frame_common() Fixes deadlock with threads Found-by: Paul B Mahol Reviewed

[FFmpeg-cvslog] avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup

2015-09-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 30 13:10:48 2015 +0200| [dabea74d0e82ea80cd344f630497cafcb3ef872c] | committer: Michael Niedermayer avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup The variable is not a constant and can lead to race conditions Fixes:

[FFmpeg-cvslog] avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do actual work

2015-09-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 30 22:35:31 2015 +0200| [30ce6fd1069e6e65edae03da162871df896e5283] | committer: Paul B Mahol avfilter/vf_maskedmerge: get rid of MaskedMergeContext from functions that do actual work Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avfilter/vf_maskedmerge: rewrite and remove some duplicated code

2015-09-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 30 22:23:26 2015 +0200| [1da1574002e31f95543bae1b103ed007485d9517] | committer: Paul B Mahol avfilter/vf_maskedmerge: rewrite and remove some duplicated code Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/mpeg12dec: Initialize chroma_format to 1

2015-09-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 30 21:16:29 2015 +0200| [9b4dd0f87696353f10778d4c0ba80d9949c6fbca] | committer: Michael Niedermayer avcodec/mpeg12dec: Initialize chroma_format to 1 This ensures that chroma format is never set to an invalid value Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/mp3: fix skipping zeros

2015-09-30 Thread wm4
ffmpeg | branch: master | wm4 | Wed Sep 30 14:53:35 2015 +0200| [cb1da9fb8d71bb611a7b0028914c97afc3f5711d] | committer: wm4 avcodec/mp3: fix skipping zeros Commits 43bc5cf9 and c5371f77 add code for skipping initial zeros in mp3 packets. This code forgot to report to the user that data was skip

[FFmpeg-cvslog] avfilter/af_rubberband: flush only if there is something available

2015-09-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 30 13:02:03 2015 +0200| [6ce02126cec5ceb4c0f0be8099aba89d61345c09] | committer: Paul B Mahol avfilter/af_rubberband: flush only if there is something available Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi