summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmaprodec: Do not initialize unused variable to out of array valueMichael Niedermayer2021-10-051-2/+3
* avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer2021-09-171-1/+1
* avcodec/wmaprodec: unbreak old xma2 decodingPaul B Mahol2021-09-031-1/+1
* avcodec/wmaprodec: improve flushing for >2 channels in XMAPaul B Mahol2021-09-031-9/+28
* avcodec/wmaprodec: improve xma2 extradata parsingPaul B Mahol2021-09-031-3/+5
* avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol2021-09-031-30/+25
* avcodec/wmaprodec: add gapless supportPaul B Mahol2021-09-021-59/+99
* avcodec/wmaprodec: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-281-2/+7
* avcodec/wma: Return specific error codeOlivier Crête2021-08-261-5/+8
* avcodec/wmaprodec: Make decoders init-threadsafeAndreas Rheinhardt2021-05-101-36/+39
* avcodec/wmaprodec: Check ff_mdct_init() for failureAndreas Rheinhardt2021-05-101-5/+8
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-3/+3
* avcodec/wmaprodec: Check packet sizeMichael Niedermayer2021-01-081-0/+6
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-281-2/+2
* avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer2019-12-151-1/+1
* avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer2019-12-101-0/+1
* avcodec/wmaprodec: Check offsetMichael Niedermayer2019-12-101-0/+5
* avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer2019-12-101-0/+2
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-011-3/+3
* avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer2019-11-091-4/+6
* avcodec/wmaprodec: Check that the streams channels do not exceed the overall ...Michael Niedermayer2019-10-141-1/+1
* avcodec/wmaprodec: Fix cleanup on errorMichael Niedermayer2019-10-101-0/+7
* avcodec/wmaprodec: Check if there is a streamMichael Niedermayer2019-10-031-1/+3
* avcodec/wmaprodec: improve XMA missing samplesbnnm2018-11-101-3/+32
* avcodec/wmaprodec: support decoding up to 16 channels of xmaMaxton2018-03-011-1/+1
* avcodec/wmaprodec: support multichannel XMA stream configurationsbnnm2017-10-091-52/+99
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* avcodec/wmaprodec: reset offsets when error happensPaul B Mahol2017-03-201-0/+4
* wmaprodec: fix leaking fdsp on init failureAndreas Cadhalpun2017-02-171-3/+4
* avcodec/wmaprodec: add xma_flush for seeking in XMA2Paul B Mahol2017-01-201-7/+27
* avcodec/wmaprodec: unbreak XMA mono decodingPaul B Mahol2017-01-201-6/+9
* avcodec/wmaprodec: check number of channels for XMA streamsPaul B Mahol2017-01-191-1/+6
* avcodec/wmapro: redone stream selection for XMA1/2Paul B Mahol2017-01-191-8/+21
* avcodec/wmaprodec: >2 channel support for XMAPaul B Mahol2017-01-191-73/+201
* avcodec/wmaprodec: do not force extradata presence for XMAPaul B Mahol2017-01-111-3/+3
* avcodec/wmaprodec: cleanup extradata dumpingPaul B Mahol2016-12-221-16/+6
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-1/+1
* lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-031-1/+1
* lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+2
* avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer2015-12-051-0/+6
* avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer2015-12-051-1/+1
* avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer2015-11-151-0/+5
* avcodec/wmaprodec: XMA1 actually have packet sequence numbersPaul B Mahol2015-11-101-2/+2
* XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-061-15/+116
* 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
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/