- 25 May, 2012 6 commits
-
-
Luca Barbato authored
Make the output valid INI serialization.
-
Luca Barbato authored
Do not use decimals if not needed.
-
Luca Barbato authored
The application component can have a subcomponent to specify the application instance even if it doesn't have a ":" in the playpath.
-
Luca Barbato authored
TARGET_EXEC allows running FATE on simulators, remote targets and memory checkers. Also document a known issue with Wine and mixed Unix/Windows line ending.
-
Alex Converse authored
It's left over from stsd v0. QuickTime 7 no longer writes 'wave' or 'enda' when 'lpcm' is the audio tag.
-
Kostya Shishkov authored
-
- 24 May, 2012 2 commits
-
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 23 May, 2012 7 commits
-
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Check malloc calls used by ff_rtmp_packet_create, unify error handling and pass on error codes. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
-
Martin Storsjö authored
The sample_rate variable is used for checks for audio format changes at the end of the function. This fixes cases where the sample rate was set from the codec id by flv_set_audio_codec (as for nellymoser 8 kHz/16 kHz), so the value set to last_sample_rate wasn't equal to sample_rate at this point. This caused the demuxer otherwise reports a spurious change to 5512 Hz and back to the correct one. Updating channels in the same way is only done for consistency. Currently, flv_set_audio_codec doesn't update that value. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
This silences some valgrind warnings. CC: libav-stable@libav.org Fixes second half of http://ffmpeg.org/trac/ffmpeg/ticket/794 Bug found by: Oana Stratulat Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Reinhard Tartler <siretart@tauware.de> (cherry picked from commit f85334f5)
-
Dave Yeo authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 22 May, 2012 16 commits
-
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
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 2 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>
-