OSDN Git Service

coroid/libav_saccubus.git
22 years agoupdated
Fabrice Bellard [Sun, 16 Sep 2001 21:45:21 +0000 (21:45 +0000)]
updated

Originally committed as revision 122 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed raw read for eof
Fabrice Bellard [Sat, 15 Sep 2001 22:44:44 +0000 (22:44 +0000)]
fixed raw read for eof

Originally committed as revision 121 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded get_bits_count()
Fabrice Bellard [Sat, 15 Sep 2001 22:43:01 +0000 (22:43 +0000)]
added get_bits_count()

Originally committed as revision 120 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agomerged code and tables between encoder and decoder
Fabrice Bellard [Sat, 15 Sep 2001 22:42:25 +0000 (22:42 +0000)]
merged code and tables between encoder and decoder

Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded mpeg audio decoder tables
Fabrice Bellard [Sat, 15 Sep 2001 22:41:10 +0000 (22:41 +0000)]
added mpeg audio decoder tables

Originally committed as revision 118 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded completely new mpeg audio decoder (integer only, free format support, lsf/mpeg2...
Fabrice Bellard [Sat, 15 Sep 2001 22:40:28 +0000 (22:40 +0000)]
added completely new mpeg audio decoder (integer only, free format support, lsf/mpeg25 support, high/low precision support, simpler code)

Originally committed as revision 117 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agosuppressed mpglib
Fabrice Bellard [Sat, 15 Sep 2001 22:37:36 +0000 (22:37 +0000)]
suppressed mpglib

Originally committed as revision 116 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agomemalign autodetection
Nick Kurshev [Thu, 13 Sep 2001 07:16:59 +0000 (07:16 +0000)]
memalign autodetection

Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoMoved some H.263+ variables to MpegEncContext to be thread-safe.
Juanjo [Fri, 31 Aug 2001 06:21:27 +0000 (06:21 +0000)]
Moved some H.263+ variables to MpegEncContext to be thread-safe.
Increase video_buffer on ffmpeg to avoid buffer overrun on big pictures.

Originally committed as revision 114 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoAdded support to Unrestricted Motion Vectors (UMV)
Juanjo [Tue, 28 Aug 2001 23:32:34 +0000 (23:32 +0000)]
Added support to Unrestricted Motion Vectors (UMV)
on H.263+ encoding/decoding. According to Annex D.
Now MV on H.263+ are 32x32 long.

Originally committed as revision 113 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoAdded CODEC_ID_H263P to fourcc tables.
Juanjo [Mon, 27 Aug 2001 04:19:15 +0000 (04:19 +0000)]
Added CODEC_ID_H263P to fourcc tables.
H.263+ on AVI wasn't using U263 fourcc.

Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoAligned malloc. Another 10% of speedup.
Nick Kurshev [Mon, 20 Aug 2001 16:01:35 +0000 (16:01 +0000)]
Aligned malloc. Another 10% of speedup.

Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agowin32 fixes
Fabrice Bellard [Wed, 15 Aug 2001 22:33:03 +0000 (22:33 +0000)]
win32 fixes

Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agomotion test
Fabrice Bellard [Wed, 15 Aug 2001 22:31:26 +0000 (22:31 +0000)]
motion test

Originally committed as revision 109 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agosuppressed nasm stuff
Fabrice Bellard [Wed, 15 Aug 2001 22:30:51 +0000 (22:30 +0000)]
suppressed nasm stuff

Originally committed as revision 108 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded win32 cross compile support
Fabrice Bellard [Wed, 15 Aug 2001 22:29:44 +0000 (22:29 +0000)]
added win32 cross compile support

Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated
Fabrice Bellard [Wed, 15 Aug 2001 22:28:09 +0000 (22:28 +0000)]
updated

Originally committed as revision 106 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoremoved
Fabrice Bellard [Wed, 15 Aug 2001 22:26:09 +0000 (22:26 +0000)]
removed

Originally committed as revision 105 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agosuppressed nasm dependancy - rewrote forward DCT and motion estimation code
Fabrice Bellard [Wed, 15 Aug 2001 22:25:32 +0000 (22:25 +0000)]
suppressed nasm dependancy - rewrote forward DCT and motion estimation code

Originally committed as revision 104 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agodistclean fix
Fabrice Bellard [Wed, 15 Aug 2001 13:16:05 +0000 (13:16 +0000)]
distclean fix

Originally committed as revision 103 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agochanged opendivx to mpeg4
Fabrice Bellard [Wed, 15 Aug 2001 13:12:23 +0000 (13:12 +0000)]
changed opendivx to mpeg4

Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agolog2 to av_log2
Fabrice Bellard [Wed, 15 Aug 2001 13:11:31 +0000 (13:11 +0000)]
log2 to av_log2

Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agocopy avctx
Fabrice Bellard [Wed, 15 Aug 2001 13:11:03 +0000 (13:11 +0000)]
copy avctx

Originally committed as revision 100 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofix got_picture output
Fabrice Bellard [Wed, 15 Aug 2001 13:10:39 +0000 (13:10 +0000)]
fix got_picture output

Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded draw_horiz_band test
Fabrice Bellard [Wed, 15 Aug 2001 13:09:47 +0000 (13:09 +0000)]
added draw_horiz_band test

Originally committed as revision 98 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agolog2 to av_log2 - added integer version define
Fabrice Bellard [Wed, 15 Aug 2001 13:09:28 +0000 (13:09 +0000)]
log2 to av_log2 - added integer version define

Originally committed as revision 97 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agorenamed log2 to av_log2
Fabrice Bellard [Wed, 15 Aug 2001 13:07:42 +0000 (13:07 +0000)]
renamed log2 to av_log2

Originally committed as revision 96 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed wav riff tag size
Fabrice Bellard [Wed, 15 Aug 2001 13:06:48 +0000 (13:06 +0000)]
fixed wav riff tag size

Originally committed as revision 95 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded raw mjpeg
Fabrice Bellard [Wed, 15 Aug 2001 13:06:33 +0000 (13:06 +0000)]
added raw mjpeg

Originally committed as revision 94 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded static
Fabrice Bellard [Wed, 15 Aug 2001 13:06:01 +0000 (13:06 +0000)]
added static

Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded raw mjpeg format - added jpeg image format
Fabrice Bellard [Wed, 15 Aug 2001 13:04:53 +0000 (13:04 +0000)]
added raw mjpeg format - added jpeg image format

Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agochanged jpegenc.c to jpeg.c
Fabrice Bellard [Wed, 15 Aug 2001 13:04:23 +0000 (13:04 +0000)]
changed jpegenc.c to jpeg.c

Originally committed as revision 91 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated
Fabrice Bellard [Wed, 15 Aug 2001 13:03:54 +0000 (13:03 +0000)]
updated

Originally committed as revision 90 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agojpeg hack
Fabrice Bellard [Wed, 15 Aug 2001 13:03:37 +0000 (13:03 +0000)]
jpeg hack

Originally committed as revision 89 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded jpeg image read/write
Fabrice Bellard [Wed, 15 Aug 2001 13:02:50 +0000 (13:02 +0000)]
added jpeg image read/write

Originally committed as revision 88 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded FAQ - you are free to add entries - the web page faq is generated from this...
Fabrice Bellard [Wed, 15 Aug 2001 12:59:59 +0000 (12:59 +0000)]
added FAQ - you are free to add entries - the web page faq is generated from this file

Originally committed as revision 87 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded win32 vc6 project files
Fabrice Bellard [Mon, 13 Aug 2001 21:52:24 +0000 (21:52 +0000)]
added win32 vc6 project files

Originally committed as revision 86 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated
Fabrice Bellard [Mon, 13 Aug 2001 21:51:26 +0000 (21:51 +0000)]
updated

Originally committed as revision 85 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agowin32 fixes
Fabrice Bellard [Mon, 13 Aug 2001 21:48:05 +0000 (21:48 +0000)]
win32 fixes

Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agobetter vol header parsing for mpeg4
Fabrice Bellard [Mon, 13 Aug 2001 21:46:21 +0000 (21:46 +0000)]
better vol header parsing for mpeg4

Originally committed as revision 83 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoarm optimizations
Fabrice Bellard [Mon, 13 Aug 2001 21:45:36 +0000 (21:45 +0000)]
arm optimizations

Originally committed as revision 82 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agowin32 fixes
Fabrice Bellard [Mon, 13 Aug 2001 21:43:02 +0000 (21:43 +0000)]
win32 fixes

Originally committed as revision 81 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded arm support - added --disable-grab
Fabrice Bellard [Mon, 13 Aug 2001 21:42:31 +0000 (21:42 +0000)]
added arm support - added --disable-grab

Originally committed as revision 80 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoarm specific code
Fabrice Bellard [Mon, 13 Aug 2001 21:38:25 +0000 (21:38 +0000)]
arm specific code

Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agowin32 fixes
Fabrice Bellard [Mon, 13 Aug 2001 21:37:10 +0000 (21:37 +0000)]
win32 fixes

Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agomoved matrix init away from MPV_common_init()
Fabrice Bellard [Sun, 12 Aug 2001 00:52:37 +0000 (00:52 +0000)]
moved matrix init away from MPV_common_init()

Originally committed as revision 77 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing
Fabrice Bellard [Sun, 12 Aug 2001 00:52:01 +0000 (00:52 +0000)]
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing

Originally committed as revision 76 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed last zero mv for field - fixed mismatch handling for intra coefs
Fabrice Bellard [Sat, 11 Aug 2001 22:08:23 +0000 (22:08 +0000)]
fixed last zero mv for field - fixed mismatch handling for intra coefs

Originally committed as revision 75 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mpeg2 interlaced DCT
Fabrice Bellard [Sat, 11 Aug 2001 22:07:21 +0000 (22:07 +0000)]
fixed mpeg2 interlaced DCT

Originally committed as revision 74 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoremoved incomplete seek patch
Fabrice Bellard [Sat, 11 Aug 2001 19:15:52 +0000 (19:15 +0000)]
removed incomplete seek patch

Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agopicture utils
Fabrice Bellard [Sat, 11 Aug 2001 19:04:31 +0000 (19:04 +0000)]
picture utils

Originally committed as revision 72 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mpeg2 qscale decoding
Fabrice Bellard [Sat, 11 Aug 2001 19:04:08 +0000 (19:04 +0000)]
fixed mpeg2 qscale decoding

Originally committed as revision 71 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded interlaced MJPEG support
Fabrice Bellard [Sat, 11 Aug 2001 19:03:30 +0000 (19:03 +0000)]
added interlaced MJPEG support

Originally committed as revision 70 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion
Fabrice Bellard [Sat, 11 Aug 2001 19:03:02 +0000 (19:03 +0000)]
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion

Originally committed as revision 69 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofix msmpeg4 seek
Fabrice Bellard [Sat, 11 Aug 2001 19:01:04 +0000 (19:01 +0000)]
fix msmpeg4 seek

Originally committed as revision 68 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoexport for imgconvert usage
Fabrice Bellard [Sat, 11 Aug 2001 19:00:43 +0000 (19:00 +0000)]
export for imgconvert usage

Originally committed as revision 67 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agonew img_convert API - added deinterlacing filter
Fabrice Bellard [Sat, 11 Aug 2001 19:00:05 +0000 (19:00 +0000)]
new img_convert API - added deinterlacing filter

Originally committed as revision 66 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write...
Fabrice Bellard [Sat, 11 Aug 2001 18:59:34 +0000 (18:59 +0000)]
added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support

Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadd deinterlacing support - add new image converter support
Fabrice Bellard [Sat, 11 Aug 2001 18:58:18 +0000 (18:58 +0000)]
add deinterlacing support - add new image converter support

Originally committed as revision 64 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agouse MAKE variable
Fabrice Bellard [Sat, 11 Aug 2001 18:57:27 +0000 (18:57 +0000)]
use MAKE variable

Originally committed as revision 63 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated
Fabrice Bellard [Sat, 11 Aug 2001 18:57:01 +0000 (18:57 +0000)]
updated

Originally committed as revision 62 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mb_intra_vlc decoding table size
Fabrice Bellard [Sat, 11 Aug 2001 18:56:40 +0000 (18:56 +0000)]
fixed mb_intra_vlc decoding table size

Originally committed as revision 61 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoreturn dummy quality to avoid bug in -sameq case - forgot emms in error case
Fabrice Bellard [Wed, 8 Aug 2001 22:11:48 +0000 (22:11 +0000)]
return dummy quality to avoid bug in -sameq case - forgot emms in error case

Originally committed as revision 60 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mpeg1 first block bug (pb with black picture optimisation for B frames)
Fabrice Bellard [Wed, 8 Aug 2001 21:57:07 +0000 (21:57 +0000)]
fixed mpeg1 first block bug (pb with black picture optimisation for B frames)

Originally committed as revision 59 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)
Fabrice Bellard [Wed, 8 Aug 2001 21:53:28 +0000 (21:53 +0000)]
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)

