114 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Hendrik Leppkes cde1e7db3e vorbis: unref the skipped first frame. 13 years ago
  Anton Khirnov e2c2974120 vorbisdec: do not leak the first frame. 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Luca Barbato 02055b6d40 vorbisdec: check memory allocations 13 years ago
  Justin Ruggles e951b6d94c vorbisdec: cosmetics: rename variable avccontext to avctx 13 years ago
  Luca Barbato 23bd9ef4b2 vorbisdec: Accept 0 amplitude_bits 13 years ago
  Luca Barbato 5b47c19bfd vorbisdec: Add missing checks 13 years ago
  Luca Barbato fc386f2eea vorbisdec: cosmetics 13 years ago
  Michael Niedermayer 11dcecfcca vorbisdec: Error on bark_map_size equal to 0. 13 years ago
  Justin Ruggles ee6ca11b65 vorbis: decode directly to the user-provided AVFrame 13 years ago
  Ronald S. Bultje 1768e43ceb vorbisdsp: change block_size type from int to intptr_t. 13 years ago
  Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 13 years ago
  Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 13 years ago
  Michael Niedermayer e9ffee23f3 vorbisdec: handle midstream parameter changes 13 years ago
  Michael Niedermayer 778069c832 vorbisdec: support freeing partially allocated contexts. 13 years ago
  Michael Niedermayer 2c16bf2de0 vorbisdec: Check bark_map_size. 13 years ago
  Diego Biurrun 511cf612ac miscellaneous typo fixes 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Justin Ruggles 79b7747556 vorbisdec: use float planar sample format 13 years ago
  Luca Barbato 714508bcb9 vorbisdec: ensure FASTDIV denominator is never 1 13 years ago
  Mans Rullgard 4855022aa1 vorbisdec: remove some pointless comments 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Michael Niedermayer 8cac86e091 vorbisdec: fix heap buffer overflow. 13 years ago
  Michael Niedermayer 5f298c6791 vorbisdec: switch to av_assert 13 years ago
  Mans Rullgard 9fcda25e35 vorbisdec: replace div/mod in loop with a counter 13 years ago
  Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 14 years ago
  Alex Converse ecf79c4d3e vorbis: Validate that the floor 1 X values contain no duplicates. 13 years ago
  Reimar Döffinger 4561feb4bf vorbisdec: use correct channels variable. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Aaron Colwell 12623a8026 vorbisdec: avoid invalid memory access 14 years ago
  Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 14 years ago
  Justin Ruggles 737ca4482b vorbisdec: read the previous window flag for long windows 14 years ago
  Justin Ruggles 19adb0bc2d vorbisdec: add a flush() function 14 years ago
  Martin Storsjö 27cfdc3e4f vorbis: Add ff_ prefix to nonstatic symbols 14 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 14 years ago
  Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 14 years ago
  Ronald S. Bultje 24947d4988 vorbis: fix overflows in floor1[] vector and inverse db table index. 14 years ago
  Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 14 years ago
  Michael Niedermayer ebc9ff8e7d vorbisdec: Check that the x values of floor1 are unique. 14 years ago
  Chris Evans afb2aa5379 vorbis: An additional defense in the Vorbis codec. 14 years ago
  Reinhard Tartler e6d527ff72 vorbisdec: Fix decoding bug with channel handling 14 years ago
  Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 14 years ago
  Michael Niedermayer ff7f198d7f vorbis: make sure ch is non zero before calling vorbis_residue_decode 14 years ago
  Chris Evans f74ce3a60d vorbis: An additional defense in the Vorbis codec. 14 years ago
  Chris Evans 68226ed9ec vorbis: Fix decoder bug. 14 years ago
  Michael Niedermayer 405e99bdfd vorbisdec: Make sure blocksize is not set to an invalid value. 14 years ago
  Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 14 years ago
  Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 14 years ago
  Justin Ruggles 41899b9acb vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check 14 years ago
  Justin Ruggles e551a6f49a vorbisdec: remove unneeded buf_size==0 check 14 years ago