OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / arm /
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-03 Måns Rullgårdarm: Avoid using the movw instruction needlessly
2011-08-03 Martin StorsjöMove an int64_t down in MpegEncContext
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-16 Diego Biurrunarm: remove disabled function dct_unquantize_h263_inter...
2011-07-10 Mans RullgardARM: use const macro to define constant data in asm
2011-07-05 Mans RullgardARM: workaround for bug in GNU assembler
2011-07-04 Mans RullgardARM: allow unaligned buffer in fixed-point NEON FFT4
2011-07-02 Mans RullgardARM: ac3: update ff_ac3_extract_exponents_neon per...
2011-07-02 Mans RullgardARM: NEON optimised vector_clip_int32()
2011-06-29 Mans RullgardARM: remove check for PLD instruction
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-15 Mans RullgardARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
2011-06-14 Mans RullgardARM: factor some repetitive code into macros
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Mans RullgardARM: jrevdct_arm: simplify stack usage
2011-06-13 Mans RullgardARM: jrevdct_arm: use push/pop mnemonics
2011-06-13 Mans RullgardARM: jrevdct_arm: misc cleanup
2011-06-13 Mans RullgardARM: optimised mpadsp_apply_window_fixed
2011-06-06 Mans RullgardARM: remove MUL64 and MAC64 inline asm
2011-06-04 Mans RullgardARM: remove MULL inline asm
2011-06-01 Mans RullgardARM: ac3dsp: optimised update_bap_counts()
2011-05-31 Mans RullgardARM: fix MUL64 inline asm for pre-armv6
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-29 Mans RullgardARM: enable UAL syntax in asm.S
2011-05-28 Mans RullgardARM: unbreak build
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-28 Mans RullgardARM: aacdec: fix constraints on inline asm
2011-05-28 Mans RullgardARM: remove unnecessary volatile from inline asm
2011-05-28 Mans RullgardARM: add "cc" clobbers to inline asm where needed
2011-05-27 Mans RullgardARM: disable ff_vector_fmul_vfp on VFPv3 systems
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-14 Martin Aumüllerarm: properly mark external symbol call
2011-05-10 Ronald S. Bultjearm/h264pred: add missing argument type.
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-04-05 Mans Rullgardac3enc: NEON optimised extract_exponents
2011-04-03 Mans RullgardARM: NEON fixed-point forward MDCT
2011-04-03 Mans RullgardARM: NEON fixed-point FFT
2011-04-01 Mans Rullgardac3enc: ARM optimised ac3_compute_matissa_size
2011-04-01 Mans Rullgardac3: armv6 optimised bit_alloc_calc_bap
2011-03-29 Mans Rullgardac3enc: NEON optimised float_to_fixed24
2011-03-24 Mans RullgardARM: fix ff_apply_window_int16_neon() prototype
2011-03-24 Mans RullgardARM: NEON optimised apply_window_int16()
2011-03-24 Mans Rullgardac3enc: NEON optimised shift functions
2011-03-24 Mans Rullgardac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_ex...
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-27 Mans RullgardARM: VP8: fix build on systems with global symbol prefix
2011-02-27 Mans RullgardARM: fix vp8 neon with pic enabled
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-02-11 Mans RullgardVP8: ARM optimised decode_block_coeffs_internal
2011-02-11 Mans RullgardARM optimised vp56_rac_get_prob()
2011-02-07 Mans RullgardVP8: ARM NEON optimisations for dsp functions
2011-02-02 Mans RullgardARM: add helper macro for declaring constant data
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-29 Mans RullgardRearrange MpegEncContext to simplify access from asm
2011-01-29 Mans RullgardARM: update MpegEncContext offsets
2011-01-24 Mans RullgardARM: NEON: fix overflow in h264 16x16 planar pred
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-09 Martin StorsjöFix arm asm offsets for arm/mach-o
2011-01-09 Luca BarbatoUpdate asm offsets for arm
2010-09-20 Måns RullgårdARM: disable movw/movt for relocated values on Apple...
2010-09-14 Måns RullgårdARM: fix NEON h264_idct_add8
2010-09-10 Luca BarbatoUpdate H263_AIC asm offset for the apple variant
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-25 Måns RullgårdARM: update struct offsets
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-07 Jason Garrett-GlaserSplit h264dsp and h264pred in configure.
2010-08-05 Måns RullgårdARM: NEON H264 8x8 IDCT
2010-08-03 Måns RullgårdARM: update struct offsets
2010-07-18 Loren Merrittmore credits to D. J. Bernstein for fft
2010-07-15 Måns RullgårdARM: NEON H264 chroma loop filter 3 cycles faster
2010-07-15 Måns RullgårdARM: remove two insns from NEON chroma loop filter
2010-07-10 Aurelien Jacobsfix VP5/6 neon dependencies
2010-07-07 Måns RullgårdARM: remove unnecessary .previous directive
2010-07-07 Måns RullgårdARM: set section to .text in 'function' macro
2010-07-07 Måns RullgårdARM: hide a .size directive on non-ELF targets
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-06-29 Måns RullgårdARM: add mov32 macro
2010-06-29 Måns RullgårdARM: (mostly) whitespace cosmetics
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-26 Måns RullgårdARM: fix build with TI compiler
2010-06-22 Ronald S. BultjeReindent after r23716.
2010-06-22 David ConradAdd intra prediction functions for VP8.
2010-06-02 Måns RullgårdARM: struct offsets for Apple ABI
2010-06-02 Måns RullgårdARM: remove some unnecessary ifdefs, fix implicit decla...
2010-06-02 Måns RullgårdARM: check struct offsets only when they are used
2010-06-02 Måns RullgårdARM: fail build if hardcoded struct offsets are wrong
2010-06-01 David Conradarm neon: Add missing mangle to external symbol
2010-06-01 Måns RullgårdARM: NEON clear_block[s]
2010-05-29 Måns RullgårdARM: NEON optimised dct_unquantize_h263_{intra,inter}
2010-05-28 David Conradvp3: 10l Fix DC-only IDCT for C and ARM too
next