19 Commits (af46ca73568ea8edb261d2aeedd892c68fa918bc)

Author SHA1 Message Date
  Justin Ruggles a3a0691bde adpcmenc: remove some unneeded casts 14 years ago
  Justin Ruggles 149f2058a4 adpcmenc: use int16_t and uint8_t instead of short and unsigned char. 14 years ago
  Justin Ruggles dd88ae831a adpcmenc: fix adpcm_ms extradata allocation 14 years ago
  Justin Ruggles 877a1d409c adpcmenc: return proper AVERROR codes instead of -1 14 years ago
  Justin Ruggles cb023d9afe adpcmenc: check for coded_frame allocation failure 14 years ago
  Justin Ruggles ddf70db6d7 adpcmenc: Do not set coded_frame->key_frame. 14 years ago
  Paul B Mahol f870fc2fb9 adpcmenc: refactor some code. 14 years ago
  Paul B Mahol 82c252972b adpcmenc: check return value of avcodec_alloc_frame() 14 years ago
  Chris Berov dc6d043050 adpcmenc: cosmetics: pretty-printing 14 years ago
  Justin Ruggles 7c287b18a0 adpcm: update reference links 14 years ago
  Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 14 years ago
  Justin Ruggles 9ff6d0791b adpcmenc: Set bits_per_coded_sample 14 years ago
  Baptiste Coudurier b304244b54 adpcmenc: fix QT IMA ADPCM encoder 14 years ago
  Justin Ruggles 826c56d16e adpcm: split ADPCM encoders and decoders into separate files. 14 years ago