Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24avutil/samplefmt: Don't include attributes.h, avutil.hAndreas Rheinhardt
2021-06-13avutil/samplefmt: don't add offsets to NULL pointersJames Almer
2016-08-18swresample: add int64 sample formatPaul B Mahol
2014-10-06avutil: remove obsolete FF_API_SAMPLES_UTILS_RETURN_ZERO cruftJames Almer
2014-10-06avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruftJames Almer
2014-02-05Merge commit '0e830094ad0dc251613a0aa3234d9c5c397e02e6'Michael Niedermayer
2014-02-04samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles
2013-04-21av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer
2013-03-31lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini
2012-11-26lavu/samplefmt: return the size of the allocated samples buffer at the next bumpStefano Sabatini
2012-10-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-30samplefmt: Fix warning about discarded qualifierjamal
2012-07-13av_samples_copy: support overlapping copiesMichael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09samplefmt: add a function for filling a buffer with silence.Anton Khirnov
2012-05-09samplefmt: add a function for copying audio samples.Anton Khirnov
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-23avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles
2012-04-09avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles
2012-04-08avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles
2011-12-03libavutil: increase struct SampleFmtInfo member 'name' length to 8Giorgio Vazzana
2011-11-24lavu: add av_get_alt_sample_fmt().Clément Bœsch
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles
2011-11-24libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles
2011-11-05Put strings inside struct instead of extra indirection.Reimar Döffinger
2011-06-26samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()Stefano Sabatini
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-06samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()Stefano Sabatini
2011-06-06samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a...Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2012-10-23lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov