summaryrefslogtreecommitdiffstats
path: root/tests/ref/lavf-fate
Commit message (Collapse)AuthorAgeFilesLines
* mp3enc: add lame tag with start padding infoMichael Niedermayer2012-07-141-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* latmenc: copy pce config from proper location.Reimar Döffinger2012-04-121-3/+3
| | | | | | | | | For the FATE test sample used, this only avoids a warning message. However for other samples like al05_44.mp4 the converted file can be played only after this fix. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* latmenc: fix muxing of byte-aligned DSE.Reimar Döffinger2012-04-121-0/+3
| | | | | | | | This will only work for DSEs that are first in a packet, but that is enough to fix handling of the reference files in fate-suite/aac (though most of them still have other issues). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Do not decode the mp3 data in lavf test since that is not bit-exact.Reimar Döffinger2012-04-071-1/+1
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Test mp3 container muxing (and thus ID3 writing).Reimar Döffinger2012-04-071-0/+3
| | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple.Reimar Döffinger2012-02-181-1/+1
| | | | | | | -idct simple for some reason results in different results on different systems. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* oggenc: fix condition when not to flush due to keyframe granule.Reimar Döffinger2012-02-181-2/+2
| | | | | | | | | | | | | The previous condition of 0 page size was wrong, that would disable the mechanism for all frames at a start of a page, thus some keyframes still would not get their own granule. The real problem is that header packets must not be flushed, but they have (and must have) 0 granule and thus would be detected as keyframes. Add a separate parameter to mark header packets. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* Add muxer test based on stream-copy from FATE sample.Reimar Döffinger2012-02-181-0/+3
This should test muxing Theora into Ogg. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
OpenPOWER on IntegriCloud