summaryrefslogtreecommitdiffstats
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cosmetics: reindentJustin Ruggles2011-10-201-81/+81
| * shorten: separate processing of audio commands from non-audio commandsJustin Ruggles2011-10-201-34/+39
| * shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles2011-10-201-3/+4
| * shorten: split reading of file header into a separate functionsJustin Ruggles2011-10-201-61/+70
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-8/+0
|\ \ | |/
| * shorten: remove the flush function.Justin Ruggles2011-10-131-8/+0
| * shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar2011-10-071-1/+1
| * shorten: Prevent block size from increasingLaurent Aimar2011-10-071-2/+8
* | Prevent block size from inreasing in the shorten decoder.Laurent Aimar2011-10-021-2/+8
* | Fix out of bound writes in fix_bitshift() of the shorten decoder.Laurent Aimar2011-09-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-3/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-2/+0
|\ \ | |/
| * shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-071-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+1
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-2/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-1/+1
OpenPOWER on IntegriCloud