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-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-03-04Merge commit 'db5cc75f8b5620e7cd2d05762c3b087ab16d8c24'Michael Niedermayer
2015-03-03wma.h: #include "avcodec.h"Anton Khirnov
2015-03-01Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer
2015-02-28lavc: remove unused traces of fmtconvert usageAnton Khirnov
2015-01-12avcodec/wmadec: fix 0 frame bit_reservoirMichael Niedermayer
2014-11-30avcodec/wma: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-09-04Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'Michael Niedermayer
2014-09-04build: Split WMA frequencies into a separate object fileDiego Biurrun
2014-09-04Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b'Michael Niedermayer
2014-09-03wma: K&R formatting cosmeticsGabriel Dume
2014-08-31WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-13Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer
2013-02-12wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06wmaenc: use float planar sample formatJustin Ruggles
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer
2010-01-23Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-06-20Add support for escape coded wmapro run level coefficientsSascha Sommer
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer
2009-06-12Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer
2009-06-12Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-12remove mdct tmp bufferLoren Merritt