summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2015-03-25Remove Scaler config and use SWS_BICUBIC everywhere.Carl Hetherington
2015-03-25Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow evenCarl Hetherington
DCP audio channel counts between 2 and 16 inclusive.
2015-03-25Missing files.Carl Hetherington
2015-03-24Hand-apply e30fd8d; resurrect JSON server code.Carl Hetherington
2015-03-24Hand-apply a2f81da6d9afc5d3b5e647e1e05ca5d4507af42c from master;Carl Hetherington
allow "deletion" of the audio part of a FFmpeg file from the timeline; delete unmaps the audio (#316).
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2015-02-24Forward-port 86a5cdbe6ddb3506515cf8585a0902937147862e from master; crash ↵Carl Hetherington
when repeating MagickImage frames.
2015-02-19Update copyright year.Carl Hetherington
2015-02-19Split up Timeline view classes.Carl Hetherington
2015-02-17Incorrect include path.Carl Hetherington
2015-02-17Hand-apply 71a4c0f5440688a38a2bb34170a3ccf9b1ea598f from 1.x;Carl Hetherington
correctly sort image sequences.
2015-02-17Fix crash on loading J2K files.Carl Hetherington
2015-02-10Default to no colour conversion for JPEG2000 and DCP content (#445).Carl Hetherington
2015-02-10Bump server link version number.Carl Hetherington
2015-02-09Remove erroneous comment.Carl Hetherington
2015-02-08Speculative simplification of FFmpegStream::uses_index.Carl Hetherington
2015-02-08Uninitialised variable.Carl Hetherington
2015-02-08Actually fix previous.Carl Hetherington
2015-02-08Fix typo in previous.Carl Hetherington
2015-02-08Fix uninitialised variable.Carl Hetherington
2015-02-08Fix use-after-free (although in quickmail code which I don't think is called).Carl Hetherington
2015-02-07Forward-port 41b77bee9c9cef485d95e82f16f6365ed1cf2a13 from 1.0; fixes to ↵Carl Hetherington
VideoContentScale::size().
2015-02-07I can't see the point of rounding the image size again after callingCarl Hetherington
size() with a round of 4.
2015-02-04Don't store _directory in DCPContent, work it out from the paths instead.Carl Hetherington
2015-02-04Don't truncate job statuses in the command line interface, only in the GUI.Carl Hetherington
2015-02-03Comment fix.Carl Hetherington
2015-02-03Move log environment dump stuff out into its own file.Carl Hetherington
2015-02-02Add a log message entry about the 32/64 bitness of the build target.Carl Hetherington
2015-02-02Changes to libdcp API.Carl Hetherington
2015-02-02Improve efficiency of DCP -> image decoding.Carl Hetherington
2015-01-31If we are requesting audio from before the start of a piece of content we ↵Carl Hetherington
need to adjust both the request position AND the amount, not just the position.
2015-01-30Remove the code, on seeking, to seek to the requested timestampCarl 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-30Fix update of preview when video fade changes.Carl Hetherington
2015-01-29Remove unused socket stuff.Carl Hetherington
2015-01-29Make ServerFinder stop nicely when dcpomatic_cli quits.Carl Hetherington
2015-01-29Move Socket to dcpomatic_socket.{cc,h}.Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2015-01-26Comment.Carl Hetherington
2015-01-25Probably-missing lock.Carl Hetherington
2015-01-25Missing newline causing lack of Date header.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2015-01-24Hand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d; fix update checker.Carl Hetherington
2015-01-23Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve ↵Carl Hetherington
progress reporting when scanning a file for length.
2015-01-23Hand-apply cb998bee2e70f3426fd95655736deae803efa58e from master; examine a ↵Carl Hetherington
whole FFmpeg file if there is no length information in the header.
2015-01-23Remove erroneous rounding of subrip times.Carl Hetherington
2015-01-21Fix recognition of MXF-wrapped subtitle content vs audio/video.Carl Hetherington
2015-01-21Improve logging slightly.Carl Hetherington
2015-01-20Seek correctly in AudioDecoder; the frame parameter is in resampled frames, ↵Carl Hetherington
so we must use the same frame rate when converting back to ContentTime for seek.
2015-01-20Fix rounding when converting to frames.Carl Hetherington
2015-01-20More informative error when failing to decode JPEG2000 files.Carl Hetherington