7346 Commits (19759c9a360bf9eda6b1bc1cef2a23177740e402)

Author SHA1 Message Date
Vitor Sessak eec7ade275 Reindent the whole file 17 years ago
Benoit Fouet 0abf0c5398 Simplify mm_support() for ARM (by Måns). 17 years ago
Matthieu Castet 37dcd091da Define mm_support() for ARM. 17 years ago
Vitor Sessak fe4a5b185f Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one 17 years ago
Vitor Sessak b83ff6c700 Update copyright 17 years ago
Vitor Sessak 95fc77b92d Use ff_acelp_lp_synthesis_filter() instead of duplicating it 17 years ago
Vitor Sessak 8a1c868ee6 Add a rounding parameter to ff_acelp_lp_synthesis_filter() 17 years ago
Laurent Desnogues a6ce3d3d2d Add command line support for '-idct simplearmv6'. 17 years ago
Vitor Sessak dc95111c09 Doxy comment 17 years ago
Baptiste Coudurier f056c8e9dd set frame_size in libfaad decoder 17 years ago
Alexander Strange 74fd9022b5 Realign newlines. 17 years ago
Alexander Strange 00969e1c59 Use MANGLE() instead of memory operands to read globals. 17 years ago
Michael Niedermayer aadd27cdf4 Make code independent/less dependent on dsputil. 17 years ago
Ramiro Polla ae10e1fd3d Seek the file forwards instead of backwards when sync is lost. 17 years ago
Alexander Strange b6a66897b6 Remove pointless AVFrame* casting. 17 years ago
Alexander Strange 39047aecac Remove duplicate emms. 17 years ago
Alexander Strange 8b9bda1c37 Remove commented-out code. 17 years ago
Alexander Strange 2f3b1b801a Export qscale so that postprocessing works. 17 years ago
Alexander Strange de7bdf58f4 Remove unused PutBitContext. 17 years ago
Måns Rullgård dce292bb35 Revert "add libmpeg2 permutation to dct-test" 17 years ago
Aurelien Jacobs 4231f05b28 VP3 parser can also handle VP6 without any changes. 17 years ago
Stefan Gehrer b3bf98aa56 move ff_log2_run to bitstream.c and reuse in ffv1.c 17 years ago
Michael Niedermayer 0c587a4ea8 VP3 & Theora parser to extract keyframe flags. 17 years ago
Måns Rullgård fb9464e807 add libmpeg2 permutation to dct-test 17 years ago
Michael Niedermayer fc658cfe2b Support >=4096 dimensions, fixes issue499. 17 years ago
Michael Niedermayer da95f225fd Set frame_size to the gcd of what the decoder can output. 17 years ago
Alexander Strange ff558537f0 Don't set mm_flags in fft-test, since it doesn't do anything anyway. 17 years ago
Alexander Strange dafe882457 Use a local variable instead of mm_flags in dct-test. 17 years ago
Stefan Gehrer e8e4743591 make ModeAlphabet read-only and use a custom mode alphabet 17 years ago
David Liu 7694a7d93f Close parse context. 17 years ago
Ramiro Polla c624c2195f Make it a little easier to spot that the code is not dealing only with 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 17 years ago
Vitor Sessak afb40e7277 Simplify interp() 17 years ago
Vitor Sessak 74adaa3a00 More cosmetics 17 years ago
Vitor Sessak a97642680b Cosmetics 17 years ago
Stefan Gehrer 0e1d6a4ca7 revert accidental const slipping in 17 years ago
Diego Biurrun ae32e509fb Replace redundant MAX macro declaration by proper use of FFMAX. 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Vitor Sessak 73cc419b27 Use lpc_coef[2] instead of lpc_coef and lpc_coef_old 17 years ago
Vitor Sessak ae70f874ba Remove unused entries from lpc_refl_cb* 17 years ago
Vitor Sessak 7986199fcf Remove unused entries from energy_tab 17 years ago
Laurent Desnogues f5b6778184 Mark constant structure member as const to avoid some warnings. 17 years ago
Diego Biurrun 941b1258b8 Remove redundant mm_flags declaration, fixes the warning: 17 years ago
Vitor Sessak cbcc2527ea Remove unused values from gain_{val,exp}_tab 17 years ago
Vitor Sessak 274ac3457e Now these tables fit in 16 bits. 17 years ago
Vitor Sessak 738ef8fd08 Merge the >> 4 calculation of cb1_base in the table 17 years ago
Vitor Sessak 80e9f30c23 Consistency: make the output buffer the first argument of functions 17 years ago
Vitor Sessak 0a03b6f049 Use sizeof() intead of hardcoding the values 17 years ago
Vitor Sessak 09addb11ce Simplify 17 years ago