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
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
2008-05-15The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2003-06-29moved the tables into header files (and applied the 'static' patch). Nick: wh...Alex Beregszaszi