[FFmpeg-cvslog] avcodec/avcodec.h: Add encryption info side data.

2018-03-23 Thread Jacob Trimble
ffmpeg | branch: master | Jacob Trimble | Tue Dec 5 14:52:22 2017 -0800| [db2a7c947ec28b0a04a4e5193c9b0d33de823fbb] | committer: Michael Niedermayer avcodec/avcodec.h: Add encryption info side data. This new side-data will contain info on how a packet is encrypted. This allows the app to hand

[FFmpeg-cvslog] lavf/utils.c: Don't compute start_time from DISCARD packets for video.

2018-03-23 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Wed Mar 21 13:36:38 2018 -0700| [829aebf95d44c1e850fd31692a273e6c6ab8161a] | committer: Michael Niedermayer lavf/utils.c: Don't compute start_time from DISCARD packets for video. Signed-off-by: Sasi Inguva Signed-off-by: Michael Niedermayer > http://g

[FFmpeg-cvslog] avcodec/noise_bsf: move the reference in the bsf internal buffer

2018-03-23 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 20 01:19:19 2018 -0300| [dc99ee6b08e54de13b4c82ff265609b6ab83e3d8] | committer: James Almer avcodec/noise_bsf: move the reference in the bsf internal buffer There's no need to allocate a new packet for it. Reviewed-by: Michael Niedermayer Signed

[FFmpeg-cvslog] avcodec/bsf: make sure the AVBSFInternal stored packet is reference counted

2018-03-23 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Mar 23 18:16:11 2018 -0300| [ed1f08bfb5500340463e630290360609a90d2886] | committer: James Almer avcodec/bsf: make sure the AVBSFInternal stored packet is reference counted Some bitstream filters may buffer said packet in their own contexts for latter

[FFmpeg-cvslog] ffmpeg: pass reference counted packet on codec copy when possible

2018-03-23 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 21 11:43:04 2018 -0300| [231a73308f183484317c3fdfe098f543cd401898] | committer: James Almer ffmpeg: pass reference counted packet on codec copy when possible Should prevent unnecessary copy of data in cases where new references to the packet are c

[FFmpeg-cvslog] ffmpeg: remove dead call to av_parser_change()

2018-03-23 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 21 11:27:49 2018 -0300| [f5ceb15bb692d5121a976c3638811b96fc14f85f] | committer: James Almer ffmpeg: remove dead call to av_parser_change() It's been a noop for years, and it's been argued that in-band headers should not be forcedly removed without

[FFmpeg-cvslog] avfilter/avf_showvolume: implement basic rms metering mode

2018-03-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 23 22:53:13 2018 +0100| [3e3d56776166b7529df7cc37d48a5d2a2596050b] | committer: Paul B Mahol avfilter/avf_showvolume: implement basic rms metering mode Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e3d

[FFmpeg-cvslog] doc/filters: itemize channelmap examples

2018-03-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 23 19:21:52 2018 +0100| [74c6a6d3735f79671b177a0e0c6f2db696c2a6d2] | committer: Paul B Mahol doc/filters: itemize channelmap examples Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74c6a6d3735f79671b177a

[FFmpeg-cvslog] avfilter/avf_showwaves: add draw mode which controls how single sample is drawn

2018-03-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 23 19:02:51 2018 +0100| [a8c2d375ca68b7f001564ced14d8ac0757f53a29] | committer: Paul B Mahol avfilter/avf_showwaves: add draw mode which controls how single sample is drawn Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avfilter/vf_convolution: disable fast path if rdiv/bias are different from defaults

2018-03-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 23 16:21:38 2018 +0100| [fe0fdc51b56e061ee00ef237c218e18b99468878] | committer: Paul B Mahol avfilter/vf_convolution: disable fast path if rdiv/bias are different from defaults Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/af_channelsplit: add channels option

2018-03-23 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Mar 20 18:02:26 2018 +0100| [4e1307c0f76d015941a1217bcd44a20f25e04fad] | committer: Paul B Mahol avfilter/af_channelsplit: add channels option So user can pick which channels to extract. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb