[FFmpeg-cvslog] network: Move variable declaration under an #if

2015-05-27 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed May 27 16:39:55 2015 -0700| [7206b94fb893c63b187bcdfe26422b4e026a3ea0] | committer: Michael Niedermayer network: Move variable declaration under an #if Avoids an unused variable warning. Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/ffv1dec: Fix skip_alpha

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 28 01:01:16 2015 +0200| [cf52e6d012d035b82080e6cc045378f900627870] | committer: Michael Niedermayer avcodec/ffv1dec: Fix skip_alpha Fixes Ticket4322 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] x86inc: Clear __SECT__

2015-05-27 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon May 25 16:02:33 2015 -0700| [204b228a1d884343dbd974e6326a06901736b3b4] | committer: Michael Niedermayer x86inc: Clear __SECT__ This commit silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section redeclar

[FFmpeg-cvslog] Revert "Move struc FFTContext below SECTION_RODATA"

2015-05-27 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon May 25 16:02:32 2015 -0700| [2b388e6ddec8dd7a01105273fe47c6e93c762e34] | committer: Michael Niedermayer Revert "Move struc FFTContext below SECTION_RODATA" This reverts commit 599888a48040f4086c9086aae958b7231b37afcc. The commit does not silence the

[FFmpeg-cvslog] lavf: move TLS-related ifdeffery to library specific files

2015-05-27 Thread wm4
ffmpeg | branch: master | wm4 | Tue May 26 19:25:42 2015 +0200| [57cde2b180fcec0eaf60aad65f436ab6420546f5] | committer: Martin Storsjö lavf: move TLS-related ifdeffery to library specific files There is no need to have this mess in network.c. Signed-off-by: Martin Storsjö > http://git.video

[FFmpeg-cvslog] Merge commit '57cde2b180fcec0eaf60aad65f436ab6420546f5'

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 22:37:05 2015 +0200| [eff2ed2fde8d6741e7a5218e036998846062c846] | committer: Michael Niedermayer Merge commit '57cde2b180fcec0eaf60aad65f436ab6420546f5' * commit '57cde2b180fcec0eaf60aad65f436ab6420546f5': lavf: move TLS-related ifde

[FFmpeg-cvslog] lavf: move TLS-related ifdeffery to library specific files

2015-05-27 Thread wm4
ffmpeg | branch: master | wm4 | Wed May 27 12:57:51 2015 +0200| [a9f1d584e53fb39d983201585cb136986a85cac8] | committer: Michael Niedermayer lavf: move TLS-related ifdeffery to library specific files There is no need to have this mess in network.c. Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] lavf: split tls.c

2015-05-27 Thread wm4
ffmpeg | branch: master | wm4 | Tue May 26 19:25:41 2015 +0200| [d8ffb2055f0e0fcb5d025bab72eb19c2a886c125] | committer: Martin Storsjö lavf: split tls.c Move the OpenSSL and GnuTLS implementations to their own files. Other than the connection code (including options) and some boilerplate, no c

[FFmpeg-cvslog] Merge commit 'd8ffb2055f0e0fcb5d025bab72eb19c2a886c125'

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 22:17:04 2015 +0200| [fbf9583f9f88b24e0cb7c35b253193ae8f35e93d] | committer: Michael Niedermayer Merge commit 'd8ffb2055f0e0fcb5d025bab72eb19c2a886c125' * commit 'd8ffb2055f0e0fcb5d025bab72eb19c2a886c125': lavf: split tls.c Conflict

[FFmpeg-cvslog] lavf: split tls.c

2015-05-27 Thread wm4
ffmpeg | branch: master | wm4 | Wed May 27 12:57:50 2015 +0200| [4a006b9eb7e7d736fd00e6045b5612978ef6404b] | committer: Michael Niedermayer lavf: split tls.c Move the OpenSSL and GnuTLS implementations to their own files. Other than the connection code (including options) and some boilerplate,

[FFmpeg-cvslog] avformat/mpsubdec: Use double instead of float for timestamp calculations

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 15:25:28 2015 +0200| [07fc47909f6f3a8faa92c2715e07bba6d833074c] | committer: Michael Niedermayer avformat/mpsubdec: Use double instead of float for timestamp calculations This provides higher precission Reviewed-by: Clément Bœsch Sig

[FFmpeg-cvslog] avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the first frame search

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 16:18:31 2015 +0200| [f722009ad99733e619273372ade56c4c1b9c3b02] | committer: Michael Niedermayer avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the first frame search Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] avformat/mp3: skip junk at the beginning of mp3 files

2015-05-27 Thread wm4
ffmpeg | branch: master | wm4 | Wed May 27 14:48:10 2015 +0200| [2b3e9bbfb529e6bde238aeb511b55ebe461664c8] | committer: Michael Niedermayer avformat/mp3: skip junk at the beginning of mp3 files Apparently it can happen that a mp3 file has junk data between id3 tag and actual mp3 data. Skip thi

[FFmpeg-cvslog] avformat/mpsubdec: change multipler to int, it only stores 1 and 100

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 15:24:34 2015 +0200| [2ae03968147b891be23ddb7c7851f1a52bfea24b] | committer: Michael Niedermayer avformat/mpsubdec: change multipler to int, it only stores 1 and 100 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec: loongson3 optimized h264dsp weighted mc with mmi

2015-05-27 Thread 周晓勇
ffmpeg | branch: master | 周晓勇 | Wed May 27 11:11:29 2015 +0800| [e89e23e1bc1be8caebf666ff11252a38dc651484] | committer: Michael Niedermayer avcodec: loongson3 optimized h264dsp weighted mc with mmi Signed-off-by: ZhouXiaoyong Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] doc/build_system: Document GEN, text taken from the webpage

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 12:23:01 2015 +0200| [1cf87e1680423370d26d4e20d4591a6561aa12b9] | committer: Michael Niedermayer doc/build_system: Document GEN, text taken from the webpage Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] fate: Update exif tests after 09ec31ce3aab41407965e7a95b7d145702434c26

2015-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 27 11:56:19 2015 +0200| [073f4b93b27065fd8b19034572df6da11f6928a6] | committer: Michael Niedermayer fate: Update exif tests after 09ec31ce3aab41407965e7a95b7d145702434c26 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] ffprobe: print stream_index with frame data

2015-05-27 Thread Dave Rice
ffmpeg | branch: master | Dave Rice | Mon May 25 20:46:12 2015 -0400| [09ec31ce3aab41407965e7a95b7d145702434c26] | committer: Stefano Sabatini ffprobe: print stream_index with frame data This makes it easier to relate frame data to its associated stream. > http://git.videolan.org/gitweb.cgi/f