[FFmpeg-cvslog] Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main"

2017-07-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 5 10:28:03 2017 -0300| [9d5e81d3b160cd6688a6c382e816d4b7db071f66] | committer: James Almer Revert "x86/sbrdsp: remove unnecessary sign extend instruction in apply_noise_main" This reverts commit 24bb7db4037876c5722b0eecf7412502e7225634. noise h

[FFmpeg-cvslog] movenc: move tags definitions to where they are used

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Mon Jun 19 07:53:45 2017 -0700| [f55c42c1465509e73c4e4c00f3ff7503d08db276] | committer: Derek Buitenhuis movenc: move tags definitions to where they are used (cherry picked from commit 1c64bae648eeb39c8d8a8d81ee142b9eec9fae7b) Signed-off-by: Derek Buit

[FFmpeg-cvslog] movenc: simplify codec_tag lookup

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Mon Jun 19 07:46:48 2017 -0700| [a188942efe7b3c30eafe9a4394fa656a869bcae3] | committer: Derek Buitenhuis movenc: simplify codec_tag lookup mux.c init_muxer() already sets codec_tag correctly in the cases simplified here. This also adds the capability

[FFmpeg-cvslog] movenc: write correct format hvcc when tag is hvc1

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jun 15 11:41:15 2017 -0700| [da002b99b33596961fac6afa71058bffe79da5e0] | committer: Derek Buitenhuis movenc: write correct format hvcc when tag is hvc1 (cherry picked from commit 1ea9b7fdf99b60c0db95a2ce97b2108469bbb245) Signed-off-by: Derek Buiten

[FFmpeg-cvslog] movenc: allow alternative hvc1 h.265 codec tag

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jun 15 11:47:16 2017 -0700| [62861660fa4ab30830654b3f40d77f9ca029b3a7] | committer: Derek Buitenhuis movenc: allow alternative hvc1 h.265 codec tag If AVCodecParameters.codec_tag is 'hvc1' use it instead of 'hev1' for h.265 streams. QuickTime (and

[FFmpeg-cvslog] fate: add fate-checkasm-sbrdsp target

2017-07-05 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jul 5 16:54:10 2017 -0300| [9878935927c5cef33be3804aef666b7682a65f68] | committer: James Almer fate: add fate-checkasm-sbrdsp target Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9878935927c5cef33be3804aef66

[FFmpeg-cvslog] movenc: simplify codec_tag lookup

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Mon Jun 19 07:46:48 2017 -0700| [e199d90da6473abc0d010797b14f2ae2c9811d34] | committer: Derek Buitenhuis movenc: simplify codec_tag lookup mux.c init_muxer() already sets codec_tag correctly in the cases simplified here. This also adds the capability

[FFmpeg-cvslog] movenc: move tags definitions to where they are used

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Mon Jun 19 07:53:45 2017 -0700| [38d808d72e393f9a769ef1543a7eff15fadc1980] | committer: Derek Buitenhuis movenc: move tags definitions to where they are used (cherry picked from commit 1c64bae648eeb39c8d8a8d81ee142b9eec9fae7b) Signed-off-by: Derek Buit

[FFmpeg-cvslog] movenc: allow alternative hvc1 h.265 codec tag

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jun 15 11:47:16 2017 -0700| [369a3e111cb8015c3a3acc5c2c15728c8f37084f] | committer: Derek Buitenhuis movenc: allow alternative hvc1 h.265 codec tag If AVCodecParameters.codec_tag is 'hvc1' use it instead of 'hev1' for h.265 streams. QuickTime (and

[FFmpeg-cvslog] movenc: write correct format hvcc when tag is hvc1

2017-07-05 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Thu Jun 15 11:41:15 2017 -0700| [974d508e571085dce43e688595da058804169088] | committer: Derek Buitenhuis movenc: write correct format hvcc when tag is hvc1 (cherry picked from commit 1ea9b7fdf99b60c0db95a2ce97b2108469bbb245) Signed-off-by: Derek Buiten

[FFmpeg-cvslog] libavformat/gdv: Fix parsing for soundless video

2017-07-05 Thread Azamat H . Hackimov
ffmpeg | branch: master | Azamat H. Hackimov | Mon Jul 3 01:10:55 2017 +0500| [121ab69c9d0650b8be9b3351b5f4fcaa5235bded] | committer: Michael Niedermayer libavformat/gdv: Fix parsing for soundless video Added 2 byte skipping if there no sound present, that fixes playback files without sound s

[FFmpeg-cvslog] avcodec/interplayvideo: Clean up frames on parameter change

2017-07-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jul 6 03:46:44 2017 +0200| [f1baafac7129c3bb8d4abaaa899988c7a51ca5cd] | committer: Michael Niedermayer avcodec/interplayvideo: Clean up frames on parameter change Fixes: out of array access Fixes: 2467/clusterfuzz-testcase-minimized-47557980