summaryrefslogtreecommitdiff
path: root/tests/ref/vsynth/vsynth1-dnxhd-1080i-colr
Commit message (Collapse)AuthorAge
* avformat/movenc: Move avid DNxHD padding to the correct spotKevin Wheatley2015-02-20
| | | | | | | | | | | | Outputting DNxHD into .mov containers 'corrupts' following atoms until end of stsd ffmpeg and qtdump could not decode pasp/colr atoms in the files made by ffmpeg, when outputting DNxHD due to the incorrect padding placement. Now we add the padding in the correct place Tidy up FATE changes due to padding changes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavformat: DNxHD in .mov, switch unspecified color_range to mpegKevin Wheatley2015-02-10
| | | | | | | | | | Avid prefers mpeg range [16-235] by default this change brings ffmpeg into line with that. To obtain the old behaviour use '-color_range jpeg' on the command line prior to the ouput filename. Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Fix bitexactness for vsynth3-dnxhd-1080i-colrMichael Niedermayer2015-01-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-26
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>