1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-18 15:25:05 +02:00
ffmpeg/libavcodec
Roman Shaposhnik 948c3a1397 support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1612 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-27 23:26:31 +00:00
..
alpha 32 vs. 64bit bugfix by (Dave Huang (dahanc)) 2003-02-22 13:44:16 +00:00
armv4l * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
i386 * prototypes at one place 2003-02-11 16:57:55 +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 * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
ps2 * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +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 * fixed IMA WAV decoding (though still might not be fully correct) 2003-02-24 13:26:41 +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 user specified motion estimation range limit 2003-02-27 22:56:07 +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
dsputil.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
dsputil.h * prototypes at one place 2003-02-11 16:57:55 +00:00
dv.c 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
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 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
h263data.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
h263dec.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00
huffyuv.c * const arrays 2003-02-24 13:28:22 +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 * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +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 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 2003-02-26 17:26:20 +00:00
mpeg12data.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +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 user specified motion estimation range limit 2003-02-27 22:56:07 +00:00
mpegvideo.h * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +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 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