diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-27 19:30:30 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-27 19:30:30 +0000 |
commit | 2f2a93bb5789a454bc41429cc83078d0161f818a (patch) | |
tree | d6c7289eef1a3e77507ebacd94f637282896aa7b /NEWS | |
parent | 4cf2b8add0b62c7bad6ca60429910b0caca30cee (diff) |
Release 0.8.3
Original commit message from CVS:
Release 0.8.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +This is GStreamer FFmpeg 0.8.3 + +Changes since 0.8.2: + Demuxers: + * don't close pads/demuxers while processing + * add ranks so it can replace others in gst-plugins + + Decoders: + * add parsing for mpeg video + + Encoders: + * fix video negotiation + + General: + * snapshot update to dec 16th 2004 + +Bugs fixed since 0.8.2: + * 137552 : [ffenc_h263p] segfaults + * 138672 : [ffdec_msvc] Horseb~1.avi + * 140137 : [ffdec_msmpeg4] Can't play pokem.avi + * 148479 : [ffenc_mpeg4] broken + * 150495 : [build] gst-ffmpeg build failure on Solaris + * 152693 : [PATCH] [build] Compile errors with gcc 2.95 + * 155212 : crash in gstffmpegdec + * 155274 : [ffdec_mp3] ID3 handling by gst-ffmpeg + * 155363 : [build] gst-ffmpeg fails to build RPMS from CVS + * 156920 : [PATCH][ffmpegdemux] close before forwarding event... + * 157702 : [mpeg] file that ffmpeg fails to play correctly + * 159319 : castaway.mov looks bad + * 159755 : [PATCH] use ffmpeg pixel-aspect-ratio if available + * 160318 : [ff[dec|enc]_mjpeg] should support image/jpeg + * 161395 : Quicktime Video Causing segfault + * 162215 : resetting rank for mp3demux + This is GStreamer FFmpeg 0.8.2 Changes since 0.8.1: |