..
alpha
MVI optimizations for motion estimation.
2002-07-29 23:14:51 +00:00
armv4l
license/copyright change
2002-05-25 22:45:33 +00:00
i386
dct cleanup
2002-09-01 16:52:33 +00:00
liba52
mlib
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
2002-08-30 18:17:20 +00:00
ppc
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
2002-08-28 13:14:36 +00:00
.cvsignore
a52dec.c
license/copyright change
2002-05-25 22:45:33 +00:00
ac3dec.c
license/copyright change
2002-05-25 22:45:33 +00:00
ac3enc.c
license/copyright change
2002-05-25 22:45:33 +00:00
ac3enc.h
ac3tab.h
adpcm.c
adpcm encoding patch by François Revol <revol at free dot fr>
2002-07-22 01:44:08 +00:00
allcodecs.c
beos/mov/adpcm patch by François Revol <revol at free dot fr>
2002-07-20 20:05:50 +00:00
apiexample.c
avcodec.c
avcodec.h
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
2002-09-01 07:19:38 +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
faster ff_sqrt()
2002-08-22 19:41:39 +00:00
common.h
faster ff_sqrt()
2002-08-22 19:41:39 +00:00
dct-test.c
dct cleanup
2002-09-01 16:52:33 +00:00
dsputil.c
patch by Heliodoro Tammaro <helio at interactives dot org>
2002-08-30 00:05:28 +00:00
dsputil.h
patch by Heliodoro Tammaro <helio at interactives dot org>
2002-08-30 00:05:28 +00:00
eval.c
undefined M_PI / M_E fix
2002-08-30 16:16:30 +00:00
fastmemcpy.h
fdctref.c
dct cleanup
2002-09-01 16:52:33 +00:00
h263.c
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples)
2002-08-27 16:28:19 +00:00
h263data.h
dc scale simplification/optimization
2002-06-18 00:46:02 +00:00
h263dec.c
10l found by Rémi Guyomarch <rguyom at pobox dot com>
2002-08-01 23:23:48 +00:00
imgconvert.c
Add conversions to and from RGBA32 and BGRA32.
2002-07-27 03:08:04 +00:00
imgresample.c
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
2002-09-01 07:19:38 +00:00
jfdctfst.c
avoid name clash with libjpeg - added missing externs
2002-06-04 12:58:40 +00:00
jfdctint.c
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
2002-08-29 23:55:32 +00:00
jrevdct.c
* started to cleanup name clashes for onetime compilation
2002-05-27 16:42:14 +00:00
Makefile
dct-test update
2002-09-01 09:33:05 +00:00
mem.c
put memory functions in a separate file so that the user can redefinite them without modifying the library
2002-06-11 13:41:01 +00:00
mjpeg.c
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
2002-07-27 08:27:02 +00:00
motion_est.c
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-08-28 08:15:30 +00:00
motion_test.c
license/copyright change
2002-05-25 22:45:33 +00:00
mp3lameaudio.c
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
2002-09-01 07:40:31 +00:00
mpeg4data.h
dc scale simplification/optimization
2002-06-18 00:46:02 +00:00
mpeg12.c
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
2002-08-28 08:15:30 +00:00
mpeg12data.h
adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>)
2002-07-10 21:01:45 +00:00
mpegaudio.c
* started to cleanup name clashes for onetime compilation
2002-05-27 16:42:14 +00:00
mpegaudio.h
added missing externs
2002-06-04 12:53:11 +00:00
mpegaudiodec.c
* resync without endless loop
2002-08-09 10:43:02 +00:00
mpegaudiodectab.h
mpegaudiotab.h
license/copyright change
2002-05-25 22:45:33 +00:00
mpegvideo.c
dct cleanup
2002-09-01 16:52:33 +00:00
mpegvideo.h
dct cleanup
2002-09-01 16:52:33 +00:00
msmpeg4.c
faster vlc table selection
2002-08-09 00:13:54 +00:00
msmpeg4data.h
wmv1 slice_height != mb_height support
2002-07-07 08:34:46 +00:00
pcm.c
* started to cleanup name clashes for onetime compilation
2002-05-27 16:42:14 +00:00
ratecontrol.c
undefined M_PI / M_E fix
2002-08-30 16:16:30 +00:00
resample.c
license/copyright change
2002-05-25 22:45:33 +00:00
rv10.c
use extradata for h263_long_vector mode detection
2002-08-28 21:47:28 +00:00
simple_idct.c
dct-test update
2002-09-01 09:33:05 +00:00
simple_idct.h
dct-test update
2002-09-01 09:33:05 +00:00
svq1_cb.h
moved codebooks to svq1_cb.h
2002-07-22 20:51:26 +00:00
svq1.c
moved codebooks to svq1_cb.h
2002-07-22 20:51:26 +00:00
utils.c
Add conversions to and from RGBA32 and BGRA32.
2002-07-27 03:08:04 +00:00