FFmpeg/libavcodec
Michael Niedermayer 3b8b687dad doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;)
Originally committed as revision 1631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-06 10:21:57 +00:00
..
alpha MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
armv4l MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
i386 MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
liba52 * sync with main liba52 sources 2003-02-18 11:48:57 +00:00
libpostproc reverse incorrect stride < (width+7)&~7 fix 2003-02-20 17:30:51 +00:00
mlib * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ppc MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
ps2 MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
.cvsignore * cleanup 2002-04-26 07:18:57 +00:00
a52dec.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ac3.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ac3dec.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ac3enc.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ac3tab.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
adpcm.c * minor optimalization 2003-03-03 17:13:26 +00:00
allcodecs.c register cyuv with allcodecs.c 2003-02-09 16:58:47 +00:00
apiexample.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
avcodec.c * still unfinished code for Options 2003-02-10 09:40:23 +00:00
avcodec.h extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications 2003-03-05 16:10:13 +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 * using const buffers for reading 2003-02-24 13:41:57 +00:00
common.h * using const buffers for reading 2003-02-24 13:41:57 +00:00
cyuv.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
dct-test.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
Doxyfile doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) 2003-03-06 10:21:57 +00:00
dsputil.c more idiot proof dox 2003-03-06 02:04:54 +00:00
dsputil.h more dox 2003-03-06 10:08:15 +00:00
dv.c MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
dvdata.h support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) 2003-02-27 23:26:31 +00:00
error_resilience.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
eval.c * static,const,compiler warning cleanup 2003-02-10 09:35:32 +00:00
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 2001-08-02 08:29:38 +00:00
fdctref.c dct cleanup 2002-09-01 16:52:33 +00:00
fft-test.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
fft.c AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 2003-01-16 21:54:55 +00:00
h263.c MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
h263data.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
h263dec.c mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) 2003-03-05 20:03:15 +00:00
huffyuv.c 10l 2003-03-05 17:53:33 +00:00
imgconvert.c fixing 410 -> 420 2003-02-18 17:35:49 +00:00
imgresample.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
jfdctfst.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
jfdctint.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
jrevdct.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mace.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
Makefile * using $(MAKE) 2003-02-18 19:10:57 +00:00
mdct.c use av_malloc instead of malloc 2003-01-07 17:44:21 +00:00
mem.c use av_malloc() functions - added av_strdup and av_realloc() 2003-01-23 23:03:09 +00:00
mjpeg.c MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00
motion_est_template.c finetuneing thresholds/factors 2003-01-19 17:55:13 +00:00
motion_est.c user specified motion estimation range limit 2003-02-27 22:56:07 +00:00
motion_test.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mp3lameaudio.c 100l 2002-12-09 14:33:20 +00:00
mpeg4data.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpeg12.c mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) 2003-03-05 20:03:15 +00:00
mpeg12data.h fixing inaccurate frame_rate 2003-03-01 00:16:00 +00:00
mpegaudio.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpegaudio.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpegaudiodec.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpegaudiodectab.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpegaudiotab.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
mpegvideo.c cleanup 2003-03-05 20:13:11 +00:00
mpegvideo.h mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) 2003-03-05 20:03:15 +00:00
msmpeg4.c more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 2003-02-16 23:05:38 +00:00
msmpeg4data.h finetuneing thresholds/factors 2003-01-19 17:55:13 +00:00
oggvorbis.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
oggvorbis.h oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 2002-09-01 18:07:56 +00:00
opts.c * still unfinished code for Options 2003-02-10 09:38:38 +00:00
pcm.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ratecontrol.c * static,const,compiler warning cleanup 2003-02-10 09:35:32 +00:00
resample.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
rv10.c more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 2003-02-16 23:05:38 +00:00
simple_idct.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
simple_idct.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
svq1_cb.h * consts 2002-11-11 09:30:07 +00:00
svq1.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
utils.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
wmadata.h added wma decoder 2002-10-28 00:48:55 +00:00
wmadec.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
wmv2.c MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 2003-03-03 14:54:00 +00:00