ffmpeg/libavcodec
Michael Niedermayer 6ea7e6516a Do not use the mlib IDCT by default. We do not want videos which are only
decodable with the mlib IDCT. If anyone knows of other IDCTs which are not
binary identical to a widely available one, ensure that they are not used
by default. Such IDCTs should never have been default anyway, but possibly
something slipped through the reviews ...

Originally committed as revision 12666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-02 11:47:00 +00:00
..
alpha
armv4l pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used 2008-03-24 11:49:59 +00:00
bfin FLAT objects cannot have multiple sections, so using the L1 attributes breaks 2008-02-16 15:17:31 +00:00
i386 h264 chroma mc ssse3 2008-04-01 04:51:28 +00:00
mlib Do not use the mlib IDCT by default. We do not want videos which are only 2008-04-02 11:47:00 +00:00
ppc typo: add missing \ in multi-line macro 2008-03-17 02:33:05 +00:00
ps2
sh4
sparc
4xm.c cosmetics: typo fixes 2008-03-22 16:46:36 +00:00
8bps.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
8svx.c minor typo fixes 2008-03-31 17:31:11 +00:00
aac_ac3_parser.c removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag 2008-03-28 19:59:58 +00:00
aac_ac3_parser.h removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag 2008-03-28 19:59:58 +00:00
aac_parser.c use mpeg4audio common code in aac parser 2008-04-01 12:50:32 +00:00
aasc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ac3_parser.c change name from stream type to frame type in AC3 code 2008-03-28 20:42:55 +00:00
ac3_parser.h change name from stream type to frame type in AC3 code 2008-03-28 20:42:55 +00:00
ac3.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ac3.h change name from stream type to frame type in AC3 code 2008-03-28 20:42:55 +00:00
ac3dec.c change name from stream type to frame type in AC3 code 2008-03-28 20:42:55 +00:00
ac3enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ac3tab.c
ac3tab.h
adpcm.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
adx.h
adxdec.c const 2008-02-01 14:37:36 +00:00
adxenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
alac.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
allcodecs.c Escape 124 (RPL) decoder 2008-03-31 10:41:40 +00:00
apedec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
apiexample.c
asv1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
atrac3.c const 2008-02-01 03:54:08 +00:00
atrac3data.h
audioconvert.c
avcodec.h Escape 124 (RPL) decoder 2008-03-31 10:41:40 +00:00
avs.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
beosthread.c
bethsoftvideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
bethsoftvideo.h
bitstream_filter.c
bitstream.c Apply 'alloc_size' attribute to ff_realloc_static() 2008-03-21 04:48:59 +00:00
bitstream.h const 2008-02-04 00:49:14 +00:00
bmp.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
bmp.h
bmpenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
bytestream.h consts 2008-02-01 03:26:31 +00:00
c93.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
cabac.c
cabac.h cosmetics: remove useless \-newline escapes 2008-03-17 21:00:30 +00:00
cavs_parser.c
cavs.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
cavs.h
cavsdata.h
cavsdec.c const 2008-02-01 03:59:06 +00:00
cavsdsp.c
cinepak.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
cljr.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
colorspace.h
cook.c const 2008-02-01 04:07:48 +00:00
cookdata.h Remove useless variable since r8456. 2008-03-18 20:14:57 +00:00
cscd.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
cyuv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dca_parser.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dca.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dca.h
dcadata.h
dcahuff.h
dct-test.c Altivec and SSE2 require 16-byte alignment, so make sure they get it 2008-03-30 10:30:33 +00:00
dnxhddata.c
dnxhddata.h
dnxhddec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dnxhdenc.c consts 2008-02-01 03:26:31 +00:00
dpcm.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dsicinav.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dsputil.c remove more useless mpegvideo.h includes 2008-03-05 00:43:11 +00:00
dsputil.h typo fixes 2008-03-12 23:58:46 +00:00
dump_extradata_bsf.c
dv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dvbsub_parser.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dvbsub.c
dvbsubdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
dvdata.h some const 2008-02-01 15:08:55 +00:00
dvdsub_parser.c
dvdsubdec.c consts 2008-02-01 03:26:31 +00:00
dvdsubenc.c
dxa.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
elbg.c
elbg.h
error_resilience.c cosmetics: typo fixes 2008-03-22 16:46:36 +00:00
escape124.c Remove flexible array member from Escape 124 2008-04-01 01:28:26 +00:00
eval.c remove more useless mpegvideo.h includes 2008-03-05 00:43:11 +00:00
eval.h Fix 2008-02-15 12:04:35 +00:00
faandct.c Fix unused variable warnings. 2008-03-08 17:18:28 +00:00
faandct.h
faanidct.c Fix unused variable warnings. 2008-03-08 17:18:28 +00:00
faanidct.h include dependencies ... 2008-02-26 23:49:41 +00:00
fdctref.c
fft-test.c
fft.c indentation 2008-03-17 19:22:31 +00:00
ffv1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
flac.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
flacenc.c remove redundant context variable 2008-03-31 00:29:52 +00:00
flashsv.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
flashsvenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
flicvideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
fraps.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
g726.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
gif.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
gifdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
golomb.c
golomb.h
h261_parser.c
h261.c
h261.h
h261data.h
h261dec.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
h261enc.c
h263_parser.c don't cast const away 2008-02-01 23:48:39 +00:00
h263_parser.h
h263.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
h263.h
h263data.h
h263dec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
h264_mp4toannexb_bsf.c
h264_parser.c
h264_parser.h
h264.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
h264.h typo fixes 2008-03-12 23:58:46 +00:00
h264data.h add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
h264dspenc.c
h264enc.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
h264idct.c
h264pred.c
h264pred.h
huffman.c huffman: add a zero_count flag and use it in fraps 2008-03-08 18:08:16 +00:00
huffman.h huffman: add a zero_count flag and use it in fraps 2008-03-08 18:08:16 +00:00
huffyuv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
idcinvideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
imc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
imcdata.h
imgconvert_template.h
imgconvert.c Move functions that are only used when libswscale is not compiled in below 2008-03-16 17:34:31 +00:00
imgconvert.h Add missing stdint.h #include to headers that use it. 2008-03-13 00:20:15 +00:00
imgresample.c Make av_class a pointer to a const AVClass. Addresses one warning in 2008-03-06 17:41:31 +00:00
imx_dump_header_bsf.c
indeo2.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
indeo2data.h
indeo3.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
indeo3data.h
interplayvideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
intrax8.c Correctly clean up IntraX8Context upon codec close. 2008-01-25 07:37:46 +00:00
intrax8.h Correctly clean up IntraX8Context upon codec close. 2008-01-25 07:37:46 +00:00
intrax8dsp.c
intrax8huf.h
jfdctfst.c
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
jrevdct.c
kmvc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
lcl.h
lcldec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
lclenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
liba52.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libamr.c Make AMR-NB block size const and 8 bits. 2008-02-29 08:01:01 +00:00
libfaac.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libfaad.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libgsm.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libmp3lame.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libtheoraenc.c
libvorbis.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libx264.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
libxvid_internal.h
libxvid_rc.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
libxvidff.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ljpegenc.c
loco.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
lzw.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
lzw.h consts 2008-02-01 03:26:31 +00:00
lzwenc.c
mace.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
Makefile use mpeg4audio common code in aac parser 2008-04-01 12:50:32 +00:00
mathops.h fix typo ARCH_PPC -> ARCH_POWERPC 2008-03-17 02:33:02 +00:00
mdct.c improve precision in mdct.c using double for some temporaries 2008-03-16 13:15:42 +00:00
mdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mimic.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c const 2008-02-01 15:30:29 +00:00
mjpegdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mjpegdec.h remove #include "mpegvideo.h" where it is not needed 2008-03-05 00:07:53 +00:00
mjpegenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mjpegenc.h
mlp_parser.c
mlp_parser.h
mmvideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
motion_est_template.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
motion_est.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
motion-test.c
movsub_bsf.c Add bitstream filter to convert between mov and plain text subtitles 2008-01-28 21:24:09 +00:00
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpc7data.h
mpc8.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c mpeg4audio common code 2008-04-01 12:01:40 +00:00
mpeg4audio.h mpeg4audio common code 2008-04-01 12:01:40 +00:00
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg12.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpeg12.h
mpeg12data.c move ff_mpeg1_dc_scale_table to mpegvideo.c 2008-03-05 21:29:15 +00:00
mpeg12data.h move relevant declarations to mpeg12data.h 2008-03-05 00:06:09 +00:00
mpeg12decdata.h
mpeg12enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpegaudio_parser.c
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec.c omg, fix compilation 2008-03-20 09:38:55 +00:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudioenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpegaudiotab.h
mpegvideo_common.h add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
mpegvideo_enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
mpegvideo_parser.c revert 12156 2008-02-20 20:24:38 +00:00
mpegvideo.c Classify mlib as a configurable option, not as a hardware feature. 2008-03-25 21:30:16 +00:00
mpegvideo.h add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
msmpeg4.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msrle.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
msvideo1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
nellymoserdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
noise_bsf.c
nuv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
opt.c Fix handling flags with the MSB set. 2008-03-05 03:59:07 +00:00
opt.h Install headers in $prefix/include/$libname 2008-02-25 09:22:11 +00:00
os2thread.c Add attribute_align_arg to os2thread.c. 2008-03-15 12:28:35 +00:00
parser.c Return an error when realloc fails. 2008-03-25 14:48:18 +00:00
parser.h
pcm.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
pcx.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
png.c decode mng color decorrelation 2008-02-26 10:21:33 +00:00
png.h decode mng color decorrelation 2008-02-26 10:21:33 +00:00
pngdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
pngenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
pnm_parser.c
pnm.c
pnm.h
pnmenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
pthread.c
ptx.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
qdm2.c typo fix: inited --> initialized 2008-02-13 09:26:10 +00:00
qdm2data.h
qdrw.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
qpeg.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
qtrle.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
qtrleenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ra144.c const 2008-02-01 15:43:38 +00:00
ra144.h
ra288.c const 2008-02-01 15:43:53 +00:00
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c Fix typo in variable name: blured --> blurred. 2008-03-22 17:34:29 +00:00
ratecontrol.h
raw.c
raw.h
rawdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rawenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rectangle.h use HAVE_FAST_64BIT 2008-03-17 23:08:14 +00:00
remove_extradata_bsf.c
resample2.c typo: occured --> occurred 2008-03-22 01:06:57 +00:00
resample.c
rl2.c rl2 decoder 2008-03-21 13:45:55 +00:00
rl.h move run length table constants to rl.h 2008-03-04 23:58:12 +00:00
rle.c change rle encoder to count up to 127, sgi does not support 128 2008-03-30 17:27:58 +00:00
rle.h
roqaudioenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
roqvideo.c
roqvideo.h Add some const where appropriate 2008-02-02 21:55:56 +00:00
roqvideodec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
roqvideoenc.c
rpza.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rtjpeg.c Add some const keywords in rtjpeg decoder 2008-02-01 16:20:27 +00:00
rtjpeg.h dsputil.h is a local header 2008-03-03 23:14:25 +00:00
rv10.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rv30.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rv30data.h
rv30dsp.c
rv34.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rv34.h Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of 2008-02-04 10:26:35 +00:00
rv34data.h
rv34vlc.h
rv40.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
rv40data.h
rv40vlc2.h
s3tc.c use AV_RL* instead of le2me_* 2008-02-01 23:49:56 +00:00
s3tc.h
sgi.h
sgidec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
sgienc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
shorten.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
simple_idct.c
simple_idct.h
smacker.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
smc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
snow.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
snow.h
sonic.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
sp5x.h
sp5xdec.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
sunrast.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
svq1enc_cb.h
svq1enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
svq3.c add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
targa.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
targaenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
tiertexseqv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
tiff.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
tiff.h
tiffenc.c Fix warning: 2008-02-02 21:38:25 +00:00
truemotion1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
truemotion1data.h
truemotion2.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
truespeech_data.h
truespeech.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
tscc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
tta.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
txd.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ulti_cb.h
ulti.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
unary.h
utils.c Fix closed gop flag disapearence. 2008-03-29 22:27:25 +00:00
vb.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vc1_parser.c
vc1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vc1.h add FF_ prefix to all (frame)_TYPE usage 2008-03-09 23:31:02 +00:00
vc1acdata.h
vc1data.c
vc1data.h
vc1dsp.c
vcr1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vmdav.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vmnc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vorbis_data.c
vorbis_dec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vorbis_enc_data.h
vorbis_enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vorbis.c 30% faster ff_vorbis_floor1_render_list, 3% faster overall 2008-02-09 13:53:15 +00:00
vorbis.h
vp3.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vp3data.h
vp3dsp.c
vp5.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vp5data.h
vp6.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vp6data.h
vp56.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
vp56.h remove #include "mpegvideo.h" where it is not needed 2008-03-05 00:07:53 +00:00
vp56data.c
vp56data.h
vqavideo.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
w32thread.c __stdcall -> WINAPI 2008-03-07 19:47:44 +00:00
wavpack.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
wma.c
wma.h
wmadata.h
wmadec.c const 2008-02-01 16:14:32 +00:00
wmaenc.c silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value 2008-02-15 13:44:08 +00:00
wmv2.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
wmv2.h
wmv2dec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
wmv2enc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
wnv1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
ws-snd1.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
xan.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
xiph.c
xiph.h
xl.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
xsubdec.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
xvmc_render.h
xvmcvideo.c Fix a bunch of typos in comments. 2008-03-31 17:16:51 +00:00
zmbv.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00
zmbvenc.c Apply 'cold' attribute to init/uninit functions in libavcodec 2008-03-21 03:11:20 +00:00