Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-05WMAL: Shift output samples by the specified number of padding zeroes.Jakub Stachowski
2012-05-05WMAL: Restore removed code in mclms_predict()Mashiat Sarker Shakkhar
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02wmall: fix reconstructing audio with uncoded channelsKostya Shishkov
2012-05-02WMAL cosmetics: fix indentationMashiat Sarker Shakkhar
2012-05-02Don't restrict reverse decorrelation to both coded channels. It is also used ...Jakub Stachowski
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01WMAL: do not output last frame again if nothing was decoded in current packetJakub Stachowski
2012-05-01WMAL: do not start decoding if frame does not end in current packetMashiat Sarker Shakkhar
2012-04-21wmalossless: Ensure that last frame is not written again if nothing was decod...Jakub Stachowski
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14Clear residues only in not coded channel. This fixes overwriting coded residu...Jakub Stachowski
2012-04-14wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer
2012-04-14wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar
2012-04-14wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar
2012-04-14wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar
2012-04-14wmal: Drop unused variable num_possible_block_size.Mashiat Sarker Shakkhar
2012-04-14wmalosslessdec: Fix reading too many bits in decode_channel_residues()Michael Niedermayer
2012-04-14wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer
2012-04-14wmalosslessdec: make mclms arrays big enough for whats written into them.Michael Niedermayer
2012-04-14wmalosslessdec: Make arrays WMALL_BLOCK_MAX_SIZE big and check samples_per_fr...Michael Niedermayer
2012-04-14WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer
2012-04-12wmalosslessdec: Reset residues to 0 if they were not decoded from bitstream.Jakub Stachowski
2012-04-07wmalosslessdec: rawpcm_tile fixes to keep get_bits() values within defined ra...Michael Niedermayer
2012-04-07wmalosslessdec: channel residues can be 32 bit thus need _long bitreader.Michael Niedermayer
2012-03-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-29WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar
2012-03-28wmall: fix seeking.Ronald S. Bultje
2012-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22wmalossless: error out if a subframe is not used by any channel.Ronald S. Bultje
2012-03-22wmalossless: reset sample pointer for each subframe.Ronald S. Bultje
2012-03-22wmalossless: error out on invalid values for order.Ronald S. Bultje
2012-03-22wmall: output packet only if we have decoded some samplesKostya Shishkov
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07wmall: fix build with -DDEBUG enabled.Ronald S. Bultje
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun
2012-03-05Remove AV_LOG_DEBUG from av_dlog() calls.Carl Eugen Hoyos
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar
2012-02-20wmalossless: Fix infinite loop.Michael Niedermayer
2012-02-20wmalossless: Switch to new audio APIMichael Niedermayer
2012-02-20wmalossless: remove tabMichael Niedermayer
2012-02-19Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
2012-02-18Perform inter-channel decorr. only if both channels are codedMashiat Sarker Shakkhar
2012-02-16Use fixed-length array in revert_mclms()Benjamin Larsson