[FFmpeg-cvslog] avformat: move priv_pts from AVStream to an internal struct

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 5 14:59:47 2017 -0300| [cd1ff3e45d45ce8d733b4acc8e23444c1a227d07] | committer: James Almer avformat: move priv_pts from AVStream to an internal struct It has no reason to be in a public header, even if defined as private.

[FFmpeg-cvslog] avutil/hwcontext_d3d11va: Fix leak when wrapping texture in AVD3D11FrameDescriptor

2017-11-07 Thread Greg Wessels
ffmpeg | branch: master | Greg Wessels | Sat Nov 4 23:43:09 2017 -0500| [2c2f25eb8920129ef3cfe6da2e1cefdedc485965] | committer: James Almer avutil/hwcontext_d3d11va: Fix leak when wrapping texture in AVD3D11FrameDescriptor Reviewed-by: Aaron Levinson

[FFmpeg-cvslog] Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 19:15:16 2017 -0300| [fe421d4deecd12e498e6f07b3fb6f83212c007b2] | committer: James Almer Merge commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36' * commit '95ce02b35d3d1bb16111031df1d82a6e4d894d36': rmdec: don't ignore the

[FFmpeg-cvslog] rmdec: don't ignore the return value of av_get_packet()

2017-11-07 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern | Wed Jul 12 19:45:46 2017 -0400| [95ce02b35d3d1bb16111031df1d82a6e4d894d36] | committer: Sean McGovern rmdec: don't ignore the return value of av_get_packet() >

[FFmpeg-cvslog] Merge commit '825e463a170c7004c63030dc484b2b2de869227b'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 19:09:11 2017 -0300| [85b9fe9584145bde72dbe2e24d2eee513f198256] | committer: James Almer Merge commit '825e463a170c7004c63030dc484b2b2de869227b' * commit '825e463a170c7004c63030dc484b2b2de869227b': build: Add feature test

[FFmpeg-cvslog] flac: Use a local cache for decode_residual()

2017-11-07 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 29 02:15:32 2017 +| [0f5ad12ba2b538cb329c507ecc914e06bfa70194] | committer: Diego Biurrun flac: Use a local cache for decode_residual() About an additional 4% speedup. Signed-off-by: Diego Biurrun >

[FFmpeg-cvslog] Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 19:08:46 2017 -0300| [ec703910af668b8deb8432d2953222385b821b2c] | committer: James Almer Merge commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194' * commit '0f5ad12ba2b538cb329c507ecc914e06bfa70194': flac: Use a local cache

[FFmpeg-cvslog] build: Add feature test macros for glibc 2.19+

2017-11-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Jul 8 13:18:39 2017 +0200| [825e463a170c7004c63030dc484b2b2de869227b] | committer: Diego Biurrun build: Add feature test macros for glibc 2.19+ glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and

[FFmpeg-cvslog] flac: Postpone unlikely condition checks

2017-11-07 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Apr 29 02:15:31 2017 +| [15f1cc09a406cf6296818d475a256902235eefc4] | committer: Diego Biurrun flac: Postpone unlikely condition checks About 2% speedup on gcc-6.3. Signed-off-by: Diego Biurrun >

[FFmpeg-cvslog] Merge commit '15f1cc09a406cf6296818d475a256902235eefc4'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 18:55:18 2017 -0300| [ff55b62a65474714737a553c42f1620df3c9cf31] | committer: James Almer Merge commit '15f1cc09a406cf6296818d475a256902235eefc4' * commit '15f1cc09a406cf6296818d475a256902235eefc4': flac: Postpone unlikely

[FFmpeg-cvslog] Merge commit '9c1e111406bd4cbb04d8e8611b71bebf203bec5e'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 18:50:59 2017 -0300| [e5841b22ca83d9e300752d7ce6b4abfa4d509024] | committer: James Almer Merge commit '9c1e111406bd4cbb04d8e8611b71bebf203bec5e' * commit '9c1e111406bd4cbb04d8e8611b71bebf203bec5e': flac: Convert to the new

[FFmpeg-cvslog] bitstream: Avoid undefined behavior in bitstream_skip()

2017-11-07 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Sat Jul 8 21:04:44 2017 +0200| [79f64f7ebc2b2b7030c6219914bc141cc03fd377] | committer: Luca Barbato bitstream: Avoid undefined behavior in bitstream_skip() Do not use skip_remaining() to fully wipe the cache, as this could do a

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

2017-11-07 Thread Alexandra Hájková
ffmpeg | branch: master | Alexandra Hájková | Sat Apr 29 02:15:30 2017 +| [9c1e111406bd4cbb04d8e8611b71bebf203bec5e] | committer: Diego Biurrun flac: Convert to the new bitstream reader Signed-off-by: Diego Biurrun >

[FFmpeg-cvslog] Merge commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 18:44:44 2017 -0300| [17fa37cf413ad4a109caf5147c36953e60ab2b3a] | committer: James Almer Merge commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b' * commit 'fd92dafaff8844b5fedf94679b93d953939a7f7b': bink: Split

[FFmpeg-cvslog] bink: Split read_dct_coeffs()

2017-11-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jul 5 15:03:56 2017 +0200| [fd92dafaff8844b5fedf94679b93d953939a7f7b] | committer: Diego Biurrun bink: Split read_dct_coeffs() This works around type aliasing violations and related warnings. Also add some missing error

[FFmpeg-cvslog] cinepakenc: fixes and improvements

2017-11-07 Thread addr-see-the-website
ffmpeg | branch: master | addr-see-the-webs...@aetey.se | Wed Jun 28 00:27:12 2017 +0200| [7da9f4523159670d577a2808d4481e64008a8894] | committer: Diego Biurrun cinepakenc: fixes and improvements version 2013-02-08 Rl - fixes/optimization in multistrip encoding

[FFmpeg-cvslog] Merge commit 'ed3b2a999d189771c9b0ada9a9200117595fa474'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 18:12:17 2017 -0300| [5371274329012c3b5ff3f5a254366d2f7fed6867] | committer: James Almer Merge commit 'ed3b2a999d189771c9b0ada9a9200117595fa474' * commit 'ed3b2a999d189771c9b0ada9a9200117595fa474': cinepakenc: misc small

[FFmpeg-cvslog] cinepakenc: K formatting cosmetics

2017-11-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jun 28 00:27:17 2017 +0200| [47cde2eabc1ae21b03a4cde52affeb516b60f3f3] | committer: Diego Biurrun cinepakenc: K formatting cosmetics >

[FFmpeg-cvslog] Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 18:35:34 2017 -0300| [0ff8f0b7b4d72476c4859f0d42cfef442c23937c] | committer: James Almer Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970' * commit '5be9939b46a6a4d3860a1b1a872aa50897095970': fate: Add cinepak

[FFmpeg-cvslog] Add Cinepak encoder

2017-11-07 Thread Tomas Härdin
ffmpeg | branch: master | Tomas Härdin | Wed Jun 28 00:27:11 2017 +0200| [89e632de9b3acb05938d0d1ce7d74590c0ac65f2] | committer: Diego Biurrun Add Cinepak encoder With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by: Diego Biurrun >

[FFmpeg-cvslog] fate: Add cinepak encoder vsynth tests

2017-11-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jun 28 00:27:19 2017 +0200| [5be9939b46a6a4d3860a1b1a872aa50897095970] | committer: Diego Biurrun fate: Add cinepak encoder vsynth tests >

[FFmpeg-cvslog] cinepakenc: add option handling for flexibility

2017-11-07 Thread addr-see-the-website
ffmpeg | branch: master | addr-see-the-webs...@aetey.se | Wed Jun 28 00:27:13 2017 +0200| [158d2e15454a7f7e2db72204697b2fa0e6e75a52] | committer: Diego Biurrun cinepakenc: add option handling for flexibility Now it is possible to adjust compression speed vs R/D

[FFmpeg-cvslog] cinepakenc: Stop using AVPicture

2017-11-07 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Jun 28 00:27:15 2017 +0200| [1e12730e5df21f5bf9911f9c444f5614fd7ea522] | committer: Diego Biurrun cinepakenc: Stop using AVPicture >

[FFmpeg-cvslog] cinepakenc: misc small changes

2017-11-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Jun 28 00:27:18 2017 +0200| [ed3b2a999d189771c9b0ada9a9200117595fa474] | committer: Diego Biurrun cinepakenc: misc small changes Avoid anonymously typedeffed structs and enums, drop an unused context member, fix a small wording

[FFmpeg-cvslog] compat/w32dlfcn: add missing config.h include

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 16:38:59 2017 -0300| [ce52e430b2df17b5efa28669f6c58992758f9913] | committer: James Almer compat/w32dlfcn: add missing config.h include Fixes warnings about undefined HAVE_WINRT Signed-off-by: James Almer

[FFmpeg-cvslog] os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY

2017-11-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jul 5 12:36:03 2017 +0300| [4d330da006fe48178a4c8047f06270925eaedf63] | committer: Martin Storsjö os_support: Use HAVE_UWP instead of manually checking WINAPI_FAMILY Signed-off-by: Martin Storsjö >

[FFmpeg-cvslog] hevc: Add support for alternative transfer characterics SEI

2017-11-07 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Fri Jun 9 17:27:22 2017 -0400| [969f215957b25ec014aeed6e440ecb450e6927c1] | committer: Vittorio Giovara hevc: Add support for alternative transfer characterics SEI The use of this SEI is for backward compatibility in

[FFmpeg-cvslog] d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY

2017-11-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jul 4 20:03:00 2017 +0300| [1912973a2d0a4d7f8e323eb23ee4e0e29d5852ca] | committer: Martin Storsjö d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY If using the winstore compat library, a fallback LoadLibrary function

[FFmpeg-cvslog] Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'

2017-11-07 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 7 16:29:02 2017 -0300| [514dda60703aed269debe1a099644c1114b452e6] | committer: James Almer Merge commit '4d330da006fe48178a4c8047f06270925eaedf63' * commit '4d330da006fe48178a4c8047f06270925eaedf63': os_support: Use HAVE_UWP

[FFmpeg-cvslog] lavf: Remove codec_tag from dashenc and smoothstreamingenc

2017-11-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Jun 30 12:49:49 2017 +0300| [61f589e31e84ae02d7ac6837f30f19c437b1fc2e] | committer: Martin Storsjö lavf: Remove codec_tag from dashenc and smoothstreamingenc Currently, the tags enforced and set on the segmenter muxer level

[FFmpeg-cvslog] configure: libvmaf is not GPLv2-compatible.

2017-11-07 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Nov 6 14:15:31 2017 +0100| [15c632719a5f781fdd11a68cdad5eeb9ee5392b8] | committer: Carl Eugen Hoyos configure: libvmaf is not GPLv2-compatible. It is licensed under Apache 2.0. >