2008-07-05 |
vitor |
Create a function for float dot product instead of duplicating all over the file
libavcodec
|
2008-07-05 |
diego |
Add correct header #include to fix 'make checkheaders'.
libavcodec
|
2008-07-05 |
diego |
Add required stdint.h header #include.
libavcodec
|
2008-07-05 |
diego |
spelling cosmetics
libavcodec
|
2008-07-05 |
diego |
Add a note to remind people that new PCM/ADPCM formats need to be added to
libavcodec
|
2008-07-05 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
2008-07-04 |
vitor |
Write for loops in a more standard way. In my opinion, they are much more readable now.
libavcodec
|
2008-07-04 |
ramiro |
MLP/TrueHD decoder.
libavcodec
|
2008-07-04 |
vitor |
Move vars declaration to inner loop when possible
libavcodec
|
2008-07-04 |
vitor |
Simplify
libavcodec
|
2008-07-03 |
vitor |
Remove unneeded var
libavcodec
|
2008-07-03 |
vitor |
Use a matrix instead of a vector
libavcodec
|
2008-07-03 |
vitor |
Reindent table
libavcodec
|
2008-07-03 |
michael |
We do not only calculate it but we also return it.
libavcodec
|
2008-07-03 |
michael |
More correct comment.
libavcodec
|
2008-07-03 |
michael |
make sum_of_squares() more generic
libavcodec
|
2008-07-02 |
astrange |
Cosmetics: split a long line.
libavcodec
|
2008-07-02 |
astrange |
Use get_cabac_bypass_sign instead of an if/else.
libavcodec
|
2008-07-02 |
astrange |
Reorder the if/else for residual cats to match gcc's branch prediction.
libavcodec
|
2008-07-02 |
astrange |
Simplify loop condition for readability.
libavcodec
|
2008-07-02 |
astrange |
Reindent.
libavcodec
|
2008-07-02 |
astrange |
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop.
libavcodec
|
2008-07-02 |
astrange |
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.
libavcodec
|
2008-07-02 |
astrange |
Don't test for H264 encoding unless an encoder exists.
libavcodec
|
2008-07-02 |
ramiro |
Clarify comment about parity nibble.
libavcodec
|
2008-07-01 |
ramiro |
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
libavcodec
|
2008-06-30 |
stefano |
Clarify/simplify documentation for the default_val field in AVOption.
libavcodec
|
2008-06-30 |
vitor |
Remove useless wrapper around ra288_decode_frame()
libavcodec
|
2008-06-30 |
vitor |
Remove unpack() function, read the bitstream as needed
libavcodec
|
2008-06-30 |
vitor |
Clean up error message
libavcodec
|
2008-06-30 |
vitor |
Rewrite unpack() using the bitstream reader
libavcodec
|
2008-06-30 |
voroshil |
gain code, gain pitch and pitch delay decoding for ACELP based codecs
libavcodec
|
2008-06-30 |
vitor |
Move function to avoid forward declaration
libavcodec
|
2008-06-30 |
vitor |
Remove useless initialization
libavcodec
|
2008-06-30 |
vitor |
Reindent the whole file
libavcodec
|
2008-06-30 |
benoit |
Simplify mm_support() for ARM (by Måns).
libavcodec
|
2008-06-30 |
benoit |
Define mm_support() for ARM.
libavcodec
|
2008-06-29 |
vitor |
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one
libavcodec
|
2008-06-29 |
vitor |
Update copyright
libavcodec
|
2008-06-29 |
vitor |
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
libavcodec
|
2008-06-29 |
vitor |
Add a rounding parameter to ff_acelp_lp_synthesis_filter()
libavcodec
|
2008-06-29 |
diego |
Add command line support for '-idct simplearmv6'.
libavcodec
|
2008-06-29 |
vitor |
Doxy comment
libavcodec
|
2008-06-28 |
bcoudurier |
set frame_size in libfaad decoder
libavcodec
|
2008-06-28 |
astrange |
Realign newlines.
libavcodec
|
2008-06-28 |
astrange |
Use MANGLE() instead of memory operands to read globals.
libavcodec
|
2008-06-28 |
michael |
Make code independent/less dependent on dsputil.
libavcodec
|
2008-06-27 |
ramiro |
Seek the file forwards instead of backwards when sync is lost.
libavcodec
|
2008-06-27 |
astrange |
Remove pointless AVFrame* casting.
libavcodec
|
2008-06-27 |
astrange |
Remove duplicate emms.
libavcodec
|
2008-06-27 |
astrange |
Remove commented-out code.
libavcodec
|
2008-06-27 |
astrange |
Export qscale so that postprocessing works.
libavcodec
|
2008-06-27 |
astrange |
Remove unused PutBitContext.
libavcodec
|
2008-06-26 |
mru |
Revert "add libmpeg2 permutation to dct-test"
libavcodec
|
2008-06-26 |
aurel |
VP3 parser can also handle VP6 without any changes.
libavcodec
|
2008-06-26 |
stefang |
move ff_log2_run to bitstream.c and reuse in ffv1.c
libavcodec
|
2008-06-26 |
michael |
VP3 & Theora parser to extract keyframe flags.
libavcodec
|
2008-06-26 |
mru |
add libmpeg2 permutation to dct-test
libavcodec
|
2008-06-25 |
michael |
Support >=4096 dimensions, fixes issue499.
libavcodec
|
2008-06-25 |
michael |
Set frame_size to the gcd of what the decoder can output.
libavcodec
|
2008-06-25 |
astrange |
Don't set mm_flags in fft-test, since it doesn't do anything anyway.
libavcodec
|
2008-06-25 |
astrange |
Use a local variable instead of mm_flags in dct-test.
libavcodec
|
2008-06-25 |
stefang |
make ModeAlphabet read-only and use a custom mode alphabet
libavcodec
|
2008-06-25 |
benoit |
Close parse context.
libavcodec
|
2008-06-25 |
ramiro |
Make it a little easier to spot that the code is not dealing only with
libavcodec
|
2008-06-25 |
stefang |
remove duplicate tables
libavcodec
|
2008-06-24 |
astrange |
Define mm_flags/support to be 0 on architectures where they don't exist.
libavcodec
|
2008-06-24 |
vitor |
Simplify interp()
libavcodec
|
2008-06-24 |
vitor |
More cosmetics
libavcodec
|
2008-06-24 |
vitor |
Cosmetics
libavcodec
|
2008-06-24 |
stefang |
revert accidental const slipping in
libavcodec
|
2008-06-24 |
diego |
Replace redundant MAX macro declaration by proper use of FFMAX.
libavcodec
|
2008-06-24 |
stefang |
mark read-only data as const
libavcodec
|
2008-06-24 |
vitor |
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old
libavcodec
|
2008-06-24 |
vitor |
Remove unused entries from lpc_refl_cb*
libavcodec
|
2008-06-24 |
vitor |
Remove unused entries from energy_tab
libavcodec
|
2008-06-24 |
diego |
Mark constant structure member as const to avoid some warnings.
libavcodec
|
2008-06-24 |
diego |
Remove redundant mm_flags declaration, fixes the warning:
libavcodec
|
2008-06-23 |
vitor |
Remove unused values from gain_{val,exp}_tab
libavcodec
|
2008-06-23 |
vitor |
Now these tables fit in 16 bits.
libavcodec
|
2008-06-23 |
vitor |
Merge the >> 4 calculation of cb1_base in the table
libavcodec
|
2008-06-23 |
vitor |
Consistency: make the output buffer the first argument of functions
libavcodec
|
2008-06-23 |
vitor |
Use sizeof() intead of hardcoding the values
libavcodec
|
2008-06-23 |
vitor |
Simplify
libavcodec
|
2008-06-23 |
vitor |
Simplify
libavcodec
|
2008-06-23 |
vitor |
It makes more sense to return 1 here in case of overflow.
libavcodec
|
2008-06-23 |
vitor |
Cosmetics: indent
libavcodec
|
2008-06-23 |
vitor |
Remove unneeded check
libavcodec
|
2008-06-23 |
vitor |
rescale_rms() should use unsigned ints
libavcodec
|
2008-06-23 |
vitor |
Move factor multiplication out of irms()
libavcodec
|
2008-06-23 |
vitor |
This should be signed
libavcodec
|
2008-06-23 |
vitor |
More comments removal/fixes
libavcodec
|
2008-06-23 |
vitor |
Remove useless comment
libavcodec
|
2008-06-23 |
vitor |
More comments improvement
libavcodec
|
2008-06-23 |
vitor |
Document defines better
libavcodec
|
2008-06-23 |
vitor |
Remove useless define
libavcodec
|
2008-06-23 |
vitor |
Rename rotate_buffer() to copy_and_dup() and doxy it
libavcodec
|
2008-06-23 |
vitor |
Simplify t_sqrt()
libavcodec
|
2008-06-23 |
vitor |
Add doxy comment
libavcodec
|
2008-06-23 |
vitor |
Rename var
libavcodec
|
2008-06-23 |
vitor |
Move code unrelated to lpc filtering out of lpc_filter()
libavcodec
|
2008-06-23 |
vitor |
Simplify rotate_buffer()
libavcodec
|
2008-06-23 |
stefano |
Fix typo in libavcodec/opt.h.
libavcodec
|
2008-06-23 |
benoit |
Allocate static tables on stack, not heap.
libavcodec
|
2008-06-22 |
vitor |
Cosmetics
libavcodec
|
2008-06-22 |
vitor |
Avoid a memcpy. Code is also simpler now in my opinion.
libavcodec
|
2008-06-22 |
superdump |
Remove now unused variable
libavcodec
|
2008-06-22 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
libavcodec
|
2008-06-22 |
aurel |
vp6: ensure that huffman decoding table is sorted with descending symbol order
libavcodec
|
2008-06-22 |
diego |
cosmetics: alignment
libavcodec
|
2008-06-22 |
diego |
Add missing entry for PCM_DVD_ENCODER.
libavcodec
|
2008-06-22 |
diego |
Add missing mpegvideo.o to list of vc1.o dependencies.
libavcodec
|
2008-06-22 |
diego |
Add missing entry for ADPCM_IMA_QT_ENCODER.
libavcodec
|
2008-06-22 |
diego |
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
libavcodec
|
2008-06-22 |
reimar |
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16
libavcodec
|
2008-06-21 |
stefano |
Extend documentation for AVOption.
libavcodec
|
2008-06-20 |
vitor |
Do not write junk in the end of truncated files. FATE
libavcodec
|
2008-06-19 |
vitor |
Misc cosmetics
libavcodec
|
2008-06-19 |
vitor |
Remove useless comment
libavcodec
|
2008-06-19 |
vitor |
Last table renaming
libavcodec
|
2008-06-19 |
vitor |
Yet more table renaming
libavcodec
|
2008-06-19 |
vitor |
10l: fix typo
libavcodec
|
2008-06-19 |
vitor |
More table renaming
libavcodec
|
2008-06-19 |
vitor |
Rename table
libavcodec
|
2008-06-19 |
vitor |
Rename vars: s/decsp/out/
libavcodec
|
2008-06-19 |
vitor |
Rename function
libavcodec
|
2008-06-19 |
vitor |
Rename var
libavcodec
|
2008-06-19 |
michael |
Do not shift F[I] twice, it is also clearer and smaller now.
libavcodec
|