59 Commits (08909fb56b4f50ed82534a9e56c56ad02d72a45e)

Author SHA1 Message Date
Michael Niedermayer a8c0777325 Revert "Merge commit '0517c9e098092709397cc522c59fa63c83cc81be'" bring the old audio resampling API back 12 years ago
Anton Khirnov 0517c9e098 lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 30223b3bf2 lavc: deprecate the audio resampling API. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Justin Ruggles 6ca3b248e2 resample: allocate a large enough output buffer 13 years ago
Michael Niedermayer 3e7db0a9ee resample: Fix array size 13 years ago
Janne Grunau b2e56e08c9 resample: reject unhandled conversions 13 years ago
Janne Grunau ec1ce86e7f resample: remove unused #define 13 years ago
Clément Bœsch acc3c380cb resample: fix typo (ouput → output). 13 years ago
Clément Bœsch b85e9d3104 resample: fix set but unused variable (lfe) warning. 13 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Clément Bœsch e8876902a9 resample: clarify supported resampling. 14 years ago
jan gerber 02260ccc3b add 5.1 to stereo downmix to resample.c 14 years ago
Alex Converse ffc437c026 cosmetics: Fix crazy formatting in resample. 14 years ago
Alex Converse 3e00ababc4 Allow resampling with no channel count change for up to 8 channels. 14 years ago
Alex Converse 918a540953 Don't allow unsupported resampling configurations. 14 years ago
Anton Khirnov 9b4f1cdb6a lavc: remove the FF_API_AUDIO_OLD cruft. 14 years ago
Michael Niedermayer a61bc91d42 Fix ticket21, temporary audio array was too small. 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 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Baptiste Coudurier 844d17fb14 Add const in cast. Removes warning: 16 years ago
Baptiste Coudurier 89bc05d1ea give s->resample_context to avoid segfault, avclass was moved 16 years ago
Benoit Fouet 6d69a653d8 Move av_class to AVResampleContext instead of ReSampleContext. 16 years ago
Peter Ross 5f5e6af169 Prevent heap corruption when resampling 8-bit audio. 16 years ago
Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 16 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
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
Andreas Öman 30dc554153 Add missing '\n' to log format text 17 years ago
Michael Niedermayer 5d702d6db2 senseless cast and () 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Michael Niedermayer 5eac5f29e3 make output buffer larger so drift compensation can work 18 years ago
Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
Michael Niedermayer 8ec04d344a set more reasonable cutoff for audio rate conversion 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 6e225de2fe user selectble cutoff frequency 20 years ago
Michael Niedermayer ed861c6bd2 make most resample filter parameters selectable at runtime 20 years ago
Michael Niedermayer b9d2085ba1 various resampling fixes 21 years ago