aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/vp8-alpha
Commit message (Collapse)AuthorAgeFilesLines
* avformat/matroskadec: Fix start_timeAlex Sukhanov2013-12-241-120/+120
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adding support for parsing BlockAdditionalVignesh Venkatasubramanian2013-02-141-0/+121
Matroska specification lists support for BlockAdditional element which is not supported by ffmpeg's matroska parser. This patch adds grammar definitions for parsing that element (and few other related elements) and then puts the data in AVPacket.side_data with new AVPacketSideDataType AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>