| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-06 | Speculative support for multi-part subtitles (#709). | Carl Hetherington | |
| 2015-09-29 | Make sure we round properly when deciding how many audio frames to discard. | Carl Hetherington | |
| 2015-09-28 | Discard audio that comes out of FFmpeg files before time 0. | Carl Hetherington | |
| 2015-09-26 | Fix problems with subtitles when there is a non-zero PTS offset | Carl Hetherington | |
| in FFmpegDecoder. This offset was not being taken into account for subtitles prior to this commit. | |||
| 2015-09-14 | Tidy up LOG_ macros. | Carl Hetherington | |
| 2015-09-09 | Use SRC_LINEAR for speed when analysing audio (#685). | Carl Hetherington | |
| 2015-08-25 | Purge rint() and use llrint and friends. | Carl Hetherington | |
| 2015-08-18 | Include tidying. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2015-06-14 | Don't seek before 0 in FFmpegDecoder; fixes errors on seek close to 0. | Carl Hetherington | |
| 2015-06-14 | Fix failure on 1-frame-back seek (#604). | Carl Hetherington | |
| I don't know why this works, but it's what 1.x has been using; I can't find any documentation on what AVSEEK_FLAG_BACKWARD is supposed to mean. | |||
| 2015-06-12 | Remove PassReason stuff. | Carl Hetherington | |
| This feels wrong: it means that it is possible for FFmpegDecoder to discard packets. I can't see how this is ok in all cases: maybe we were lucky that it worked at all. | |||
| 2015-06-12 | Small optimisation. | Carl Hetherington | |
| 2015-06-02 | Handle multiple audio streams in a single piece of content | Carl Hetherington | |
| in a similar way to the V1 patch. | |||
| 2015-05-13 | Token effort toward non-bitmap subtitles from FFmpegDecoder. | Carl Hetherington | |
| 2015-05-13 | Don't bother decoding video frames when we're seeking around trying to find ↵ | Carl Hetherington | |
| subtitles. | |||
| 2015-05-13 | Look up unknown subtitle end times from the data prepared by the examiner. | Carl Hetherington | |
| 2015-05-12 | Assorted image subtitle fixes. | Carl Hetherington | |
| 2015-01-30 | Remove the code, on seeking, to seek to the requested timestamp | Carl Hetherington | |
| in the audio stream if it is lower than that for the video stream. The FFmpeg docs don't support it, AFAICS, as they suggest that the the seek should be in the timebase of the specified stream. It also causes problems with the "preview" test when seeking inaccurately in the viewer. | |||
| 2015-01-19 | Fix audio analysis; make sure we don't decode video and let it pile up unwanted. | Carl Hetherington | |
| 2015-01-09 | Forward-port 99% crash fix from 1.x. | Carl Hetherington | |
| 2015-01-04 | Ignore AVERROR_INVALIDDATA from av_read_frame() as it can apparently mean ↵ | Carl Hetherington | |
| that there is still data to be processed. | |||
| 2014-12-20 | Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵ | Carl Hetherington | |
| assert()s with thrown exceptions. | |||
| 2014-12-15 | Fix previous. | Carl Hetherington | |
| 2014-12-15 | Hand-apply 75be314ee89fb2f4e783b4079f7fabf69e79d636 from master; fix hidden ↵ | Carl Hetherington | |
| content appearing (#418). | |||
| 2014-11-07 | Remove log from ImageProxy hierarchy. | Carl Hetherington | |
| 2014-11-03 | Fix mix-merge of previous. | Carl Hetherington | |
| 2014-11-03 | Forward-port avcodec_decode_audio4 error handling patch from v1. | Carl Hetherington | |
| 2014-08-23 | Merge master. | Carl Hetherington | |
| 2014-08-19 | Use SafeStringStream instead of std::stringstream to try to fix random ↵ | Carl Hetherington | |
| crashes on OS X. | |||
| 2014-08-11 | Merge master. | Carl Hetherington | |
| 2014-08-09 | Properly remove JSON server; remove some unused usings; remove some ↵ | Carl Hetherington | |
| unnecessary uses of stringstream. | |||
| 2014-07-22 | Somewhat speculative move to allow -ve seeks, which seem to be necessary for ↵ | Carl Hetherington | |
| some files to seek correctly to 0. | |||
| 2014-07-22 | Another comment. | Carl Hetherington | |
| 2014-07-22 | Add a comment. | Carl Hetherington | |
| 2014-07-09 | Split up image_proxy.{cc,h} | Carl Hetherington | |
| 2014-07-08 | Conversion of frame index to FFmpeg time must always use the original or ↵ | Carl Hetherington | |
| detected FFmpeg video frame rate. | |||
| 2014-07-04 | Add 'starting' option to subtitles_during(). | Carl Hetherington | |
| 2014-07-02 | Hopefully improve subtitle decoder seeking etc. | Carl Hetherington | |
| 2014-07-01 | Typo fix. | Carl Hetherington | |
| 2014-07-01 | Tidy up a bit. | Carl Hetherington | |
| 2014-07-01 | Remove FFmpegDecoder minimal_run and care on seeking, as the ↵ | Carl Hetherington | |
| VideoDecoder/AudioDecoder has to cope with stuff per-stream anyway. | |||
| 2014-07-01 | while (1) -> while (true) | Carl Hetherington | |
| 2014-06-27 | Fix confusion about subtitle codec pointers. | Carl Hetherington | |
| 2014-06-12 | Fix subrip subtitles a little. | Carl Hetherington | |
| 2014-06-12 | Swap deprecated FFmpeg call. | Carl Hetherington | |
| 2014-06-09 | Emit the large bits of pointless silence which are the cause of #252 in ↵ | Carl Hetherington | |
| half-second chunks, which at least fixes the out-of-memory condition. | |||
| 2014-06-05 | Fix erroneous video position after seek. | Carl Hetherington | |
| 2014-06-02 | Merge master. | Carl Hetherington | |
| 2014-05-22 | Basics of noting subtitle times in FFmpegSubtitleStreams. | Carl Hetherington | |
