6822 Commits (83422c1940d963d395a64bee0cbb9c637192ce8c)

Author SHA1 Message Date
Michael Niedermayer 83422c1940 unused 17 years ago
Michael Niedermayer 65de23d1b6 Remove non C code. 17 years ago
Michael Niedermayer 09dafaeba1 Move *_static to bitstream.c which is the only file left which needs 17 years ago
Michael Niedermayer ceaaf78bb7 Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 17 years ago
Michael Niedermayer 9ef3193df1 Remove constant argument. 17 years ago
Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 17 years ago
Michael Niedermayer d05b24ff89 Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. 17 years ago
Michael Niedermayer ccc54864fe Make init_vlc* support proper static tables instead of this broken beyond 17 years ago
Vitor Sessak 27f19ed501 Revert r13499, log: 17 years ago
Carl Eugen Hoyos 7e14f14584 Warn about unimplemented H264 feature. 17 years ago
Pascal Massimino ae899d12ae in TRUNCATED mode, use residual fragments in ParseContext 17 years ago
Stefano Sabatini 09d9087d26 Add ASUS V1/V2 decoder codec long names. 17 years ago
Baptiste Coudurier 390b25aeda set avctx time_base in dv decoder 17 years ago
Michael Niedermayer 161dab177f ILP64 fix 17 years ago
Vitor Sessak 659094cb6b Rename variable 17 years ago
Vitor Sessak 5e8782dddf More intermediate vars removal 17 years ago
Vitor Sessak 408f43cb36 Remove unused var 17 years ago
Vitor Sessak 7019f1a510 Remove useless intermediate var 17 years ago
Vitor Sessak e05f96285e Remove dec1() function 17 years ago
Vitor Sessak 31e15894d5 Use ff_acelp_weighted_vector_sum() instead of reimplementing it 17 years ago
Vitor Sessak 594409a25c Make lpc coefficients 16 bit wide 17 years ago
Vitor Sessak 121ec9e55a Simplify implementation and use of dec2() 17 years ago
Michael Niedermayer 909a9ad08d Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. 17 years ago
Michael Niedermayer e2d09b65e8 set coded_frame 17 years ago
Diego Biurrun 9c852bcf58 cosmetics: spelling typo fixes 17 years ago
Michael Niedermayer c192426fd8 Fix return type of ff_init_me(). 17 years ago
Michael Niedermayer dd72228e53 minor simplification 17 years ago
Michael Niedermayer 8403c543de redundant 17 years ago
Michael Niedermayer 540c5220ff Check dia size a little more. Fixes CID80. 17 years ago
Michael Niedermayer 6138ed777d Arrays where one element too small, fixes CID114. 17 years ago
Michael Niedermayer c1815c3700 memleak / fixes CID118 17 years ago
Michael Niedermayer 8e6f8869ab Do not read from prior the array, fix CID 127. 17 years ago
Vitor Sessak d26a180fd6 Add comment 17 years ago
Vitor Sessak 1fe50db3f2 Fix doxy comments 17 years ago
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid. 17 years ago
Diego Biurrun ae52bbe5de cosmetics: typo fixes 17 years ago
Justin Ruggles bd98e9e230 zero the upper frequencies of the correct coefficients 17 years ago
Diego Biurrun 1384e27054 consistency cosmetics: indices --> indexes in variable names 17 years ago
Stefano Sabatini 5231f101d1 Clarify avcodec_encode_audio() vs. PCM audio. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Diego Biurrun 30bd40f2f1 cosmetics: typo 17 years ago
Diego Biurrun 756a01f522 cosmetics: Use C-style comments in #endif directives. 17 years ago
Vitor Sessak 6286924461 Rename var: add read coefficients a decent name 17 years ago
Vitor Sessak e9655b3dcd Update comment 17 years ago
Vitor Sessak 2a7b6f251c Rename var: val -> energy 17 years ago
Vitor Sessak e037baf797 Rename var: swapbuf* are LPC related 17 years ago
Vitor Sessak f000bfad3d Rename var: buffer_2 is an adaptive codebook 17 years ago
Vitor Sessak 17a7fc8ceb Context vars are not global vars. glob is a bad name for it. 17 years ago
Vitor Sessak fc9fcbaed5 Rename context struct to be more consistent with the rest of ffmpeg 17 years ago