]> git.sesse.net Git - ffmpeg/history - libavcodec
matroskadec: read TrackTimecodeScale and set timebase accordingly
[ffmpeg] / libavcodec /
2008-06-01 Vitor SessakYet more variable renaming
2008-06-01 Vitor SessakMore variable renaming
2008-06-01 Vitor SessakRename functions
2008-06-01 Vitor SessakRename variables
2008-06-01 Baptiste Couduriermemcpy considering output width, not src linesize,...
2008-06-01 Baptiste Couduriergive context to av_log
2008-06-01 Michael NiedermayerPrevent scalefactors from overflowing.
2008-05-31 Justin Rugglescosmetics: add a comment, remove a comment
2008-05-31 Justin Rugglessimplify
2008-05-31 Justin Rugglesset lfe params at frame init instead of in every block
2008-05-31 Justin Rugglesonly calculate number of exponent groups when exponents...
2008-05-31 Justin Rugglescosmetics: remove unneeded braces
2008-05-31 Justin Ruggles10l: cosmetics
2008-05-31 Justin Rugglesnew dba values requires running last 2 bit allocation...
2008-05-31 Justin Rugglesget_transform_coeffs() never returns an error, so make...
2008-05-31 Vitor SessakAdd doxy comments to eq() and do_voice()
2008-05-31 Justin Rugglesuse enum value for CRC error
2008-05-31 Justin Rugglesmove header error logging to after CRC check
2008-05-31 Vitor SessakMinor simplification
2008-05-31 Vitor SessakRename variable
2008-05-31 Vitor SessakRemove useless intermediate variable
2008-05-31 Vitor SessakRemove ra144.o dependency added in revision r13500...
2008-05-30 Michael Niedermayerunused
2008-05-30 Michael NiedermayerAs *_static are not deallocated anymore except on progr...
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...
next