summaryrefslogtreecommitdiff
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/wmalosslessdec: improve >2 channel supportPaul B Mahol2016-04-131-13/+15
* | avcodec/wmalosslessdec: do not discard last frameJakub Stachowski2016-04-101-2/+9
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-031-4/+3
* | wmalossless: Warn when decoding 24 bit depthVittorio Giovara2015-09-141-0/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | wmalosslessdec: reset frame->nb_samples on packet lossAndreas Cadhalpun2015-07-071-0/+1
* | wmalosslessdec: avoid reading 0 bits with get_bitsAndreas Cadhalpun2015-07-071-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-7/+7
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+7
* | avcodec/wmalosslessdec: use sizeof() instead of a literal numberMichael Niedermayer2015-02-191-2/+2
* | avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()Michael Niedermayer2015-02-181-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-08-051-2/+2
* | avcodec/wmalosslessdec: simplifyzhaoxiu.zeng2015-02-131-12/+4
* | avcodec/wmalosslessdec: optimize sign operationzhaoxiu.zeng2015-02-131-26/+8
* | avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_tzhaoxiu.zeng2015-02-131-2/+2
* | wmalossless: reset lms_updateChristophe Gisquet2015-02-071-12/+14
* | avcodec/wmalosslessdec: support 24bit losslessMichael Niedermayer2014-11-221-3/+2
* | libavcodec/wmalosslessdec: add missing emmsMichael Niedermayer2014-06-231-0/+1
* | wma lossless: reuse scalarproduct_and_madd_int16Christophe Gisquet2014-06-061-30/+30
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-6/+10
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-6/+10
* | avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-02-071-2/+2
* | avcodec/wmalosslessdec: use sizeof() instead of literal numberMichael Niedermayer2014-02-071-2/+2
* | avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re...Michael Niedermayer2014-01-111-0/+3
* | avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa...Michael Niedermayer2014-01-111-0/+1
* | avcodec/wmalosslessdec: Pass on error code from decode_tilehdr()Michael Niedermayer2014-01-111-2/+2
* | avcodec/wmalosslessdec: completely initialize contains_subframeMichael Niedermayer2013-12-161-3/+3
* | avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer2013-10-251-0/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec/wmalosslessdec: check block_alignMichael Niedermayer2013-10-021-0/+5
* | avcodec/wmalosslessdec: Fix return code for invalid buffer sizesMichael Niedermayer2013-09-251-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-121-11/+24
|\ \ | |/
| * wmall: use AVFrame API properlyHendrik Leppkes2013-08-111-12/+25
* | wmalosslessdec: do not set avctx->coded_framePaul B Mahol2013-07-101-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-5/+6
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-5/+6
* | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-2/+0
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-2/+3
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | wmalosslessdec: make arrays indexed by ch large enough for maximum number of ...Michael Niedermayer2013-01-101-11/+11