diff options
author | Juanjo <pulento@users.sourceforge.net> | 2002-02-09 16:59:56 +0000 |
---|---|---|
committer | Juanjo <pulento@users.sourceforge.net> | 2002-02-09 16:59:56 +0000 |
commit | 81401c1fbc79c3350e91ef15dd25b50afa9e5d4d (patch) | |
tree | 9ee7c4e78f6307aa90006d2f1b07a240ece70cdf /Changelog | |
parent | 3cb32e3d1fb6c058bf6b3ce45d5e758a4608c847 (diff) | |
download | ffmpeg-81401c1fbc79c3350e91ef15dd25b50afa9e5d4d.tar.gz |
- Fixes on RTP and GOB headers for H.263.
- RTP callback system implemented for H.263/H.263+.
- Bug fix on DC coefficients of H.263.
- H.263 decoder now returns PTS on picture number.
Originally committed as revision 292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ version 0.4.6: - fix quantization bug in AC3 encoder. - added GOB header parsing on H.263/H.263+ decoder. (Juanjo) - bug fix on MCBPC tables of H.263. (Juanjo) +- bug fix on DC coefficients of H.263. (Juanjo) - added Advanced Prediction Mode on H.263/H.263+ decoder. (Juanjo) - now we can decode H.263 streams found on QuickTime files. (Juanjo) - now we can decode H.263 streams found on VIVO v1 files.(Juanjo) |