]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/arm
Split synth filter out of dca.c.
[frescor/ffmpeg.git] / libavcodec / arm /
2009-10-11 mruARM: align stack in NEON h264 mc functions
2009-10-11 mruARM: simplify movrel definition as CONFIG_PIC is now...
2009-10-07 mruARM: whitespace cosmetics
2009-10-07 mruARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
2009-10-06 mruARM: make function names all-lowercase
2009-10-06 mruARM: enable ARMv4 add_pixels_clamped
2009-10-06 mruARM: ARMv6 optimised add_pixels_clamped()
2009-10-06 mruARM: whitespace cosmetics
2009-10-04 mruARM: add ff_ prefix to lots of functions
2009-10-04 mruARM: cosmetics
2009-10-04 mruARM: replace some #if with if()
2009-10-04 mruARM: clean up file/function naming conventions
2009-10-04 mruARM: clean up dsputil initialisation
2009-10-03 mruARM: shorten some long macro names
2009-10-03 mruARM: update ldm/stm instructions to modern syntax
2009-10-03 mruARM: whitespace cosmetics
2009-10-02 mruARM: use plain labels for pc-relative addressing
2009-10-02 mruARM: remove unnecessary .fpu neon directives
2009-10-02 mruARM: use undocumented .syntax directive enable UAL...
2009-10-02 mruARM: apply extern symbol prefix where needed
2009-09-27 mruARM: NEON optimised vector_fmul_add
2009-09-26 mruARM: NEON optimised vector_clipf
2009-09-26 mruARM: NEON optimised vector_fmul_reverse
2009-09-23 mruARM: NEON optimised int32_to_float_fmul_scalar
2009-09-22 mruARM: NEON optimised scalarproduct_float
2009-09-22 mruARM: NEON optimisations for some dsputil functions
2009-09-21 mruARM: merge two loops in ff_mdct_calc_neon
2009-09-21 mruARM: interleave cos/sin tables for improved NEON MDCT
2009-09-21 mruARM: remove broken IPP support
2009-09-20 mruMerge FFTContext and MDCTContext
2009-09-16 mruARM: do not use movw/movt for relocatable values with PIC
2009-09-15 mruMove per-arch fft init bits into the corresponding...
2009-09-14 mruARM: 10l: fix large FFTs
2009-09-11 mruARM: NEON optimised MDCT
2009-09-11 mruARM: faster NEON IMDCT
2009-09-10 mruARM: NEON optimised FFT and MDCT
2009-08-24 diegoAdd necessary #include for config.h.
2009-08-14 mru10L: remove instruction left over from debugging
2009-08-14 mruARM: NEON optimised vorbis_inverse_coupling
2009-07-27 mruARM: cleaner selection of ELF-spefic assembler directives
2009-07-27 diegoConditionally compile ELF-specific ARM assembly bits...
2009-07-22 diegocosmetics: reindent/prettyprint after last commit
2009-07-22 diegoOnly compile in NEON optimizations for H.264 when the...
2009-07-22 diegoDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-07-20 mruARM: handle VFP register arguments in ff_vector_fmul_wi...
2009-07-20 mruARM: check for VFP register arguments
2009-07-04 conradARM: NEON VP3 IDCT
2009-06-17 mruARM: slightly faster NEON H264 horizontal loop filter
2009-05-28 mruARM: add some PLD in NEON IDCT
2009-05-23 conradARM: actually add VP3 loop filter
2009-05-23 conradARM: NEON VP3 Loop Filter
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"