[FFmpeg-cvslog] lavc/hevc_ps: use skip_bits instead of get_bits when skip bits.

2018-07-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 7 13:40:47 2018 +0800| [d746a2e3cf5cfca91b444e811cbd9bf31e0d1342] | committer: Jun Zhao lavc/hevc_ps: use skip_bits instead of get_bits when skip bits. use skip_bits when want to skip some bits. Signed-off-by: Jun Zhao > http://git.videolan.org/g

[FFmpeg-cvslog] lavc/hevc_ps: Refine sps_range_extension parse.

2018-07-13 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Jul 7 12:54:15 2018 +0800| [896854b2336f160b58fb36b33d7b586ffc467715] | committer: Jun Zhao lavc/hevc_ps: Refine sps_range_extension parse. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=896854b2336f160b58fb36b33d7

[FFmpeg-cvslog] lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes.

2018-07-13 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Jan 21 00:17:19 2018 +0100| [0576ef466d8a631326d1d0a5ec2e4c4c81d25353] | committer: Carl Eugen Hoyos lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes. Fixes the following warnings: libavcodec/aarch64/h264dsp_init_aarch64.c: In f

[FFmpeg-cvslog] avcodec/utils: report insane channel count errors

2018-07-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jul 3 12:09:13 2018 +0200| [5982078e8d56b84de4d538ab4d39f474b833cdc2] | committer: Marton Balint avcodec/utils: report insane channel count errors More than 64 is not *that* insane, so let's report the error at least. Signed-off-by: Marton Balint

[FFmpeg-cvslog] ffplay: add support for various YUV conversion modes

2018-07-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jul 2 19:16:31 2018 +0200| [85bfcc46d192891891057085d36cb2daba4b5c4f] | committer: Marton Balint ffplay: add support for various YUV conversion modes SDL from version 2.0.8 has support for full range YUV and specifying BT601/BT709 color space for

[FFmpeg-cvslog] avcodec/internal: increase FF_SANE_NB_CHANNELS to 256

2018-07-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jul 3 12:10:54 2018 +0200| [3e0f3be2b027ce2be1ed0f25651286f4f42123d5] | committer: Marton Balint avcodec/internal: increase FF_SANE_NB_CHANNELS to 256 This was reduced from 128 in libav commit 192f1984b1a93aa08af053b8f9ab4950f307bd5d, but since we

[FFmpeg-cvslog] avformat/mxfdec: only return stream indexes which have a corresponding track

2018-07-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Jul 4 01:23:45 2018 +0200| [e5ff2c0c06188ff47706ce62db771b6b45f86b8c] | committer: Marton Balint avformat/mxfdec: only return stream indexes which have a corresponding track Without this check some crafted files might crash because a packet might

[FFmpeg-cvslog] avformat/movenc: add reason for minf->hdlr in MOV only

2018-07-13 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jul 14 12:19:58 2018 +0530| [28ed68fa31776b43ce718a78c4d3078fd60cd7c9] | committer: Gyan Doshi avformat/movenc: add reason for minf->hdlr in MOV only > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=28ed68fa31776b43ce718a78c4d3078fd60cd7c9 -