Originally committed as revision 58 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded forgotten emms() - fix various segmentation faults when using mjpeg
Fabrice Bellard [Wed, 8 Aug 2001 19:08:50 +0000 (19:08 +0000)]
added forgotten emms() - fix various segmentation faults when using mjpeg

Originally committed as revision 57 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed avi RIFF header size
Fabrice Bellard [Wed, 8 Aug 2001 18:51:59 +0000 (18:51 +0000)]
fixed avi RIFF header size

Originally committed as revision 56 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoPortability and testing issues
Nick Kurshev [Wed, 8 Aug 2001 16:26:51 +0000 (16:26 +0000)]
Portability and testing issues

Originally committed as revision 55 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated
Fabrice Bellard [Tue, 7 Aug 2001 22:51:32 +0000 (22:51 +0000)]
updated

Originally committed as revision 54 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded mmx idct
Fabrice Bellard [Tue, 7 Aug 2001 22:49:50 +0000 (22:49 +0000)]
added mmx idct

Originally committed as revision 53 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed scan protos
Fabrice Bellard [Tue, 7 Aug 2001 22:49:11 +0000 (22:49 +0000)]
fixed scan protos

Originally committed as revision 52 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed block permutation in encoder (not optimal - should move it in forward DCT code)
Fabrice Bellard [Tue, 7 Aug 2001 22:48:42 +0000 (22:48 +0000)]
fixed block permutation in encoder (not optimal - should move it in forward DCT code)

Originally committed as revision 51 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated scans
Fabrice Bellard [Tue, 7 Aug 2001 22:47:28 +0000 (22:47 +0000)]
updated scans

Originally committed as revision 50 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agochanged quant matrix order (should fix mmx mpeg decoding bug)
Fabrice Bellard [Tue, 7 Aug 2001 22:47:08 +0000 (22:47 +0000)]
changed quant matrix order (should fix mmx mpeg decoding bug)

Originally committed as revision 49 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agofixed mjpeg matrix quant encoding and decoding
Fabrice Bellard [Tue, 7 Aug 2001 22:46:19 +0000 (22:46 +0000)]
fixed mjpeg matrix quant encoding and decoding

Originally committed as revision 48 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agopermuted coefs in normal IDCT to avoid having different cases there
Fabrice Bellard [Tue, 7 Aug 2001 22:45:35 +0000 (22:45 +0000)]
permuted coefs in normal IDCT to avoid having different cases there

Originally committed as revision 47 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded idct reference code
Fabrice Bellard [Tue, 7 Aug 2001 22:43:37 +0000 (22:43 +0000)]
added idct reference code

Originally committed as revision 46 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded block permutation functions
Fabrice Bellard [Tue, 7 Aug 2001 22:43:19 +0000 (22:43 +0000)]
added block permutation functions

