summaryrefslogtreecommitdiff
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAgeFilesLines
* wma: Convert to the new bitstream readerAlexandra Hájková2017-02-061-94/+94
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-111-4/+3
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-7/+7
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer2014-08-051-2/+2
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-6/+10
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* wmall: use AVFrame API properlyHendrik Leppkes2013-08-111-12/+25
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-5/+6
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-2/+2
* wmalossless: output in planar sample formatJustin Ruggles2012-10-141-8/+9
* wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer2012-09-291-0/+2
* wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov2012-09-291-1/+1
* wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer2012-09-291-1/+2
* wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer2012-09-291-2/+2
* wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov2012-09-291-2/+5
* wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov2012-09-291-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-061-1/+2
* WMAL: Shift output samples by the specified number of padding zeroes.Jakub Stachowski2012-05-051-2/+2
* WMAL: Restore removed code in mclms_predict()Mashiat Sarker Shakkhar2012-05-051-0/+2
* wmall: fix reconstructing audio with uncoded channelsKostya Shishkov2012-05-021-3/+3
* WMAL cosmetics: fix indentationMashiat Sarker Shakkhar2012-05-021-1/+1
* WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski2012-05-011-0/+2
* WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar2012-05-011-2/+2
* wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar2012-04-141-2/+2
* wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar2012-04-141-0/+2
* wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar2012-04-141-3/+2
* wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar2012-04-141-2/+1
* WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer2012-04-131-0/+5
* WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar2012-03-291-8/+0
* wmall: fix seeking.Ronald S. Bultje2012-03-281-0/+13
* wmalossless: error out if a subframe is not used by any channel.Ronald S. Bultje2012-03-221-3/+10
* wmalossless: reset sample pointer for each subframe.Ronald S. Bultje2012-03-221-12/+19
* wmalossless: error out on invalid values for order.Ronald S. Bultje2012-03-221-9/+25
* wmall: output packet only if we have decoded some samplesKostya Shishkov2012-03-221-2/+2
* wmall: fix build with -DDEBUG enabled.Ronald S. Bultje2012-03-071-9/+8
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-0/+1
* Windows Media Audio Lossless decoderMashiat Sarker Shakkhar2012-03-021-0/+1248