1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/libavcodec
Falk Hüffner 494e409255 Assembly version of put_pixels. This is currently the function that
takes the most time, and it allows for more efficient unaligned access
and better control over memory latencies.

Originally committed as revision 711 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-01 23:47:01 +00:00
..
alpha Assembly version of put_pixels. This is currently the function that 2002-07-01 23:47:01 +00:00
armv4l license/copyright change 2002-05-25 22:45:33 +00:00
i386 * reimplemented remaing avg_ pixel functions 2002-06-03 17:35:35 +00:00
liba52 consistent include usage 2002-05-25 22:42:45 +00:00
mlib license/copyright change 2002-05-25 22:45:33 +00:00
.cvsignore * cleanup 2002-04-26 07:18:57 +00:00
a52dec.c license/copyright change 2002-05-25 22:45:33 +00:00
ac3dec.c license/copyright change 2002-05-25 22:45:33 +00:00
ac3enc.c license/copyright change 2002-05-25 22:45:33 +00:00
ac3enc.h * encoding of AC3 with more than 2 channels 2002-04-08 12:08:03 +00:00
ac3tab.h Initial revision 2001-07-22 14:18:56 +00:00
allcodecs.c wmv1 support 2002-06-18 00:50:20 +00:00
apiexample.c changed opendivx to mpeg4 2001-08-15 13:12:23 +00:00
avcodec.c * first shot for the new avcodec API 2002-05-14 14:17:11 +00:00
avcodec.h wmv1 support 2002-06-18 00:50:20 +00:00
bswap.h don't use inttypes.h - use inline function for bswap_64() 2002-05-26 15:24:32 +00:00
common.c use #ifdef 2002-06-17 08:29:03 +00:00
common.h reverted to inttypes.h since it gives problems on some unixes 2002-06-13 23:36:30 +00:00
dct-test.c avoid name clash with libjpeg - added missing externs 2002-06-04 12:58:40 +00:00
dsputil.c move unaligned access macros to dsputil.h - added unaligned 32 bit store 2002-06-11 13:43:27 +00:00
dsputil.h move unaligned access macros to dsputil.h - added unaligned 32 bit store 2002-06-11 13:43:27 +00:00
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 2001-08-02 08:29:38 +00:00
fdctref.c added idct reference code 2001-08-07 22:43:37 +00:00
h263.c dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
h263data.h dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
h263dec.c dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
imgconvert.c * started to cleanup name clashes for onetime compilation 2002-05-27 16:42:14 +00:00
imgresample.c license/copyright change 2002-05-25 22:45:33 +00:00
jfdctfst.c avoid name clash with libjpeg - added missing externs 2002-06-04 12:58:40 +00:00
jrevdct.c * started to cleanup name clashes for onetime compilation 2002-05-27 16:42:14 +00:00
Makefile Implement put_pixels_clamped and add_pixels_clamped in Assembler. This 2002-07-01 04:26:07 +00:00
mem.c put memory functions in a separate file so that the user can redefinite them without modifying the library 2002-06-11 13:41:01 +00:00
mjpeg.c * turned into debug message - it's annoying when watching mjpeg files 2002-06-27 13:21:16 +00:00
motion_est.c 4mv bugfix 2002-06-24 15:02:52 +00:00
motion_test.c license/copyright change 2002-05-25 22:45:33 +00:00
mp3lameaudio.c license/copyright change 2002-05-25 22:45:33 +00:00
mpeg4data.h dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
mpeg12.c dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
mpeg12data.h dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
mpegaudio.c * started to cleanup name clashes for onetime compilation 2002-05-27 16:42:14 +00:00
mpegaudio.h added missing externs 2002-06-04 12:53:11 +00:00
mpegaudiodec.c Minor warning cleanup. 2002-06-03 11:16:11 +00:00
mpegaudiodectab.h added mpeg audio decoder tables 2001-09-15 22:41:10 +00:00
mpegaudiotab.h license/copyright change 2002-05-25 22:45:33 +00:00
mpegvideo.c init dc_scale tables to defaults (fixes mjpeg sig11) 2002-06-25 10:15:42 +00:00
mpegvideo.h wmv1 support 2002-06-18 00:50:20 +00:00
msmpeg4.c fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 2002-06-22 15:52:25 +00:00
msmpeg4data.h wmv1 support 2002-06-18 00:50:20 +00:00
pcm.c * started to cleanup name clashes for onetime compilation 2002-05-27 16:42:14 +00:00
ratecontrol.c 10l found&patch by D Richard Felker III <dalias at aerifal.cx> 2002-06-02 15:49:21 +00:00
resample.c license/copyright change 2002-05-25 22:45:33 +00:00
rv10.c bugfix 2002-06-01 23:18:44 +00:00
simple_idct.c Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more 2002-06-24 21:17:22 +00:00
simple_idct.h added inlined put/add functions 2002-06-05 18:46:25 +00:00
utils.c moved code to mem.c and allcodecs.c 2002-06-11 13:45:17 +00:00