1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavformat
Tinglin Liu 9ea812692c mov: Add support parsing QuickTime Metadata Keys.
The Apple dev specification:
    https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/Metadata/Metadata.html

Basically the structure is like:
    |--meta
    |----hdlr
    |----keys
    |----ilst

1) The handler type in the metadata handler atom is ‘mdta’.
2) The key and value are stored separately for each key-value pair.
   The 'keys' atom stores the key table, while 'ilst' atom stores the
   values corresponding to the indices in the key table.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-10-26 14:32:05 +00:00
..
2015-10-26 10:08:01 +01:00
2015-10-26 10:08:01 +01:00
2015-10-25 11:05:56 +01:00
2015-04-07 22:50:07 +02:00
2015-09-23 19:10:13 +02:00
2015-10-04 01:37:31 +02:00
2015-02-26 02:06:10 +01:00
2015-10-09 22:09:08 +02:00
2015-10-04 13:23:42 +02:00
2015-06-14 15:09:33 +02:00
2015-08-20 12:22:50 +02:00
2015-10-26 10:08:01 +01:00
2015-10-15 15:04:00 +03:00
2015-05-26 19:54:41 +02:00
2015-05-31 19:04:52 +02:00
2015-10-25 11:05:56 +01:00
2015-10-05 22:31:38 +02:00
2015-10-15 01:11:17 +02:00
2015-06-07 21:55:46 +02:00
2015-10-18 14:17:14 +02:00
2015-09-01 13:35:37 +02:00
2015-05-27 21:48:47 +02:00
2015-04-23 12:56:31 +02:00
2015-10-25 11:05:56 +01:00
2015-04-24 03:43:56 +02:00
2015-10-20 09:41:11 +02:00
2015-10-25 11:05:56 +01:00
2015-10-25 17:37:17 +01:00