summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
Commit message (Expand)AuthorAge
* Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård2009-02-21
* Alpha: fix pix_abs16Måns Rullgård2009-01-18
* Alpha: add ff_ prefix to idct functionsMåns Rullgård2009-01-18
* Alpha: indentationMåns Rullgård2009-01-18
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* Alpha: add some const, kill some warningsMåns Rullgård2009-01-18
* Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård2009-01-17
* Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* update my email addressMåns Rullgård2007-07-05
* UTF-8 conversionDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård2007-02-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* remove unused variablesMåns Rullgård2005-12-12
* Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner2005-06-19
* Don't include config.h from assembly, because the mplayer developersFalk Hüffner2004-07-10
* interlaced motion estimationMichael Niedermayer2003-12-30
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
* Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner2003-09-13
* warning fixesAlex Beregszaszi2003-07-25
* build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar2003-06-29
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* 32 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer2003-02-22
* Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner2003-01-10
* Kludge around compilation failure on Alpha.Falk Hüffner2002-11-27
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-07
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-05
* Some nifty stuff for upcoming patches.Falk Hüffner2002-10-05
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-13
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-13
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-13
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-13
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-13