summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-01
* give context to av_logBaptiste Coudurier2008-06-01
* Prevent scalefactors from overflowing.Michael Niedermayer2008-06-01
* cosmetics: add a comment, remove a commentJustin Ruggles2008-05-31
* simplifyJustin Ruggles2008-05-31
* set lfe params at frame init instead of in every blockJustin Ruggles2008-05-31
* only calculate number of exponent groups when exponents are not reused.Justin Ruggles2008-05-31
* cosmetics: remove unneeded bracesJustin Ruggles2008-05-31
* 10l: cosmeticsJustin Ruggles2008-05-31
* new dba values requires running last 2 bit allocation stagesJustin Ruggles2008-05-31
* get_transform_coeffs() never returns an error, so make the function and its c...Justin Ruggles2008-05-31
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-31
* use enum value for CRC errorJustin Ruggles2008-05-31
* move header error logging to after CRC checkJustin Ruggles2008-05-31
* Minor simplificationVitor Sessak2008-05-31
* Rename variableVitor Sessak2008-05-31
* Remove useless intermediate variableVitor Sessak2008-05-31
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-31
* unusedMichael Niedermayer2008-05-30
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-30
* unusedMichael Niedermayer2008-05-30
* Remove non C code.Michael Niedermayer2008-05-30
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-30
* Remove constant argument.Michael Niedermayer2008-05-30
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-30
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-30
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-30
* Revert r13499, log:Vitor Sessak2008-05-30
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-29
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-29
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-29
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-28
* ILP64 fixMichael Niedermayer2008-05-28
* Rename variableVitor Sessak2008-05-28
* More intermediate vars removalVitor Sessak2008-05-28
* Remove unused varVitor Sessak2008-05-28
* Remove useless intermediate varVitor Sessak2008-05-28
* Remove dec1() functionVitor Sessak2008-05-28
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-28
* set coded_frameMichael Niedermayer2008-05-28
* cosmetics: spelling typo fixesDiego Biurrun2008-05-28
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
* minor simplificationMichael Niedermayer2008-05-28
* redundantMichael Niedermayer2008-05-28
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-27