summaryrefslogtreecommitdiff
path: root/libavcodec/alpha
Commit message (Expand)AuthorAge
* Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'Michael Niedermayer2013-01-23
|\
| * dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* | Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'Michael Niedermayer2013-01-23
|\|
| * dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-10
|\|
| * build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* | dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis2012-09-09
* | lowres2 support.Michael Niedermayer2012-04-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-22
|\|
| * Remove lowres video decodingMans Rullgard2012-04-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-26
|\|
| * build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
| * dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * simple_idct: add 10-bit versionMans Rullgard2011-07-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\|
| * ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-28
|\|
| * simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
|/
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Remove --enable-gprof flagMåns Rullgård2010-06-26
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
* Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun2009-08-21
* 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