summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-3/+15
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-3/+3
* avcodec/wmaprodec: add missing flush call for xma1Paul B Mahol2023-01-271-0/+1
* avcodec/wmaprodec: Remove unused variableAndreas Rheinhardt2022-11-061-1/+1
* wmaprodec: convert to lavu/txLynne2022-11-061-10/+14
* avcodec/wmaprodec: Use symbol table more efficientlyAndreas Rheinhardt2022-09-071-11/+11
* avcodec/wmaprodec: Move applying offset to VLC creationAndreas Rheinhardt2022-09-071-2/+2
* avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlcAndreas Rheinhardt2022-09-071-21/+21
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-14/+7
* avcodec/wmaprodec: ensure channel count in the private context and decoder co...James Almer2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-21/+21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* wma: convert to new channel layout APIAnton Khirnov2022-03-151-10/+20
* 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