[FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-15 Thread Mark Thompson
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conforman

Re: [FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-09 Thread Mark Thompson
On 09/10/17 19:41, Michael Niedermayer wrote: > On Sun, Oct 08, 2017 at 09:01:54PM +0100, Mark Thompson wrote: >> Use the appropriate metadata filter for each codec - in the absence of any >> options to modify the stream, the output bitstream should be identical to >> the input (though the output f

Re: [FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-09 Thread Michael Niedermayer
On Sun, Oct 08, 2017 at 09:01:54PM +0100, Mark Thompson wrote: > Use the appropriate metadata filter for each codec - in the absence of any > options to modify the stream, the output bitstream should be identical to > the input (though the output file may differ in padding). > > All tests use conf

[FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-10-08 Thread Mark Thompson
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conforman

[FFmpeg-devel] [PATCH 20/20] cbs: Add some read/write tests

2017-09-12 Thread Mark Thompson
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conforman