summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2014-07-10Prevent erroneous creation of subtitle MXF where there are no subtitles.Carl Hetherington
2014-07-10Various fixes for DCP subtitles, and a test or two.Carl Hetherington
2014-07-10Docs.Carl Hetherington
2014-07-10Docs.Carl Hetherington
2014-07-10Basics of DCP subtitle import.Carl Hetherington
2014-07-10Decode DCP audio too.Carl Hetherington
2014-07-10Basics of direct write of J2K data without encode/decode.Carl Hetherington
2014-07-09Split up image_proxy.{cc,h}Carl Hetherington
2014-07-09Use a new ImageProxy to hold J2K data from DCP content.Carl Hetherington
2014-07-09Save and re-load DCP content.Carl Hetherington
2014-07-09Fix DCP name in editor; fix use of DCP entry points.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-07-08Small clean up to video examiner use.Carl Hetherington
2014-07-08Conversion of frame index to FFmpeg time must always use the original or ↵Carl Hetherington
detected FFmpeg video frame rate.
2014-07-08Remove unused variable.Carl Hetherington
2014-07-08Merge master.Carl Hetherington
2014-07-07Initial hack to support 12-bit colour.Carl Hetherington
2014-07-04Make XML subtitle work at the very minimal level.Carl Hetherington
2014-07-04Add 'starting' option to subtitles_during().Carl Hetherington
2014-07-02Hopefully improve subtitle decoder seeking etc.Carl Hetherington
2014-07-02Updated de_DE translation.Carl Hetherington
Signed-off-by: Carsten Kurz
2014-07-02Rearrange Player subtitle handling a bit.Carl Hetherington
2014-07-02Clarify that Encoder really just manages video encoding.Carl Hetherington
2014-07-01Split EncodedData classes into their own file.Carl Hetherington
2014-07-01Only burn subtitles if it is turned on.Carl Hetherington
2014-07-01Add burn subtitles option to Film.Carl Hetherington
2014-07-01Optimise filter graphs with no filters.Carl Hetherington
2014-07-01Typo fix.Carl Hetherington
2014-07-01Tidy up a bit.Carl Hetherington
2014-07-01Remove FFmpegDecoder minimal_run and care on seeking, as the ↵Carl Hetherington
VideoDecoder/AudioDecoder has to cope with stuff per-stream anyway.
2014-07-01DCPVideoFrame -> DCPVideo and PlayerVideoFrame -> PlayerVideo.Carl Hetherington
2014-07-01Add a Type to Time.Carl Hetherington
2014-07-01Merge master.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-06-30Fix problems with AudioDecoder when seeks to not subsequently give exactly ↵Carl Hetherington
what we asked for.
2014-06-30Merge master.Carl Hetherington
2014-06-28Fix crash on analysing audio (and possibly DCP creation) with resampledCarl Hetherington
content. Reported-by: Matthias Damm
2014-06-27Merge 1.70.0-hotfix branch into master.Carl Hetherington
2014-06-27Fix incorrect behaviour of Playlist::move_later.Carl Hetherington
2014-06-27Fix confusion about subtitle codec pointers.Carl Hetherington
2014-06-26Merge master.Carl Hetherington
2014-06-26Support different KDM formulations.Carl Hetherington
2014-06-26Allow user to set video frame rate of video sources (to override the ↵Carl Hetherington
detected one).
2014-06-26Use full/empty conditions rather than just a single condition for the server ↵Carl Hetherington
and encoder.
2014-06-25Support pixel format 46 in make_black().Carl Hetherington
2014-06-24pot-merge.Carl Hetherington
2014-06-24Update comment.Carl Hetherington
2014-06-24Only emit Changed when things are added to or removed from the playlist.Carl Hetherington
2014-06-23Some comments.Carl Hetherington
2014-06-23Be more careful when mangling DCP names to fit ISDCF.Carl Hetherington
Reported-by: Jonathan Jensen