ffmpeg/libavcodec
Michael Niedermayer d9e6a6c629 golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
jpegls style golomb rice coder

Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-13 11:06:45 +00:00
..
alpha build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) 2003-06-29 00:23:30 +00:00
armv4l Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 2003-07-07 11:19:18 +00:00
i386 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 2003-06-21 01:11:31 +00:00
liba52
libpostproc gcc 2.95 workaround 2003-06-28 19:19:00 +00:00
mlib the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 2003-06-21 01:11:31 +00:00
ppc 1) remove TBL support in PPC performance. It's much more useful to use the 2003-07-09 20:18:13 +00:00
ps2 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 2003-06-21 01:11:31 +00:00
sh4 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 2003-06-21 01:11:31 +00:00
.cvsignore
4xm.c
Doxyfile
Makefile Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 2003-07-07 11:19:18 +00:00
a52dec.c
ac3.h
ac3dec.c
ac3enc.c
ac3tab.h
adpcm.c
allcodecs.c 1000l (forgot to commit) 2003-07-10 16:25:30 +00:00
amr.c
apiexample.c
asv1.c CONFIG_ENCODERS cleanup 2003-06-22 11:08:22 +00:00
avcodec.c flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 2003-07-09 23:10:59 +00:00
avcodec.h flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 2003-07-09 23:10:59 +00:00
bswap.h
cabac.c
cabac.h 10l 2003-06-09 19:11:50 +00:00
common.c
common.h fix CHECKED_ALLOCZ(0) 2003-06-28 22:51:42 +00:00
cyuv.c
dct-test.c
dsputil.c Fix third pixel motion compensation 2003-06-27 15:03:58 +00:00
dsputil.h the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 2003-06-21 01:11:31 +00:00
dv.c
dvdata.h
error_resilience.c
eval.c
faad.c
fastmemcpy.h
fdctref.c
fft-test.c
fft.c
ffv1.c golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) 2003-07-13 11:06:45 +00:00
golomb.c
golomb.h golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) 2003-07-13 11:06:45 +00:00
h263.c fix? flv escape codes 2003-07-10 10:24:47 +00:00
h263data.h
h263dec.c flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 2003-07-09 23:10:59 +00:00
h264.c unwanted second definition of CHECKED_ALLOCZ 2003-07-04 17:16:53 +00:00
h264data.h
huffyuv.c CONFIG_ENCODERS cleanup 2003-06-22 11:08:22 +00:00
imgconvert.c flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 2003-07-09 23:10:59 +00:00
imgconvert_template.h
imgresample.c
indeo3.c
indeo3data.h
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c
mdct.c
mem.c
mjpeg.c cleanup 2003-07-12 20:21:34 +00:00
motion_est.c
motion_est_template.c
motion_test.c
mp3lameaudio.c
mpeg4data.h warning fix 2003-07-07 16:06:00 +00:00
mpeg12.c mpeg 2 seeking fix 2003-07-07 11:25:31 +00:00
mpeg12data.h CONFIG_ENCODERS cleanup 2003-06-22 11:08:22 +00:00
mpegaudio.c
mpegaudio.h
mpegaudiodec.c
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c flv cleanup / simplify 2003-07-10 00:15:27 +00:00
mpegvideo.h flv cleanup / simplify 2003-07-10 00:15:27 +00:00
msmpeg4.c CONFIG_ENCODERS cleanup 2003-06-22 11:08:22 +00:00
msmpeg4data.h
oggvorbis.c
oggvorbis.h
opts.c
os_support.h
pcm.c
ra144.c moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 2003-06-29 19:11:55 +00:00
ra144.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 2003-06-29 19:11:55 +00:00
ra288.c moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 2003-06-29 19:11:55 +00:00
ra288.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 2003-06-29 19:11:55 +00:00
ratecontrol.c
raw.c
resample.c
rv10.c
simple_idct.c
simple_idct.h
svq1.c
svq1_cb.h
svq1_vlc.h
svq3.c - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) 2003-06-27 15:05:29 +00:00
utils.c flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 2003-07-09 23:10:59 +00:00
vp3.c added the official VP3 IDCT (C implementation) as well as a grayscale 2003-07-10 05:16:25 +00:00
vp3data.h
wmadata.h
wmadec.c moved frame_count to wmadeccontext 2003-07-04 20:32:04 +00:00
wmv2.c fix identifier to fix compilation 2003-06-19 01:25:48 +00:00