summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-30Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.Carl Eugen Hoyos3-6/+6
2013-04-17ra144: Try to fix int16/uint16 warnings from pgcMichael Niedermayer3-7/+7
2013-02-13Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'Michael Niedermayer6-66/+30
2013-02-12ra144: decode directly to the user-provided AVFrameJustin Ruggles2-9/+5
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-499/+1214
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles3-15/+36
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-922/+1062
2012-03-04ra144enc: fix end-of-stream handlingJustin Ruggles2-8/+26
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer87-1308/+2227
2011-12-02Add avcodec_decode_audio4().Justin Ruggles64-766/+1590
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
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles12-43/+63
2010-06-11RealAudio 14.4k encoder.Francesco Lavra8-4/+525
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
2008-09-08Remove useless commentVitor Sessak1-1/+0
2008-09-08Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just anVitor Sessak2-130/+82
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-06-24mark read-only data as constStefan Gehrer32-58/+58
2008-06-24Remove unused entries from lpc_refl_cb*Vitor Sessak2-61/+36
2008-06-24Remove unused entries from energy_tabVitor Sessak2-10/+6
2008-06-23Remove unused values from gain_{val,exp}_tabVitor Sessak1-514/+130
2008-06-23Now these tables fit in 16 bits.Vitor Sessak1-2/+2
2008-06-23Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2-34/+34
2008-06-19Last table renamingVitor Sessak2-7/+7
2008-06-19Yet more table renamingVitor Sessak2-3/+3
2008-06-1910l: fix typoVitor Sessak1-1/+1
2008-06-19More table renamingVitor Sessak2-14/+14
2008-06-19Rename tableVitor Sessak2-2/+2
2008-06-16Add missing #includes to fix 'make checkheaders'.Diego Biurrun2-0/+4
2008-05-25Yet more cosmeticsVitor Sessak1-2/+3
2008-05-25Use (u)int16_t instead of short for tablesVitor Sessak2-16/+16
2008-05-25Make tables that fit in one byte (u)int8_tVitor Sessak2-5/+6
2008-05-24Make wavtable a table instead of an arrayVitor Sessak2-516/+516
2008-05-21Make etable1 and etable2 tables instead of arrays.Vitor Sessak2-4/+262
2008-05-21Use ff_sqrt() function instead of using a tableVitor Sessak2-516/+1
2008-05-17Convert ra144.h tables from hex to decimalVitor Sessak1-2361/+2155
2008-05-15The first table of decodetable[] is unrelated to the other. Rename it.Vitor Sessak2-16/+15
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
[next]