summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
Commit message (Expand)AuthorAgeFilesLines
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-3/+3
|\ \ | |/
* | ra144: use scalarproduct_int16Christophe Gisquet2014-02-101-1/+5
* | Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos2013-06-301-1/+1
* | ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer2013-04-171-2/+2
* | Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'Michael Niedermayer2013-02-131-1/+0
|\ \ | |/
| * ra144: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-0/+2
|\ \ | |/
| * ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-211-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-0/+1
|\ \ | |/
| * ra144enc: fix end-of-stream handlingJustin Ruggles2012-03-041-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-0/+1
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-251-2/+0
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-2/+2
* | Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-261-2/+0
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-2/+2
|/
* RealAudio 14.4k encoder.Francesco Lavra2010-06-111-0/+7
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-111-0/+3
* Cosmetics: indentFrancesco Lavra2010-06-111-1/+1
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-111-18/+19
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-111-1478/+45
* Remove useless commentVitor Sessak2008-09-081-1/+0
* Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2008-09-081-129/+81
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-241-59/+35
* Remove unused entries from energy_tabVitor Sessak2008-06-241-9/+5
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-231-514/+130
* Now these tables fit in 16 bits.Vitor Sessak2008-06-231-2/+2
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-231-32/+32
* Last table renamingVitor Sessak2008-06-191-4/+4
* Yet more table renamingVitor Sessak2008-06-191-2/+2
* 10l: fix typoVitor Sessak2008-06-191-1/+1
* More table renamingVitor Sessak2008-06-191-13/+13
* Rename tableVitor Sessak2008-06-191-1/+1
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-161-0/+2
* Yet more cosmeticsVitor Sessak2008-05-251-2/+3
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-251-15/+15
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-251-3/+3
* Make wavtable a table instead of an arrayVitor Sessak2008-05-241-514/+514
* Make etable1 and etable2 tables instead of arrays.Vitor Sessak2008-05-211-2/+260
* Use ff_sqrt() function instead of using a tableVitor Sessak2008-05-211-515/+0
* Convert ra144.h tables from hex to decimalVitor Sessak2008-05-171-2361/+2155