ffmpeg/libavcodec
Michael Niedermayer 508abacadb 4mv + bframe decoding bugfix
Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-05 21:36:14 +00:00
..
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 pix_abs mmx2 isnt bit-exact ... 2002-07-21 00:48:50 +00:00
liba52 consistent include usage 2002-05-25 22:42:45 +00:00
mlib license/copyright change 2002-05-25 22:45:33 +00:00
.cvsignore * cleanup 2002-04-26 07:18:57 +00:00
Makefile MVI optimizations for motion estimation. 2002-07-29 23:14:51 +00:00
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 * encoding of AC3 with more than 2 channels 2002-04-08 12:08:03 +00:00
ac3tab.h Initial revision 2001-07-22 14:18:56 +00:00
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 changed opendivx to mpeg4 2001-08-15 13:12:23 +00:00
avcodec.c * first shot for the new avcodec API 2002-05-14 14:17:11 +00:00
avcodec.h Add conversions to and from RGBA32 and BGRA32. 2002-07-27 03:08:04 +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 dont trash table in GET_VLC 2002-07-11 12:42:20 +00:00
common.h this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> 2002-07-23 09:44:34 +00:00
dct-test.c avoid name clash with libjpeg - added missing externs 2002-06-04 12:58:40 +00:00
dsputil.c fixing normal mmx idct 2002-08-02 11:58:02 +00:00
dsputil.h move unaligned access macros to dsputil.h - added unaligned 32 bit store 2002-06-11 13:43:27 +00:00
fastmemcpy.h Adding fastmemcpy stuff to speedup mplayer project 2001-08-02 08:29:38 +00:00
fdctref.c added idct reference code 2001-08-07 22:43:37 +00:00
h263.c 4mv + bframe decoding bugfix 2002-08-05 21:36:14 +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 license/copyright change 2002-05-25 22:45:33 +00:00
jfdctfst.c avoid name clash with libjpeg - added missing externs 2002-06-04 12:58:40 +00:00
jrevdct.c * started to cleanup name clashes for onetime compilation 2002-05-27 16:42:14 +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 b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) 2002-07-31 08:01:29 +00:00
motion_test.c license/copyright change 2002-05-25 22:45:33 +00:00
mp3lameaudio.c license/copyright change 2002-05-25 22:45:33 +00:00
mpeg4data.h dc scale simplification/optimization 2002-06-18 00:46:02 +00:00
mpeg12.c fixing slices which start at mb_x>0 2002-08-04 18:19:09 +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 new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) 2002-07-09 10:35:10 +00:00
mpegaudiodectab.h added mpeg audio decoder tables 2001-09-15 22:41:10 +00:00
mpegaudiotab.h license/copyright change 2002-05-25 22:45:33 +00:00
mpegvideo.c 4mv + bframe decoding bugfix 2002-08-05 21:36:14 +00:00
mpegvideo.h 4mv + bframe decoding bugfix 2002-08-05 21:36:14 +00:00
msmpeg4.c hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) 2002-08-04 19:28:27 +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 10l found&patch by D Richard Felker III <dalias at aerifal.cx> 2002-06-02 15:49:21 +00:00
resample.c license/copyright change 2002-05-25 22:45:33 +00:00
rv10.c dr1 2002-07-16 01:24:02 +00:00
simple_idct.c Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more 2002-06-24 21:17:22 +00:00
simple_idct.h added inlined put/add functions 2002-06-05 18:46:25 +00:00
svq1.c moved codebooks to svq1_cb.h 2002-07-22 20:51:26 +00:00
svq1_cb.h 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