summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAge
* 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
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-07
* 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
* 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
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* typo: begining --> beginningDiego Biurrun2007-12-23
* use skip_bits where appropriateAlex Beregszaszi2007-08-09