You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer d671e2feac fixing padding bug autodetection for some rare files, closes bug #647941 22 years ago
..
alpha 32 vs. 64bit bugfix by (Dave Huang (dahanc)) 22 years ago
armv4l * UINTX -> uintx_t INTX -> intx_t 22 years ago
i386 * prototypes at one place 22 years ago
liba52 * sync with main liba52 sources 22 years ago
libpostproc reverse incorrect stride < (width+7)&~7 fix 22 years ago
mlib * UINTX -> uintx_t INTX -> intx_t 22 years ago
ppc * UINTX -> uintx_t INTX -> intx_t 22 years ago
ps2 * UINTX -> uintx_t INTX -> intx_t 22 years ago
.cvsignore * cleanup 23 years ago
Makefile * using $(MAKE) 22 years ago
a52dec.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
ac3.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
ac3dec.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
ac3enc.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
ac3tab.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
adpcm.c * fixed IMA WAV decoding (though still might not be fully correct) 22 years ago
allcodecs.c register cyuv with allcodecs.c 22 years ago
apiexample.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
avcodec.c * still unfinished code for Options 22 years ago
avcodec.h user specified motion estimation range limit 22 years ago
bswap.h don't use inttypes.h - use inline function for bswap_64() 23 years ago
common.c * using const buffers for reading 22 years ago
common.h * using const buffers for reading 22 years ago
cyuv.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
dct-test.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
dsputil.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
dsputil.h * prototypes at one place 22 years ago
dv.c support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
dvdata.h support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
error_resilience.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
eval.c * static,const,compiler warning cleanup 22 years ago
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 24 years ago
fdctref.c dct cleanup 23 years ago
fft-test.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
fft.c AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
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) 22 years ago
h263data.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
h263dec.c fixing padding bug autodetection for some rare files, closes bug #647941 22 years ago
huffyuv.c * const arrays 22 years ago
imgconvert.c fixing 410 -> 420 22 years ago
imgresample.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
jfdctfst.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
jfdctint.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
jrevdct.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
mace.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
mdct.c use av_malloc instead of malloc 22 years ago
mem.c use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
mjpeg.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
motion_est.c user specified motion estimation range limit 22 years ago
motion_est_template.c finetuneing thresholds/factors 22 years ago
motion_test.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
mp3lameaudio.c 100l 22 years ago
mpeg4data.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpeg12.c move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
mpeg12data.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegaudio.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegaudio.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegaudiodec.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegaudiodectab.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegaudiotab.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
mpegvideo.c user specified motion estimation range limit 22 years ago
mpegvideo.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
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) 22 years ago
msmpeg4data.h finetuneing thresholds/factors 22 years ago
oggvorbis.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
oggvorbis.h oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 23 years ago
opts.c * still unfinished code for Options 22 years ago
pcm.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
ratecontrol.c * static,const,compiler warning cleanup 22 years ago
resample.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
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) 22 years ago
simple_idct.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
simple_idct.h * UINTX -> uintx_t INTX -> intx_t 22 years ago
svq1.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
svq1_cb.h * consts 22 years ago
utils.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
wmadata.h added wma decoder 22 years ago
wmadec.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
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) 22 years ago