summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer13-104/+107
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun13-114/+117
2013-04-17ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer3-7/+7
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer15-118/+70
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun14-85/+70
2012-10-09ra144: fix code with ftrapv.Michael Niedermayer1-1/+7
2012-09-23ra144: factor division outMichael Niedermayer1-1/+2
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-22Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer3-4/+5
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-793/+3217
2011-10-10ra144: use macro constants to make the code more understandable.Justin Ruggles2-29/+29
2011-09-29Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer5-6/+10
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò2-4/+2
2011-01-25Make ff_add_wav static to ra144.cDiego Elio Pettenò2-4/+2
2010-06-11Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra3-29/+39
2010-06-11Cosmetics: indentFrancesco Lavra2-3/+3
2010-06-11Add ff_ prefix to non-static functionsFrancesco Lavra3-59/+61
2010-06-11Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra4-1713/+1756
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-08Move ff_sqrt() to libavutil/intmath.hMåns Rullgård9-22/+29
2010-02-13Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra1-3/+3
2010-01-05Use correct context for av_log(), should prevent a crash for malformed files.Francesco Lavra1-3/+7
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-03-01RA144: work around gcc bug/oddity on ARMMåns Rullgård1-1/+1
2009-03-01Reindent after last commitVitor Sessak1-3/+3
2009-03-01Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak1-0/+5
2008-10-24Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet6-107/+162
2008-09-11misc spelling/wording/grammar fixesDiego Biurrun3-26/+26
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2-130/+82
2008-09-08Pass directly variable 'a' to interp instead of evaluating it from num_blocksVitor Sessak1-5/+4
2008-09-08Simplify if() in copy_and_dup()Vitor Sessak1-5/+2
2008-09-08Add av_cold attribute to decode_init()Vitor Sessak1-1/+1
2008-09-08Cosmetics: Make the two additional units in size more clearVitor Sessak1-1/+1
2008-09-06Test a var for overflow just after it is setVitor Sessak1-2/+2
2008-09-06Remove useless parentheses.Vitor Sessak1-1/+1
2008-08-06Cosmetics: rename loop counters in eval_refl()Vitor Sessak1-8/+7
2008-08-06Simplify eval_refl(): do not store a buffer value in a var when the buffer co...Vitor Sessak1-5/+5
2008-08-06Simplify eval_refl(): s/b == 0/!b/Vitor Sessak1-1/+1
2008-08-06Simplify range checking in eval_refl(). Before theVitor Sessak1-7/+1
2008-08-06Cosmetics: reindentVitor Sessak1-5/+2
2008-08-06Simplify do_output_subblock(): Remove a unneeded memcpyVitor Sessak1-3/+1
2008-08-06Simplify eval_refl(): return directly when needed instead of storing the retu...Vitor Sessak1-3/+2
2008-08-06Simplify rms(): merge a few operations in the same statementVitor Sessak1-5/+2
2008-08-06Cosmetical simplification in t_sqrt()Vitor Sessak1-1/+1
2008-08-06Check available size before writing in decode_frame()Vitor Sessak1-0/+3
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross46-26/+94
[next]