[FFmpeg-cvslog] vf_colorspace: Interpret unspecified color range as limited range

2016-09-19 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Sep 19 08:26:39 2016 -0400| [cb78d14cf9b5ab59b4a9177f390f5e1abff58644] | committer: Ronald S. Bultje vf_colorspace: Interpret unspecified color range as limited range This is the assumption that is made in pixel

[FFmpeg-cvslog] MAINTAINERS: add myself for mlp/truehd

2016-09-19 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Sun Sep 18 11:40:27 2016 +0530| [dfa489be019943aa1f8e43e58a7416561fa11f4d] | committer: Michael Niedermayer MAINTAINERS: add myself for mlp/truehd Signed-off-by: Jai Luthra Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/utils: If using discard frame flag, ignore skip_samples set by the decoder

2016-09-19 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Sun Sep 18 22:09:03 2016 -0700| [a53201879ca36af6fcc8a0d4bcc1fa6d759b67ec] | committer: Michael Niedermayer avcodec/utils: If using discard frame flag, ignore skip_samples set by the decoder Signed-off-by: Michael

[FFmpeg-cvslog] doc/encoders: minor aac encoder formatting improvements

2016-09-19 Thread Moritz Barsnick
ffmpeg | branch: master | Moritz Barsnick | Sun Sep 18 23:51:48 2016 +0200| [2c48014ab2bb6613b79e3c0b6f45daa5333018ae] | committer: Rostislav Pehlivanov doc/encoders: minor aac encoder formatting improvements Also corrected a line's level. Signed-off-by: Moritz Barsnick

[FFmpeg-cvslog] lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with discarded packets.

2016-09-19 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Thu Sep 15 13:36:18 2016 -0700| [b518d809f16359945eded03c2504641a7f497532] | committer: Michael Niedermayer lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with discarded packets. Signed-off-by:

[FFmpeg-cvslog] avutil/frame: Add a flag to discard frame after decode.

2016-09-19 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Thu Sep 15 13:36:14 2016 -0700| [3cb400c11a75e6f645e5267831e6398bdb0b084e] | committer: Michael Niedermayer avutil/frame: Add a flag to discard frame after decode. Signed-off-by: Sasi Inguva

[FFmpeg-cvslog] avcodec/rscc: add support for gray8 format

2016-09-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Sep 19 18:30:31 2016 +0200| [590f025b3dc078a6be58b36c67d87499f62b521c] | committer: Paul B Mahol avcodec/rscc: add support for gray8 format Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] lavc/rscc: Support pal8 in rscc.

2016-09-19 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Sep 19 23:26:06 2016 +0200| [11777eb8142117864bff0c8060f17b4089434143] | committer: Carl Eugen Hoyos lavc/rscc: Support pal8 in rscc. Fixes the colours of the sample for ticket #5611. >