[FFmpeg-devel] [PATCH] Add changelog entry that I forgot

James Darnley james.darnley at gmail.com
Thu Jan 30 20:32:40 CET 2014


On 2014-01-30 20:23, James Darnley wrote:
> On 2014-01-30 19:23, Michael Niedermayer wrote:
>> On Thu, Jan 30, 2014 at 06:55:53PM +0100, James Darnley wrote:
>>> On 2014-01-30 15:44, Clément Bœsch wrote:
>>>> On Thu, Jan 30, 2014 at 03:06:42PM +0100, James Darnley wrote:
>>>>> +- New AVFormatContext option metadata_header_padding to allow control over the
>>>>> +  amount of padding added
>>>>> +- Use metadata_header_padding to control padding in ID3 tags (currently used in
>>>>> +  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
>>>>
>>>> This probably belongs to doc/APIChanges.
>>>
>>> Maybe...  After looking at APIChages, I would have thought that only the
>>> AVFormatContext change wants to be mentioned there.  Changelog sounds
>>> more appropriate for the file types that are affected.
>>
>> well, iam happy to apply it once theres consensus what to put where
> 
> Okay.  How about this one?  I just moved the first entry over to
> APIChanges.  Should I be more verbose about what it does?

Dammit, sorry.  Forget that one.  I hadn't pulled in the latest changes.
 Here it is again, after rebasing, with the hash of the commit (now I
see what the xxxxes are for).

-------------- next part --------------
From c1854e4b4fc6570a5ace25d22690bab672eaed22 Mon Sep 17 00:00:00 2001
From: James Darnley <james.darnley at gmail.com>
Date: Thu, 30 Jan 2014 14:58:18 +0100
Subject: [PATCH] Changelog: add entries relating to metadata_header_padding

---
 Changelog      |    2 ++
 doc/APIchanges |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Changelog b/Changelog
index 2291ccc..7171c90 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,8 @@ version <next>
 - XYZ12 rawvideo support in NUT
 - Exif metadata support in WebP decoder
 - OpenGL device
+- Use metadata_header_padding to control padding in ID3 tags (currently used in
+  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
 
 
 version 2.1:
diff --git a/doc/APIchanges b/doc/APIchanges
index ed99bfd..6b274e7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -23,6 +23,10 @@ API changes, most recent first:
                        lavf 55.27.100 - avformat.h
     Add avdevice_app_to_dev_control_message() function
 
+2014-01-24 - 86bee79 - lavf 55.26.100 - avformat.h
+    New AVFormatContext option metadata_header_padding to allow control over the
+    amount of padding added.
+
 2014-01-xx - xxxxxxx - lavc 55.32.1 - avcodec.h
   Edges are not required anymore on video buffers allocated by get_buffer2()
   (i.e. as if the CODEC_FLAG_EMU_EDGE flag was always on). Deprecate
-- 
1.7.9

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140130/c80b50f3/attachment.asc>


More information about the ffmpeg-devel mailing list