| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavc: use get_bitsz to simplify the code | Andreas Cadhalpun | 2016-01-03 | 1 | -1/+1 |
* | lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -1/+2 |
* | avcodec/wmaprodec: Check bits per sample to be within the range not causing i... | Michael Niedermayer | 2015-12-05 | 1 | -0/+6 |
* | avcodec/wmaprodec: Fix overflow of cutoff | Michael Niedermayer | 2015-12-05 | 1 | -1/+1 |
* | avcodec/wmaprodec: Check for overread in decode_packet() | Michael Niedermayer | 2015-11-15 | 1 | -0/+5 |
* | avcodec/wmaprodec: XMA1 actually have packet sequence numbers | Paul B Mahol | 2015-11-10 | 1 | -2/+2 |
* | XMA1 and XMA2 stereo decoders | Paul B Mahol | 2015-11-06 | 1 | -15/+116 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|