summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A11-elst-audio-pad.patch
Commit message (Collapse)AuthorAgeFilesLines
* FFMPEG #974: Use latest FFMPEG 3.4.1 (2/2)Sven Gothel2017-12-251-106/+0
| | | | | | | | Patch 2/2 for https://github.com/HandBrake/HandBrake/issues/974 moving to FFMPEG 3.4.1 from LIBAV 12.2. All patches have been moved to subfolder 'old' since they do not apply cleanly anymore. Work has to be performed to validate whether patches are still required.
* libav: fix mp4 edit list delay rounding errorJohn Stebbins2017-02-211-10/+14
| | | | | The error was small, but could result in a 1ms shift for every generation of remuxing.
* libav: explicitly write encoder delay and preroll to mp4John Stebbins2017-02-201-0/+102
This will make it possible to read encoder delay back and drop the samples appropriately. Writing preroll sample group to the mp4 fixes post-processing of the file with Apple tools. If the roll sample group is not present, Apple tools will apply an implicit rule to remove encoder delay which results in the delay being dropped twice.