summaryrefslogtreecommitdiffstats
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-281-1/+1
|\
| * shorten: fix array subscript is below array bounds warningLuca Barbato2013-01-281-1/+1
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+2
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | shorten: update .sample_fmtsPaul B Mahol2012-12-031-0/+1
* | shorten: return more meaningful error codesPaul B Mahol2012-12-011-15/+15
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-1/+1
|\ \ | |/
| * shorten: validate that the channel count in the header is not <= 0Justin Ruggles2012-11-011-1/+1
* | shorten: fix U8 to be planar tooMichael Niedermayer2012-10-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-151-6/+9
|\ \ | |/
| * shorten: use planar sample formatJustin Ruggles2012-10-141-9/+14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | shorten: fix cmd typeMichael Niedermayer2012-08-061-1/+1
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | shorten: fix lossy decodingPaul B Mahol2012-05-221-1/+1
* | shorten: increase max_frame_size.Michael Niedermayer2012-05-081-1/+1
* | shorten: unsigned 8bit supportPaul B Mahol2012-05-041-17/+33
* | Add missing newline in shorten decoder.Carl Eugen Hoyos2012-04-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+2
|\ \ | |/
| * shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-161-6/+8
* | shorten: validate values in fmt chunk searchMichael Niedermayer2011-12-251-1/+3
* | shorten: Fix invalid free()Michael Niedermayer2011-12-251-6/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-091-3/+5
|\ \ | |/
| * shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-081-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-1/+0
|\ \ | |/
| * shorten: remove dead initializationPaul B. Mahol2011-12-041-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-19/+26
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-19/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-3/+4
|\ \ | |/
| * shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-111-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-214/+297
|\ \ | |/
| * shorten: fix end-of-stream decoding.Justin Ruggles2011-10-201-14/+33
| * shorten: do not use block size to determine whether to read the header.Justin Ruggles2011-10-201-2/+4
| * shorten: check output buffer size before decodingJustin Ruggles2011-10-201-1/+7
| * shorten: use av_clip_int16() for output sample clippingJustin Ruggles2011-10-201-1/+1
| * shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles2011-10-201-26/+17
| * shorten: add some commentsJustin Ruggles2011-10-201-0/+18
| * shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles2011-10-201-44/+39
| * cosmetics: remove some needless commented-out stuffJustin Ruggles2011-10-201-2/+0
| * shorten: validate block sizeJustin Ruggles2011-10-201-2/+15
| * shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles2011-10-201-2/+2
| * shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles2011-10-201-3/+3
| * shorten: check for realloc failureJustin Ruggles2011-10-201-3/+17
| * shorten: move decoding of prediction order and applying of global offset toJustin Ruggles2011-10-201-17/+27
| * shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles2011-10-201-4/+6
OpenPOWER on IntegriCloud