ffmpeg/libavcodec
Zdenek Kabelac 855ea723b0 * two functions to handle allocation of static data more simple
av_mallocz_static - called for every static data table
  av_free_static - called when ffmpeg is no longer needed and should free
                   all static resources
* simple usage shown in mpegaudiodec.c

Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-03 19:40:35 +00:00
..
alpha Kludge around compilation failure on Alpha. 2002-11-27 01:20:42 +00:00
armv4l * cut&paste fix 2002-11-20 07:32:18 +00:00
i386 100l (sad8x8_x2 had params in wrong order) 2002-12-03 11:07:41 +00:00
liba52
mlib * using DSPContext - so each codec could use its local (sub)set of CPU extension 2002-11-11 10:04:45 +00:00
ppc altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 2002-11-26 09:21:01 +00:00
ps2 * using DSPContext - so each codec could use its local (sub)set of CPU extension 2002-11-11 10:04:45 +00:00
.cvsignore
Makefile huffyuv 2002-11-14 19:20:04 +00:00
a52dec.c
ac3.h preparing integration of new AC3 decoder 2002-10-28 00:39:05 +00:00
ac3dec.c
ac3enc.c preparing integration of new AC3 decoder 2002-10-28 00:39:05 +00:00
ac3tab.h preparing integration of new AC3 decoder 2002-10-28 00:39:05 +00:00
adpcm.c
allcodecs.c * Ogg/Vorbis patch by Mark Hills 2002-11-22 07:27:13 +00:00
apiexample.c apiexample doesnt send complete frames to the codec 2002-11-26 16:16:04 +00:00
avcodec.c * useless commit - ignore 2002-11-11 09:37:40 +00:00
avcodec.h * two functions to handle allocation of static data more simple 2002-12-03 19:40:35 +00:00
bswap.h
common.c aspect ratio cleanup 2002-11-20 13:08:04 +00:00
common.h Add some rudimentary support for sparc64 2002-11-26 04:29:40 +00:00
dct-test.c
dsputil.c * altivec and pix_norm patch by Brian Foley 2002-11-22 07:53:06 +00:00
dsputil.h altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 2002-11-26 09:21:01 +00:00
dv.c * not checking for get_buffer_callback - it would be user's error 2002-11-14 18:43:49 +00:00
dvdata.h
error_resilience.c * using DSPContext - so each codec could use its local (sub)set of CPU extension 2002-11-11 09:40:17 +00:00
eval.c
fastmemcpy.h
fdctref.c
fft-test.c new generic FFT/MDCT code for audio codecs 2002-10-28 00:34:08 +00:00
fft.c new generic FFT/MDCT code for audio codecs 2002-10-28 00:34:08 +00:00
h263.c fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards 2002-11-26 08:56:10 +00:00
h263data.h
h263dec.c 10l 2002-11-25 09:57:58 +00:00
huffyuv.c slices & encoding optim 2002-11-15 11:05:14 +00:00
imgconvert.c 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) 2002-11-14 19:46:14 +00:00
imgresample.c Simplify an expression and eliminate a compile warning 2002-11-30 17:14:07 +00:00
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c Avoid "unused variable 'c'" warning. 2002-11-26 08:58:24 +00:00
mdct.c avoid name clash 2002-10-29 22:26:01 +00:00
mem.c * fixing some minor const warnings 2002-11-12 15:00:04 +00:00
mjpeg.c 10l fix 2002-12-03 15:42:17 +00:00
motion_est.c * altivec and pix_norm patch by Brian Foley 2002-11-22 07:53:06 +00:00
motion_test.c
mp3lameaudio.c
mpeg4data.h
mpeg12.c dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) 2002-11-26 00:54:27 +00:00
mpeg12data.h
mpegaudio.c
mpegaudio.h
mpegaudiodec.c * two functions to handle allocation of static data more simple 2002-12-03 19:40:35 +00:00
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c 100l (mixing chroma & luma linesize) 2002-12-03 01:14:34 +00:00
mpegvideo.h * fixed prototype 2002-11-19 09:17:52 +00:00
msmpeg4.c reversing header game 2002-11-10 11:46:59 +00:00
msmpeg4data.h
oggvorbis.c * Ogg/Vorbis patch by Mark Hills 2002-11-22 07:27:13 +00:00
oggvorbis.h
pcm.c
ratecontrol.c reversing header game 2002-11-10 11:46:59 +00:00
resample.c
rv10.c * using DSPContext - so each codec could use its local (sub)set of CPU extension 2002-11-11 09:40:17 +00:00
simple_idct.c
simple_idct.h
svq1.c * fixing some minor const warnings 2002-11-12 15:00:04 +00:00
svq1_cb.h * consts 2002-11-11 09:30:07 +00:00
utils.c * two functions to handle allocation of static data more simple 2002-12-03 19:40:35 +00:00
wmadata.h added wma decoder 2002-10-28 00:48:55 +00:00
wmadec.c * avoid negative numbers as well 2002-10-31 20:22:30 +00:00