[FFmpeg-cvslog] avformat/network: add union for avoiding strict aliassing violations with sockaddr*

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 12 01:52:38 2014 +0200| [8c1dc1f6ed119c2bffc937efc5f591cfaf0d35b3] | committer: Michael Niedermayer avformat/network: add union for avoiding strict aliassing violations with sockaddr* Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avformat/rtpproto: fix strict aliasing violations with sockaddr

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 12 01:52:39 2014 +0200| [e587a428d75d58e2e5a592efd7bff44e1d9294ee] | committer: Michael Niedermayer avformat/rtpproto: fix strict aliasing violations with sockaddr Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] RELEASE: update to 2.4.git

2014-09-15 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Sep 15 01:46:05 2014 -0300| [4ae6bcc025e772a7873a295ad0dcd6b6fd6f9c1e] | committer: James Almer RELEASE: update to 2.4.git Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ae6b

[FFmpeg-cvslog] avutil: remove obsolete FF_API_LLS1 cruft

2014-09-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Sep 14 21:17:43 2014 -0300| [af7d2606261ee06ada80c4dd8dd8d68bfcf008d2] | committer: James Almer avutil: remove obsolete FF_API_LLS1 cruft Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft

2014-09-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Sep 14 21:31:34 2014 -0300| [ad1dadac86d4dff02a8d69b25637371cbc1f31f6] | committer: James Almer avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avutil: remove obsolete FF_API_OLD_OPENCL cruft

2014-09-15 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Sep 14 21:19:29 2014 -0300| [95a064f5303478b70d2e1410f72505438ace2bb3] | committer: James Almer avutil: remove obsolete FF_API_OLD_OPENCL cruft Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 15 16:26:57 2014 +0300| [f685f7d7a8386365f452cc38c546327f7df20296] | committer: Michael Niedermayer hlsenc: single_file, support HLS ver 4 byteranges This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteran

[FFmpeg-cvslog] ismindex: handle time discontinuities and nonzero start time

2014-09-15 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Sun Sep 14 19:00:56 2014 +0300| [00431bf874e1044b01e09a2266ef85d4ff8d44cc] | committer: Martin Storsjö ismindex: handle time discontinuities and nonzero start time The input file may not have consistent start times, stream durations and chunk durations.

[FFmpeg-cvslog] Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc'

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 15 22:31:43 2014 +0200| [21561610560fbde5a398d467b6d061ab3ac1c62e] | committer: Michael Niedermayer Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc' * commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc': ismindex: handle time disco

[FFmpeg-cvslog] build: simplify libwebp check

2014-09-15 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Sep 1 09:41:44 2014 +0200| [864d124bb7aa533764f5e4b6063e1615d6815d02] | committer: Clément Bœsch build: simplify libwebp check Tested (compilation and runtime) with libwebp 0.2.0, 0.2.1 and 0.4.1. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avformat/network: move sockaddr_union after sockaddr_storage compatibility code

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 16 01:00:49 2014 +0200| [b76d6132e385fc4d05b42b03caa82eca3025092e] | committer: Michael Niedermayer avformat/network: move sockaddr_union after sockaddr_storage compatibility code Signed-off-by: Michael Niedermayer > http://git.videolan

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. a3a3142 web/index: add FFmpeg 2.4

2014-09-15 Thread gitolite
The branch, master has been updated via a3a31427c502c9a9fab8e77fc73fffc2f8fb85f1 (commit) from 0f8e841dd8304fbb04bec9ca68dcda8ad1bc5a79 (commit) - Log - commit a3a31427c502c9a9fab8e77fc73fffc2f8fb85f1 Author: Micha

[FFmpeg-cvslog] avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 16 03:57:00 2014 +0200| [688a40b4ed7d2e07d3f96c2feecf785a4866e60c] | committer: Michael Niedermayer avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroes reduces noise for tserrors.ts Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/mpegtsenc: More verbose warning messages in case of missing video ES startcodes

2014-09-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 16 03:56:03 2014 +0200| [aaeae281a898f556b7b7d71a33761502949a20c3] | committer: Michael Niedermayer avformat/mpegtsenc: More verbose warning messages in case of missing video ES startcodes Signed-off-by: Michael Niedermayer > http://gi