| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmaprodec: Use symbol table more efficiently | Andreas Rheinhardt | 2022-09-07 | 1 | -11/+11 |
* | avcodec/wmaprodec: Move applying offset to VLC creation | Andreas Rheinhardt | 2022-09-07 | 1 | -2/+2 |
* | avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlc | Andreas Rheinhardt | 2022-09-07 | 1 | -21/+21 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+3 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -3/+3 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+3 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -14/+7 |
* | avcodec/wmaprodec: ensure channel count in the private context and decoder co... | James Almer | 2022-03-21 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -21/+21 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | wma: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -10/+20 |
* | avcodec/wmaprodec: Do not initialize unused variable to out of array value | Michael Niedermayer | 2021-10-05 | 1 | -2/+3 |
* | avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int... | Michael Niedermayer | 2021-09-17 | 1 | -1/+1 |
* | avcodec/wmaprodec: unbreak old xma2 decoding | Paul B Mahol | 2021-09-03 | 1 | -1/+1 |
* | avcodec/wmaprodec: improve flushing for >2 channels in XMA | Paul B Mahol | 2021-09-03 | 1 | -9/+28 |
* | avcodec/wmaprodec: improve xma2 extradata parsing | Paul B Mahol | 2021-09-03 | 1 | -3/+5 |
* | avcodec/wmaprodec: unbreak xma >2 channel decoding after last change | Paul B Mahol | 2021-09-03 | 1 | -30/+25 |
* | avcodec/wmaprodec: add gapless support | Paul B Mahol | 2021-09-02 | 1 | -59/+99 |
* | avcodec/wmaprodec: return value check for init_get_bits | maryam ebrahimzadeh | 2021-08-28 | 1 | -2/+7 |
* | avcodec/wma: Return specific error code | Olivier Crête | 2021-08-26 | 1 | -5/+8 |
* | avcodec/wmaprodec: Make decoders init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -36/+39 |
* | avcodec/wmaprodec: Check ff_mdct_init() for failure | Andreas Rheinhardt | 2021-05-10 | 1 | -5/+8 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+3 |
* | avcodec/wmaprodec: Check packet size | Michael Niedermayer | 2021-01-08 | 1 | -0/+6 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+2 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | avcodec/wmaprodec: Fixes integer overflow with 32bit samples | Michael Niedermayer | 2019-12-15 | 1 | -1/+1 |
* | avcodec/wmaprodec: Set packet_loss when we error out on a sanity check | Michael Niedermayer | 2019-12-10 | 1 | -0/+1 |
* | avcodec/wmaprodec: Check offset | Michael Niedermayer | 2019-12-10 | 1 | -0/+5 |
* | avcodec/wmaprodec: Check if the channel sum of all internal contexts match th... | Michael Niedermayer | 2019-12-10 | 1 | -0/+2 |
* | avcodec/wmaprodec: Fix buflen computation in save_bits() | Michael Niedermayer | 2019-12-01 | 1 | -3/+3 |
* | avcodec/wmaprodec: get frame during frame decode | Michael Niedermayer | 2019-11-09 | 1 | -4/+6 |
* | avcodec/wmaprodec: Check that the streams channels do not exceed the overall ... | Michael Niedermayer | 2019-10-14 | 1 | -1/+1 |
* | avcodec/wmaprodec: Fix cleanup on error | Michael Niedermayer | 2019-10-10 | 1 | -0/+7 |
* | avcodec/wmaprodec: Check if there is a stream | Michael Niedermayer | 2019-10-03 | 1 | -1/+3 |
* | avcodec/wmaprodec: improve XMA missing samples | bnnm | 2018-11-10 | 1 | -3/+32 |
* | avcodec/wmaprodec: support decoding up to 16 channels of xma | Maxton | 2018-03-01 | 1 | -1/+1 |
* | avcodec/wmaprodec: support multichannel XMA stream configurations | bnnm | 2017-10-09 | 1 | -52/+99 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | avcodec/wmaprodec: reset offsets when error happens | Paul B Mahol | 2017-03-20 | 1 | -0/+4 |
* | wmaprodec: fix leaking fdsp on init failure | Andreas Cadhalpun | 2017-02-17 | 1 | -3/+4 |
* | avcodec/wmaprodec: add xma_flush for seeking in XMA2 | Paul B Mahol | 2017-01-20 | 1 | -7/+27 |
* | avcodec/wmaprodec: unbreak XMA mono decoding | Paul B Mahol | 2017-01-20 | 1 | -6/+9 |
* | avcodec/wmaprodec: check number of channels for XMA streams | Paul B Mahol | 2017-01-19 | 1 | -1/+6 |
* | avcodec/wmapro: redone stream selection for XMA1/2 | Paul B Mahol | 2017-01-19 | 1 | -8/+21 |
* | avcodec/wmaprodec: >2 channel support for XMA | Paul B Mahol | 2017-01-19 | 1 | -73/+201 |
* | avcodec/wmaprodec: do not force extradata presence for XMA | Paul B Mahol | 2017-01-11 | 1 | -3/+3 |
* | avcodec/wmaprodec: cleanup extradata dumping | Paul B Mahol | 2016-12-22 | 1 | -16/+6 |
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |