summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmadec: clear pts when returning a frame during flushJames Almer2022-12-071-0/+1
* wma: convert to lavu/txLynne2022-11-061-5/+8
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-14/+14
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* wma: convert to new channel layout APIAnton Khirnov2022-03-151-14/+15
* avcodec/wmadec: fix WMA gapless playbackbnnm2021-09-121-2/+20
* avcodec/wmadec: handle run_level_decode errorStéphane Cerveau2021-08-261-4/+7
* avcodec/wmadec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-121-2/+2
* avcodec/wmadec: Check operations that can failAndreas Rheinhardt2021-05-121-10/+21
* avcodec/wmadec: Forward error instead of return -1Andreas Rheinhardt2021-05-121-3/+3
* avcodec/wma(dec|enc): Fix memleaks upon allocation errorAndreas Rheinhardt2021-05-121-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/wmadec: Apply VLC offset during initAndreas Rheinhardt2020-12-081-4/+3
* avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt2020-12-081-3/+3
* avcodec/wmadec: Don't check for errors for complete VLC tablesAndreas Rheinhardt2020-10-231-9/+0
* avcodec/wmadec: cosmeticsRamiro Polla2020-03-221-2/+2
* avcodec/wmadec: Keep track of exponent initialization per channelMichael Niedermayer2019-12-281-3/+6
* avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer2019-11-201-0/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-3/+0
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-2/+1
* | lavc/wmadec: replace pow by faster functionsGanesh Ajjanagadde2016-01-221-2/+3
* | lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-2/+3
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-11/+11
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-11/+11
* | avcodec/wmadec: Fix undefined shift in wma_decode_block()Michael Niedermayer2015-03-141-1/+1
* | avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*Michael Niedermayer2015-01-301-3/+0
* | avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer2015-01-121-2/+22
* | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 caseMichael Niedermayer2015-01-121-1/+2
* | avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-301-5/+5
* | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer2014-09-031-196/+196
|\ \ | |/
| * wma: K&R formatting cosmeticsGabriel Dume2014-09-031-193/+193
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-1/+1
* | avcodec/wmadec: initialize max_exponent to valid valuesMichael Niedermayer2014-03-081-0/+3
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | Avoid a deadlock when decoding wma.Carl Eugen Hoyos2013-09-021-0/+4
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3