]> git.sesse.net Git - ffmpeg/history - libavcodec
merge decl & init
[ffmpeg] / libavcodec /
2008-06-26 Måns RullgårdRevert "add libmpeg2 permutation to dct-test"
2008-06-26 Aurelien JacobsVP3 parser can also handle VP6 without any changes.
2008-06-26 Stefan Gehrermove ff_log2_run to bitstream.c and reuse in ffv1.c
2008-06-26 Michael NiedermayerVP3 & Theora parser to extract keyframe flags.
2008-06-26 Måns Rullgårdadd libmpeg2 permutation to dct-test
2008-06-25 Michael NiedermayerSupport >=4096 dimensions, fixes issue499.
2008-06-25 Michael NiedermayerSet frame_size to the gcd of what the decoder can output.
2008-06-25 Alexander StrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-25 Alexander StrangeUse a local variable instead of mm_flags in dct-test.
2008-06-25 Stefan Gehrermake ModeAlphabet read-only and use a custom mode alphabet
2008-06-25 David LiuClose parse context.
2008-06-25 Ramiro PollaMake it a little easier to spot that the code is not...
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-24 Alexander StrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 Vitor SessakSimplify interp()
2008-06-24 Vitor SessakMore cosmetics
2008-06-24 Vitor SessakCosmetics
2008-06-24 Stefan Gehrerrevert accidental const slipping in
2008-06-24 Diego BiurrunReplace redundant MAX macro declaration by proper use...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-24 Vitor SessakUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 Vitor SessakRemove unused entries from lpc_refl_cb*
2008-06-24 Vitor SessakRemove unused entries from energy_tab
2008-06-24 Laurent DesnoguesMark constant structure member as const to avoid some...
2008-06-24 Diego BiurrunRemove redundant mm_flags declaration, fixes the warning:
2008-06-23 Vitor SessakRemove unused values from gain_{val,exp}_tab
2008-06-23 Vitor SessakNow these tables fit in 16 bits.
2008-06-23 Vitor SessakMerge the >> 4 calculation of cb1_base in the table
2008-06-23 Vitor SessakConsistency: make the output buffer the first argument...
2008-06-23 Vitor SessakUse sizeof() intead of hardcoding the values
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakSimplify
2008-06-23 Vitor SessakIt makes more sense to return 1 here in case of overflow.
2008-06-23 Vitor SessakCosmetics: indent
2008-06-23 Vitor SessakRemove unneeded check
2008-06-23 Vitor Sessakrescale_rms() should use unsigned ints
2008-06-23 Vitor SessakMove factor multiplication out of irms()
2008-06-23 Vitor SessakThis should be signed
2008-06-23 Vitor SessakMore comments removal/fixes
2008-06-23 Vitor SessakRemove useless comment
2008-06-23 Vitor SessakMore comments improvement
2008-06-23 Vitor SessakDocument defines better
2008-06-23 Vitor SessakRemove useless define
2008-06-23 Vitor SessakRename rotate_buffer() to copy_and_dup() and doxy it
2008-06-23 Vitor SessakSimplify t_sqrt()
2008-06-23 Vitor SessakAdd doxy comment
2008-06-23 Vitor SessakRename var
2008-06-23 Vitor SessakMove code unrelated to lpc filtering out of lpc_filter()
2008-06-23 Vitor SessakSimplify rotate_buffer()
2008-06-23 Stefano SabatiniFix typo in libavcodec/opt.h.
2008-06-23 Art ClarkeAllocate static tables on stack, not heap.
2008-06-22 Vitor SessakCosmetics
2008-06-22 Vitor SessakAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-22 Robert SwainRemove now unused variable
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-22 Peter Rossvp6: ensure that huffman decoding table is sorted with...
2008-06-22 Diego Biurruncosmetics: alignment
2008-06-22 Diego BiurrunAdd missing entry for PCM_DVD_ENCODER.
2008-06-22 Peter RossAdd missing mpegvideo.o to list of vc1.o dependencies.
2008-06-22 Peter RossAdd missing entry for ADPCM_IMA_QT_ENCODER.
2008-06-22 Peter RossAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
2008-06-22 Reimar DöffingerFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-06-21 Stefano SabatiniExtend documentation for AVOption.
2008-06-20 Vitor SessakDo not write junk in the end of truncated files. FATE
2008-06-19 Vitor SessakMisc cosmetics
2008-06-19 Vitor SessakRemove useless comment
2008-06-19 Vitor SessakLast table renaming
2008-06-19 Vitor SessakYet more table renaming
2008-06-19 Vitor Sessak10l: fix typo
2008-06-19 Vitor SessakMore table renaming
2008-06-19 Vitor SessakRename table
2008-06-19 Vitor SessakRename vars: s/decsp/out/
2008-06-19 Vitor SessakRename function
2008-06-19 Vitor SessakRename var
2008-06-19 Michael NiedermayerDo not shift F[I] twice, it is also clearer and smaller...
2008-06-19 Michael NiedermayerFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 Michael NiedermayerGet rid of G726Tables.bits.
2008-06-19 Michael NiedermayerCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 Michael NiedermayerDoes not need to be int16.
2008-06-19 Michael NiedermayerFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 Stefano SabatiniImprove an lclenc.c error message in case of unsupporte...
2008-06-19 Michael Niedermayer1 abs() less
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael Niedermayeruseless ()
2008-06-18 Michael Niedermayerremove unneeded tr == 0
2008-06-18 Michael Niedermayersimplify
2008-06-18 Michael NiedermayerGet rid of the redundant AVG726Context.
2008-06-18 Michael NiedermayerRemove the truncated bitstream handling from our g726...
2008-06-17 Guillaume Poirierconvert DOS-style carriage return to Unix-style
2008-06-17 Michael NiedermayerChange iquant tables to int16.
2008-06-17 Michael Niedermayersimplify
2008-06-17 Michael NiedermayerGet rid of useless wrapper function.
2008-06-17 Michael NiedermayerDo not inline g726_iterate() the function is big so...
2008-06-16 Michael NiedermayerReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 Michael NiedermayerRemove redundant zeroing (the context is memset(0)).
2008-06-16 Michael NiedermayerUse smaller data types for tables.
2008-06-16 Michael NiedermayerFloat11 does not need int, .o file becomes smaller...
2008-06-16 Michael Niedermayersimplify
2008-06-16 Michael NiedermayerCorrect validity checks.
2008-06-16 Michael NiedermayerPrint sane error message for channels != 1.
next