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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-11wmall: use AVFrame API properlyHendrik Leppkes
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-15wmalossless: output in planar sample formatJustin Ruggles
2012-09-29wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer
2012-09-29wmalosslessdec: Fix reading too many bits in decode_channel_residues()Anton Khirnov
2012-09-29wmalosslessdec: fix a get_bits(0) in decode_ac_filterMichael Niedermayer
2012-09-29wmalosslessdec: make MCLMS arrays big enough for what is written into them.Michael Niedermayer
2012-09-29wmalosslessdec: increase channel_coeffs/residues sizeAnton Khirnov
2012-09-29wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
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-02wmall: fix reconstructing audio with uncoded channelsKostya Shishkov
2012-05-02WMAL cosmetics: fix indentationMashiat Sarker Shakkhar
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-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-14WMAL: Do not try to read rawpcm coefficients if bits is invalidMichael Niedermayer
2012-03-29WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar
2012-03-28wmall: fix seeking.Ronald S. Bultje
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-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-02Windows Media Audio Lossless decoderMashiat Sarker Shakkhar