[libav-commits] rtmpproto: Write correct flv packet sizes at the end of packets

2015-10-14 Thread Michael Niedermayer
Module: libav Branch: master Commit: e55376a1fd5abebbb0a082aa20739d58c2260a37 Author:Michael Niedermayer Committer: Luca Barbato Date: Tue Oct 13 12:17:24 2015 +0300 rtmpproto: Write correct flv packet sizes at the end of packets In one case it was written as zero, one case left it un

[libav-commits] httpauth: Add space after commas in HTTP/RTSP auth header

2015-10-14 Thread Andrey Utkin
Module: libav Branch: master Commit: c1348506697377b46f844339c178332e3314149a Author:Andrey Utkin Committer: Luca Barbato Date: Tue Oct 13 12:44:37 2015 +0300 httpauth: Add space after commas in HTTP/RTSP auth header This fixes access to Grandstream cameras, which return 401 otherwise

[libav-commits] dxva: Include last the internal header

2015-10-14 Thread Luca Barbato
Module: libav Branch: master Commit: 08377f9c3bf6dbe216512a2e05c9fac837b13fc0 Author:Luca Barbato Committer: Luca Barbato Date: Tue Oct 13 23:20:33 2015 +0200 dxva: Include last the internal header It redefines _WIN32_WINNT, possibly causing problems with the w32pthreads.h header. --

[libav-commits] thread: Provide no-op variants for pthread_once

2015-10-14 Thread Luca Barbato
Module: libav Branch: master Commit: c53e796f8b69799b7ad6d28fbab981d37edf1bc9 Author:Luca Barbato Committer: Luca Barbato Date: Wed Oct 7 22:43:38 2015 +0200 thread: Provide no-op variants for pthread_once --- libavutil/thread.h | 17 + 1 file changed, 17 insertio

[libav-commits] h264: Run VLC init under pthread_once

2015-10-14 Thread Derek Buitenhuis
Module: libav Branch: master Commit: d15368ee3926152a3a301c13cc638fbf7a062ddf Author:Derek Buitenhuis Committer: Luca Barbato Date: Wed Oct 7 12:33:01 2015 -0400 h264: Run VLC init under pthread_once This makes the h.264 decoder threadsafe to initialize. Signed-off-by: Derek Buitenh

[libav-commits] qtrle: Properly use AVFrame API

2015-10-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 901f9c0a32985f48672fd68594111dc55d88a57a Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 12 19:00:31 2015 +0200 qtrle: Properly use AVFrame API Rather than copying data buffers around, just add a reference to the current frame. S

[libav-commits] mimic: drop AVPicture usage

2015-10-14 Thread wm4
Module: libav Branch: master Commit: 6a23a34274b747280c1e4a00ad22f97f99bbb48a Author:wm4 Committer: Vittorio Giovara Date: Tue Oct 13 14:48:55 2015 +0200 mimic: drop AVPicture usage Work on the AVFrame references directly. Instead of setting up a flipped/swapped "view" on the picture

[libav-commits] libschroedinger: Properly use AVFrame API

2015-10-14 Thread Vittorio Giovara
Module: libav Branch: master Commit: 6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Mon Oct 12 18:54:52 2015 +0200 libschroedinger: Properly use AVFrame API Rather than copying data buffers around, allocate a proper frame, and use th