summaryrefslogtreecommitdiffstats
path: root/libavcodec/smacker.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-10/+31
|\
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+31
* | Set Smacker palette opaque.Carl Eugen Hoyos2011-11-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-101-9/+10
|\ \ | |/
| * smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-091-1/+1
| * smackaud: clip output samplesJustin Ruggles2011-11-091-4/+4
| * smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-091-4/+5
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-0/+17
|\ \ | |/
| * smacker: validate channels and sample format.Justin Ruggles2011-10-111-0/+8
| * smacker: check buffer size before reading output sizeJustin Ruggles2011-10-111-0/+5
| * smacker: validate number of channelsJustin Ruggles2011-10-111-0/+4
| * smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-141-4/+4
| * Check for invalid VLC value in smacker decoder.Laurent Aimar2011-09-141-0/+2
| * Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar2011-09-141-8/+12
* | smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-131-6/+4
* | smacker: add forgotten *Michael Niedermayer2011-09-121-1/+1
* | Fixed segfaults on corruped smacker streams in the decoder.Laurent Aimar2011-09-111-8/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-17/+13
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-17/+13
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-2/+0
|\ \ | |/
| * smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini2011-04-271-2/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-6/+3
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-041-6/+3
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* 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-1/+1
* 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-2/+2
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-0/+1
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-4/+0
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-2/+0
* 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-2/+6
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-6/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix one peculiar case in Smacker decoding.Daniel Verkamp2008-12-151-1/+1
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-191-0/+1
* 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-2/+2
OpenPOWER on IntegriCloud