[FFmpeg-cvslog] ffmpeg: Allow "-to" on input files in addition to "-t"

2017-11-18 Thread Vitaly _Vi Shukela
ffmpeg | branch: master | Vitaly _Vi Shukela | Sat Nov 18 10:36:51 2017 +0300| [80ef3c83601881ff2b6a90fa5c6e82c83aad768f] | committer: Michael Niedermayer ffmpeg: Allow "-to" on input files in addition to "-t" For some strange reason "-t" option was only implemented for

[FFmpeg-cvslog] avformat/dashenc: fix min_seg_duration option size

2017-11-18 Thread James Cowgill
ffmpeg | branch: master | James Cowgill | Sat Nov 18 15:11:45 2017 +| [0ecb1c53c8dc385cfc7453bac26522c1da1cb6ec] | committer: Michael Niedermayer avformat/dashenc: fix min_seg_duration option size In the DASHContext structure, min_seg_duration is declared as an int,

[FFmpeg-cvslog] ffmpeg_filter: use nb_threads=1 on unused filtergraph

2017-11-18 Thread DHE
ffmpeg | branch: master | DHE | Thu Nov 16 20:09:37 2017 -0500| [ae61bcbdf83a509553445bf0cbce1dba5ac5b208] | committer: Michael Niedermayer ffmpeg_filter: use nb_threads=1 on unused filtergraph Signed-off-by: DHE Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat: remove unnecessary AVStreamParseType enum offset

2017-11-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 18 14:55:29 2017 -0300| [936a4c04b9fda79d824ab6c95591425b37e4086f] | committer: James Almer avformat: remove unnecessary AVStreamParseType enum offset Signed-off-by: James Almer >

[FFmpeg-cvslog] lavf/tcp: Fix the type of the optlen argument to getsockopt().

2017-11-18 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Nov 12 15:23:14 2017 +0100| [c3b5ea753017d1acaecdbc4dc09dae16e53a9b91] | committer: Carl Eugen Hoyos lavf/tcp: Fix the type of the optlen argument to getsockopt(). Fixes a warning on aix: libavformat/tcp.c:283:58: warning:

[FFmpeg-cvslog] avcodec: Fix reference data type for nvdec vc1 hwaccel

2017-11-18 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Thu Nov 16 07:31:58 2017 -0800| [5a0f6b099f3e8fcb95a80e3ffe52b3bf369efe24] | committer: Philip Langdale avcodec: Fix reference data type for nvdec vc1 hwaccel I took the reference lookup code from the vp9 hwaccel where the type is

[FFmpeg-cvslog] avcodec: Implement mpeg2 nvdec hwaccel

2017-11-18 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Thu Nov 16 07:35:17 2017 -0800| [7c9f739d864c0ed8f1b433d6a7d9f674edda9cf5] | committer: Philip Langdale avcodec: Implement mpeg2 nvdec hwaccel This is mostly straight-forward. The weird part is that it should just work for mpeg1,

[FFmpeg-cvslog] Ignore libavcodec/tests/mpeg12framerate, a test program

2017-11-18 Thread Jim DeLaHunt
ffmpeg | branch: master | Jim DeLaHunt | Fri Nov 17 01:45:27 2017 -0800| [fb791d28766bdacbb685a77c381101afc98ed58b] | committer: Michael Niedermayer Ignore libavcodec/tests/mpeg12framerate, a test program Add to libavcodec/tests/.gitignore an entry for test program

[FFmpeg-cvslog] avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()

2017-11-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 15 03:38:37 2017 +0100| [4f7f70738e8dd77a698a5e28bba552ea7064af21] | committer: Michael Niedermayer avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output() Fixes: runtime error: left shift of negative value

[FFmpeg-cvslog] lavf/mov: don't read outside frag_index bounds

2017-11-18 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Fri Nov 17 08:21:02 2017 -0800| [20c38f2e7085ce02c19df965d02ecdf5628f11b8] | committer: Michael Niedermayer lavf/mov: don't read outside frag_index bounds Potentially fixes:

[FFmpeg-cvslog] Use ff_thread_once for fixed, float table init.

2017-11-18 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri Nov 17 14:51:09 2017 -0800| [5eaaffaf64d1854493f0fe9ec822eed1b3cd9fe1] | committer: Michael Niedermayer Use ff_thread_once for fixed, float table init. These tables are static so they should only be initialized once instead

[FFmpeg-cvslog] avcodec/zmbv: Check that the buffer is large enough for mvec

2017-11-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 15 17:11:12 2017 +0100| [2ab9568a2c3349039eec29fb960fe39de354b514] | committer: Michael Niedermayer avcodec/zmbv: Check that the buffer is large enough for mvec Fixes: Timeout Fixes:

[FFmpeg-cvslog] Fix leak of frame_duration_buffer in mov_fix_index().

2017-11-18 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri Nov 17 14:53:25 2017 -0800| [d073be2291e40129d107ca4573097d6d6d2dbf68] | committer: Michael Niedermayer Fix leak of frame_duration_buffer in mov_fix_index(). Should be unconditionally freed at the end of mov_fix_index() in

[FFmpeg-cvslog] avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb()

2017-11-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 17 01:28:07 2017 +0200| [65e0a7c473f23f1833538ffecf53c81fe500b5e4] | committer: Michael Niedermayer avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb() Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()

2017-11-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 14 03:40:07 2017 +0100| [73964680d7bce6d81ddc553a24d73e9a1c9156f9] | committer: Michael Niedermayer avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0() Fixes: