diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-19 13:47:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-19 13:47:47 +0200 |
commit | 93f244e3abc3d75a797535a8da890bb1f9932433 (patch) | |
tree | 8278955c098813fafdf58a5b4011b13f25b7ee03 /Changelog | |
parent | b0554fec0470bf59b0582c80697d28646e37b854 (diff) | |
parent | 0af1fe845a9d7112da0a58d33a4fc81fe7c47e95 (diff) | |
download | ffmpeg-93f244e3abc3d75a797535a8da890bb1f9932433.tar.gz |
Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95'
* commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95':
avformat: Fix references to the removed function av_write_header in comments
changelog: Mention the MSVC DLL support
fate: add dependencies for misc microsoft codecs
fate-twinvq: add dependencies
fate-mpc: add dependencies
fate-indeo: add dependencies
fate-als: add dependencies
fate: dependencies for demux tests
Conflicts:
Changelog
tests/Makefile
tests/fate/demux.mak
tests/fate/microsoft.mak
tests/fate/mpc.mak
tests/fate/vqf.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,7 @@ version <next>: - X-Face image encoder and decoder - metadata (INFO tag) support in WAV muxer - subtitles raw text decoder +- support for building DLLs using MSVC version 1.0: @@ -80,6 +81,7 @@ version 1.0: - WebVTT demuxer and decoder (simple tags supported) - RTP packetization of JPEG - faststart option in the MOV/MP4 muxer +- support for building with MSVC version 0.11: |