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
2018-10-18avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer
2018-09-03avcodec/ra144: Fix undefined integer overflow in add_wav()Michael Niedermayer
2018-06-27avcodec/ra144: Fix integer overflow in ff_eval_refl()Michael Niedermayer
2017-06-11avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 ca...Michael Niedermayer
2017-05-31avcodec/ra144: Fixes runtime error: signed integer overflow: 7160 * 327138 ca...Michael Niedermayer
2017-05-28avcodec/ra144: Fix runtime error: signed integer overflow: -2449 * 1398101 ca...Michael Niedermayer
2017-05-28avcodec/ra144: Fix runtime error: signed integer overflow: 11184810 * 404 can...Michael Niedermayer
2017-05-07avcodec/ra144: Fix runtime error: left shift of negative value -798Michael Niedermayer
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-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-17ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-09ra144: fix code with ftrapv.Michael Niedermayer
2012-09-23ra144: factor division outMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10ra144: use macro constants to make the code more understandable.Justin Ruggles
2011-09-29Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer
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ò
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
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-02-13Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra
2010-01-05Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02RA144: work around gcc bug/oddity on ARMMåns Rullgård
2009-03-01Reindent after last commitVitor Sessak
2009-03-01Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet
2008-09-11misc spelling/wording/grammar fixesDiego Biurrun
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak
2008-09-08Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak
2008-09-08Simplify if() in copy_and_dup()Vitor Sessak
2008-09-08Add av_cold attribute to decode_init()Vitor Sessak
2008-09-08Cosmetics: Make the two additional units in size more clearVitor Sessak
2008-09-06Test a var for overflow just after it is setVitor Sessak