[FFmpeg-cvslog] Merge commit '44129e38047b6a27291e487c2084894958c6f399'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 10:57:30 2017 +0200| [313264ba249421dcd0f7040fe3fb5101a61e88b3] | committer: Clément Bœsch Merge commit '44129e38047b6a27291e487c2084894958c6f399' * commit '44129e38047b6a27291e487c2084894958c6f399': avconv: Do not pass NULL to avio_tell

[FFmpeg-cvslog] avconv: Do not pass NULL to avio_tell

2017-05-19 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Thu Dec 15 18:59:41 2016 +0100| [44129e38047b6a27291e487c2084894958c6f399] | committer: Luca Barbato avconv: Do not pass NULL to avio_tell The null demuxer does not have a backing AVIOContext. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] mov: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Sat Apr 16 12:17:24 2016 +0200| [a895292f2734b4aacd2f2c2db6c07ff5a6d535c4] | committer: Diego Biurrun mov: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a895292f2734b4aacd2f2c2db6c07ff5a6d535c4 ---

[FFmpeg-cvslog] alac: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Thu Apr 7 22:04:58 2016 +0200| [4795e4f61f993940c5384044caff56cc15078698] | committer: Diego Biurrun alac: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4795e4f61f993940c5384044caff56cc15078698 ---

[FFmpeg-cvslog] rtp: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Sun Apr 17 16:59:24 2016 +0200| [b1e7394ea0428318c0407a6c030577196fe834a9] | committer: Diego Biurrun rtp: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1e7394ea0428318c0407a6c030577196fe834a9 ---

[FFmpeg-cvslog] Merge commit '4795e4f61f993940c5384044caff56cc15078698'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:00:02 2017 +0200| [aec4812cb3b35e1ceb68e8cdd15e80e5c91ab768] | committer: Clément Bœsch Merge commit '4795e4f61f993940c5384044caff56cc15078698' * commit '4795e4f61f993940c5384044caff56cc15078698': alac: Convert to the new bitstream read

[FFmpeg-cvslog] nvenc: Explicitly push the cuda context on encoding

2017-05-19 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Fri Jan 13 10:53:35 2017 +0100| [fb59f87ce72035b940c3f5045884098b9324e1b2] | committer: Luca Barbato nvenc: Explicitly push the cuda context on encoding Make sure that NVENC does not misbehave if other cuda usages happen in the application. > http://gi

[FFmpeg-cvslog] Merge commit 'fb59f87ce72035b940c3f5045884098b9324e1b2'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:07:03 2017 +0200| [917853661f955ddabeb0a6d682d03f0b0759f2b7] | committer: Clément Bœsch Merge commit 'fb59f87ce72035b940c3f5045884098b9324e1b2' * commit 'fb59f87ce72035b940c3f5045884098b9324e1b2': nvenc: Explicitly push the cuda context

[FFmpeg-cvslog] als: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Fri Apr 8 19:22:46 2016 +0200| [54dcd2288546e135986338107ea87db1fcedd633] | committer: Diego Biurrun als: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54dcd2288546e135986338107ea87db1fcedd633 ---

[FFmpeg-cvslog] Merge commit '54dcd2288546e135986338107ea87db1fcedd633'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:07:46 2017 +0200| [545d14f06733e2aa192e39175c90f62470c75cfb] | committer: Clément Bœsch Merge commit '54dcd2288546e135986338107ea87db1fcedd633' * commit '54dcd2288546e135986338107ea87db1fcedd633': als: Convert to the new bitstream reade

[FFmpeg-cvslog] Merge commit '00b775dda2b3f78ae60ff3278d3b3d6545883a83'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:09:20 2017 +0200| [426f5e66a6cb9a453782e9f06c524104c1c3ed02] | committer: Clément Bœsch Merge commit '00b775dda2b3f78ae60ff3278d3b3d6545883a83' * commit '00b775dda2b3f78ae60ff3278d3b3d6545883a83': hevc: Mark as having threadsafe init T

[FFmpeg-cvslog] hevc: Mark as having threadsafe init

2017-05-19 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Jan 11 13:12:19 2017 -0500| [00b775dda2b3f78ae60ff3278d3b3d6545883a83] | committer: Anton Khirnov hevc: Mark as having threadsafe init Signed-off-by: Derek Buitenhuis Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] Merge commit '296eff4d9dc53d441b672319524a051d04f4a8cf'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:12:24 2017 +0200| [52a4004d8b5f308b3fc83e825dcd9052332eaeef] | committer: Clément Bœsch Merge commit '296eff4d9dc53d441b672319524a051d04f4a8cf' * commit '296eff4d9dc53d441b672319524a051d04f4a8cf': zmbvenc: get rid of a global table Mer