Originally committed as revision 45 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated dct-test to test IDCTs too
Fabrice Bellard [Tue, 7 Aug 2001 22:42:45 +0000 (22:42 +0000)]
updated dct-test to test IDCTs too

Originally committed as revision 44 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded idct mmx
Fabrice Bellard [Tue, 7 Aug 2001 22:42:22 +0000 (22:42 +0000)]
added idct mmx

Originally committed as revision 43 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoupdated mmx macros
Fabrice Bellard [Tue, 7 Aug 2001 22:40:52 +0000 (22:40 +0000)]
updated mmx macros

Originally committed as revision 42 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded idct mmx code
Fabrice Bellard [Tue, 7 Aug 2001 22:40:29 +0000 (22:40 +0000)]
added idct mmx code

Originally committed as revision 41 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agouse default huffman tables if none given
Fabrice Bellard [Mon, 6 Aug 2001 02:46:46 +0000 (02:46 +0000)]
use default huffman tables if none given

Originally committed as revision 40 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded 422P and 444P support - fixed block parsing error
Fabrice Bellard [Mon, 6 Aug 2001 01:54:05 +0000 (01:54 +0000)]
added 422P and 444P support - fixed block parsing error

Originally committed as revision 39 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all...
Fabrice Bellard [Mon, 6 Aug 2001 01:53:21 +0000 (01:53 +0000)]
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)

Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded correct component id handling
Fabrice Bellard [Mon, 6 Aug 2001 01:04:59 +0000 (01:04 +0000)]
added correct component id handling

