[FFmpeg-cvslog] avcodec/utils: Fix "warning: pointer type mismatch in conditional expression"

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 05:46:13 2014 +0200| [8cfb9ccfef5fb0b827999a5a356a9e1cf4505bb0] | committer: Michael Niedermayer avcodec/utils: Fix "warning: pointer type mismatch in conditional expression" Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avformat/mov: Fix 'warning: format specifies type unsigned short but the argument has type int'

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 05:49:25 2014 +0200| [5d36e8527f08eeda5874dd27af133752015a01bf] | committer: Michael Niedermayer avformat/mov: Fix 'warning: format specifies type unsigned short but the argument has type int' Signed-off-by: Michael Niedermayer > ht

[FFmpeg-cvslog] ismindex: handle discontinuous streams better

2014-10-09 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Wed Oct 8 09:39:26 2014 +0300| [2bc220958c7570020d87ee353db65460b518998a] | committer: Martin Storsjö ismindex: handle discontinuous streams better Read the fragment duration from the trun sample data, rather than assuming that there are no gaps. Signed

[FFmpeg-cvslog] ismindex: handle discontinuous streams better

2014-10-09 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Wed Oct 8 09:39:26 2014 +0300| [d3834f290138cb8c48fd404081ac5b9a2ca14564] | committer: Michael Niedermayer ismindex: handle discontinuous streams better Reads the fragment duration from the trun sample data, rather than assuming that there are no gaps.

[FFmpeg-cvslog] Merge commit '2bc220958c7570020d87ee353db65460b518998a'

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 12:25:52 2014 +0200| [7b973e734111caccc737fcc6d1ed5a6a111c8831] | committer: Michael Niedermayer Merge commit '2bc220958c7570020d87ee353db65460b518998a' * commit '2bc220958c7570020d87ee353db65460b518998a': ismindex: handle discontinu

[FFmpeg-cvslog] lavf: fix 2GB file seek limit on Android

2014-10-09 Thread Yu Xiaolei
ffmpeg | branch: master | Yu Xiaolei | Thu Oct 9 10:49:43 2014 +0800| [d5a6f1127263dd3dfcf08d26439ce4276dfda27d] | committer: Michael Niedermayer lavf: fix 2GB file seek limit on Android Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5a6f1127

[FFmpeg-cvslog] avformat/mov: E-AC-3 streams need parsing too.

2014-10-09 Thread Benoit Fouet
ffmpeg | branch: master | Benoit Fouet | Thu Oct 9 09:17:49 2014 +0200| [7cda31cb924c740981de84ce37c4c0a055635bad] | committer: Michael Niedermayer avformat/mov: E-AC-3 streams need parsing too. syncframes in E-AC-3 can be combined to provide 6 audio blocks per sample, thus requiring parsing

[FFmpeg-cvslog] avutil/Makefile: add softfloat to TESTPROGS

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 16:02:14 2014 +0200| [f3b54ee989933256daa1abc6bd1fa9381b1669f6] | committer: Michael Niedermayer avutil/Makefile: add softfloat to TESTPROGS Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 16:37:26 2014 +0200| [44198a728d15b780def29b30e7d0244e3bc1c5c6] | committer: Michael Niedermayer avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf() Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] avutil/softfloat: add some asserts

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 9 17:02:59 2014 +0200| [99afec08f8a107ed6026aa99956d648884bb0792] | committer: Michael Niedermayer avutil/softfloat: add some asserts Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99afec

[FFmpeg-cvslog] compat/w32pthreads: use the CONDITION_VARIABLE typedef if available

2014-10-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 9 13:20:00 2014 -0300| [0c0694931442ef9ea91eace120e0629e0ac01b76] | committer: James Almer compat/w32pthreads: use the CONDITION_VARIABLE typedef if available This silences warnings about passing arguments from incompatible pointer type when targ

[FFmpeg-cvslog] Fix writing first audio Cues in dash mode.

2014-10-09 Thread Frank Galligan
ffmpeg | branch: master | Frank Galligan | Thu Oct 9 08:28:00 2014 -0700| [241b306b1eaa1be843e496653ed8e03b25dbe118] | committer: Michael Niedermayer Fix writing first audio Cues in dash mode. In dahsmode Matroska is not writing the first Cluster for every audio stream in the Cues element. S

[FFmpeg-cvslog] compat/w32pthreads: use the condition variable API directly when targeting newer versions of Windows

2014-10-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Oct 9 17:49:22 2014 -0300| [8c6992bf0cc24542a5ae245cd037a23638b76d75] | committer: James Almer compat/w32pthreads: use the condition variable API directly when targeting newer versions of Windows Wrap the function calls in a similar fashion to how i

[FFmpeg-cvslog] ffplay: dont leave swresampler in half initialized state

2014-10-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Oct 8 23:36:11 2014 +0200| [ce928d7d2b3bd68a222cfbc19a44805ac4cdaf14] | committer: Marton Balint ffplay: dont leave swresampler in half initialized state On init failure, let's just free it, so next time it will be recreated from start. Also fixe

[FFmpeg-cvslog] lavf/webm_dash: Allow filenames without directories

2014-10-09 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Thu Oct 9 14:56:47 2014 -0700| [233f3ad8698383255fb8766e99647e87a88044fe] | committer: Michael Niedermayer lavf/webm_dash: Allow filenames without directories Fix basename computation code to allow just file names without any directories

[FFmpeg-cvslog] avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_entries[]

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 10 01:45:34 2014 +0200| [9665a0fdf680246468bf3e55524c9b4e610ab506] | committer: Michael Niedermayer avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_entries[] Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avformat/os_support: include unistd.h before defining lseek to lseek64 on android

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 10 02:30:39 2014 +0200| [27123a77c111eed272a11791354831961bc6507c] | committer: Michael Niedermayer avformat/os_support: include unistd.h before defining lseek to lseek64 on android fixes build failure Found-by: James Almer Signed-off-b

[FFmpeg-cvslog] avformat/format: move mime_type_opt declaration to where its used

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 10 03:08:11 2014 +0200| [e96fb980dcb658bb8e8a0dac2289a201b68f85b4] | committer: Michael Niedermayer avformat/format: move mime_type_opt declaration to where its used also remove a related dead store Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] ffprobe: Simplify by using av_color_range_name()

2014-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 10 04:24:05 2014 +0200| [19b4c0ccf924366e9a61793e7334d7bd82c68f23] | committer: Michael Niedermayer ffprobe: Simplify by using av_color_range_name() Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Signed-off-by: Michael Niedermayer