]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/arm
Add missing '*' to av_tree_insert() doxy.
[frescor/ffmpeg.git] / libavcodec / arm /
2009-04-29 conradARM: Use fewer register in NEON put_pixels _y2 and...
2009-04-29 conradARM: NEON put_pixels_clamped
2009-04-16 conradAdd guaranteed alignment for loading dest pixels in...
2009-04-04 conradARM: NEON optimized put_signed_pixels_clamped
2009-04-04 mruARM: NEON optimised add_pixels_clamped
2009-03-05 mruARM: disable inline asm for armcc
2009-03-01 mruARM: fix missing MUL16() return type
2009-02-28 mruARM: fix corner-case overflow in H.264 weighted prediction
2009-01-30 mruARM: NEON optimised vector_fmul_window
2009-01-30 mruARM: NEON optimised vector_fmul
2009-01-27 mruARM: remove some unused macro arguments
2009-01-27 mruARM: reorder some instructions in put_pixels*_arm
2009-01-27 mruARM: replace jump tables with conditional branches
2009-01-27 mruARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 mruARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 mruARM: optimised mid_pred()
2009-01-27 mruARM: allow register operands for shifts in MULL()
2009-01-25 mruARM: NEON optimised H.264 weighted prediction
2009-01-25 mruARM: NEON optimised H.264 biweighted prediction
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 mruARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-12 mruARM: use push/pop pseudo-instructions in simple_idct_ar...
2009-01-12 mruARM: simple_idct_armv6.S whitespace cosmetics
2009-01-12 mruARM: clean up pc-relative references in simple_idct_armv6.S
2009-01-12 mruARM: use rX register names in simple_idct_armv6.S
2008-12-30 mruARM: work around linker bug with movw/movt relocations...
2008-12-30 mruARM: rename coefficient table in NEON IDCT
2008-12-26 mruARM: NEON optimised float_to_int16
2008-12-25 mruARM: add new h264 idct functions
2008-12-17 mruARM: replace "armv4l" with "arm"