[libav-commits] crypto: Don't manually free memory allocated via AVOptions

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: eaa8c1f9fe254ea0e370e57fec1f5439a50894e8 Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Wed Nov 9 00:50:37 2011 +0200 crypto: Don't manually free memory allocated via AVOptions Signed-off-by: Martin Storsjö

[libav-commits] rtsp: Set http custom headers via the AVOption

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 196bf28c5d858e1594f9677fcab8677aca17ad33 Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Mon Nov 7 11:45:57 2011 +0200 rtsp: Set http custom headers via the AVOption Signed-off-by: Martin Storsjö

[libav-commits] mms: Set http custom headers via the AVOption

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 27fad11b5b0d2ae48f3ffe0a88d012bc8cdf90df Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Mon Nov 7 11:48:51 2011 +0200 mms: Set http custom headers via the AVOption Signed-off-by: Martin Storsjö

[libav-commits] http: Change an error log message to a warning

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 8ef79f42cadb0f6eefb033c62422d4c87f260cda Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Wed Nov 9 01:14:05 2011 +0200 http: Change an error log message to a warning Signed-off-by: Martin Storsjö

[libav-commits] tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: 34ff0e2915005964bf9465a3ff3a405c6e45791b Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Sat Nov 5 12:48:02 2011 +0100 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK ---

[libav-commits] http: use different classes for http and https.

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: 3b384502f2950dd8f172060bfa74447a665af6d9 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Sat Nov 5 12:54:01 2011 +0100 http: use different classes for http and https. --- libavformat/http.c | 18

[libav-commits] http: Change the chunksize AVOption into chunked_post

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 6149485f6c6c2e600987a2759d97c546d4cf5da0 Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Thu Nov 10 11:03:35 2011 +0200 http: Change the chunksize AVOption into chunked_post The chunksize internal variable has

[libav-commits] http: Add encoding/decoding flags to the AVOptions

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: a2519280601209cc7f492e8e010efbaf1e0d7429 Author:Anton Khirnov an...@khirnov.net Committer: Martin Storsjö mar...@martin.st Date: Thu Nov 10 09:34:58 2011 +0100 http: Add encoding/decoding flags to the AVOptions Signed-off-by: Martin Storsjö

[libav-commits] http: Don't add a Range: bytes=0- header for POST

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: f2d0015531a05587de87575ff73c95b1f95b6df7 Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Thu Nov 10 11:09:26 2011 +0200 http: Don't add a Range: bytes=0- header for POST That header simply doesn't make sense

[libav-commits] vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 41899b9acb92dd59a0eca0f86cac4c49afbc1b79 Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Sun Oct 30 18:41:00 2011 -0400 vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check The user could

[libav-commits] truespeech: use memmove() in truespeech_update_filters()

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 59f4d1b8bb4eacfb5b678eda93c1fa30b7823cb4 Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Sat Oct 29 18:25:40 2011 -0400 truespeech: use memmove() in truespeech_update_filters() ---

[libav-commits] apedec: remove unneeded entropy decoder normalization.

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: ad17207b517508c95aa9bd1f67e7beb6d09af52f Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Mon Oct 31 14:57:04 2011 -0400 apedec: remove unneeded entropy decoder normalization. The decoder

[libav-commits] atrac1: use correct context for av_log()

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 164fca39bdd59896b43ea4a4df31195ac0988fa5 Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Wed Nov 2 12:06:04 2011 -0400 atrac1: use correct context for av_log() --- libavcodec/atrac1.c |2

[libav-commits] apedec: consume the whole packet when copying to the decoder buffer.

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: c298b2b8db2e387afb5de94ed43deac1deb607a9 Author:Justin Ruggles justin.rugg...@gmail.com Committer: Justin Ruggles justin.rugg...@gmail.com Date: Mon Oct 31 14:49:34 2011 -0400 apedec: consume the whole packet when copying to the decoder buffer. This

[libav-commits] aes: Avoid illegal read and don't generate more key than we use.

2011-11-10 Thread Alex Converse
Module: libav Branch: master Commit: c9e5ac3380c8a8cebea222dbb3c3d95a9a93ee17 Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Thu Nov 3 18:13:57 2011 -0700 aes: Avoid illegal read and don't generate more key than we use. ---

[libav-commits] doc: update libavfilter documentation

2011-11-10 Thread Luca Barbato
Module: libav Branch: master Commit: 299809defb05eae093cb72da97dfbbb7e17e08fe Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Tue Nov 8 11:37:58 2011 -0800 doc: update libavfilter documentation Update the reference to the conversion tool to use

[libav-commits] AVOptions: don't return an invalid option when option list is empty

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: e1e22851c15b2b88de111353f53fe4c94431f883 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Thu Nov 10 09:19:09 2011 +0100 AVOptions: don't return an invalid option when option list is empty --- libavutil/opt.c