- 22 May, 2012 14 commits
-
-
Samuel Pitoiset authored
tcp_shutdown() isn't needed at the moment, but is added for consistency to explain how the function is supposed to be used. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
poll_frame()/request_frame() are used for audio too.
-
Anton Khirnov authored
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
-
Anton Khirnov authored
Those functions are only useful inside filters. It is better to not support user filters until the API is more stable.
-
Mina Nagy Zaki authored
Link properties have to be checked after config_props() is called to make sure everything is sane, so the default config_props() for output links was redundant. Remove now empty defaults.c Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Those functions do only decoding now, encoding is run from poll_filters().
-
Anton Khirnov authored
Fixes an invalid write.
-
Justin Ruggles authored
This is needed for older versions of yasm/nasm that do not support AVX. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Jordi Ortiz authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 21 May, 2012 7 commits
-
-
Justin Ruggles authored
-
Kieran Kunhya authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
Based on current version of the asplit filter in FFmpeg written by Stefano Sabatini and others.
-
Justin Ruggles authored
This is in preparation for adding an audio split filter.
-
Jordi Ortiz authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
libnut is unmaintained and known to be buggy; native NUT code exists.
-
Diego Biurrun authored
FATE_SAMPLES is now used directly by the Makefiles, which induces the test system to run a test with the value of the environment variable as name. Renaming the environment variable to LIBAV_SAMPLES avoids this problem.
-
- 20 May, 2012 15 commits
-
-
James Zern authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Samuel Pitoiset authored
This function is used for reading http reply headers. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/utils.c:251: note: expected ‘const uint8_t *’ but argument is of type ‘const short int *’
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Mans Rullgard authored
The encode/decode tests should all depend on avconv. Since avconv requires libavfilter, there is no need to enable those tests selectively. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
Kostya Shishkov authored
In hybrid frames long window part ends at 36 samples for most of the cases but at 72 for 8kHz case. For some reason decoder assumed it's 48 or even 36 samples, which caused wrong bitstream decoding for such blocks. l3_25207.mpg from conformance suite demonstrates it the best.
-
- 19 May, 2012 4 commits
-
-
Mans Rullgard authored
This is consistent with other format names. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This is consistent with how input formats are matched. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
avconv now requires libavfilter so this dependency is redundant. Signed-off-by: Mans Rullgard <mans@mansr.com>
-