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-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
2012-02-16Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
2012-02-16Do not try to read residue if ave_mean <= 1Mashiat Sarker Shakkhar
2012-02-16Move some variable declarations to comply with C90Mashiat Sarker Shakkhar
2012-02-16Cosmetics: fix some whitespace errorsMashiat Sarker Shakkhar
2012-02-16Support 24-bit decodingMashiat Sarker Shakkhar
2012-02-16wmall: remove ;;Michael Niedermayer
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
2012-01-27Cosmetics: Fix some whitespace errors and indentationMashiat Sarker Shakkhar
2012-01-22Use correct variable type for 32-bit samples bufferMashiat Sarker Shakkhar
2012-01-19wmalossless: Fix incompatoble pointer type warningsMichael Niedermayer
2012-01-04wmall: remove ;;Michael Niedermayer