Originally committed as revision 37 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agotypes fix
Fabrice Bellard [Mon, 6 Aug 2001 00:47:50 +0000 (00:47 +0000)]
types fix

Originally committed as revision 36 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded MJPEG decoder + comments
Fabrice Bellard [Mon, 6 Aug 2001 00:47:03 +0000 (00:47 +0000)]
added MJPEG decoder + comments

Originally committed as revision 35 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded MJPEG decoder, renamed mjpegenc.c to mjpeg.c
Fabrice Bellard [Mon, 6 Aug 2001 00:44:48 +0000 (00:44 +0000)]
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c

Originally committed as revision 34 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoSuppressing external gas stuff to improve portability to Win32
Nick Kurshev [Sun, 5 Aug 2001 16:49:57 +0000 (16:49 +0000)]
Suppressing external gas stuff to improve portability to Win32

Originally committed as revision 33 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoget_bits() specialization, gives 4\speedup
Arpi [Sat, 4 Aug 2001 00:46:50 +0000 (00:46 +0000)]
get_bits() specialization, gives 4\speedup

Originally committed as revision 32 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoinlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
Arpi [Fri, 3 Aug 2001 23:09:15 +0000 (23:09 +0000)]
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...

Originally committed as revision 31 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoMMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
Arpi [Fri, 3 Aug 2001 18:33:03 +0000 (18:33 +0000)]
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2
Gives average 13-20% mpeg decoding speedup on x86 systems.

Originally committed as revision 30 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years ago- removed #include ../config.h, because it's included from common.h
Arpi [Thu, 2 Aug 2001 18:46:26 +0000 (18:46 +0000)]
- removed #include ../config.h, because it's included from common.h
  which is included from avcodec.h which is included from those files...

Originally committed as revision 29 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoFixed one lack
Nick Kurshev [Thu, 2 Aug 2001 08:29:52 +0000 (08:29 +0000)]
Fixed one lack

Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoAdding fastmemcpy stuff to speedup mplayer project
Nick Kurshev [Thu, 2 Aug 2001 08:29:38 +0000 (08:29 +0000)]
Adding fastmemcpy stuff to speedup mplayer project

Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoRemove unnecessary record
Nick Kurshev [Tue, 31 Jul 2001 05:46:36 +0000 (05:46 +0000)]
Remove unnecessary record

Originally committed as revision 26 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded external cpuid code to solve -fPIC and gcc unclear constraints problems
Fabrice Bellard [Mon, 30 Jul 2001 23:51:20 +0000 (23:51 +0000)]
added external cpuid code to solve -fPIC and gcc unclear constraints problems

Originally committed as revision 25 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agoadded cpuid.s
Fabrice Bellard [Mon, 30 Jul 2001 23:50:04 +0000 (23:50 +0000)]
added cpuid.s

Originally committed as revision 24 to svn://svn.ffmpeg.org/ffmpeg/trunk

22 years agorenamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx...
Fabrice Bellard [Mon, 30 Jul 2001 23:28:35 +0000 (23:28 +0000)]
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff

Originally committed as revision 23 to svn://svn.ffmpeg.org/ffmpeg/trunk