summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård2009-12-02
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-02
* ARM: small tweak of NEON H264 IDCTMåns Rullgård2009-12-02
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-02
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-02
* ARM: align stack in NEON h264 mc functionsMåns Rullgård2009-10-11
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-11
* ARM: whitespace cosmeticsMåns Rullgård2009-10-07
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-07
* ARM: make function names all-lowercaseMåns Rullgård2009-10-06
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-06
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
* ARM: whitespace cosmeticsMåns Rullgård2009-10-06
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-04
* ARM: cosmeticsMåns Rullgård2009-10-04
* ARM: replace some #if with if()Måns Rullgård2009-10-04
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
* ARM: shorten some long macro namesMåns Rullgård2009-10-03
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-03
* ARM: whitespace cosmeticsMåns Rullgård2009-10-03
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-02
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-02
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-02
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
* ARM: NEON optimised vector_fmul_addMåns Rullgård2009-09-27
* ARM: NEON optimised vector_clipfMåns Rullgård2009-09-26
* ARM: NEON optimised vector_fmul_reverseMåns Rullgård2009-09-26
* ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård2009-09-23
* ARM: NEON optimised scalarproduct_floatMåns Rullgård2009-09-22
* ARM: NEON optimisations for some dsputil functionsMåns Rullgård2009-09-22
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-21
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-21
* ARM: remove broken IPP supportMåns Rullgård2009-09-21
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-16
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-14
* ARM: NEON optimised MDCTMåns Rullgård2009-09-11
* ARM: faster NEON IMDCTMåns Rullgård2009-09-11
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-10
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-14
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-14
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-27
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-27
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-22
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-22
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård2009-07-20