|
|
|
@70c99adb
|
14 years |
alex.converse |
aacdec: 4% faster main profile decoding.
Originally committed as …
|
|
|
@51ffd3a6
|
14 years |
alex.converse |
aacenc: Favor log2f() and sqrtf() over log2() and sqrt().
Originally …
|
|
|
@04d72abf
|
14 years |
alex.converse |
aacenc: Factorize some scalefactor utilities.
Originally committed as …
|
|
|
@3611e7a3
|
14 years |
lessen42 |
Inline asm for VP56 arith coder
This is a lot more reliable to get …
|
|
|
@ca18a478
|
14 years |
lessen42 |
VP8: Inline traversing vp8_small_mvtree
Much faster …
|
|
|
@7697cdcf
|
14 years |
lessen42 |
VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an …
|
|
|
@fe1b5d97
|
14 years |
lessen42 |
Decode DCT tokens by branching to a different code path for each …
|
|
|
@5474ec2a
|
14 years |
lessen42 |
Move renormalization of the VP56 arith decoder to before decoding a …
|
|
|
@b3d755ec
|
14 years |
lessen42 |
Split renorm of vp56 arith decoder to its own function
Originally …
|
|
|
@24675b80
|
14 years |
lessen42 |
vp56's arith decoder's code_word is only 16 bits, no need for unsigned …
|
|
|
@13a1304b
|
14 years |
darkshikari |
Add myself to VP8 copyright and maintainers.
Also add Ronald to …
|
|
|
@414ac27d
|
14 years |
darkshikari |
VP8: always_inline some things to force gcc to do the right thing …
|
|
|
@06d50ca8
|
14 years |
darkshikari |
VP8: use AV_RL24 instead of defining a new RL24.
Originally committed …
|
|
|
@73016d2
|
14 years |
ramiro.polla |
swscale-test: scale from reference to source only once for each …
|
|
|
@be1c5d35
|
14 years |
ramiro.polla |
indent
Originally committed as revision 31776 to …
|
|
|
@da78053a
|
14 years |
ramiro.polla |
swscale-test: change order tests are run, maintaining the same …
|
|
|
@9fddd14
|
14 years |
darkshikari |
VP8: Slightly faster MV selection
Don't clamp best mv unless it's …
|
|
|
@14767f35
|
14 years |
darkshikari |
VP8: use AV_ZERO32 instead of AV_WN32A where relevant
Originally …
|
|
|
@09959ec4
|
14 years |
darkshikari |
VP8: eliminate redundant code in r24458
Originally committed as …
|
|
|
@a71abb71
|
14 years |
darkshikari |
VP8: shave a few clocks off check_intra_pred_mode
Originally …
|
|
|
@a58ed9a2
|
14 years |
vitor1001 |
Add VP8 sign bias code regtest. Not tested by the official conformance …
|
|
|
@0087aa47
|
14 years |
darkshikari |
VP8: fix broken sign bias code in MV pred
Apparently the official …
|
|
|
@3ae079a3
|
14 years |
darkshikari |
VP8: optimize DC-only chroma case in the same way as luma.
Add MMX …
|
|
|
@3df56f41
|
14 years |
darkshikari |
VP8: Clean up some variable shadowing.
Originally committed as …
|
|
|
@51c9156
|
14 years |
darkshikari |
VP8 asm: cosmetics (spacing)
Originally committed as revision 24453 …
|
|
|
@8a467b2d
|
14 years |
darkshikari |
VP8: 30% faster idct_mb
Take shortcuts based on statistically common …
|
|
|
@ef38842
|
14 years |
darkshikari |
VP8: smarter prefetching
Don't prefetch reference frames that were …
|
|
|
@9479415e
|
14 years |
baptiste.coudurier |
In h264 parser, return immediately if buf_size is 0, avoid printing …
|
|
|
@ef011e6d
|
14 years |
baptiste.coudurier |
In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122
…
|
|
|
@c25c7767
|
14 years |
darkshikari |
VP8: clear DCT blocks in iDCT instead of using clear_blocks.
~0.3% …
|
|
|
@b74f70d6
|
14 years |
darkshikari |
VP8: avoid a memset for non-i4x4 blocks with no coefficients
…
|
|
|
@145d3186
|
14 years |
darkshikari |
Get rid of more unnecessary dereferences in VP8 deblocking
Originally …
|
|
|
@86721533
|
14 years |
darkshikari |
Shut up an uninitialized variable GCC warning in VP8.
Originally …
|
|
|
@c4211046
|
14 years |
darkshikari |
Smarter VP8 prefetching
Prefetch all refs (including altref), but only …
|
|
|
@5b9eb68
|
14 years |
stefano.sabatini-lala |
Prefer impersonal form over third person, for consistency with the …
|
|
|
@8cfae560
|
14 years |
darkshikari |
Fix stupid bug in VP8 prefetching code
Originally committed as …
|
|
|
@c257c752
|
14 years |
stefano.sabatini-lala |
Add an APIchanges entry after the M_PHI addition.
Originally …
|
|
|
@2a38c2e9
|
14 years |
darkshikari |
Eliminate a LUT in escape decoding in VP8 decode_block_coeffs
…
|
|
|
@8d5fa2ba
|
14 years |
stefano.sabatini-lala |
Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, …
|
|
|
@44852477
|
14 years |
stefano.sabatini-lala |
Add the M_PHI constant, contains an approximation of the golden ratio …
|
|
|
@d292c345
|
14 years |
darkshikari |
Eliminate some repeated dereferences in VP8 inter_predict
Originally …
|
|
|
@dc5eec80
|
14 years |
rsbultje |
Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles …
|
|
|
@9bb9875e
|
14 years |
ramiro.polla |
swscale-test: use only 3 characters to print width/height since …
|
|
|
@b6f1e7e
|
14 years |
ramiro.polla |
swscale-test: print test name before running test, so that it's …
|
|
|
@9d0b3042
|
14 years |
mans |
Do not automatically run configure
Making automatic reconfigure work …
|
|
|
@67e1d527
|
14 years |
ramiro.polla |
swscale-test: allocate more memory to prevent scalers from writing out …
|
|
|
@65dd2ded
|
14 years |
stefano.sabatini-lala |
Factorize indent definition in PRINT_LIB_INFO().
Originally committed …
|
|
|
@d101e731
|
14 years |
stefano.sabatini-lala |
Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). …
|
|
|
@1044a92a
|
14 years |
stefano.sabatini-lala |
Rename:
PRINT_LIB_VERSION() -> PRINT_LIB_INFO() …
|
|
|
@b6525b4b
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 24432 to …
|
|
|
@208749a0
|
14 years |
stefano.sabatini-lala |
Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags …
|
|
|
@7eb185e0
|
14 years |
Carl Eugen Hoyos |
Map settings for 2-pass libvpx encoding.
Patch by James Zern, jzern …
|
|
|
@b946111f
|
14 years |
darkshikari |
Eliminate a pointless memset for intra blocks in P-frames in VP8
…
|
|
|
@b9a7186b
|
14 years |
darkshikari |
VP8: Don't store segment in macroblock struct anymore.
Not necessary …
|
|
|
@c55e0d34
|
14 years |
darkshikari |
Convert VP8 macroblock structures to a ring buffer.
Uses a slightly …
|
|
|
@73642926
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for the libavfilter media format generalization …
|
|
|
@bdab614b
|
14 years |
stefano.sabatini-lala |
Generalize pixel format enum fields to int formats.
This is needed to …
|
|
|
@98137a1a
|
14 years |
stefano.sabatini-lala |
Document create_filter().
Originally committed as revision 24423 to …
|
|
|
@d2874a9d
|
14 years |
stefano.sabatini-lala |
Add simple doxy to link_filter().
Originally committed as revision …
|
|
|
@94b2120
|
14 years |
stefano.sabatini-lala |
Fix documentation for parse_link_name().
Originally committed as …
|
|
|
@bb90d85
|
14 years |
stefano.sabatini-lala |
Consistently use Uppercase for the first character of the log …
|
|
|
@99ac59ca
|
14 years |
stefano.sabatini-lala |
Make link_filter() propagate the generated error code.
Originally …
|
|
|
@f219eee5
|
14 years |
stefano.sabatini-lala |
Fix style: "if(" -> "if (".
Originally committed as revision 24418 to …
|
|
|
@968570d6
|
14 years |
darkshikari |
Calculate deblock strength per-MB instead of per-row
Gives better …
|
|
|
@d1c58fce
|
14 years |
darkshikari |
Avoid tracking i4x4 modes in P-frames in VP8
As in the previous …
|
|
|
@158e062c
|
14 years |
darkshikari |
Avoid useless fill_rectangle in P-frames in VP8
In VP8, i4x4 only uses …
|
|
|
@7bf254c4
|
14 years |
darkshikari |
Optimize partition mv decoding in VP8
Originally committed as …
|
|
|
@c0498b30
|
14 years |
darkshikari |
Take shortcuts for mv0 case in VP8 MC
Avoid edge emulation -- it isn't …
|
|
|
@702e8d33
|
14 years |
darkshikari |
Much faster VP8 mv and mode prediction
Originally committed as …
|
|
|
@d229ae2b
|
14 years |
darkshikari |
Convert vp56_mv to 16-bit.
Saves nothing except a bit of memory/cache …
|
|
|
@d864dee
|
14 years |
darkshikari |
Add prefetching to VP8 decoder
~5% faster overall, probably depends on …
|
|
|
@003243c3
|
14 years |
rsbultje |
Fix and enable horizontal >=SSE2 mbedge loopfilter.
Originally …
|
|
|
@c7b1d97
|
14 years |
lorenm |
relicense h264 deblock sse2 to lgpl
Originally committed as revision …
|
|
|
@a33e0365
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after libavcore addition.
Originally committed …
|
|
|
@532e7697
|
14 years |
lorenm |
sync yasm macros from x264
Originally committed as revision 24406 to …
|
|
|
@8731dbd8
|
14 years |
darkshikari |
Eliminate one instruction in VP8 dc_add_sse4
Originally committed as …
|
|
|
@0662bf22
|
14 years |
vitor1001 |
Add WMAPro regtests
Originally committed as revision 24404 to …
|
|
|
@7dd224a4
|
14 years |
darkshikari |
Various VP8 x86 deblocking speedups
SSSE3 versions, improve SSE2 …
|
|
|
@8a810ccb
|
14 years |
Aurélien Jacobs |
use return value of ff_get_line()
Originally committed as revision …
|
|
|
@b0335fd9
|
14 years |
Aurélien Jacobs |
document ff_get_line()
Originally committed as revision 24401 to …
|
|
|
@a43416a5
|
14 years |
Aurélien Jacobs |
improve ff_get_line to return line length
Originally committed as …
|
|
|
@7c89295
|
14 years |
Aurélien Jacobs |
move ff_get_line to aviobuf.c
Originally committed as revision 24399 …
|
|
|
@80769fb7
|
14 years |
Aurélien Jacobs |
rename get_line to ff_get_line
Originally committed as revision 24398 …
|
|
|
@b8b231b5
|
14 years |
darkshikari |
Make mmx VP8 WHT faster
Avoid pextrw, since it's slow on many older …
|
|
|
@a4e6fa86
|
14 years |
mans |
regtest: simplify cleanup after each test
Originally committed as …
|
|
|
@157c9241
|
14 years |
mans |
fate: delete useless artifacts after running each test
Originally …
|
|
|
@bcb0a154
|
14 years |
mans |
fate: keep stderr from failing tests
Originally committed as revision …
|
|
|
@aac6ca69
|
14 years |
stefano.sabatini-lala |
Add libavcore.
The new library is meant to contain the core …
|
|
|
@ac1a31ab
|
14 years |
victorpaesa |
Typo.
Originally committed as revision 24392 to …
|
|
|
@354b7573
|
14 years |
martin |
Zero-initialize structs/arrays with {0} instead of {}, which isn't …
|
|
|
@4f5340a0
|
14 years |
martin |
Reindent, rewrap long comment lines to keep line length below 80 chars …
|
|
|
@bcc4cb46
|
14 years |
martin |
rtpdec_asf: Handle RTSP-MS packet splitting
Originally committed as …
|
|
|
@24413399
|
14 years |
stefano.sabatini-lala |
Document the buffer source.
Originally committed as revision 24388 to …
|
|
|
@59775b3c
|
14 years |
stefano.sabatini-lala |
Extend buffer source syntax.
Make the buffer source accept a string …
|
|
|
@e2f48c05
|
14 years |
stefano.sabatini-lala |
Add an informational trace in init().
Originally committed as …
|
|
|
@b8dddebf
|
14 years |
stefano.sabatini-lala |
Clarify logic and feedback of the init() function.
Originally …
|
|
|
@ce1f8536
|
14 years |
stefano.sabatini-lala |
Add description to the buffer source.
Originally committed as …
|
|
|
@262b6dba
|
14 years |
ramiro.polla |
darwin: allow 64-bit darwin to allocate executable memory
darwin …
|
|
|
@3fc548df
|
14 years |
flameeyes |
Make ff_inverse stay with libavutil, and optional copy it to …
|
|
|
@b3dce4b9
|
14 years |
mans |
Enable lavfi test in "make test"
Originally committed as revision …
|
|
|