60 Commits (4b4a6ebd68ca1d901b291f9bb4f5225daf876b8b)

Author SHA1 Message Date
  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
  Michael Niedermayer dca97cbe01 10l 21 years ago
  Michael Niedermayer aaaf1635c0 polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters 21 years ago
  Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
  Fabrice Bellard 742d87d633 removed os_support.h 21 years ago
  Michael Niedermayer 743739d2c5 AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 22 years ago
  Zdenek Kabelac 4a899dd689 * moved os_support.h into libavcodec 22 years ago
  Slavik Gnatenko 69db4e10f2 restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) 22 years ago
  Michael Niedermayer 983e3246b7 per file doxy 22 years ago
  Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago