summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* shorten: check for return valueVittorio Giovara2014-11-13
* shorten: pad the internal bitstream bufferAnton Khirnov2014-02-04
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* shorten: Fix out-of-array readTim Walker2013-10-10
* shorten: Extend fixed_coeffs to properly support pred_order 0Luca Barbato2013-10-09
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* shorten: Break out of loop looking for fmt chunk if none is foundMartin Storsjö2013-09-12
* shorten: Use a checked bytestream reader for the wave headerMartin Storsjö2013-09-12
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* shorten: use the unsigned type where neededLuca Barbato2013-03-06
* shorten: report meaningful errorsLuca Barbato2013-03-06
* shorten: K&R formatting cosmeticsLuca Barbato2013-03-06
* shorten: set invalid channels count to 0Michael Niedermayer2013-03-06
* shorten: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* shorten: fix array subscript is below array bounds warningLuca Barbato2013-01-28
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* shorten: validate that the channel count in the header is not <= 0Justin Ruggles2012-11-01
* shorten: use planar sample formatJustin Ruggles2012-10-14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-16
* shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-08
* shorten: remove dead initializationPaul B. Mahol2011-12-04
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-11
* shorten: fix end-of-stream decoding.Justin Ruggles2011-10-20
* shorten: do not use block size to determine whether to read the header.Justin Ruggles2011-10-20
* shorten: check output buffer size before decodingJustin Ruggles2011-10-20
* shorten: use av_clip_int16() for output sample clippingJustin Ruggles2011-10-20
* shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles2011-10-20
* shorten: add some commentsJustin Ruggles2011-10-20
* shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles2011-10-20
* cosmetics: remove some needless commented-out stuffJustin Ruggles2011-10-20
* shorten: validate block sizeJustin Ruggles2011-10-20
* shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles2011-10-20
* shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles2011-10-20
* shorten: check for realloc failureJustin Ruggles2011-10-20
* shorten: move decoding of prediction order and applying of global offset toJustin Ruggles2011-10-20
* shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles2011-10-20
* cosmetics: reindentJustin Ruggles2011-10-20
* shorten: separate processing of audio commands from non-audio commandsJustin Ruggles2011-10-20
* shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles2011-10-20
* shorten: split reading of file header into a separate functionsJustin Ruggles2011-10-20
* shorten: remove the flush function.Justin Ruggles2011-10-13
* shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar2011-10-07
* shorten: Prevent block size from increasingLaurent Aimar2011-10-07