.. |
alpha
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
armv4l
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
i386
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
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
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
ps2
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
.cvsignore
|
…
|
|
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
|
* minor optimalization
|
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
|
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications
|
22 years ago |
bswap.h
|
…
|
|
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
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
dsputil.h
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |
dv.c
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
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
|
…
|
|
fdctref.c
|
…
|
|
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
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
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
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
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
|
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
|
22 years ago |
mpeg12data.h
|
fixing inaccurate frame_rate
|
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
|
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
|
22 years ago |
mpegvideo.h
|
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...)
|
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
|
…
|
|
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
|
…
|
|
wmadec.c
|
* UINTX -> uintx_t INTX -> intx_t
|
22 years ago |
wmv2.c
|
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
|
22 years ago |