index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
ra144.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct few "ffmpeg" typos
Paul B Mahol
2014-08-24
1
-1
/
+1
*
Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'
Michael Niedermayer
2014-06-22
1
-3
/
+3
|
\
*
|
ra144: use scalarproduct_int16
Christophe Gisquet
2014-02-10
1
-1
/
+5
*
|
Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.
Carl Eugen Hoyos
2013-06-30
1
-1
/
+1
*
|
ra144: Try to fix int16/uint16 warnings from pgc
Michael Niedermayer
2013-04-17
1
-2
/
+2
*
|
Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'
Michael Niedermayer
2013-02-13
1
-1
/
+0
|
\
\
|
|
/
|
*
ra144: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
1
-1
/
+1
|
\
\
|
|
/
|
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-22
1
-0
/
+2
|
\
\
|
|
/
|
*
ra144enc: use AVCodec.encode2()
Justin Ruggles
2012-03-21
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-05
1
-0
/
+1
|
\
\
|
|
/
|
*
ra144enc: fix end-of-stream handling
Justin Ruggles
2012-03-04
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
1
-0
/
+1
|
\
\
|
|
/
|
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-0
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Make ff_add_wav static to ra144.c
Diego Elio Pettenò
2011-01-25
1
-2
/
+0
|
*
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-21
1
-2
/
+2
*
|
Make ff_add_wav static to ra144.c
Diego Elio Pettenò
2011-01-26
1
-2
/
+0
*
|
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-23
1
-2
/
+2
|
/
*
RealAudio 14.4k encoder.
Francesco Lavra
2010-06-11
1
-0
/
+7
*
Split do_output_subblock() into common code and decoder specific parts
Francesco Lavra
2010-06-11
1
-0
/
+3
*
Cosmetics: indent
Francesco Lavra
2010-06-11
1
-1
/
+1
*
Add ff_ prefix to non-static functions
Francesco Lavra
2010-06-11
1
-18
/
+19
*
Split ra144.c in common code (to be shared with the future encoder) and
Francesco Lavra
2010-06-11
1
-1478
/
+45
*
Remove useless comment
Vitor Sessak
2008-09-08
1
-1
/
+0
*
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
Vitor Sessak
2008-09-08
1
-129
/
+81
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-1
/
+1
*
Remove unused entries from lpc_refl_cb*
Vitor Sessak
2008-06-24
1
-59
/
+35
*
Remove unused entries from energy_tab
Vitor Sessak
2008-06-24
1
-9
/
+5
*
Remove unused values from gain_{val,exp}_tab
Vitor Sessak
2008-06-23
1
-514
/
+130
*
Now these tables fit in 16 bits.
Vitor Sessak
2008-06-23
1
-2
/
+2
*
Merge the >> 4 calculation of cb1_base in the table
Vitor Sessak
2008-06-23
1
-32
/
+32
*
Last table renaming
Vitor Sessak
2008-06-19
1
-4
/
+4
*
Yet more table renaming
Vitor Sessak
2008-06-19
1
-2
/
+2
*
10l: fix typo
Vitor Sessak
2008-06-19
1
-1
/
+1
*
More table renaming
Vitor Sessak
2008-06-19
1
-13
/
+13
*
Rename table
Vitor Sessak
2008-06-19
1
-1
/
+1
*
Add missing #includes to fix 'make checkheaders'.
Diego Biurrun
2008-06-16
1
-0
/
+2
*
Yet more cosmetics
Vitor Sessak
2008-05-25
1
-2
/
+3
*
Use (u)int16_t instead of short for tables
Vitor Sessak
2008-05-25
1
-15
/
+15
*
Make tables that fit in one byte (u)int8_t
Vitor Sessak
2008-05-25
1
-3
/
+3
*
Make wavtable a table instead of an array
Vitor Sessak
2008-05-24
1
-514
/
+514
*
Make etable1 and etable2 tables instead of arrays.
Vitor Sessak
2008-05-21
1
-2
/
+260
*
Use ff_sqrt() function instead of using a table
Vitor Sessak
2008-05-21
1
-515
/
+0
*
Convert ra144.h tables from hex to decimal
Vitor Sessak
2008-05-17
1
-2361
/
+2155
*
The first table of decodetable[] is unrelated to the other. Rename it.
Vitor Sessak
2008-05-15
1
-14
/
+13
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
[next]