summaryrefslogtreecommitdiff
path: root/libavcodec/smacker.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-10
|\
| * 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
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * 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
* | smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-13
* | smacker: add forgotten *Michael Niedermayer2011-09-12
* | Fixed segfaults on corruped smacker streams in the decoder.Laurent Aimar2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-28
|\|
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | 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-04
* | 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
* 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
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-01
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-21
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix one peculiar case in Smacker decoding.Daniel Verkamp2008-12-15
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* 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 AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* 100l, since we already check for buf_size == 769 we should alsoReimar Döffinger2008-02-02