| .. |
|
alpha
|
Implement sad8x8 and sad16x16 with pix_abs.
|
23 years ago |
|
armv4l
|
* cut&paste fix
|
23 years ago |
|
i386
|
finetuneing thresholds/factors
|
23 years ago |
|
liba52
|
consistent include usage
|
23 years ago |
|
mlib
|
mlib fix patch by (Juergen Keil <jk at tools dot de>)
|
23 years ago |
|
ppc
|
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
|
23 years ago |
|
ps2
|
* using DSPContext - so each codec could use its local (sub)set of CPU extension
|
23 years ago |
|
.cvsignore
|
* cleanup
|
23 years ago |
|
Makefile
|
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it
|
23 years ago |
|
a52dec.c
|
license/copyright change
|
23 years ago |
|
ac3.h
|
preparing integration of new AC3 decoder
|
23 years ago |
|
ac3dec.c
|
license/copyright change
|
23 years ago |
|
ac3enc.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
ac3tab.h
|
preparing integration of new AC3 decoder
|
23 years ago |
|
adpcm.c
|
AVVideoFrame -> AVFrame
|
23 years ago |
|
allcodecs.c
|
qpel encoding
|
23 years ago |
|
apiexample.c
|
AVVideoFrame -> AVFrame
|
23 years ago |
|
avcodec.c
|
* useless commit - ignore
|
23 years ago |
|
avcodec.h
|
get_format()
|
23 years ago |
|
bswap.h
|
don't use inttypes.h - use inline function for bswap_64()
|
23 years ago |
|
common.c
|
aspect ratio cleanup
|
23 years ago |
|
common.h
|
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
|
23 years ago |
|
dct-test.c
|
suppressed getopt.h
|
23 years ago |
|
dsputil.c
|
finetuneing thresholds/factors
|
23 years ago |
|
dsputil.h
|
fixing DCTELEM != short
|
23 years ago |
|
dv.c
|
fixing DCTELEM != short
|
23 years ago |
|
dvdata.h
|
first working version of DV video decoder
|
23 years ago |
|
error_resilience.c
|
use spatial error concealment if we dont have a previous frame
|
23 years ago |
|
eval.c
|
undefined M_PI / M_E fix
|
23 years ago |
|
fastmemcpy.h
|
Adding fastmemcpy stuff to speedup mplayer project
|
24 years ago |
|
fdctref.c
|
dct cleanup
|
23 years ago |
|
fft-test.c
|
suppressed getopt.h
|
23 years ago |
|
fft.c
|
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>)
|
23 years ago |
|
h263.c
|
finetuneing thresholds/factors
|
23 years ago |
|
h263data.h
|
dc scale simplification/optimization
|
23 years ago |
|
h263dec.c
|
padding bug autodetection improvement 2nd try
|
23 years ago |
|
huffyuv.c
|
10l
|
23 years ago |
|
imgconvert.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
imgresample.c
|
practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>)
|
23 years ago |
|
jfdctfst.c
|
avoid name clash with libjpeg - added missing externs
|
23 years ago |
|
jfdctint.c
|
higher accuracy
|
23 years ago |
|
jrevdct.c
|
* started to cleanup name clashes for onetime compilation
|
23 years ago |
|
mace.c
|
Avoid "unused variable 'c'" warning.
|
23 years ago |
|
mdct.c
|
use av_malloc instead of malloc
|
23 years ago |
|
mem.c
|
finetuneing thresholds/factors
|
23 years ago |
|
mjpeg.c
|
warnings patch by (bubu <bubu at bubu dot net>)
|
23 years ago |
|
motion_est.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
motion_est_template.c
|
finetuneing thresholds/factors
|
23 years ago |
|
motion_test.c
|
suppressed getopt.h
|
23 years ago |
|
mp3lameaudio.c
|
100l
|
23 years ago |
|
mpeg4data.h
|
correcter mpeg4 headers
|
23 years ago |
|
mpeg12.c
|
trellis quantization for mpeg1
|
23 years ago |
|
mpeg12data.h
|
mpeg1&2 aspect decoding
|
23 years ago |
|
mpegaudio.c
|
AVVideoFrame -> AVFrame
|
23 years ago |
|
mpegaudio.h
|
added missing externs
|
23 years ago |
|
mpegaudiodec.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
mpegaudiodectab.h
|
added mpeg audio decoder tables
|
24 years ago |
|
mpegaudiotab.h
|
license/copyright change
|
23 years ago |
|
mpegvideo.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
mpegvideo.h
|
finetuneing thresholds/factors
|
23 years ago |
|
msmpeg4.c
|
fixed wmv2 slices
|
23 years ago |
|
msmpeg4data.h
|
finetuneing thresholds/factors
|
23 years ago |
|
oggvorbis.c
|
fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>)
|
23 years ago |
|
oggvorbis.h
|
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
|
23 years ago |
|
opts.c
|
* first shot for generaly usable option parser for codecs
|
23 years ago |
|
pcm.c
|
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
|
23 years ago |
|
ratecontrol.c
|
suppressed redundant math.h - suppressed M_PI redefinition
|
23 years ago |
|
resample.c
|
resample fix by Petros Tsantoulis
|
23 years ago |
|
rv10.c
|
AVVideoFrame -> AVFrame
|
23 years ago |
|
simple_idct.c
|
fixing DCTELEM != short
|
23 years ago |
|
simple_idct.h
|
fixing DCTELEM != short
|
23 years ago |
|
svq1.c
|
workaround dropable p frame after first frame bug
|
23 years ago |
|
svq1_cb.h
|
* consts
|
23 years ago |
|
utils.c
|
get_format()
|
23 years ago |
|
wmadata.h
|
added wma decoder
|
23 years ago |
|
wmadec.c
|
align fixes for sse/altivec
|
23 years ago |
|
wmv2.c
|
fixed wmv2 slices
|
23 years ago |