Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-11-16cleanup: remove various double end ';' all over the code.Clément Bœsch
2011-11-12Use AC-3 as default codec for wtv.Carl Eugen Hoyos
2011-11-06wtvenc: ensure fat tables are padded to the sector boundaryPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-05wtvenc: use ff_put_guid and remove local copy of this functionPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-05wtvenc: add @file commentPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-05fix whitespace nitsPeter Ross
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-26act, bintext, wtvenc: use named struct initializersAurelien Jacobs
2011-09-14wtvenc: add some asserts because iam paranoidMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-14WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng