index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ra144.c
Age
Commit message (
Expand
)
Author
2011-01-25
Make ff_add_wav static to ra144.c
Diego Elio Pettenò
2010-06-11
Split do_output_subblock() into common code and decoder specific parts
Francesco Lavra
2010-06-11
Cosmetics: indent
Francesco Lavra
2010-06-11
Add ff_ prefix to non-static functions
Francesco Lavra
2010-06-11
Split ra144.c in common code (to be shared with the future encoder) and
Francesco Lavra
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-08
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-02-13
Fix reading beyond buffer end on RA144Context.lpc_tables.
Francesco Lavra
2010-01-05
Use correct context for av_log(), should prevent a crash for malformed files.
Francesco Lavra
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-03-01
RA144: work around gcc bug/oddity on ARM
Måns Rullgård
2009-03-01
Reindent after last commit
Vitor Sessak
2009-03-01
Do not read uninitialized buffer, no matter if it will be multiplied by
Vitor Sessak
2008-10-24
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
Kenan Gillet
2008-09-11
misc spelling/wording/grammar fixes
Diego Biurrun
2008-09-08
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
Vitor Sessak
2008-09-08
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
Vitor Sessak
2008-09-08
Simplify if() in copy_and_dup()
Vitor Sessak
2008-09-08
Add av_cold attribute to decode_init()
Vitor Sessak
2008-09-08
Cosmetics: Make the two additional units in size more clear
Vitor Sessak
2008-09-06
Test a var for overflow just after it is set
Vitor Sessak
2008-09-06
Remove useless parentheses.
Vitor Sessak
2008-08-06
Cosmetics: rename loop counters in eval_refl()
Vitor Sessak
2008-08-06
Simplify eval_refl(): do not store a buffer value in a var when the buffer co...
Vitor Sessak
2008-08-06
Simplify eval_refl(): s/b == 0/!b/
Vitor Sessak
2008-08-06
Simplify range checking in eval_refl(). Before the
Vitor Sessak
2008-08-06
Cosmetics: reindent
Vitor Sessak
2008-08-06
Simplify do_output_subblock(): Remove a unneeded memcpy
Vitor Sessak
2008-08-06
Simplify eval_refl(): return directly when needed instead of storing the retu...
Vitor Sessak
2008-08-06
Simplify rms(): merge a few operations in the same statement
Vitor Sessak
2008-08-06
Cosmetical simplification in t_sqrt()
Vitor Sessak
2008-08-06
Check available size before writing in decode_frame()
Vitor Sessak
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-29
Cosmetics: rename loop counter vars to i,j
Vitor Sessak
2008-06-29
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...
Vitor Sessak
2008-06-29
Update copyright
Vitor Sessak
2008-06-29
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
Vitor Sessak
2008-06-29
Doxy comment
Vitor Sessak
2008-06-24
Simplify interp()
Vitor Sessak
2008-06-24
More cosmetics
Vitor Sessak
2008-06-24
Cosmetics
Vitor Sessak
2008-06-24
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
Vitor Sessak
2008-06-24
Remove unused entries from lpc_refl_cb*
Vitor Sessak
2008-06-24
Remove unused entries from energy_tab
Vitor Sessak
2008-06-23
Merge the >> 4 calculation of cb1_base in the table
Vitor Sessak
2008-06-23
Consistency: make the output buffer the first argument of functions
Vitor Sessak
2008-06-23
Use sizeof() intead of hardcoding the values
Vitor Sessak
2008-06-23
Simplify
Vitor Sessak
2008-06-23
Simplify
Vitor Sessak
[next]