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
2015-02-19avcodec/wmalosslessdec: use sizeof() instead of a literal numberMichael Niedermayer
2015-02-18avcodec/wmalosslessdec: Add () to protect the arguments of WMASIGN()Michael Niedermayer
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2015-02-14avcodec/wmalosslessdec: simplifyzhaoxiu.zeng
2015-02-13avcodec/wmalosslessdec: optimize sign operationzhaoxiu.zeng
2015-02-13avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_tzhaoxiu.zeng
2015-02-07wmalossless: reset lms_updateChristophe Gisquet
2014-11-22avcodec/wmalosslessdec: support 24bit losslessMichael Niedermayer
2014-08-05wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-06-24libavcodec/wmalosslessdec: add missing emmsMichael Niedermayer
2014-06-06wma lossless: reuse scalarproduct_and_madd_int16Christophe Gisquet
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-07avcodec/wmalosslessdec: fix mclms_coeffs* array sizeMichael Niedermayer
2014-02-07avcodec/wmalosslessdec: use sizeof() instead of literal numberMichael Niedermayer
2014-01-11avcodec/wmalosslessdec: shrink output on error so no uninitialized data is re...Michael Niedermayer
2014-01-11avcodec/wmalosslessdec: deallocate uninitialized frame on decode_tilehdr() fa...Michael Niedermayer
2014-01-11avcodec/wmalosslessdec: Pass on error code from decode_tilehdr()Michael Niedermayer
2013-12-16avcodec/wmalosslessdec: completely initialize contains_subframeMichael Niedermayer
2013-10-25avcodec/wmalosslessdec: fix data flushing at the endMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-10-02avcodec/wmalosslessdec: check block_alignMichael Niedermayer
2013-09-25avcodec/wmalosslessdec: Fix return code for invalid buffer sizesMichael Niedermayer
2013-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-11wmall: use AVFrame API properlyHendrik Leppkes
2013-07-10wmalosslessdec: do not set avctx->coded_framePaul B Mahol
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer
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-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-10wmalosslessdec: make arrays indexed by ch large enough for maximum number of ...Michael Niedermayer
2012-12-24Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-15wmalossless: output in planar sample formatJustin Ruggles
2012-10-08wmalosslessdec: remove unused variableMichael Niedermayer
2012-09-30Merge commit 'd9a2e87b1ce44cce23801e7ec6810f8bf994fa23'Michael Niedermayer
2012-09-30Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'Michael Niedermayer
2012-09-29wmalosslessdec: Reset put bit buffer when num_saved_bits is reset.Michael Niedermayer