1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libavcodec
Michael Niedermayer 12e9668119 replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...)

Originally committed as revision 4608 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-21 21:17:09 +00:00
..
alpha Communicate proper aliasing to gcc (needed for 4.1). 2005-06-19 21:46:14 +00:00
armv4l IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) 2005-06-28 22:46:36 +00:00
i386 replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... 2005-09-21 21:17:09 +00:00
liba52 liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) 2005-08-05 23:25:35 +00:00
libpostproc x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) 2005-06-27 00:55:29 +00:00
mlib
ppc 10l 2005-08-05 19:15:34 +00:00
ps2
sh4
sparc
.cvsignore
4xm.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 2005-04-24 17:21:11 +00:00
8bps.c fix segfault (bug #1165640) 2005-07-11 22:56:23 +00:00
a52dec.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 2005-08-26 19:05:44 +00:00
aasc.c Autodesk Animator Studio Codec (AASC) video decoder, courtesy of 2005-04-03 05:02:08 +00:00
ac3.h
ac3dec.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 2005-08-26 19:05:44 +00:00
ac3enc.c While adding stereo rematrixing, I came across something that needs to 2005-05-05 14:10:52 +00:00
ac3tab.h
adpcm.c yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) 2005-07-16 11:18:42 +00:00
adx.c
alac.c 100l - this has only worked on big endian 2005-07-02 19:43:23 +00:00
allcodecs.c Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 2005-09-02 19:16:48 +00:00
amr.c
apiexample.c apiexample fix by (Chip: szarlada, freemail hu) 2005-06-07 20:57:15 +00:00
asv1.c ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 2005-05-07 19:24:07 +00:00
avcodec.h dont include opt.h in avcodec.h 2005-09-12 18:24:48 +00:00
beosthread.c
bitstream.c Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 2005-09-18 21:21:01 +00:00
bitstream.h precautionary checks 2005-09-20 18:51:12 +00:00
cabac.c
cabac.h decode h264 end-of-slice flag 2005-05-29 18:18:13 +00:00
cinepak.c automatically detect Cinepak data from Sega FILM/CPK files 2005-08-14 18:39:59 +00:00
cljr.c
cyuv.c tinfoil patch: accept no widths that are no multiples of 4 2005-08-13 17:12:38 +00:00
dct-test.c add xvid idcts to dct-test 2005-09-10 23:00:13 +00:00
dpcm.c
dsputil.c kill a bunch of compiler warnings 2005-08-14 15:42:40 +00:00
dsputil.h Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 2005-09-19 23:26:47 +00:00
dtsdec.c
dv.c lowres support 2005-09-02 08:30:26 +00:00
dvbsub.c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 2005-07-17 00:28:12 +00:00
dvbsubdec.c subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few 2005-08-14 01:15:27 +00:00
dvdata.h
dvdsub.c subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few 2005-08-14 01:15:27 +00:00
error_resilience.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 2005-04-24 17:21:11 +00:00
eval.c
faac.c vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 2005-08-21 20:27:00 +00:00
faad.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 2005-04-24 17:21:11 +00:00
faandct.c
faandct.h
fdctref.c
fft-test.c printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) 2005-04-04 21:47:50 +00:00
fft.c
ffv1.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 2005-05-08 20:15:42 +00:00
flac.c AV_LOG_DEBUG vs. AV_LOG_ERROR 2005-09-05 09:28:46 +00:00
flicvideo.c tinfoil patch: make sure that pixel pointer does not go out of bounds 2005-08-13 16:59:01 +00:00
fraps.c signature has an 'x' 2005-05-17 23:09:59 +00:00
g726.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 2005-05-08 20:15:42 +00:00
golomb.c
golomb.h
h261.c skip_idct 2005-07-14 21:39:36 +00:00
h261data.h
h263.c set pts for h.263 decoding 2005-09-19 12:03:51 +00:00
h263data.h adding a few const 2005-06-01 21:19:00 +00:00
h263dec.c select xvid idct for xvid files if possible 2005-09-10 17:09:54 +00:00
h264.c Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. 2005-09-21 08:14:17 +00:00
h264data.h typo in cabac tables 2005-06-08 00:40:41 +00:00
h264idct.c decode H.264 with 8x8 transform. 2005-06-02 21:15:20 +00:00
huffyuv.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 2005-05-08 20:15:42 +00:00
idcinvideo.c
imgconvert_template.h
imgconvert.c segfault fix 2005-07-11 00:43:21 +00:00
imgresample.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 2005-08-26 19:05:44 +00:00
indeo2.c kill a bunch of compiler warnings 2005-08-14 15:42:40 +00:00
indeo2data.h support the LE reader, so it can be tested a little 2005-05-11 01:50:46 +00:00
indeo3.c
indeo3data.h
interplayvideo.c
jfdctfst.c
jfdctint.c
jrevdct.c
lcl.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 2005-04-24 17:21:11 +00:00
libgsm.c libgsm warper by (Alban Bedel: albeu, free fr) 2005-05-22 23:39:11 +00:00
loco.c Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) 2005-04-08 21:34:48 +00:00
mace.c
Makefile add xvid idcts to dct-test 2005-09-10 23:00:13 +00:00
mdct.c
mdec.c set pix_fmt 2005-08-13 21:34:24 +00:00
mem.c
mjpeg.c Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 2005-09-18 21:21:01 +00:00
motion_est_template.c
motion_est.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 2005-08-26 19:05:44 +00:00
motion_test.c
mp3lameaudio.c vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 2005-08-21 20:27:00 +00:00
mpeg4data.h adding a few const 2005-06-01 21:19:00 +00:00
mpeg12.c kill a bunch of compiler warnings 2005-08-14 15:42:40 +00:00
mpeg12data.h adding a few const 2005-06-01 21:19:00 +00:00
mpegaudio.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 2005-05-10 20:39:11 +00:00
mpegaudio.h
mpegaudiodec.c adding a few const 2005-06-01 21:19:00 +00:00
mpegaudiodectab.h adding a few const 2005-06-01 21:19:00 +00:00
mpegaudiotab.h adding a few const 2005-06-01 21:19:00 +00:00
mpegvideo.c kill a bunch of compiler warnings 2005-08-14 15:42:40 +00:00
mpegvideo.h fix user data parsing code so it suppors pre1 and cvs 2005-07-24 09:28:24 +00:00
msmpeg4.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 2005-08-26 19:05:44 +00:00
msmpeg4data.h adding a few const 2005-06-01 21:19:00 +00:00
msrle.c
msvideo1.c
oggtheora.c theora decoding using libtheora 2005-05-11 16:42:15 +00:00
oggvorbis.c fixme note 2005-09-04 09:04:52 +00:00
opt.c dont print NULL 2005-09-20 12:57:20 +00:00
opt.h avoid stdio.h 2005-09-11 23:19:57 +00:00
parser.c Kill some compiler warnings. Compiled code verified identical after changes. 2005-09-06 21:25:35 +00:00
pcm.c Document "us" parameter for PCM conversion functions. 2005-09-02 20:04:03 +00:00
png.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 2005-05-10 20:39:11 +00:00
pnm.c Kill some compiler warnings. Compiled code verified identical after changes. 2005-09-06 21:25:35 +00:00
pthread.c
qdrw.c
qpeg.c security fixes 2005-08-13 09:12:09 +00:00
qtrle.c tinfoil patch: make sure pixel_ptr never goes negative 2005-08-13 17:46:09 +00:00
ra144.c
ra144.h
ra288.c
ra288.h
rangecoder.c Kill some compiler warnings. Compiled code verified identical after changes. 2005-09-06 21:25:35 +00:00
rangecoder.h
ratecontrol.c switch to native time bases 2005-04-30 21:43:59 +00:00
raw.c a few more raw yuv fourccs 2005-09-06 15:02:43 +00:00
resample2.c minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 2005-08-14 16:37:29 +00:00
resample.c
roqvideo.c tinfoil patch: validate motion vectors and do not free frame on exit if 2005-08-13 18:25:17 +00:00
rpza.c typo fix by ("Todd.Kirby" doubleshot pacbell net) 2005-04-24 11:08:07 +00:00
rv10.c error concealment fix 2005-09-01 00:15:12 +00:00
shorten.c
simple_idct.c
simple_idct.h
smc.c
snow.c reducing minimum supported picture size 2005-08-21 22:17:41 +00:00
sonic.c
sp5x.h adding a few const 2005-06-01 21:19:00 +00:00
svq1_cb.h
svq1_vlc.h
svq1.c set a few variables correctly 2005-09-05 10:26:11 +00:00
svq3.c skip_idct 2005-07-14 21:39:36 +00:00
truemotion1.c adding a few const 2005-06-01 21:19:00 +00:00
truemotion1data.h adding a few const 2005-06-01 21:19:00 +00:00
tscc.c
ulti_cb.h adding a few const 2005-06-01 21:19:00 +00:00
ulti.c kill a bunch of compiler warnings 2005-08-14 15:42:40 +00:00
utils.c changing a few options to AVOptions 2005-09-20 21:43:45 +00:00
vc9.c print 'not working' message 2005-07-02 19:28:32 +00:00
vc9data.h
vcr1.c
vmdav.c tinfoil patch: be more diligent about checking array boundaries before 2005-08-13 18:39:21 +00:00
vorbis.c decrease V_NB_BITS if possible 2005-05-30 22:02:00 +00:00
vorbis.h decrease V_NB_BITS if possible 2005-05-30 22:02:00 +00:00
vp3.c use av_log in debug mode 2005-09-07 19:15:48 +00:00
vp3data.h another bitstream extraction to optimize: fixed-length motion vectors 2005-05-21 01:12:41 +00:00
vp3dsp.c Kill some compiler warnings. Compiled code verified identical after changes. 2005-09-06 21:25:35 +00:00
vqavideo.c
w32thread.c
wmadata.h
wmadec.c WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) 2005-06-28 14:56:16 +00:00
wmv2.c segfault fix 2005-08-04 22:46:27 +00:00
wnv1.c
ws-snd1.c
x264.c set more x264 encoding parameters 2005-09-14 21:05:24 +00:00
xan.c tinfoil patch: no array is written to in bulk before counts are 2005-08-13 20:48:47 +00:00
xl.c
xvidff.c mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) 2005-08-06 09:46:04 +00:00
xvmcvideo.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 2005-04-24 17:21:11 +00:00