diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-05 15:02:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-05 15:02:17 +0200 |
commit | b21b5b04cca0633bd88db972ff1187ab7825b667 (patch) | |
tree | b7e2b1d8d03dffdec3daa03cfcd46b4f3537a418 /doc | |
parent | 8510150f48ef3a2008f97af6c4618f150a60edd7 (diff) | |
parent | 6980453569b09239d3fcc4cc7335956f36e484d4 (diff) | |
download | ffmpeg-b21b5b04cca0633bd88db972ff1187ab7825b667.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: eamad: Add missing dependency on mpegvideo code
build: utvideoenc: Add missing dependency on Huffman code
avopt: Reorder the default_val struct, making i64 the first field
Conflicts:
configure
doc/APIchanges
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f9a624e208..5af9eb2b8c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -77,6 +77,10 @@ API changes, most recent first: 2012-03-26 - a67d9cf - lavfi 2.66.100 Add avfilter_fill_frame_from_{audio_,}buffer_ref() functions. +2012-09-04 - xxxxxxx - lavu 51.40.0 - opt.h + Reordered the fields in default_val in AVOption, changed which + default_val field is used for which AVOptionType. + 2012-xx-xx - xxxxxxx - lavc 54.26.1 - avcodec.h Add codec descriptor properties AV_CODEC_PROP_LOSSY and AV_CODEC_PROP_LOSSLESS. |