| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/samplefmt: document missing argument | Marvin Scholz | 2022-10-17 | 1 | -0/+1 |
* | avutil/samplefmt: Don't include attributes.h, avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -3/+0 |
* | avutil/samplefmt: remove outdated comment | James Almer | 2021-06-13 | 1 | -3/+2 |
* | swresample: add int64 sample format | Paul B Mahol | 2016-08-18 | 1 | -0/+2 |
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\ |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
| * | samplefmt: Add doxygen categories | Timothy Gu | 2014-07-06 | 1 | -0/+25 |
| * | lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft | Anton Khirnov | 2012-10-23 | 1 | -8/+0 |
* | | avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft | James Almer | 2014-10-05 | 1 | -8/+0 |
* | | avutil/samplefmt: improve doxygen | Timothy Gu | 2014-07-06 | 1 | -11/+34 |
* | | lavu/samplefmt: add av_samples_alloc_array_and_pointers() | Stefano Sabatini | 2013-03-31 | 1 | -0/+13 |
* | | libavutil/samplefmt: Fix project name | Michael Niedermayer | 2012-12-28 | 1 | -1/+1 |
* | | lavu/samplefmt: return the size of the allocated samples buffer at the next bump | Stefano Sabatini | 2012-11-25 | 1 | -2/+5 |
* | | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b' | Michael Niedermayer | 2012-10-04 | 1 | -0/+1 |
|\| |
|
| * | samplefmt: make av_samples_alloc() initialize the data to silence. | Anton Khirnov | 2012-10-04 | 1 | -0/+1 |
* | | lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays() | Stefano Sabatini | 2012-09-09 | 1 | -5/+5 |
* | | lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy | Stefano Sabatini | 2012-09-09 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -0/+27 |
|\| |
|
| * | samplefmt: add a function for filling a buffer with silence. | Anton Khirnov | 2012-05-09 | 1 | -0/+12 |
| * | samplefmt: add a function for copying audio samples. | Anton Khirnov | 2012-05-09 | 1 | -0/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -1/+2 |
|\| |
|
| * | av_samples_fill_array: Mark unmodified function argument as const. | Diego Biurrun | 2012-05-08 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -1/+26 |
|\| |
|
| * | avutil: add better documentation for AVSampleFormat | Justin Ruggles | 2012-04-16 | 1 | -1/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-09 | 1 | -4/+27 |
|\| |
|
| * | avutil: use align == 0 for default alignment in audio sample buffer functions | Justin Ruggles | 2012-04-09 | 1 | -2/+3 |
| * | avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc() | Justin Ruggles | 2012-04-09 | 1 | -2/+2 |
| * | avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() | Justin Ruggles | 2012-04-08 | 1 | -0/+22 |
* | | lavu: add av_get_alt_sample_fmt(). | Clément Bœsch | 2011-11-24 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-24 | 1 | -32/+55 |
|\| |
|
| * | libavutil: add utility functions to simplify allocation of audio buffers. | Justin Ruggles | 2011-11-23 | 1 | -0/+53 |
| * | libavutil: add planar sample formats and av_sample_fmt_is_planar() | Justin Ruggles | 2011-11-23 | 1 | -0/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -3/+11 |
|\| |
|
| * | samplefmt: add av_get_bytes_per_sample() | Stefano Sabatini | 2011-06-07 | 1 | -3/+13 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -0/+70 |
* | samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc() | Stefano Sabatini | 2011-06-06 | 1 | -1/+2 |
* | samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a... | Stefano Sabatini | 2011-06-06 | 1 | -2/+7 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -0/+111 |