[FFmpeg-cvslog] zmbvenc: get rid of a global table

2017-05-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 22 21:09:58 2016 +0200| [296eff4d9dc53d441b672319524a051d04f4a8cf] | committer: Anton Khirnov zmbvenc: get rid of a global table > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=296eff4d9dc53d441b672319524a051d04f4a8cf --- libavcod

[FFmpeg-cvslog] Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:15:16 2017 +0200| [19bb2cade5c8a9d7e666b9b668f7bb8f28e8b759] | committer: Clément Bœsch Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4' * commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4': mpegvideoenc: make a table const Merge

[FFmpeg-cvslog] lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visible

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:17:58 2017 +0200| [584366a4365746350bbe7e8acaf0a0689618deab] | committer: Clément Bœsch lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visible > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=584366a43

[FFmpeg-cvslog] mpegvideoenc: make a table const

2017-05-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun May 22 21:20:31 2016 +0200| [b4a911c189962e563a09fb0efaf6fa9ab56263a4] | committer: Anton Khirnov mpegvideoenc: make a table const > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4a911c189962e563a09fb0efaf6fa9ab56263a4 --- libavcodec

[FFmpeg-cvslog] apedec: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Fri Apr 8 19:49:07 2016 +0200| [4d49a4c55054571b56d3b1b1cd9fb9ac4c2bea6a] | committer: Diego Biurrun apedec: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d49a4c55054571b56d3b1b1cd9fb9ac4c2bea6a -

[FFmpeg-cvslog] dxtory: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Sat Apr 9 19:37:46 2016 +0200| [fd8de7f2d8c31195d309247cb129c0ad787ef76e] | committer: Diego Biurrun dxtory: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd8de7f2d8c31195d309247cb129c0ad787ef76e -

[FFmpeg-cvslog] Merge commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:19:29 2017 +0200| [e5630ce5b122b058e6a510ad841b678eb7c5ae76] | committer: Clément Bœsch Merge commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e' * commit 'fd8de7f2d8c31195d309247cb129c0ad787ef76e': dxtory: Convert to the new bitstream re

[FFmpeg-cvslog] OS/2: Try to commit memory above 1GB

2017-05-19 Thread Dave Yeo
ffmpeg | branch: master | Dave Yeo | Fri Jan 20 22:19:56 2017 -0800| [7ff018c1cb43a5fe5ee2049d325cdd785852067a] | committer: Diego Biurrun OS/2: Try to commit memory above 1GB Signed-off-by: Dave Yeo Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f

[FFmpeg-cvslog] Merge commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:21:41 2017 +0200| [42ed79a2294ca08e3902bd92003d4ccd9cf464ef] | committer: Clément Bœsch Merge commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a' * commit '7ff018c1cb43a5fe5ee2049d325cdd785852067a': OS/2: Try to commit memory above 1GB M

[FFmpeg-cvslog] Merge commit '5c0e2b13eb79b455b15355d64f7993b0f66ea9ec'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:23:07 2017 +0200| [5d986609ba47b405018b1de78413a76b58de1c8b] | committer: Clément Bœsch Merge commit '5c0e2b13eb79b455b15355d64f7993b0f66ea9ec' * commit '5c0e2b13eb79b455b15355d64f7993b0f66ea9ec': swscale-test: const correctness for poi

[FFmpeg-cvslog] swscale-test: const correctness for pointer variable

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Dec 6 12:45:10 2015 +0100| [5c0e2b13eb79b455b15355d64f7993b0f66ea9ec] | committer: Diego Biurrun swscale-test: const correctness for pointer variable libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible p

[FFmpeg-cvslog] Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:47:36 2017 +0200| [6a3538bb233e5bdaf6448b1a897e5459fcc0c44f] | committer: Clément Bœsch Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c' * commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c': des-test: Pass the proper types to av_d

[FFmpeg-cvslog] des-test: Pass the proper types to av_des_*() functions

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sun Oct 16 12:33:45 2016 +0200| [b83aea73404f6f9314e72fe5d6238deaffa12b2c] | committer: Diego Biurrun des-test: Pass the proper types to av_des_*() functions Fixes a number of incompatible pointer type warnings. > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] mpc: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Mon Apr 18 10:56:03 2016 +0200| [6668bc80b5eeae16c35302cfa6325219f7ce2da7] | committer: Diego Biurrun mpc: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6668bc80b5eeae16c35302cfa6325219f7ce2da7 ---

