Browse Source

Update for 3.2.12

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

+ 9
- 0
Changelog View File

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


version 3.2.12:
- avcodec/dvdsub_parser: Allocate input padding
- avcodec/dvdsub_parser: Init output buf/size
- avcodec/dirac_dwt_template: Fix signedness regression in interleave()
- avformat/movenc: Write version 2 of audio atom if channels is not known
- swresample/arm: rename labels to fix xcode build error
- avformat/utils: fix mixed declarations and code
- avcodec/imgconvert: fix possible null pointer dereference

version 3.2.11: version 3.2.11:
- avformat/mov: Fix extradata memleak - avformat/mov: Fix extradata memleak
- lavc/libopusdec: Allow avcodec_open2 to call .close - lavc/libopusdec: Allow avcodec_open2 to call .close


+ 1
- 1
RELEASE View File

@@ -1 +1 @@
3.2.11
3.2.12

+ 1
- 1
doc/Doxyfile View File

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


PROJECT_NUMBER = 3.2.11
PROJECT_NUMBER = 3.2.12


# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a


Loading…
Cancel
Save