summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAge
* 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
|\|
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* shorten: remove VLA and check for buffer overflowMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31