48 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)

Author SHA1 Message Date
Rodger Combs 6ee7adb881
lavf/srtdec: fix indent 9 years ago
Rodger Combs 1df401505c
lavf/srtdec: fix probing files with negative first timestamps 9 years ago
Clément Bœsch 7af3f27008 lavf/srtdec: do not be strict wrt timing digit lengths 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 77eeaa2c3d lavf/srtdec: rewrite parsing logic 9 years ago
Clément Bœsch 40d9d6de90 avformat/srtdec: make sure we probe a number 9 years ago
Clément Bœsch 7218352e02 avformat/srtdec: more lenient first line probing 9 years ago
Clément Bœsch d161a2a72b avformat/srtdec: fix number check for the first character 9 years ago
Clément Bœsch af924fd9e4 avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging 9 years ago
Carl Eugen Hoyos 19a6431ec2 Print a warning if a subtitle demuxer changes utf16 to utf8. 10 years ago
Clément Bœsch 9ae83ece8a avformat/srtdec: simpler and more lenient probing 10 years ago
wm4 c368538667 avformat/srtdec: speed up probing 10 years ago
wm4 d658ef18e3 avformat/srtdec: UTF-16 support 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Clément Bœsch 90fc00a623 avformat/subtitles: add a next line jumper and use it. 11 years ago
Clément Bœsch cfcd55db16 avformat/srtdec: skip initial random line breaks. 11 years ago
Michael Niedermayer dc6f1a8dda avformat/srtdec: Fix pointer corruption 12 years ago
Clément Bœsch f2b6aabd3d lavf/srtdec: do not try to queue empty subtitle chunks. 12 years ago
Clément Bœsch 8bc74221f8 lavf: remove generic index flag from text subtitles. 12 years ago
Clément Bœsch d9ac8d2967 lavf: move srtdec:read_chunk() to subtitles utils. 12 years ago
Clément Bœsch 3af3a3006f lavf/srtdec: remove line break hack. 12 years ago
Michael Niedermayer 1be8d0fbda srt_probe: make buffer pointer const 12 years ago
Clément Bœsch 217bdd08e3 lavf/srtdec: reindent after previous commits. 12 years ago
Clément Bœsch 1dab8d9157 lavf/srtdec: switch to FFDemuxSubtitlesQueue API. 12 years ago
Clément Bœsch cc88734c3c lavf/srtdec: trim line break event separators from packet. 12 years ago
Clément Bœsch a8b3130181 lavf/srtdec: recognize subtitles starting at event index 0. 12 years ago
Clément Bœsch c27b3816e4 srt: make the demuxer output SubRip packets. 12 years ago
Clément Bœsch a96b39de62 lavf/srtdec: simplify start/end computation. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Philip Langdale 7b24be557f avformat/srtdec: Write duration into packet from srt demuxer. 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Clément Bœsch 608bda925a lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago