summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmalosslessdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud