]> git.sesse.net Git - ffmpeg/history - libavcodec
Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
[ffmpeg] / libavcodec /
2008-06-06 Diego Biurrunminor spelling/grammar fixes
2008-06-06 Michael NiedermayerFix reading an element after the array.
2008-06-05 Vitor SessakRemove *lpc_refl from the context. Only the value
2008-06-05 Vitor SessakSplit function rms() in two (it does two unrelated...
2008-06-05 Loren Merrittrename me=tesa
2008-06-05 Baptiste Coudurieradd esa/dia compat me options and new tesa for libx264
2008-06-04 Baptiste Coudurierx264 interlaced encoding option
2008-06-04 Baptiste Couduriercleanup, remove useless parentheses
2008-06-04 Justin Rugglesreturn error on frame sync error
2008-06-03 Justin Rugglesprevent crash when dba params are invalid
2008-06-03 Benjamin LarssonSample tested and the code worked so the comment is...
2008-06-03 Diego Biurrunsmall spelling/wording fixes
2008-06-03 Michael Niedermayerff_fetch_timestamp() prototype
2008-06-03 Michael NiedermayerIn mpeg1/2 timestamps are associated with the access...
2008-06-02 Aurelien Jacobsbump micro version after commit r13615
2008-06-02 Baptiste Coudurierprint correct mpeg-2 broken_link value, and print close...
2008-06-02 Vitor SessakRemove warning that could never be triggered.
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerOnly store timestamps when there are timestamps.
2008-06-02 Michael NiedermayerOur MPEG-TS demuxer does not send complete PES packets...
2008-06-02 Michael NiedermayerMove new field to the end to avoid ABI breakage, I...
2008-06-02 Michael Niedermayercosmetic
2008-06-02 Michael NiedermayerAllow matching timestamps to be removed by fetch_timest...
2008-06-02 Michael NiedermayerAdd off argument so that fetch_timestamp can search...
2008-06-02 Michael NiedermayerFactorize fetch_timestamp() into its own function
2008-06-02 Michael Niedermayerunused variable
2008-06-02 Baptiste Couduriercosmetics, remove table_ prefix
2008-06-02 Michael Niedermayerindent
2008-06-02 Michael NiedermayerRename last_frame_offset to next_frame_offset.
2008-06-02 Baptiste Coudurieroptimize, merge offset bits in vlc code
2008-06-02 Michael NiedermayerSimplify parser core.
2008-06-02 Justin Rugglesmove some AC3HeaderInfo struct fields to the Coded...
2008-06-01 Baptiste Coudurierreturn if bitrate is not specified or too low
2008-06-01 Baptiste Coudurieradd context_to_name func for logging
2008-06-01 Vitor SessakReplace comments by error messages.
2008-06-01 Vitor SessakCosmetics
2008-06-01 Vitor SessakRename dec2() function
2008-06-01 Vitor SessakRename var
2008-06-01 Vitor SessakRename dec1() to a more descriptive name
2008-06-01 Vitor SessakThe function dec1() do two completly unrelated things...
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.
next