summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAge
* avcodec/wmaprodec: Do not initialize unused variable to out of array valueMichael Niedermayer2021-10-05
* avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer2021-09-17
* avcodec/wmaprodec: unbreak old xma2 decodingPaul B Mahol2021-09-03
* avcodec/wmaprodec: improve flushing for >2 channels in XMAPaul B Mahol2021-09-03
* avcodec/wmaprodec: improve xma2 extradata parsingPaul B Mahol2021-09-03
* avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol2021-09-03
* avcodec/wmaprodec: add gapless supportPaul B Mahol2021-09-02
* avcodec/wmaprodec: return value check for init_get_bitsmaryam ebrahimzadeh2021-08-28
* avcodec/wma: Return specific error codeOlivier Crête2021-08-26
* avcodec/wmaprodec: Make decoders init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec/wmaprodec: Check ff_mdct_init() for failureAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/wmaprodec: Check packet sizeMichael Niedermayer2021-01-08
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer2019-12-15
* avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer2019-12-10
* avcodec/wmaprodec: Check offsetMichael Niedermayer2019-12-10
* avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer2019-12-10
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-01
* avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer2019-11-09
* avcodec/wmaprodec: Check that the streams channels do not exceed the overall ...Michael Niedermayer2019-10-14
* avcodec/wmaprodec: Fix cleanup on errorMichael Niedermayer2019-10-10
* avcodec/wmaprodec: Check if there is a streamMichael Niedermayer2019-10-03
* avcodec/wmaprodec: improve XMA missing samplesbnnm2018-11-10
* avcodec/wmaprodec: support decoding up to 16 channels of xmaMaxton2018-03-01
* avcodec/wmaprodec: support multichannel XMA stream configurationsbnnm2017-10-09
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avcodec/wmaprodec: reset offsets when error happensPaul B Mahol2017-03-20
* wmaprodec: fix leaking fdsp on init failureAndreas Cadhalpun2017-02-17
* avcodec/wmaprodec: add xma_flush for seeking in XMA2Paul B Mahol2017-01-20
* avcodec/wmaprodec: unbreak XMA mono decodingPaul B Mahol2017-01-20
* avcodec/wmaprodec: check number of channels for XMA streamsPaul B Mahol2017-01-19
* avcodec/wmapro: redone stream selection for XMA1/2Paul B Mahol2017-01-19
* avcodec/wmaprodec: >2 channel support for XMAPaul B Mahol2017-01-19
* avcodec/wmaprodec: do not force extradata presence for XMAPaul B Mahol2017-01-11
* avcodec/wmaprodec: cleanup extradata dumpingPaul B Mahol2016-12-22
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-03
* lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer2015-12-05
* avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer2015-12-05
* avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer2015-11-15
* avcodec/wmaprodec: XMA1 actually have packet sequence numbersPaul B Mahol2015-11-10
* XMA1 and XMA2 stereo decodersPaul B Mahol2015-11-06
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|