| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/subtitles: extend ff_subtitles_queue_insert() to support not yet ava... | Marth64 | 2024-04-02 | 1 | -8/+15 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/aviobuf: Add ffio_init_(read|write)_context() | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | libavformat: fix incorrect handling of incomplete AVBPrint. | Reimar Döffinger | 2023-07-29 | 1 | -4/+15 |
* | avformat/subtitles: Honour ff_subtitles_read_line() documentation | Andreas Rheinhardt | 2021-10-02 | 1 | -0/+1 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -2/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -0/+21 |
* | avformat/subtitles: Check pts difference before use | Michael Niedermayer | 2021-06-18 | 1 | -1/+1 |
* | avformat/subtitles: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -32/+37 |
* | avformat/subtitles: Don't increment packet counter prematurely | Andreas Rheinhardt | 2020-03-22 | 1 | -1/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+3 |
* | avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize() | Michael Niedermayer | 2019-10-06 | 1 | -0/+3 |
* | avformat/subtitles: ignore extra '\r' at line endings | Paul B Mahol | 2019-04-27 | 1 | -1/+1 |
* | avformat: replace all uses of av_copy_packet() | James Almer | 2017-09-25 | 1 | -1/+1 |
* | avformat/subtitles: treat negative duration like unknown duration | wm4 | 2015-12-23 | 1 | -1/+1 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -6/+3 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
* | avformat/subtitles: make dropping duplicate events optional | wm4 | 2015-09-21 | 1 | -1/+2 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -6/+5 |
* | avformat/subtitles: make sure we don't drop "duplicated" events from differen... | Clément Bœsch | 2015-09-10 | 1 | -0/+1 |
* | avformat/subtitles: drop duplicated events | Clément Bœsch | 2015-09-10 | 1 | -0/+29 |
* | avformat/subtitles: Use size_t for len | Michael Niedermayer | 2015-05-11 | 1 | -2/+2 |
* | avformat/subtitles: reduce log level of UTF-16 warning | wm4 | 2014-10-29 | 1 | -1/+1 |
* | Print a warning if a subtitle demuxer changes utf16 to utf8. | Carl Eugen Hoyos | 2014-10-29 | 1 | -2/+5 |
* | avformat/realtextdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -9/+0 |
* | avformat/samidec: UTF-16 support | wm4 | 2014-09-05 | 1 | -3/+12 |
* | avformat/srtdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -2/+51 |
* | avformat/assdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -0/+63 |
* | avformat/vobsub: fix several issues. | Clément Bœsch | 2013-10-04 | 1 | -2/+16 |
* | avformat/subtitles: support standalone CR (MacOS). | Clément Bœsch | 2013-09-08 | 1 | -2/+3 |
* | avformat/subtitles: binary search seeking. | Clément Bœsch | 2013-09-08 | 1 | -14/+36 |
* | avformat/subtitles: check lower bound for duration overlap seeking. | Clément Bœsch | 2013-09-08 | 1 | -1/+2 |
* | avformat/vobsub: fix seeking. | Clément Bœsch | 2013-09-08 | 1 | -2/+14 |
* | vformat/subtitles: check av_copy_packets return code | Michael Niedermayer | 2013-08-30 | 1 | -1/+3 |
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -3/+4 |
* | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -2/+2 |
* | lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see... | Michael Niedermayer | 2013-01-02 | 1 | -10/+0 |
* | lavf: move srtdec:read_chunk() to subtitles utils. | Clément Bœsch | 2012-12-30 | 1 | -0/+46 |
* | lavf/subtitles: seek a little more backward when necessary. | Clément Bœsch | 2012-12-02 | 1 | -0/+11 |
* | lavf/subtitles: add ff_subtitles_queue_seek(). | Clément Bœsch | 2012-12-02 | 1 | -0/+38 |
* | lavf/subtitles: add some SMIL helpers. | Clément Bœsch | 2012-06-29 | 1 | -0/+44 |
* | lavf: add internal demuxer helpers for subtitles. | Clément Bœsch | 2012-06-29 | 1 | -0/+101 |