38 Commits (e6ec482b429b241de0fb3088d87e28777d70ded5)

Author SHA1 Message Date
Paul B Mahol 9876d8fc6d swresample: add int64 sample format 8 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
James Almer 1abb77285c avutil: remove obsolete FF_API_GET_BITS_PER_SAMPLE_FMT cruft 10 years ago
Timothy Gu d69243d39b samplefmt: Add doxygen categories 11 years ago
Timothy Gu b27555a3a0 avutil/samplefmt: improve doxygen 11 years ago
Stefano Sabatini 5c73645d91 lavu/samplefmt: add av_samples_alloc_array_and_pointers() 12 years ago
Michael Niedermayer 33f15ab35d libavutil/samplefmt: Fix project name 12 years ago
Stefano Sabatini b473c9937e lavu/samplefmt: return the size of the allocated samples buffer at the next bump 12 years ago
Anton Khirnov 8207c67a24 lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft 12 years ago
Anton Khirnov cd15b7c03d samplefmt: make av_samples_alloc() initialize the data to silence. 12 years ago
Stefano Sabatini eab438eabb lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays() 12 years ago
Stefano Sabatini 3634441452 lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 6d7f617700 samplefmt: add a function for filling a buffer with silence. 13 years ago
Anton Khirnov 142e740d1e samplefmt: add a function for copying audio samples. 13 years ago
Diego Biurrun ce473de921 av_samples_fill_array: Mark unmodified function argument as const. 13 years ago
Justin Ruggles 5e8280d177 avutil: add better documentation for AVSampleFormat 13 years ago
Justin Ruggles 0109a09dc3 avutil: use align == 0 for default alignment in audio sample buffer functions 13 years ago
Justin Ruggles 18ed3788b0 avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc() 13 years ago
Justin Ruggles 4d693b023c avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() 13 years ago
Clément Bœsch 573ffbb3b5 lavu: add av_get_alt_sample_fmt(). 13 years ago
Justin Ruggles bbb46f3ec7 libavutil: add utility functions to simplify allocation of audio buffers. 13 years ago
Justin Ruggles 8889cc4f5b libavutil: add planar sample formats and av_sample_fmt_is_planar() 13 years ago
Stefano Sabatini a6703faa15 samplefmt: add av_get_bytes_per_sample() 14 years ago
Stefano Sabatini 0bc2cca12f samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc() 14 years ago
Stefano Sabatini e1c7414812 samplefmt: change layout for arrays created by av_samples_alloc() and _fill_arrays() 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini e98b8e2f2f Implement av_samples_alloc() and av_samples_fill_arrays(). 14 years ago
Stefano Sabatini 6cce172f27 Add avcore.h header in samplefmt.h. 14 years ago
Stefano Sabatini 6f84cd1279 Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and 14 years ago
Stefano Sabatini d63e456a2a Implement functions: 14 years ago
Stefano Sabatini 262d1c5d22 Move sample format definitions from libavcodec to libavcore. 14 years ago
Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Carl Eugen Hoyos 95240bf3e3 Fix some icc warnings by using enum PixelFormat instead of int where appropriate. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 18 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Michel Bardiaux 76ebb18f16 Segregate code common to BMP decoder and future encoder 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Baptiste Coudurier 86329cce04 GXF muxer 19 years ago