Browse Source

Update for 3.0.7

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0.7
Michael Niedermayer 9 years ago
parent
commit
a5dabd4013
3 changed files with 10 additions and 2 deletions
  1. +8
    -0
      Changelog
  2. +1
    -1
      RELEASE
  3. +1
    -1
      doc/Doxyfile

+ 8
- 0
Changelog View File

@@ -1,6 +1,14 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.

version 3.0.7
- avcodec/h264_slice: Clear ref_counts on redundant slices
- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
- avcodec/pictordec: Fix logic error
- avcodec/movtextdec: Fix decode_styl() cleanup
- lavf/matroskadec: fix is_keyframe for early Blocks

version 3.0.6:
- avcodec/pngdec: Check trns more completely
- avcodec/interplayvideo: Move parameter change check up


+ 1
- 1
RELEASE View File

@@ -1 +1 @@
3.0.6
3.0.7

+ 1
- 1
doc/Doxyfile View File

@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 3.0.6
PROJECT_NUMBER = 3.0.7

# With the PROJECT_LOGO tag one can specify a logo or icon that is included
# in the documentation. The maximum height of the logo should not exceed 55


Loading…
Cancel
Save