- 18 Aug, 2016 1 commit
-
-
Paul B Mahol authored
-
- 05 Oct, 2014 2 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 04 Feb, 2014 1 commit
-
-
Justin Ruggles authored
CC:libav-stable@libav.org
-
- 20 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes CID1005317 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 31 Mar, 2013 1 commit
-
-
Stefano Sabatini authored
-
- 25 Nov, 2012 1 commit
-
-
Stefano Sabatini authored
Make the functions av_samples_fill_arrays, av_samples_alloc, and avcodec_fill_audio_frame return a buffer size rather than 0 in case of success. This will be enabled at the next libavutil major bump, in order to preserve backward compatibility. Returning the size allows to simplify the code, avoiding a few function calls.
-
- 23 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Oct, 2012 1 commit
-
-
Anton Khirnov authored
Right now the buffer is zeroed, which does not represent silence for U8(P).
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 30 Jul, 2012 1 commit
-
-
jamal authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 May, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 08 May, 2012 1 commit
-
-
Diego Biurrun authored
libavcodec/utils.c:274: warning: passing argument 3 of ‘av_samples_fill_arrays’ discards qualifiers from pointer target type ./libavutil/samplefmt.h:151: note: expected ‘uint8_t *’ but argument is of type ‘const uint8_t *’
-
- 23 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Aligning nb_samples will give both correct plane pointer alignment and enough padding for SIMD-optimized functions.
-
- 09 Apr, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 08 Apr, 2012 1 commit
-
-
Justin Ruggles authored
Based on a patch by Clément Bœsch <ubitux@gmail.com>
-
- 02 Dec, 2011 1 commit
-
-
Giorgio Vazzana authored
This is necessary since some sample format names are longer than 3 characters. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Nov, 2011 1 commit
-
-
Clément Bœsch authored
-
- 23 Nov, 2011 2 commits
-
-
Justin Ruggles authored
Based on code by Stefano Sabatini.
-
Justin Ruggles authored
-
- 05 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
Saves a bit on space and relocations. Also makes the (very hackish) lossless conversion check in ffmpeg.c work reliably. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 25 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
Use av_get_bytes_per_sample() instead. Fix deprecation warning: samplefmt.c: In function ‘av_samples_fill_arrays’: samplefmt.c:88: warning: ‘av_get_bits_per_sample_fmt’ is deprecated (declared at samplefmt.c:76)
-
- 07 Jun, 2011 1 commit
-
-
Stefano Sabatini authored
Deprecate av_get_bits_per_sample_fmt(), which was a misnamed function. For the moment we don't have sample formats with a non-integer number of bytes, in that case we may need to create a new av_get_bits_per_sample() function. In the meanwhile we prefer to adopt this variant, since avoids divisions by 8 all over the place.
-
- 06 Jun, 2011 2 commits
-
-
Stefano Sabatini authored
This is consistent with the order of parameters in av_samples_fill_arrays().
-
Stefano Sabatini authored
The new layout is consistent with that of the av_image_() API, and simplifies understanding and copy operations, it also preserves alignment information which was lost with the previous layout. This breaks API/ABI, but since the function was never referenced in the code (and it isn't unlikely already used by someone) then this should not be a problem.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 02 Feb, 2011 1 commit
-
-
Stefano Sabatini authored
With minor changes by michael Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 02 Nov, 2010 2 commits
-
-
Stefano Sabatini authored
deprecate av_get_bits_per_sample_format(). Originally committed as revision 25654 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
av_get_sample_fmt_name() av_get_sample_fmt() av_get_sample_fmt_string() in libavcore, and deprecate the corresponding libavcodec/audioconvert.h functions: avcodec_get_sample_fmt_name() avcodec_get_sample_fmt() avcodec_sample_fmt_string() Originally committed as revision 25653 to svn://svn.ffmpeg.org/ffmpeg/trunk
-