summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* wma: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/wmadec: fix WMA gapless playbackbnnm2021-09-12
* avcodec/wmadec: handle run_level_decode errorStéphane Cerveau2021-08-26
* avcodec/wmadec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-12
* avcodec/wmadec: Check operations that can failAndreas Rheinhardt2021-05-12
* avcodec/wmadec: Forward error instead of return -1Andreas Rheinhardt2021-05-12
* avcodec/wma(dec|enc): Fix memleaks upon allocation errorAndreas Rheinhardt2021-05-12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/wmadec: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt2020-12-08
* avcodec/wmadec: Don't check for errors for complete VLC tablesAndreas Rheinhardt2020-10-23
* avcodec/wmadec: cosmeticsRamiro Polla2020-03-22
* avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer2019-12-28
* avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer2019-11-20
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * Drop pointless assert.h #includesDiego Biurrun2016-05-03
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | lavc/wmadec: replace pow by faster functionsGanesh Ajjanagadde2016-01-22
* | lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* | 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 '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/wmadec: Fix undefined shift in wma_decode_block()Michael Niedermayer2015-03-14
* | avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*Michael Niedermayer2015-01-30
* | avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer2015-01-12
* | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 caseMichael Niedermayer2015-01-12
* | avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-30
* | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer2014-09-03
|\|
| * wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* | avcodec/wmadec: initialize max_exponent to valid valuesMichael Niedermayer2014-03-08
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Avoid a deadlock when decoding wma.Carl Eugen Hoyos2013-09-02
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit 'cacad1c058f66558ec727faac3b277d2dee264d4'Michael Niedermayer2013-03-12
|\|
| * wmadec: require block_align to be set.Anton Khirnov2013-03-08
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|