[FFmpeg-cvslog] wavpack: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Fri Apr 15 10:45:11 2016 +0200| [e7f24c9ffc6a12a37016914859a74c3127868996] | committer: Diego Biurrun wavpack: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7f24c9ffc6a12a37016914859a74c3127868996

[FFmpeg-cvslog] magicyuv: Convert to the new bitstream reader

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Jun 21 14:35:53 2016 +0200| [2e0e150144d6c8fe641a45141638559fbf4d9642] | committer: Diego Biurrun magicyuv: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e0e150144d6c8fe641a45141638559fbf4d9642 ---

[FFmpeg-cvslog] truemotion2rt: Convert to the new bitstream reader

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Jun 21 14:39:18 2016 +0200| [b061f298f7f2c227c12dd76a15041ec0a66eeca0] | committer: Diego Biurrun truemotion2rt: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b061f298f7f2c227c12dd76a15041ec0a66eeca

[FFmpeg-cvslog] tak: Convert to the new bitstream reader

2017-05-19 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Wed Apr 13 21:00:34 2016 +0200| [381a4e31a6b801a046e38b0e2b08fb61499157a7] | committer: Diego Biurrun tak: Convert to the new bitstream reader > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=381a4e31a6b801a046e38b0e2b08fb61499157a7 ---

[FFmpeg-cvslog] Merge commit '381a4e31a6b801a046e38b0e2b08fb61499157a7'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:52:13 2017 +0200| [89d277af00f59585af4978f076ed938f5d63a2ce] | committer: Clément Bœsch Merge commit '381a4e31a6b801a046e38b0e2b08fb61499157a7' * commit '381a4e31a6b801a046e38b0e2b08fb61499157a7': tak: Convert to the new bitstream reade

[FFmpeg-cvslog] configure: Move optflags checks to a more sensible place

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Dec 15 12:20:06 2016 +0100| [bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be] | committer: Diego Biurrun configure: Move optflags checks to a more sensible place > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf38959a30ecba4e4ee95d4f2a80ba7ec

[FFmpeg-cvslog] Merge commit 'bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:54:30 2017 +0200| [f78f3df7e01c266e83a98285fa3b5cd5823dab4d] | committer: Clément Bœsch Merge commit 'bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be' * commit 'bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be': configure: Move optflags checks to a mo

[FFmpeg-cvslog] Merge commit '9bf262f4c6e14f43f291cdb745ed372884ee2a7f'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 11:59:35 2017 +0200| [2fbeb42df358b0db1d087961e0058cc1417cf371] | committer: Clément Bœsch Merge commit '9bf262f4c6e14f43f291cdb745ed372884ee2a7f' * commit '9bf262f4c6e14f43f291cdb745ed372884ee2a7f': configure: Use proper compiler-specific

[FFmpeg-cvslog] configure: Use proper compiler-specific speed flags for hostcc

2017-05-19 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Jan 19 11:36:52 2017 +0100| [9bf262f4c6e14f43f291cdb745ed372884ee2a7f] | committer: Diego Biurrun configure: Use proper compiler-specific speed flags for hostcc > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bf262f4c6e14f43f291cdb745e

[FFmpeg-cvslog] fifo: Return the correct AVERROR value

2017-05-19 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Thu Jan 26 00:06:50 2017 +0100| [562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b] | committer: Luca Barbato fifo: Return the correct AVERROR value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b --- libavu

[FFmpeg-cvslog] Merge commit '562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 12:01:04 2017 +0200| [c909b77fe3646d5891458b6af137667dfbf15eb8] | committer: Clément Bœsch Merge commit '562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b' * commit '562ef82d6a7f96f6b9da1219a5aaf7d9d7056f1b': fifo: Return the correct AVERROR value

[FFmpeg-cvslog] Merge commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07'

2017-05-19 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri May 19 12:01:43 2017 +0200| [55b56a8d6a061db7dff730341f062086f65d4bd4] | committer: Clément Bœsch Merge commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07' * commit 'f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07': configure: Add quotes around a variable

[FFmpeg-cvslog] configure: Add quotes around a variable which might be empty

2017-05-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jan 25 15:11:23 2017 +0200| [f96d07f4ec4193fb5293d7ac8f1324aac3c3ea07] | committer: Martin Storsjö configure: Add quotes around a variable which might be empty If we only have a target compiler but no host compiler, the $type variable will be empt

[FFmpeg-cvslog] avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 150 is too large for 32-bit type 'int'

2017-05-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 19 12:25:52 2017 +0200| [3fb104f4476ad238e2ca768e9b80dc314e6e856d] | committer: Michael Niedermayer avcodec/aacsbr_fixed: Fix multiple runtime error: shift exponent 150 is too large for 32-bit type 'int' Fixes: 1681/clusterfuzz-testcase-

[FFmpeg-cvslog] avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative value -407

2017-05-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 19 12:14:59 2017 +0200| [2ccd2c9003c77aee8ffb5f4f43863e35bdf0e4b6] | committer: Michael Niedermayer avcodec/aacsbr_fixed: Fix multiple runtime error: left shift of negative value -407 Fixes: 1674/clusterfuzz-testcase-minimized-6092531563

[FFmpeg-cvslog] avfilter/graphparser: allow specifying filter@id as filter instance

2017-05-19 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Wed May 17 13:03:28 2017 +0700| [162414cefee64eff114179a45abc45aca5133ed0] | committer: Muhammad Faiz avfilter/graphparser: allow specifying filter@id as filter instance See http://lists.ffmpeg.org/pipermail/ffmpeg-user/2017-April/035975.html Parsed_fi

[FFmpeg-cvslog] avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal()

2017-05-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 19 20:54:03 2017 +0200| [0cc6dd1b817bc4510714dd99122625d93909290a] | committer: Michael Niedermayer avformat/id3v2: Use ffio_ensure_seekback() in id3v2_read_internal() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/aviobuf: Only downscale the buffer once it has been used

2017-05-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 19 20:52:44 2017 +0200| [7383a835e47cd8915ff9cdd693e06716dbae3b3a] | committer: Michael Niedermayer avformat/aviobuf: Only downscale the buffer once it has been used The code mistook the first iteration sometimes as the end Signed-off-by

[FFmpeg-cvslog] avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the context

2017-05-19 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 20 01:23:01 2017 +0200| [64ea4d102a070b95832ae4a751688f87da7760a2] | committer: Michael Niedermayer avcodec/mlpdec: Do not leave a invalid num_primitive_matrices in the context Fixes: runtime error: index 8 out of bounds for type 'uint8_t

[FFmpeg-cvslog] avcodec/options: factorize avcodec_copy_context() cleanup code

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Sat Apr 22 13:25:32 2017 -0300| [4122e5fcb3b2fb5911b5ac24b975102b53fbde91] | committer: James Almer avcodec/options: factorize avcodec_copy_context() cleanup code Reviewed-by: Aaron Levinson Tested-by: Michael Niedermayer Signed-off-by: James Alme

[FFmpeg-cvslog] avcodec/options: do a more thorough clean up in avcodec_copy_context()

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Mon Apr 24 14:53:47 2017 -0300| [1c302b606e0fd86dd0ac1ff66e56a1f7d321d7e1] | committer: James Almer avcodec/options: do a more thorough clean up in avcodec_copy_context() Free coded_frame to prevent potential leaks. Reviewed-by: Aaron Levinson Tes

[FFmpeg-cvslog] avformat/utils: free AVStream.codec properly in free_stream()

2017-05-19 Thread Aaron Levinson
ffmpeg | branch: release/2.8 | Aaron Levinson | Thu Apr 20 23:30:13 2017 -0700| [0109a152a1651d520788000bed5ce096b515de3d] | committer: James Almer avformat/utils: free AVStream.codec properly in free_stream() Fixes memory leaks. Signed-off-by: James Almer (cherry picked from commit b9d2005e

[FFmpeg-cvslog] avformat/concatdec: fix the h264 annexb extradata check

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Tue Apr 25 20:23:12 2017 -0300| [870f1e3836c5cf6b9f3e4390e9d8e7e2bc276b13] | committer: James Almer avformat/concatdec: fix the h264 annexb extradata check The start code can be either in the first three or four bytes. (cherry picked from commit b4

[FFmpeg-cvslog] avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message

2017-05-19 Thread James Almer
ffmpeg | branch: release/2.8 | James Almer | Sat May 6 20:31:45 2017 -0300| [24d744cabe0883655884c8786b3ad908736d5d09] | committer: James Almer avcodec/hevc_sei: fix amount of bits skipped when reading picture timing SEI message The code was skipping the entire reported SEI message size rega