[FFmpeg-cvslog] MAINTAINERS: add myself as an API tests maintainer

2016-11-21 Thread Ludmila Glinskih
ffmpeg | branch: master | Ludmila Glinskih | Mon Aug 24 03:37:42 2015 +0300| [5f4e555dc7caea343838e9f6f218525bb80216bf] | committer: Michael Niedermayer MAINTAINERS: add myself as an API tests maintainer Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] Add experimental muxing support for FLAC in ISO BMFF (MP4).

2016-11-21 Thread Matthew Gregan
ffmpeg | branch: master | Matthew Gregan | Thu Oct 20 17:28:11 2016 +1300| [7dc4200c3828195ef33c8a6572891ecda5058cd6] | committer: James Almer Add experimental muxing support for FLAC in ISO BMFF (MP4). Based on the draft spec at https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt '-st

[FFmpeg-cvslog] Add experimental demuxing support for FLAC in ISO BMFF (MP4).

2016-11-21 Thread Matthew Gregan
ffmpeg | branch: master | Matthew Gregan | Fri Oct 21 16:10:43 2016 +1300| [2d73d25670ced04a7ef7e0936e340292816ef7db] | committer: James Almer Add experimental demuxing support for FLAC in ISO BMFF (MP4). Based on the draft spec at https://git.xiph.org/?p=flac.git;a=blob;f=doc/isoflac.txt Si

[FFmpeg-cvslog] avformat/movenc: Restrict experimental VP9 support to MODE_MP4.

2016-11-21 Thread Matthew Gregan
ffmpeg | branch: master | Matthew Gregan | Fri Nov 18 16:29:42 2016 +1300| [156fbbb562f36f6dcaf363fb3029834c28519dc7] | committer: James Almer avformat/movenc: Restrict experimental VP9 support to MODE_MP4. Signed-off-by: Matthew Gregan Signed-off-by: James Almer > http://git.videolan.org/g

[FFmpeg-cvslog] vaapi_h265: Fix buffering parameters

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Sep 30 17:47:19 2016 +0200| [30ebabca7c3a2cea1cb871563f6097f3619c8be9] | committer: Mark Thompson vaapi_h265: Fix buffering parameters A decoder may need this to be set correctly to output frames in the right order. (cherry picked from commit b8ca

[FFmpeg-cvslog] vaapi_encode: Sync to input surface rather than output

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Sep 18 16:06:55 2016 +0100| [94f446c628bb885561eb028b0b01362e02ab67f5] | committer: Mark Thompson vaapi_encode: Sync to input surface rather than output While outwardly bizarre, this change makes the behaviour consistent with other VAAPI encoders w

[FFmpeg-cvslog] vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContext

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 1 10:48:44 2016 +0200| [658c5afaa01085cc9f8e905a36e211ccf4aea332] | committer: Mark Thompson vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContext (cherry picked from commit 17a0f9481cf07af0feb3838ca315b970117e8000) > http://git.vide

[FFmpeg-cvslog] vaapi_h264: Write bitstream restriction fields

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat Oct 1 11:01:08 2016 +0100| [6796e6ea84f0afd205905220ed09ecf14f3f4359] | committer: Mark Thompson vaapi_h264: Write bitstream restriction fields (cherry picked from commit ec17ab381ede4f31c4bdd2767d8f62d24aaf430a) > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] vaapi_h264: Set max_num_ref_frames to 1 when not using B frames

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Sep 27 19:08:42 2016 +0100| [ee1d04f970b0297953a6b547f615297f1343654f] | committer: Mark Thompson vaapi_h264: Set max_num_ref_frames to 1 when not using B frames (cherry picked from commit 956a54129db522998a5abae869568dae2c9774cb) > http://git.vid

[FFmpeg-cvslog] vaapi_encode: Check packed header capabilities

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Sep 18 14:59:59 2016 +0100| [478a4b7e6d3ec51ba80e77f6dc3df75d9f6de66b] | committer: Mark Thompson vaapi_encode: Check packed header capabilities This improves behaviour with drivers which do not support packed headers, such as AMD VCE on mesa/galli

[FFmpeg-cvslog] vaapi_h265: Fix slice header writing

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Sep 30 17:31:49 2016 +0200| [ae0230cc3e249971e7fe7747a12931bde71f9a11] | committer: Mark Thompson vaapi_h265: Fix slice header writing This was not observed earlier because the only syntax element which it normally misses with the current setup is

[FFmpeg-cvslog] vaapi_encode: Decide on GOP setup before initialising sequence parameters

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Sep 30 17:27:58 2016 +0200| [ded1859df17f5974dd2fc41a1b7d8eb0d3aaeceb] | committer: Mark Thompson vaapi_encode: Decide on GOP setup before initialising sequence parameters This was always too late; several fields related to it have been incorrectly

[FFmpeg-cvslog] vaapi_h264: Fix HRD bit_rate/cpb_size scaling

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Tue Sep 13 00:25:07 2016 +0100| [06d73d002e7f911f26ae1548b46e442a6ece9a4a] | committer: Mark Thompson vaapi_h264: Fix HRD bit_rate/cpb_size scaling There should be an extra offset of 6 on bit_rate_scale and of 4 on cpb_size_scale which were not account

[FFmpeg-cvslog] vaapi_encode: Refactor initialisation

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Sep 18 14:55:26 2016 +0100| [c8241e730f116f1c9cfc0b34110aa7f052e05332] | committer: Mark Thompson vaapi_encode: Refactor initialisation This allows better checking of capabilities and will make it easier to add more functionality later. It also co

[FFmpeg-cvslog] lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame.

2016-11-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Nov 11 14:53:49 2016 +0800| [e72662e131e5099e34d5a7519c5690d2fff7b83f] | committer: Mark Thompson lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame. when meeting IDR frame, vaapi_encode_h264 poc number don't reset, now fix this iss

[FFmpeg-cvslog] vaapi_encode: Fix format specifier for bitrate logging

2016-11-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Nov 21 22:59:58 2016 +| [f242e0a0ff0d24caabc2f647ffc669c1c51fbcba] | committer: Mark Thompson vaapi_encode: Fix format specifier for bitrate logging Same as e0df56f25d09b14f5315799338be246806c46806. This was accidentally reintroduced while mer

[FFmpeg-cvslog] avformat/utils: add missing brackets around arguments in av_realloc() call

2016-11-21 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Nov 21 23:01:48 2016 -0300| [0b8df0ce48e6e3d3263f20ec0ce20fe72bdae318] | committer: James Almer avformat/utils: add missing brackets around arguments in av_realloc() call Found-by: Neil Birkbeck Signed-off-by: James Almer > http://git.videolan.org/

[FFmpeg-cvslog] avformat/flvenc: add no_metadata to flvflags

2016-11-21 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 21 20:26:11 2016 +0800| [d316b21dba227fa2a2bce0daf02a62f11821227f] | committer: Steven Liu avformat/flvenc: add no_metadata to flvflags some flv have no metadata, ffmpeg will same with the source flv stream. Signed-off-by: Steven Liu > http://g