summaryrefslogtreecommitdiff
path: root/libavcodec/smacker.c
Commit message (Expand)AuthorAge
* cosmetics: Drop particularly redundant silly commentsDiego Biurrun2016-02-18
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* smacker: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* smacker: Free memory properly if the init function failsMartin Storsjö2013-09-11
* smacker: Make sure we don't fill in huffman codes out of rangeMartin Storsjö2013-09-11
* smacker: Check malloc return valuesMartin Storsjö2013-09-11
* smacker: check the return value of smacker_decode_treeKostya Shishkov2013-06-16
* smacker: fix an off by one in huff.length computationKostya Shishkov2013-06-16
* smacker: add a clarification notice about audio decodingKostya Shishkov2013-05-28
* Revert "smackaud: clip output samples"Kostya Shishkov2013-05-27
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* smackaud: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* smacker: remove some unused codeMans Rullgard2012-07-01
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße2012-03-30
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-25
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* smacker: Sanity check huffman tables found in the headers.Alex Converse2012-01-26
* smacker: remove dead storeAlex Converse2012-01-26
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-09
* smackaud: clip output samplesJustin Ruggles2011-11-09
* smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-09
* smacker: validate channels and sample format.Justin Ruggles2011-10-11
* smacker: check buffer size before reading output sizeJustin Ruggles2011-10-11
* smacker: validate number of channelsJustin Ruggles2011-10-11
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-14
* Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-14
* Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-14
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini2011-04-27
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20