summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+2
* | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-4/+4
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-021-17/+17
|\ \ | |/
| * wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-011-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-151-37/+28
|\ \ | |/
| * wmadec: use float planar sample format outputJustin Ruggles2012-10-141-37/+28
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-1/+1
|\ \ | |/
| * wmadec: Adjust debug printf argument length modifierDiego Biurrun2012-10-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-4/+3
|\ \ | |/
| * avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+3
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-2/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-5/+5
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
OpenPOWER on IntegriCloud