git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libspeex: allow custom sample rates again.
[ffmpeg.git]
/
libavcodec
/
ra144.c
2012-10-12
Michael Niedermayer
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
blob
|
commitdiff
2012-10-11
Diego Biurrun
Move avutil tables only used in libavcodec to libavcodec.
blob
|
commitdiff
|
diff to current
2012-10-09
Michael Niedermayer
ra144: fix code with ftrapv.
blob
|
commitdiff
|
diff to current
2012-09-23
Michael Niedermayer
ra144: factor division out
blob
|
commitdiff
|
diff to current
2012-08-16
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-08-15
Martin Storsjö
Don't include common.h from avutil.h
blob
|
commitdiff
|
diff to current
2012-07-22
Mohamed Naufal Basheer
Add a shift parameter to celp_lp_synthesis_filter()
blob
|
commitdiff
|
diff to current
2011-10-11
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-10-10
Justin Ruggles
ra144: use macro constants to make the code more unders...
blob
|
commitdiff
|
diff to current
2011-09-29
Mohamed Naufal Basheer
Add a shift parameter to celp_lp_synthesis_filter for...
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Make ff_add_wav static to ra144.c
blob
|
commitdiff
|
diff to current
2011-01-25
Diego Elio Pettenò
Make ff_add_wav static to ra144.c
blob
|
commitdiff
|
diff to current
2010-06-11
Francesco Lavra
Split do_output_subblock() into common code and decoder...
blob
|
commitdiff
|
diff to current
2010-06-11
Francesco Lavra
Cosmetics: indent
blob
|
commitdiff
|
diff to current
2010-06-11
Francesco Lavra
Add ff_ prefix to non-static functions
blob
|
commitdiff
|
diff to current
2010-06-11
Francesco Lavra
Split ra144.c in common code (to be shared with the...
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-03-08
Måns Rullgård
Move ff_sqrt() to libavutil/intmath.h
blob
|
commitdiff
|
diff to current
2010-02-13
Francesco Lavra
Fix reading beyond buffer end on RA144Context.lpc_tables.
blob
|
commitdiff
|
diff to current
2010-01-05
Francesco Lavra
Use correct context for av_log(), should prevent a...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-03-01
Måns Rullgård
RA144: work around gcc bug/oddity on ARM
blob
|
commitdiff
|
diff to current
2009-03-01
Vitor Sessak
Reindent after last commit
blob
|
commitdiff
|
diff to current
2009-03-01
Vitor Sessak
Do not read uninitialized buffer, no matter if it will...
blob
|
commitdiff
|
diff to current
2008-10-24
Kenan Gillet
Split off celp_filters.[ch] from acelp_filters.[ch...
blob
|
commitdiff
|
diff to current
2008-09-11
Diego Biurrun
misc spelling/wording/grammar fixes
blob
|
commitdiff
|
diff to current
2008-09-08
Vitor Sessak
Normalize triplets in gain_val_tab[][] so gain_exp_tab...
blob
|
commitdiff
|
diff to current
2008-09-08
Vitor Sessak
Pass directly variable 'a' to interp instead of evaluat...
blob
|
commitdiff
|
diff to current
2008-09-08
Vitor Sessak
Simplify if() in copy_and_dup()
blob
|
commitdiff
|
diff to current
2008-09-08
Vitor Sessak
Add av_cold attribute to decode_init()
blob
|
commitdiff
|
diff to current
2008-09-08
Vitor Sessak
Cosmetics: Make the two additional units in size more...
blob
|
commitdiff
|
diff to current
2008-09-06
Vitor Sessak
Test a var for overflow just after it is set
blob
|
commitdiff
|
diff to current
2008-09-06
Vitor Sessak
Remove useless parentheses.
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Cosmetics: rename loop counters in eval_refl()
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify eval_refl(): do not store a buffer value in...
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify eval_refl(): s/b == 0/!b/
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify range checking in eval_refl(). Before the
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Cosmetics: reindent
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify do_output_subblock(): Remove a unneeded memcpy
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify eval_refl(): return directly when needed inste...
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Simplify rms(): merge a few operations in the same...
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Cosmetical simplification in t_sqrt()
blob
|
commitdiff
|
diff to current
2008-08-06
Vitor Sessak
Check available size before writing in decode_frame()
blob
|
commitdiff
|
diff to current
2008-07-31
Peter Ross
Modify all codecs to report their supported input and...
blob
|
commitdiff
|
diff to current
2008-07-29
Vitor Sessak
Cosmetics: rename loop counter vars to i,j
blob
|
commitdiff
|
diff to current
2008-06-29
Vitor Sessak
Make ff_acelp_lp_synthesis_filter() receives a pointer...
blob
|
commitdiff
|
diff to current
2008-06-29
Vitor Sessak
Update copyright
blob
|
commitdiff
|
diff to current
2008-06-29
Vitor Sessak
Use ff_acelp_lp_synthesis_filter() instead of duplicati...
blob
|
commitdiff
|
diff to current
2008-06-29
Vitor Sessak
Doxy comment
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
Simplify interp()
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
More cosmetics
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
Remove unused entries from lpc_refl_cb*
blob
|
commitdiff
|
diff to current
2008-06-24
Vitor Sessak
Remove unused entries from energy_tab
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Merge the >> 4 calculation of cb1_base in the table
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Consistency: make the output buffer the first argument...
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Use sizeof() intead of hardcoding the values
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Simplify
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
It makes more sense to return 1 here in case of overflow.
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Cosmetics: indent
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Remove unneeded check
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
rescale_rms() should use unsigned ints
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Move factor multiplication out of irms()
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
This should be signed
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
More comments removal/fixes
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Remove useless comment
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
More comments improvement
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Document defines better
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Remove useless define
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Rename rotate_buffer() to copy_and_dup() and doxy it
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Simplify t_sqrt()
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Add doxy comment
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Rename var
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Move code unrelated to lpc filtering out of lpc_filter()
blob
|
commitdiff
|
diff to current
2008-06-23
Vitor Sessak
Simplify rotate_buffer()
blob
|
commitdiff
|
diff to current
2008-06-22
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-06-22
Vitor Sessak
Avoid a memcpy. Code is also simpler now in my opinion.
blob
|
commitdiff
|
diff to current
2008-06-20
Vitor Sessak
Do not write junk in the end of truncated files. FATE
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Misc cosmetics
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Remove useless comment
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Last table renaming
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Yet more table renaming
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
More table renaming
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Rename table
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Rename vars: s/decsp/out/
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Rename function
blob
|
commitdiff
|
diff to current
2008-06-19
Vitor Sessak
Rename var
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-06-05
Vitor Sessak
Remove *lpc_refl from the context. Only the value
blob
|
commitdiff
|
diff to current
2008-06-05
Vitor Sessak
Split function rms() in two (it does two unrelated...
blob
|
commitdiff
|
diff to current
2008-06-02
Vitor Sessak
Remove warning that could never be triggered.
blob
|
commitdiff
|
diff to current
2008-06-01
Vitor Sessak
Replace comments by error messages.
blob
|
commitdiff
|
diff to current
2008-06-01
Vitor Sessak
Cosmetics
blob
|
commitdiff
|
diff to current
2008-06-01
Vitor Sessak
Rename dec2() function
blob
|
commitdiff
|
diff to current
2008-06-01
Vitor Sessak
Rename var
blob
|
commitdiff
|
diff to current
2008-06-01
Vitor Sessak
Rename dec1() to a more descriptive name
blob
|
commitdiff
|
diff to current
next