summaryrefslogtreecommitdiff
path: root/libavutil/samplefmt.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/samplefmt: Don't include attributes.h, avutil.hAndreas Rheinhardt2022-02-241-2/+4
* avutil/samplefmt: don't add offsets to NULL pointersJames Almer2021-06-131-3/+10
* swresample: add int64 sample formatPaul B Mahol2016-08-181-0/+2
* avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer2014-10-051-8/+0
* avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer2014-10-051-8/+0
* Merge commit '0e830094ad0dc251613a0aa3234d9c5c397e02e6'Michael Niedermayer2014-02-051-0/+2
|\
| * samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles2014-02-041-0/+2
| * lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-231-8/+0
* | av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer2013-04-211-1/+1
* | lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini2013-03-311-0/+15
* | lavu/samplefmt: return the size of the allocated samples buffer at the next bumpStefano Sabatini2012-11-251-0/+8
* | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer2012-10-041-1/+4
|\ \ | |/
| * samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-041-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | samplefmt: Fix warning about discarded qualifierjamal2012-07-301-1/+1
* | av_samples_copy: support overlapping copiesMichael Niedermayer2012-07-121-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+38
|\ \ | |/
| * samplefmt: add a function for filling a buffer with silence.Anton Khirnov2012-05-091-0/+19
| * samplefmt: add a function for copying audio samples.Anton Khirnov2012-05-091-0/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-1/+1
|\ \ | |/
| * av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun2012-05-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-241-2/+4
|\ \ | |/
| * avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles2012-04-231-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-091-3/+28
|\ \ | |/
| * avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles2012-04-091-0/+4
| * avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles2012-04-091-3/+6
| * avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles2012-04-081-10/+29
* | libavutil: increase struct SampleFmtInfo member 'name' length to 8Giorgio Vazzana2011-12-031-1/+1
* | lavu: add av_get_alt_sample_fmt().Clément Bœsch2011-11-241-10/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-241-37/+66
|\ \ | |/
| * libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles2011-11-231-0/+65
| * libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles2011-11-231-5/+18
* | Put strings inside struct instead of extra indirection.Reimar Döffinger2011-11-051-1/+1
* | samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()Stefano Sabatini2011-06-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-0/+8
|\ \ | |/
| * samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-071-0/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-0/+73
* samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()Stefano Sabatini2011-06-061-1/+1
* samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a...Stefano Sabatini2011-06-061-10/+12
* Merge libavcore into libavutilReinhard Tartler2011-02-161-0/+120