index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
samplefmt.c
Age
Commit message (
Expand
)
Author
2014-10-05
avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruft
James Almer
2014-10-05
avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft
James Almer
2014-02-05
Merge commit '0e830094ad0dc251613a0aa3234d9c5c397e02e6'
Michael Niedermayer
2014-02-04
samplefmt: avoid integer overflow in av_samples_get_buffer_size()
Justin Ruggles
2013-04-21
av_samples_alloc_array_and_samples: Fix sizeof type.
Michael Niedermayer
2013-03-31
lavu/samplefmt: add av_samples_alloc_array_and_pointers()
Stefano Sabatini
2012-11-25
lavu/samplefmt: return the size of the allocated samples buffer at the next bump
Stefano Sabatini
2012-10-04
Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'
Michael Niedermayer
2012-10-04
samplefmt: make av_samples_alloc() initialize the data to silence.
Anton Khirnov
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-07-30
samplefmt: Fix warning about discarded qualifier
jamal
2012-07-12
av_samples_copy: support overlapping copies
Michael Niedermayer
2012-05-10
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-09
samplefmt: add a function for filling a buffer with silence.
Anton Khirnov
2012-05-09
samplefmt: add a function for copying audio samples.
Anton Khirnov
2012-05-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-08
av_samples_fill_array: Mark unmodified function argument as const.
Diego Biurrun
2012-04-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-23
avutil: change default buffer size alignment for sample buffer functions
Justin Ruggles
2012-04-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-09
avutil: use align == 0 for default alignment in audio sample buffer functions
Justin Ruggles
2012-04-09
avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()
Justin Ruggles
2012-04-08
avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()
Justin Ruggles
2011-12-03
libavutil: increase struct SampleFmtInfo member 'name' length to 8
Giorgio Vazzana
2011-11-24
lavu: add av_get_alt_sample_fmt().
Clément Bœsch
2011-11-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-23
libavutil: add utility functions to simplify allocation of audio buffers.
Justin Ruggles
2011-11-23
libavutil: add planar sample formats and av_sample_fmt_is_planar()
Justin Ruggles
2011-11-05
Put strings inside struct instead of extra indirection.
Reimar Döffinger
2011-06-25
samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()
Stefano Sabatini
2011-06-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-07
samplefmt: add av_get_bytes_per_sample()
Stefano Sabatini
2011-06-06
samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()
Stefano Sabatini
2011-06-06
samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a...
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-16
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2012-10-23
lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft
Anton Khirnov