summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAge
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | shorten: fix cmd typeMichael Niedermayer2012-08-06
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-29
* | shorten: fix lossy decodingPaul B Mahol2012-05-22
* | shorten: increase max_frame_size.Michael Niedermayer2012-05-08
* | shorten: unsigned 8bit supportPaul B Mahol2012-05-04
* | Add missing newline in shorten decoder.Carl Eugen Hoyos2012-04-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-17
|\|
| * shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-16
* | shorten: validate values in fmt chunk searchMichael Niedermayer2011-12-25
* | shorten: Fix invalid free()Michael Niedermayer2011-12-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-09
|\|
| * shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * shorten: remove dead initializationPaul B. Mahol2011-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-12
|\|
| * shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * 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
* | Prevent block size from inreasing in the shorten decoder.Laurent Aimar2011-10-02
* | Fix out of bound writes in fix_bitshift() of the shorten decoder.Laurent Aimar2011-09-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|