[libav-commits] AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)

2011-11-10 Thread Mike Melanson
Module: libav Branch: master Commit: 45fcb86cf86a0dca43a196e927817efb188fd7da Author:Mike Melanson Committer: Anton Khirnov Date: Mon Nov 7 23:28:02 2011 -0800 AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) Signed-off-by: Anton Khirnov --- libavformat/aiff.h |

[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 Committer: Anton Khirnov Date: Thu Nov 10 09:19:09 2011 +0100 AVOptions: don't return an invalid option when option list is empty --- libavutil/opt.c |7 --- 1 files changed, 4

[libav-commits] doc: update libavfilter documentation

2011-11-10 Thread Luca Barbato
Module: libav Branch: master Commit: 299809defb05eae093cb72da97dfbbb7e17e08fe Author:Luca Barbato Committer: Luca Barbato Date: Tue Nov 8 11:37:58 2011 -0800 doc: update libavfilter documentation Update the reference to the conversion tool to use avconv and make sure the example line

[libav-commits] tls: Use the URLContext as logging context

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 371d15ec361168d7f0d43b6f717da231c3b9e433 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Nov 10 17:52:38 2011 +0200 tls: Use the URLContext as logging context Signed-off-by: Martin Storsjö --- libavformat/tls.c | 10 +- 1 fi

[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 Committer: Alex Converse Date: Thu Nov 3 18:13:57 2011 -0700 aes: Avoid illegal read and don't generate more key than we use. --- libavutil/aes.c |8 1 files changed, 4 i

[libav-commits] mpc7: Fix memset call in mpc7_decode_frame function

2011-11-10 Thread Alex Converse
Module: libav Branch: master Commit: 88b2436911ea9d629d0bc380afc6570eecef84bd Author:Alex Converse Committer: Alex Converse Date: Wed Nov 9 13:40:44 2011 -0800 mpc7: Fix memset call in mpc7_decode_frame function --- libavcodec/mpc7.c |2 +- 1 files changed, 1 insertions(+), 1 d

[libav-commits] apedec: check output buffer size after calculating actual output size

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 4315c7d35aa946fb3a0da9a30f08fb4e0ca8edfb Author:Justin Ruggles Committer: Justin Ruggles Date: Mon Oct 31 15:03:14 2011 -0400 apedec: check output buffer size after calculating actual output size --- libavcodec/apedec.c | 18 ++

[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 Committer: Justin Ruggles Date: Mon Oct 31 14:49:34 2011 -0400 apedec: consume the whole packet when copying to the decoder buffer. This avoids artifically consuming a partial packet bu

[libav-commits] apedec: do not needlessly copy s->samples to nblocks.

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: de157f2118eeebedd28f4fd1ed448787abd837f8 Author:Justin Ruggles Committer: Justin Ruggles Date: Mon Oct 31 15:10:19 2011 -0400 apedec: do not needlessly copy s->samples to nblocks. also move nblocks to the local scope where it is used. --- libavc

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

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 164fca39bdd59896b43ea4a4df31195ac0988fa5 Author:Justin Ruggles Committer: Justin Ruggles Date: Wed Nov 2 12:06:04 2011 -0400 atrac1: use correct context for av_log() --- libavcodec/atrac1.c |2 +- 1 files changed, 1 insertions(+), 1 deletion

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

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: 59f4d1b8bb4eacfb5b678eda93c1fa30b7823cb4 Author:Justin Ruggles Committer: Justin Ruggles Date: Sat Oct 29 18:25:40 2011 -0400 truespeech: use memmove() in truespeech_update_filters() --- libavcodec/truespeech.c |3 +-- 1 files changed, 1 inse

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

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: ad17207b517508c95aa9bd1f67e7beb6d09af52f Author:Justin Ruggles Committer: Justin Ruggles Date: Mon Oct 31 14:57:04 2011 -0400 apedec: remove unneeded entropy decoder normalization. The decoder already skips data at the end of the packet without thi

[libav-commits] vorbisdec: return proper error codes instead of made-up ones

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: f666276fa61623f4d6fa97b99d6b336ec0eba8c3 Author:Justin Ruggles Committer: Justin Ruggles Date: Sun Oct 30 18:38:19 2011 -0400 vorbisdec: return proper error codes instead of made-up ones --- libavcodec/vorbisdec.c | 113 +

[libav-commits] vorbisdec: remove unneeded buf_size==0 check

2011-11-10 Thread Justin Ruggles
Module: libav Branch: master Commit: e551a6f49a13f2e992c42bc00a8b45ad636e52ad Author:Justin Ruggles Committer: Justin Ruggles Date: Sun Oct 30 18:40:21 2011 -0400 vorbisdec: remove unneeded buf_size==0 check --- libavcodec/vorbisdec.c |3 --- 1 files changed, 0 insertions(+), 3

[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 Committer: Justin Ruggles Date: Sun Oct 30 18:41:00 2011 -0400 vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check The user could provide a larger buffer, which is already checked sepa

[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ö Committer: Martin Storsjö 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 in that context. Signed-off-by: M

[libav-commits] sunrast: Check for invalid/corrupted bitstream

2011-11-10 Thread Laurent Aimar
Module: libav Branch: master Commit: 2305742b2a0fd64cccbdfe12c9e90555c8bb798e Author:Laurent Aimar Committer: Janne Grunau Date: Tue Sep 27 22:15:32 2011 + sunrast: Check for invalid/corrupted bitstream Signed-off-by: Janne Grunau --- libavcodec/sunrast.c | 10 ++ 1

[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 Committer: Martin Storsjö Date: Thu Nov 10 09:34:58 2011 +0100 http: Add encoding/decoding flags to the AVOptions Signed-off-by: Martin Storsjö --- libavformat/http.c |6 --

[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ö Committer: Martin Storsjö Date: Thu Nov 10 11:03:35 2011 +0200 http: Change the chunksize AVOption into chunked_post The chunksize internal variable has two different uses - for reading

[libav-commits] avconv: remove some codec-specific hacks

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: 492cc1bef3d1b47b576cae8686b196368290ffe6 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Nov 9 21:16:27 2011 +0100 avconv: remove some codec-specific hacks The problem they are supposed to fix is handled in riff.c, so those hacks are point

[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 Committer: Anton Khirnov Date: Sat Nov 5 12:54:01 2011 +0100 http: use different classes for http and https. --- libavformat/http.c | 18 +++--- 1 files changed, 11 inse

[libav-commits] crypto: add decoding flag to options.

2011-11-10 Thread Anton Khirnov
Module: libav Branch: master Commit: dc86ca1ab54c04f15214e6fc023d6dfc627aee34 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Nov 5 14:07:13 2011 +0100 crypto: add decoding flag to options. --- libavformat/crypto.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions

[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 Committer: Anton Khirnov Date: Sat Nov 5 12:48:02 2011 +0100 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK --- libavformat/tls.c |2 +- 1 files changed, 1 in

[libav-commits] http: Remove the now unused ff_http_set_headers custom function

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 7590061eb728f437a968989edf69fb7bf3fa67c3 Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Nov 7 11:46:29 2011 +0200 http: Remove the now unused ff_http_set_headers custom function Signed-off-by: Martin Storsjö --- libavformat/http.c |

[libav-commits] avio: Free URLContext private data allocated via AVOptions

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: d10361b65856982fe17032590f490d494f1a01e4 Author:Martin Storsjö Committer: Martin Storsjö Date: Wed Nov 9 00:48:40 2011 +0200 avio: Free URLContext private data allocated via AVOptions Signed-off-by: Martin Storsjö --- libavformat/avio.c |5

[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ö Committer: Martin Storsjö Date: Wed Nov 9 01:14:05 2011 +0200 http: Change an error log message to a warning Signed-off-by: Martin Storsjö --- libavformat/http.c |2 +- 1 files

[libav-commits] http: Make custom headers settable via an AVOption

2011-11-10 Thread Martin Storsjö
Module: libav Branch: master Commit: 10da1e913b46eb424b1f89fe8c60e6536713be11 Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Nov 7 11:43:13 2011 +0200 http: Make custom headers settable via an AVOption Signed-off-by: Martin Storsjö --- libavformat/http.c | 21 +++

[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ö Committer: Martin Storsjö Date: Mon Nov 7 11:45:57 2011 +0200 rtsp: Set http custom headers via the AVOption Signed-off-by: Martin Storsjö --- libavformat/rtsp.c |4 ++-- 1 fil

[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ö Committer: Martin Storsjö Date: Mon Nov 7 11:48:51 2011 +0200 mms: Set http custom headers via the AVOption Signed-off-by: Martin Storsjö --- libavformat/mmsh.c |5 +++-- 1 fil

[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ö Committer: Martin Storsjö Date: Wed Nov 9 00:50:37 2011 +0200 crypto: Don't manually free memory allocated via AVOptions Signed-off-by: Martin Storsjö --- libavformat/crypto.c |