summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Expand)Author
2013-03-05Fix comment.Carl Hetherington
2013-03-04Move audio decoding to separate method and fix incorrect decoding when there ...Carl Hetherington
2013-03-01Merge master.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-02-25Fix warning.Carl Hetherington
2013-02-25Some tidying up, add channel selector to Audio dialog.Carl Hetherington
2013-02-24Basic stuff to analyse audio (job).Carl Hetherington
2013-02-17Fix nasty misreading of planar audio data.Carl Hetherington
2013-02-08Shuffle Job pointers around slightly.Carl Hetherington
2013-01-23Merge master branch.Carl Hetherington
2013-01-23Remove multi-reel, for now, and sort out Size vs libdcp::Size.Carl Hetherington
2013-01-17Try to tidy up frame indexing; use DCP length obtained from the transcode to ...Carl Hetherington
2013-01-17shared_ptr is a bit excessive for DecodeOptions.Carl Hetherington
2012-12-19Re-work again so that there's just one encoder; various tweaks to still-image...Carl Hetherington
2012-12-19Fix merge.Carl Hetherington
2012-12-18Try to add support for signed 16-bit planar; tidy a couple of C-style casts.Carl Hetherington
2012-12-18Fix merge.Carl Hetherington
2012-12-18Try to tidy up subtitle timing and seeks wrt source frames, DCP frames and ro...Carl Hetherington
2012-12-18Support non-planar float audio.Carl Hetherington
2012-12-18Merge branch 'master' into video-playerCarl Hetherington
2012-12-18Try to throw an exception rather than asserting on an unknown sound format.Carl Hetherington
2012-12-18Fix being tested.Carl Hetherington
2012-12-17Various fixes to still-image mode.Carl Hetherington
2012-12-17Make the viewer respond to filter changes.Carl Hetherington
2012-12-16Various hacks to subtitles etc.Carl Hetherington
2012-12-16Merge speed-up branch.Carl Hetherington
2012-12-16Revert "Skipping hacks."Carl Hetherington
2012-12-16Various fixups.Carl Hetherington
2012-12-16Various fixes.Carl Hetherington
2012-12-16Small method rename.Carl Hetherington
2012-12-16Decoder handles crop changing.Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-12-16Remove apply crop flag.Carl Hetherington
2012-12-16Various fixes.Carl Hetherington
2012-12-16Integrated FFmpeg player (slow).Carl Hetherington
2012-12-15Small cleanup.Carl Hetherington
2012-12-15Skipping hacks.Carl Hetherington
2012-12-15Merge branch 'master' into speed-upCarl Hetherington
2012-12-13Fix regression when AVCodecContext's channel layout doesn't get set up by FFm...Carl Hetherington
2012-12-10Try to allow users to specify that the film's header should be trusted wrt le...Carl Hetherington
2012-12-10Oops in previous.Carl Hetherington
2012-12-10Try removing force of single-threaded decoding again.Carl Hetherington
2012-12-06More logging tweaks; allow log level to be specified on the command line; bum...Carl Hetherington
2012-12-06Clarify log levels a touch and add a debug message.Carl Hetherington
2012-12-06Improve logging slightly.Carl Hetherington
2012-12-05Be more gracious when we fail to parse some subtitle types.Carl Hetherington
2012-11-17Another attempt to do external audio moderately nicely.Carl Hetherington
2012-11-15Untested external audio support; AB transcodes still broken.Carl Hetherington
2012-11-14Tests pass again.Carl Hetherington
2012-11-11Rename use_source_audio to use_content_audio.Carl Hetherington