]> git.sesse.net Git - ffmpeg/history - libavcodec
unused
[ffmpeg] / libavcodec /
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerRemove non C code.
2008-05-30 Michael NiedermayerMove *_static to bitstream.c which is the only file...
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-05-30 Michael NiedermayerChange init_2d_vlc_rl() to not use *alloc_static().
2008-05-30 Michael NiedermayerRemove constant argument.
2008-05-30 Michael NiedermayerSwitch to INIT_VLC_USE_NEW_STATIC.
2008-05-30 Michael NiedermayerLittle helper macro to make the use of INIT_VLC_USE_NEW...
2008-05-30 Michael NiedermayerMake init_vlc* support proper static tables instead...
2008-05-30 Vitor SessakRevert r13499, log:
2008-05-29 Carl Eugen HoyosWarn about unimplemented H264 feature.
2008-05-29 Pascal Massiminoin TRUNCATED mode, use residual fragments in ParseContext
2008-05-29 Stefano SabatiniAdd ASUS V1/V2 decoder codec long names.
2008-05-28 Baptiste Coudurierset avctx time_base in dv decoder
2008-05-28 Michael NiedermayerILP64 fix
2008-05-28 Vitor SessakRename variable
2008-05-28 Vitor SessakMore intermediate vars removal
2008-05-28 Vitor SessakRemove unused var
2008-05-28 Vitor SessakRemove useless intermediate var
2008-05-28 Vitor SessakRemove dec1() function
2008-05-28 Vitor SessakUse ff_acelp_weighted_vector_sum() instead of reimpleme...
2008-05-28 Vitor SessakMake lpc coefficients 16 bit wide
2008-05-28 Vitor SessakSimplify implementation and use of dec2()
2008-05-28 Michael NiedermayerPrevent 128*1<<trellis from becoming 0 and creating...
2008-05-28 Michael Niedermayerset coded_frame
2008-05-28 Diego Biurruncosmetics: spelling typo fixes
2008-05-28 Michael NiedermayerFix return type of ff_init_me().
2008-05-28 Michael Niedermayerminor simplification
2008-05-28 Michael Niedermayerredundant
2008-05-27 Michael NiedermayerCheck dia size a little more. Fixes CID80.
2008-05-27 Michael NiedermayerArrays where one element too small, fixes CID114.
2008-05-27 Michael Niedermayermemleak / fixes CID118
2008-05-27 Michael NiedermayerDo not read from prior the array, fix CID 127.
2008-05-27 Vitor SessakAdd comment
2008-05-27 Vitor SessakFix doxy comments
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-27 Diego Biurruncosmetics: typo fixes
2008-05-27 Justin Ruggleszero the upper frequencies of the correct coefficients
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes in variable...
2008-05-26 Stefano SabatiniClarify avcodec_encode_audio() vs. PCM audio.
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Diego Biurruncosmetics: typo
2008-05-26 Diego Biurruncosmetics: Use C-style comments in #endif directives.
2008-05-26 Vitor SessakRename var: add read coefficients a decent name
2008-05-26 Vitor SessakUpdate comment
2008-05-26 Vitor SessakRename var: val -> energy
2008-05-26 Vitor SessakRename var: swapbuf* are LPC related
2008-05-26 Vitor SessakRename var: buffer_2 is an adaptive codebook
2008-05-26 Vitor SessakContext vars are not global vars. glob is a bad name...
2008-05-26 Vitor SessakRename context struct to be more consistent with the...
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-05-26 Michael Niedermayerindent
2008-05-26 Michael Niedermayerallow av_parser_close(NULL)
2008-05-26 Michael Niedermayerprint direct_spatial_mv_pred
2008-05-25 Justin Rugglessafer solution for setting audio parameters
2008-05-25 Vitor SessakMerge two if's
2008-05-25 Vitor SessakUse (u)int16_t instead of (unsigned) short
2008-05-25 Justin Rugglesset audio parameters if frame header is ok, even if...
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Rugglesadd error concealment
2008-05-25 Vitor SessakYet more cosmetics
2008-05-25 Vitor SessakMore cosmetics
2008-05-25 Vitor SessakCosmetics
2008-05-25 Vitor SessakRename var
2008-05-25 Vitor SessakMinor simplification of dec1()
2008-05-25 Vitor SessakMinor simplification of dec2()
2008-05-25 Vitor SessakRemove useless variable
2008-05-25 Vitor SessakCosmetics: merge declaration and initialization
2008-05-25 Vitor SessakCosmetics: braces removal
2008-05-25 Vitor SessakMove evaluation of variable a to where it is trivial
2008-05-25 Vitor SessakMake add_wav() receive a vector instead of three integers
2008-05-25 Justin Rugglescosmetics: indent
2008-05-25 Justin Ruggles10l: fix error in commit r13382
2008-05-25 Vitor SessakRemove gbuf2 from context
2008-05-25 Justin Rugglesadd checks for missing information in the first block
2008-05-25 Justin Rugglesadd check for invalid channel mode when coupling is...
2008-05-25 Michael NiedermayerFix MB skipping with droppable frames.
2008-05-25 Michael NiedermayerDo not reject odd width/height.
2008-05-25 Vitor SessakUse (u)int16_t instead of short for tables
2008-05-25 Vitor SessakMake tables that fit in one byte (u)int8_t
2008-05-25 Vitor SessakRemove yet another val (gbuf1) from context
2008-05-25 Vitor SessakParameter n of dec functions is always 3. Hardcode it.
2008-05-24 Michael NiedermayerMove const *pow2tab out of context.
2008-05-24 Michael Niedermayersimplify init_pow2table
2008-05-24 Michael NiedermayerMerge init_rootpow2table and init_pow2table.
2008-05-24 Vitor SessakIndent
2008-05-24 Vitor SessakRemove another useless variable from context
2008-05-24 Vladimir VoroshilovMove pitch vector interpolation code to acelp_filters
2008-05-24 Vitor SessakUse an intermediate variable for overflow testing
2008-05-24 Vitor SessakHandle the case where we do not have enough input
2008-05-24 Michael NiedermayerAnoter try to make +- behave sanely.
2008-05-24 Vitor SessakSimplify eq()
2008-05-24 Vitor SessakSimplify final()
2008-05-24 Vitor SessakSimplify rms()
2008-05-24 Vitor SessakMore simplifications of ra144_decode_frame()
2008-05-24 Vitor SessakMake wavtable a table instead of an array
2008-05-24 Carl Eugen HoyosFix compilation for buggy icc.
2008-05-23 Vladimir Voroshilovadaptive and fixed codebook vector operations for ACELP...
2008-05-23 Michael NiedermayerFix + - bug with non flags.
2008-05-22 Benjamin LarssonUpdate copyright and text
next