summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg.cc
AgeCommit message (Collapse)Author
2016-05-18Partial work on using a no-video FFmpeg file.Carl Hetherington
2016-05-18Use optional<> for _video_stream.Carl Hetherington
2016-05-04Allow build with the Ubuntu 16.04 version of FFmpeg.Carl Hetherington
2016-03-08Bump ffmpeg to master somewhere post 3.0.Carl Hetherington
2016-03-01Stop erroneous addition of text subtitles to the lists (whenCarl Hetherington
an image subtitle is completed with a rect count of zero) which subsequently cause hangs while the decoder looks for these phantom text subtitles. Fixes #812.
2016-02-15Support SSA subtitles embedded within FFmpeg files.Carl Hetherington
2016-02-01Remove unnecessary subtitle digest components.Carl Hetherington
2016-02-01Subtitle "to" times used to be stored against their "from" times.Carl Hetherington
Sadly an example shows that from times are not unique. This patch uses a hash of stuff from the first AVSubtitle as the key.
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-09-27const fix.Carl Hetherington
2015-09-27Fix error in previous.Carl Hetherington
2015-09-26Fix problems with subtitles when there is a non-zero PTS offsetCarl Hetherington
in FFmpegDecoder. This offset was not being taken into account for subtitles prior to this commit.
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-26Separate FFmpegSubtitlePeriod.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-07-13Remove out-of-date comment.Carl Hetherington
2015-06-30Write FFmpeg log output to our log file.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-11Fix audio analyis hang with duplicate stream IDs (#598).Carl Hetherington
There was existing code to work around the case when FFmpeg files have all-zero stream IDs. Extend this to cope with duplicate stream IDs, as these have been seen in the wild.
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
in a similar way to the V1 patch.
2015-05-236ebdd1b08ec3156c637db59d6a42efc8fa63ab8f from master; fix failure to import ↵Carl Hetherington
some video MXFs (#566).
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2014-12-09Forward-port DCA footer fix from master.Carl Hetherington
2014-10-22Merge master.Carl Hetherington
2014-10-22Ignore video streams with zero avg_frame_rate in their AVStream (e.g. from ↵Carl Hetherington
iTunes).
2014-08-11Merge master.Carl Hetherington
2014-08-09Properly remove JSON server; remove some unused usings; remove some ↵Carl Hetherington
unnecessary uses of stringstream.
2014-06-27Fix confusion about subtitle codec pointers.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-22Correctly close all codecs, I think.Carl Hetherington
2014-05-22Set up all FFmpeg decoders in one method.Carl Hetherington
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
2014-05-12Fix crash caused by previous change; doubles are expressed using scientific ↵Carl Hetherington
notation by default, so avoid them where possible.
2014-05-12Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,Carl Hetherington
which should get things right with both decimal and thousands separators; LocaleGuard fixed decimal separators ok but not, it appears, thousands ones.
2014-05-02Revert "Hack around crash on exist of tests due to race between ~FFmpeg and ↵Carl Hetherington
__cxa_finalize." This reverts commit fde38b664c98205dd4fe3721b125469d5dd2ecbe.
2014-05-02Hack around crash on exist of tests due to race between ~FFmpeg and ↵Carl Hetherington
__cxa_finalize.
2014-03-21Mostly-merge master.Carl Hetherington
2014-03-18Tentative support for 3D from alternate frames.Carl Hetherington
Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello
2014-02-11Merge master.Carl Hetherington
2014-02-09Fix 1 crash on low memory.Carl Hetherington
2014-02-05Fix some coverity-reported stuff.Carl Hetherington
2014-01-09Remove some deprecated FFmpeg stuff.Carl Hetherington
2014-01-01Bump ffmpeg and try to fix small leak with filters.Carl Hetherington
2013-12-11Various work on better seeking (and seeking of audio).Carl Hetherington
2013-12-02Fix problems with FFmpeg files that have all-zero stream IDs.Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-23Tidy up a bit.Carl Hetherington
2013-11-23Use FileGroup in FFmpeg.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington