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
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-06-22Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer
2014-02-11ra144: use scalarproduct_int16Christophe Gisquet
2013-06-30Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos
2013-04-17ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer
2013-02-13Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'Michael Niedermayer
2013-02-12ra144: decode directly to the user-provided AVFrameJustin Ruggles
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04ra144enc: fix end-of-stream handlingJustin Ruggles
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2010-06-11RealAudio 14.4k encoder.Francesco Lavra
2010-06-11Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra
2010-06-11Cosmetics: indentFrancesco Lavra
2010-06-11Add ff_ prefix to non-static functionsFrancesco Lavra
2010-06-11Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra
2008-09-08Remove useless commentVitor Sessak
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-25mark read-only data as constStefan Gehrer
2008-06-24Remove unused entries from lpc_refl_cb*Vitor Sessak
2008-06-24Remove unused entries from energy_tabVitor Sessak
2008-06-24Remove unused values from gain_{val,exp}_tabVitor Sessak
2008-06-24Now these tables fit in 16 bits.Vitor Sessak
2008-06-24Merge the >> 4 calculation of cb1_base in the tableVitor Sessak
2008-06-20Last table renamingVitor Sessak
2008-06-20Yet more table renamingVitor Sessak
2008-06-2010l: fix typoVitor Sessak
2008-06-20More table renamingVitor Sessak
2008-06-20Rename tableVitor Sessak
2008-06-16Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2008-05-25Yet more cosmeticsVitor Sessak
2008-05-25Use (u)int16_t instead of short for tablesVitor Sessak
2008-05-25Make tables that fit in one byte (u)int8_tVitor Sessak
2008-05-24Make wavtable a table instead of an arrayVitor Sessak
2008-05-21Make etable1 and etable2 tables instead of arrays.Vitor Sessak
2008-05-21Use ff_sqrt() function instead of using a tableVitor Sessak
2008-05-17Convert ra144.h tables from hex to decimalVitor Sessak