summaryrefslogtreecommitdiffstats
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAgeFilesLines
* shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-081-3/+5
* shorten: remove dead initializationPaul B. Mahol2011-12-041-1/+0
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-19/+26
* shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-111-3/+4
* 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
* 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
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-3/+0
* shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-071-2/+0
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* shorten: remove VLA and check for buffer overflowMåns Rullgård2010-06-261-1/+17
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-311-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-1/+1
OpenPOWER on IntegriCloud