summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-27
* memleak / fixes CID118Michael Niedermayer2008-05-27
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-27
* Add commentVitor Sessak2008-05-27
* Fix doxy commentsVitor Sessak2008-05-27
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* cosmetics: typo fixesDiego Biurrun2008-05-27
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-27
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-26
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-26
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* cosmetics: typoDiego Biurrun2008-05-26
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-26
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
* Update commentVitor Sessak2008-05-26
* Rename var: val -> energyVitor Sessak2008-05-26
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
* indentMichael Niedermayer2008-05-26
* allow av_parser_close(NULL)Michael Niedermayer2008-05-26
* print direct_spatial_mv_predMichael Niedermayer2008-05-26