summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit 'cacad1c058f66558ec727faac3b277d2dee264d4'Michael Niedermayer2013-03-121-0/+5
|\ \ | |/
| * wmadec: require block_align to be set.Anton Khirnov2013-03-081-0/+5
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | wmadec: check nb_framesMichael Niedermayer2013-03-031-0/+4
* | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer2013-02-131-8/+5
|\ \ | |/
| * wma: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-231-1/+1
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+1
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-231-2/+2
|\ \ | |/