90 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 9 years ago
  Alexandra Hájková 6efbc88a5c smacker: Convert to the new bitstream reader 9 years ago
  Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
  Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Anton Khirnov 84099f51f3 smacker: use the AVFrame API properly. 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Martin Storsjö f3d57dc691 smacker: Free memory properly if the init function fails 11 years ago
  Martin Storsjö 0679cec6e8 smacker: Make sure we don't fill in huffman codes out of range 11 years ago
  Martin Storsjö d002fce24a smacker: Check malloc return values 11 years ago
  Kostya Shishkov bbb2945f2d smacker: check the return value of smacker_decode_tree 12 years ago
  Kostya Shishkov f52edef301 smacker: fix an off by one in huff.length computation 12 years ago
  Kostya Shishkov 268bb88544 smacker: add a clarification notice about audio decoding 12 years ago
  Kostya Shishkov 5f30c6c8ed Revert "smackaud: clip output samples" 12 years ago
  Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Justin Ruggles 903b62cc0b smackaud: decode directly to the user-provided AVFrame 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Mans Rullgard 779f8bc24e smacker: remove some unused code 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Franz Brauße 12cbbbb4ab smacker audio: sign-extend the initial 16-bit predicted value 13 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 years ago
  Ronald S. Bultje b2af057a36 smacker: convert palette and header reading to bytestream2. 13 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
  Alex Converse 9adf25c1cf smacker: Sanity check huffman tables found in the headers. 13 years ago
  Alex Converse 90c0c83e14 smacker: remove dead store 13 years ago
  Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
  Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
  Justin Ruggles 818a3bdedf smackaud: use uint8_t* for 8-bit output buffer type 13 years ago
  Justin Ruggles 375ca0aca8 smackaud: clip output samples 13 years ago
  Justin Ruggles c86c3c8017 smackaud: use sign_extend() for difference value instead of casting 13 years ago
  Justin Ruggles ff1f89de2d smacker: validate channels and sample format. 13 years ago
  Justin Ruggles cf044f8bff smacker: check buffer size before reading output size 13 years ago
  Justin Ruggles e190e453bd smacker: validate number of channels 13 years ago
  Michael Niedermayer 5166376f24 smacker: fix a few off by 1 errors 13 years ago
  Laurent Aimar 6489455495 Check for invalid VLC value in smacker decoder. 13 years ago
  Laurent Aimar 9676ffba83 Check and propagate errors when VLC trees cannot be built in smacker decoder. 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Stefano Sabatini 4f2954e232 smacker: remove unnecessary call to avctx->release_buffer in decode_frame() 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
  Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago