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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-23avformat/subtitles: treat negative duration like unknown durationwm4
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-21avformat/subtitles: make dropping duplicate events optionalwm4
2015-09-10avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch
2015-09-10avformat/subtitles: make sure we don't drop "duplicated" events from differen...Clément Bœsch
2015-09-10avformat/subtitles: drop duplicated eventsClément Bœsch
2015-05-11avformat/subtitles: Use size_t for lenMichael Niedermayer
2014-10-29avformat/subtitles: reduce log level of UTF-16 warningwm4
2014-10-29Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos
2014-09-06avformat/realtextdec: UTF-16 supportwm4
2014-09-06avformat/samidec: UTF-16 supportwm4
2014-09-06avformat/srtdec: UTF-16 supportwm4
2014-09-06avformat/assdec: UTF-16 supportwm4
2013-10-04avformat/vobsub: fix several issues.Clément Bœsch
2013-09-08avformat/subtitles: support standalone CR (MacOS).Clément Bœsch
2013-09-08avformat/subtitles: binary search seeking.Clément Bœsch
2013-09-08avformat/subtitles: check lower bound for duration overlap seeking.Clément Bœsch
2013-09-08avformat/vobsub: fix seeking.Clément Bœsch
2013-08-30vformat/subtitles: check av_copy_packets return codeMichael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-03lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...Michael Niedermayer
2012-12-31lavf: move srtdec:read_chunk() to subtitles utils.Clément Bœsch
2012-12-02lavf/subtitles: seek a little more backward when necessary.Clément Bœsch
2012-12-02lavf/subtitles: add ff_subtitles_queue_seek().Clément Bœsch
2012-06-29lavf/subtitles: add some SMIL helpers.Clément Bœsch
2012-06-29lavf: add internal demuxer helpers for subtitles.Clément Bœsch