Arpi
7f3f5ec87b
dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>
...
Originally committed as revision 205 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
4949028f85
- Bug fix on inter MCBPC table for inter+q.
...
- H.263/H.263+ decoder now knows GOB start codes.
- H.263/H.263+ decoder now returns the size of the stream on the first call.
- Added show_bits() functions to see the buffer without loosing the bits.
- TODO: H.263v1 UMV parsing is buggy.
Originally committed as revision 204 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
92d24f49f8
* fixed decoding busy loop
...
Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
18c599db04
missing header
...
Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
f840692ffb
headers installation
...
Originally committed as revision 196 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
0fd944424b
Shared objects support
...
Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
2d83f323d6
* and finaly avoid deadlock at the end of audio stream
...
Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
de5123dc35
* fixes to avoid crash when broken mp3 header is found
...
Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
c152c98327
* simple fix to avoid memcpy with len < 0
...
Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
525782f33f
* prevent crash in decoder
...
Originally committed as revision 179 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
ce68c16f41
Added Juergen Keil fix on quant_tab[4] type.
...
Originally committed as revision 166 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
79e7b30557
exporting qscale data for postprocessing (for MPlayer)
...
Originally committed as revision 164 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a190b7e94e
fixed pcm bitrate
...
Originally committed as revision 149 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
f674bf7105
suppressed mpglib
...
Originally committed as revision 141 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a96b68b717
added pcm codecs
...
Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
829fa996a9
CONFIG_MPGLIB no more needed
...
Originally committed as revision 136 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
da115c8a3e
copyright change
...
Originally committed as revision 133 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
afa982fdae
corrected mpeg audio encoding overflows - now it should give correct quality even for very high volumes
...
Originally committed as revision 132 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
c34270f5e8
mlib merge
...
Originally committed as revision 131 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
8d67072fea
fixed symetric quantization (better quality!)
...
Originally committed as revision 130 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
73120e555c
version change
...
Originally committed as revision 129 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9dbf938977
added get_bits_count()
...
Originally committed as revision 120 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
2456e28d91
merged code and tables between encoder and decoder
...
Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9a9b2b5dd8
added mpeg audio decoder tables
...
Originally committed as revision 118 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
239c2f4cd0
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
23 years ago
Fabrice Bellard
c8fbc22dee
suppressed mpglib
...
Originally committed as revision 116 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Nick Kurshev
3d2043852d
memalign autodetection
...
Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Juanjo
544286b3d3
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
24 years ago
Juanjo
6dbd39fe70
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
24 years ago
Nick Kurshev
3615700918
Aligned malloc. Another 10% of speedup.
...
Originally committed as revision 111 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
a74127c071
win32 fixes
...
Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d0a0b2483e
motion test
...
Originally committed as revision 109 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
4300403eca
suppressed nasm stuff
...
Originally committed as revision 108 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
64ccc83c2b
removed
...
Originally committed as revision 105 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
694ec0612b
suppressed nasm dependancy - rewrote forward DCT and motion estimation code
...
Originally committed as revision 104 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
58f26ba916
changed opendivx to mpeg4
...
Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
935442b522
log2 to av_log2
...
Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
0c23ead115
copy avctx
...
Originally committed as revision 100 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
9d02db7a17
fix got_picture output
...
Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
bf89e6b1f9
added draw_horiz_band test
...
Originally committed as revision 98 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
0617e07391
log2 to av_log2 - added integer version define
...
Originally committed as revision 97 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
34763c151f
renamed log2 to av_log2
...
Originally committed as revision 96 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
1a56543279
win32 fixes
...
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d95ecd058e
better vol header parsing for mpeg4
...
Originally committed as revision 83 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
3d03c0a24e
arm optimizations
...
Originally committed as revision 82 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
92651f67a0
arm specific code
...
Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
519c2b6d11
moved matrix init away from MPV_common_init()
...
Originally committed as revision 77 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
25ed7f9235
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing
...
Originally committed as revision 76 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d753173a55
fixed last zero mv for field - fixed mismatch handling for intra coefs
...
Originally committed as revision 75 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
514547517b
fixed mpeg2 interlaced DCT
...
Originally committed as revision 74 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago