]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Add support for mp3 contained in oma
[frescor/ffmpeg.git] / libavcodec /
2008-06-25 michaelSet frame_size to the gcd of what the decoder can output.
2008-06-25 astrangeDon't set mm_flags in fft-test, since it doesn't do...
2008-06-25 astrangeUse a local variable instead of mm_flags in dct-test.
2008-06-25 stefangmake ModeAlphabet read-only and use a custom mode alphabet
2008-06-25 benoitClose parse context.
2008-06-25 ramiroMake it a little easier to spot that the code is not...
2008-06-25 stefangremove duplicate tables
2008-06-24 astrangeDefine mm_flags/support to be 0 on architectures where...
2008-06-24 vitorSimplify interp()
2008-06-24 vitorMore cosmetics
2008-06-24 vitorCosmetics
2008-06-24 stefangrevert accidental const slipping in
2008-06-24 diegoReplace redundant MAX macro declaration by proper use...
2008-06-24 stefangmark read-only data as const
2008-06-24 vitorUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
2008-06-24 vitorRemove unused entries from lpc_refl_cb*
2008-06-24 vitorRemove unused entries from energy_tab
2008-06-24 diegoMark constant structure member as const to avoid some...
2008-06-24 diegoRemove redundant mm_flags declaration, fixes the warning:
2008-06-23 vitorRemove unused values from gain_{val,exp}_tab
2008-06-23 vitorNow these tables fits in 16 bits
2008-06-23 vitorMerge the >> 4 calculation of cb1_base in the table
2008-06-23 vitorConsistency: make the output buffer the first argument...
2008-06-23 vitorUse sizeof() intead of hardcoding the values
2008-06-23 vitorSimplify
2008-06-23 vitorSimplify
2008-06-23 vitorIt makes more sense to return 1 here in case of overflow.
2008-06-23 vitorCosmetics: indent
2008-06-23 vitorRemove unneeded check
2008-06-23 vitorrescale_rms() should use unsigned ints
2008-06-23 vitorMove factor multiplication out of irms()
2008-06-23 vitorThis should be signed
2008-06-23 vitorMore comments removal/fixes
2008-06-23 vitorRemove useless comment
2008-06-23 vitorMore comments improvement
2008-06-23 vitorDocument defines better
2008-06-23 vitorRemove useless define
2008-06-23 vitorRename rotate_buffer() to copy_and_dup() and doxy it
2008-06-23 vitorSimplify t_sqrt()
2008-06-23 vitorAdd doxy comment
2008-06-23 vitorRename var
2008-06-23 vitorMove code unrelated to lpc filtering out of lpc_filter()
2008-06-23 vitorSimplify rotate_buffer()
2008-06-23 stefanoFix typo in libavcodec/opt.h.
2008-06-23 benoitAllocate static tables on stack, not heap.
2008-06-22 vitorCosmetics
2008-06-22 vitorAvoid a memcpy. Code is also simpler now in my opinion.
2008-06-22 superdumpRemove now unused variable
2008-06-22 superdumpAdd generic ff_sine_window_init function and implement...
2008-06-22 aurelvp6: ensure that huffman decoding table is sorted with...
2008-06-22 diegocosmetics: alignment
2008-06-22 diegoAdd missing entry for PCM_DVD_ENCODER.
2008-06-22 diegoAdd missing mpegvideo.o to list of vc1.o dependencies.
2008-06-22 diegoAdd missing entry for ADPCM_IMA_QT_ENCODER.
2008-06-22 diegoAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
2008-06-22 reimarFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
2008-06-21 stefanoExtend documentation for AVOption.
2008-06-20 vitorDo not write junk in the end of truncated files. FATE
2008-06-19 vitorMisc cosmetics
2008-06-19 vitorRemove useless comment
2008-06-19 vitorLast table renaming
2008-06-19 vitorYet more table renaming
2008-06-19 vitor10l: fix typo
2008-06-19 vitorMore table renaming
2008-06-19 vitorRename table
2008-06-19 vitorRename vars: s/decsp/out/
2008-06-19 vitorRename function
2008-06-19 vitorRename var
2008-06-19 michaelDont shift F[I] twice, its also clearer and smaller...
2008-06-19 michaelFactorize c->ap += (-c->ap) >> 4 out
2008-06-19 michaelGet rid of G726Tables.bits.
2008-06-19 michaelCopy 4 pointers to avid dozends of ptr dereferences.
2008-06-19 michaelDoes not need to be int16.
2008-06-19 michaelFactorize I >> (c->tbls->bits - 1) out.
2008-06-19 stefanoImprove an lclenc.c error message in case of unsupporte...
2008-06-19 michael1 abs() less
2008-06-18 michaelsimplify
2008-06-18 michaeluseless ()
2008-06-18 michaelremove unneeded tr == 0
2008-06-18 michaelsimplify
2008-06-18 michaelGet rid of the redundant AVG726Context.
2008-06-18 michaelRemove the truncated bitstream handling from our g726...
2008-06-17 gpoirierconvert DOS-style carriage return to Unix-style
2008-06-17 michaelChange iquan tables to int16.
2008-06-17 michaelsimplify
2008-06-17 michaelGet rid of useless wraper function.
2008-06-17 michaelDont inline g726_iterate() the function is big so its...
2008-06-16 michaelReplace i2f(0) by the actual thing done, gcc is not...
2008-06-16 michaelRemove redundant zeroing (the context is memset(0)).
2008-06-16 michaelUse smaller data types for tables.
2008-06-16 michaelFloat11 doesnt need int, .o file becomes smaller and...
2008-06-16 michaelsimplify
2008-06-16 michaelCorrect validity checks.
2008-06-16 michaelPrint sane error message for channels != 1.
2008-06-16 michaelCheck number of bits so we dont try to use table entrie...
2008-06-16 michaelSupport decoding of sample_g726.asf.
2008-06-16 michaelget_bits() outputs exactly as many bits as requested...
2008-06-16 michaelRemove dead code.
2008-06-16 diegoAdd missing #includes to fix 'make checkheaders'.
2008-06-15 jbrfix verbatim mode decoding. patch by Jai Menon (reality...
next