| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/aviobuf: Add ffio_init_(read|write)_context() | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | libavformat: fix incorrect handling of incomplete AVBPrint. | Reimar Döffinger | 2023-07-29 | 1 | -2/+12 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -1/+2 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 1 | -0/+7 |
* | avformat/subtitles: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -1/+1 |
* | avformat/subtitles: ignore extra '\r' at line endings | Paul B Mahol | 2019-04-27 | 1 | -1/+1 |
* | avformat/subtitles: make dropping duplicate events optional | wm4 | 2015-09-21 | 1 | -0/+1 |
* | avformat/subtitles: improve ff_subtitles_queue_finalize() doxy | Clément Bœsch | 2015-09-10 | 1 | -1/+2 |
* | avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ... | Clément Bœsch | 2015-09-10 | 1 | -1/+1 |
* | avformat/subtitles: Use size_t for len | Michael Niedermayer | 2015-05-11 | 1 | -1/+1 |
* | Print a warning if a subtitle demuxer changes utf16 to utf8. | Carl Eugen Hoyos | 2014-10-29 | 1 | -1/+3 |
* | avformat/realtextdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -5/+0 |
* | avformat/samidec: UTF-16 support | wm4 | 2014-09-05 | 1 | -0/+5 |
* | avformat/srtdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -3/+31 |
* | avformat/assdec: UTF-16 support | wm4 | 2014-09-05 | 1 | -0/+56 |
* | avformat/vobsub: fix several issues. | Clément Bœsch | 2013-10-04 | 1 | -0/+6 |
* | lavf/subtitles: Make comment less arrogant | Alexander Strasser | 2013-09-15 | 1 | -2/+2 |
* | avformat/subtitles: support standalone CR (MacOS). | Clément Bœsch | 2013-09-08 | 1 | -2/+11 |
* | avformat/subtitles: add a next line jumper and use it. | Clément Bœsch | 2013-09-08 | 1 | -0/+10 |
* | lavf/subtitles: fix CLRF/CRLF typo. | Clément Bœsch | 2012-12-30 | 1 | -1/+1 |
* | lavf: move srtdec:read_chunk() to subtitles utils. | Clément Bœsch | 2012-12-30 | 1 | -0/+15 |
* | lavf/subtitles: add ff_subtitles_queue_seek(). | Clément Bœsch | 2012-12-02 | 1 | -0/+7 |
* | lavf/subtitles: add some SMIL helpers. | Clément Bœsch | 2012-06-29 | 1 | -0/+16 |
* | lavf: add internal demuxer helpers for subtitles. | Clément Bœsch | 2012-06-29 | 1 | -0/+61 |