[FFmpeg-cvslog] MAINTAINERS: add myself as mdct/opus maintainer

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 11 21:49:04 2017 +| [965503d3543c10d4dbbb3ae21e52296453e13b69] | committer: Rostislav Pehlivanov MAINTAINERS: add myself as mdct/opus maintainer Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] opus_rc: add entropy encoding functions

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Feb 1 03:13:05 2017 +| [373ee2c61871369c05efb1f7db5b723924a4b840] | committer: Rostislav Pehlivanov opus_rc: add entropy encoding functions Mostly used the RFC document, the decoding functions and the reference encoder's implmenentation

[FFmpeg-cvslog] imdct15: rename to mdct15 and add a forward transform

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Wed Feb 1 03:13:06 2017 +| [d2119f624d392f53f80c3d36ffaadca23aef8a10] | committer: Rostislav Pehlivanov imdct15: rename to mdct15 and add a forward transform Handles strides (needed for Opus transients), does pre-reindexing and folding with

[FFmpeg-cvslog] opus_celt: rename structures to better names and reorganize them

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 11 00:25:07 2017 +| [07b78340dd1e6a8147585e31b2dae106d608eca2] | committer: Rostislav Pehlivanov opus_celt: rename structures to better names and reorganize them This is meant to be applied on top of my previous patch which split PVQ

[FFmpeg-cvslog] opus_celt: move quantization and band decoding to opus_pvq.c

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 11 00:25:06 2017 +| [e538108c219d7b3628a9ec33d85bf252ee70c957] | committer: Rostislav Pehlivanov opus_celt: move quantization and band decoding to opus_pvq.c A huge amount can be reused by the encoder, as the only thing which needs t

[FFmpeg-cvslog] opus: add a native Opus encoder

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Feb 11 00:25:08 2017 +| [5f47c85e5c961d5985a01e16697439d179b03a0e] | committer: Rostislav Pehlivanov opus: add a native Opus encoder This marks the first time anyone has written an Opus encoder without using any libopus code. The aim of

[FFmpeg-cvslog] doc/encoders: add documentation for the Opus encoder

2017-02-13 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Tue Feb 14 06:14:15 2017 +| [3a7f0055b445d0e9bf7f8037739d218b8acc982e] | committer: Rostislav Pehlivanov doc/encoders: add documentation for the Opus encoder Signed-off-by: Rostislav Pehlivanov > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avformat/http: Check for truncated buffers in http_connect()

2017-02-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Feb 13 12:47:49 2017 +0100| [8fa18e042ad2c078f759692f1db5629d16d70595] | committer: Michael Niedermayer avformat/http: Check for truncated buffers in http_connect() Reported-by: SleepProgger Reviewed-by: Steven Liu Signed-off-by: Michael Ni

[FFmpeg-cvslog] doc/ffmpeg: document trailing "?" in map option

2017-02-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Feb 13 15:26:43 2017 -0900| [1c049d5ffe08b3af36844cdbe7a5950879122b8b] | committer: Lou Logan doc/ffmpeg: document trailing "?" in map option This feature was added in 2375a85c36c4941042e6ee58a31d6560bde91d37. Signed-off-by: Lou Logan > http://git.vi

[FFmpeg-cvslog] lavc: Add device context field to AVCodecContext

2017-02-13 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Feb 9 00:23:36 2017 +| [c1a5fca06f75cc0e7b9b2808fecaa0c1b424da50] | committer: Mark Thompson lavc: Add device context field to AVCodecContext For use by codec implementations which can allocate frames internally. > http://git.videolan.org/git

[FFmpeg-cvslog] avfilter/vf_lut: make it possible to clip pixel values that are out of valid range

2017-02-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 13 22:49:41 2017 +0100| [aa234698e92fa856013a1391fac3526b06c4d533] | committer: Paul B Mahol avfilter/vf_lut: make it possible to clip pixel values that are out of valid range Previous behavior was not useful at all as such pixels where all mapp

[FFmpeg-cvslog] avfilter/vf_lut: do not always explicitly clip pixels

2017-02-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 13 21:52:51 2017 +0100| [72864547f91f2864f75b2829d0c11317ef7b390b] | committer: Paul B Mahol avfilter/vf_lut: do not always explicitly clip pixels Old behaviour was not useful at all. New behaviour only emulate old behaviour with default options.

[FFmpeg-cvslog] doc/protocols: add option usage description

2017-02-13 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Feb 13 12:23:03 2017 -0900| [fb32c561c3820f3bc8833d0c3629388539fe4798] | committer: Lou Logan doc/protocols: add option usage description Fixes ticket #6148. Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb32c56

[FFmpeg-cvslog] aac_latm: Allow unaligned AudioSpecificConfig

2017-02-13 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Thu Feb 9 08:22:20 2017 -0800| [3f1a38c9194d0d1e47469504000997b7bfbcf3b0] | committer: Alex Converse aac_latm: Allow unaligned AudioSpecificConfig Fixes ticket 4730 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f1a38c9194d0d1e474695040

[FFmpeg-cvslog] aac_latm: Copy whole AudioSpecificConfig when it is sized.

2017-02-13 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Thu Feb 9 08:57:33 2017 -0800| [20ea8bf9390b3a68e43bbe666154aa8b5150cad3] | committer: Alex Converse aac_latm: Copy whole AudioSpecificConfig when it is sized. This preserves sync extensions. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] aac_latm: Align inband PCE to the start of the payload

2017-02-13 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Thu Feb 9 08:58:47 2017 -0800| [1fce67d6403a4540181f6ed05abf5b3edd4ef014] | committer: Alex Converse aac_latm: Align inband PCE to the start of the payload A strict reading of the spec seems to imply that it should be aligned to the start of the eleme

[FFmpeg-cvslog] aacsbr: Associate SBR data with AAC elements on init

2017-02-13 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Thu Feb 9 08:28:30 2017 -0800| [3bb24fc344f0e8448b3c6826193e8ee43f7d984d] | committer: Alex Converse aacsbr: Associate SBR data with AAC elements on init Quiets some log spam on pure upsampling mode. Fixes ticket 5163. > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/nvenc: set frame buffer format for mapped frames

2017-02-13 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Fri Feb 10 15:00:21 2017 +0100| [8a3fea14ae94f715fc508098aa7d8ad89ee80054] | committer: Timo Rothenpieler avcodec/nvenc: set frame buffer format for mapped frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a3fea14ae94f715fc508098a