summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.cc
AgeCommit message (Collapse)Author
2015-06-12Un-map non-selected audio streams when loading old files.Carl Hetherington
2015-06-03Various work on audio mapping.Carl Hetherington
Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of).
2015-06-03Fix confusion with AUDIO_STREAMS property.Carl Hetherington
2015-06-02Fix unsafe unlocked leak of reference.Carl Hetherington
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
in a similar way to the V1 patch.
2015-05-27FFmpegContent does not need audio_length().Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-2511b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour ↵Carl Hetherington
conversions depending on type and resolution
2015-05-13Try to fix build.Carl Hetherington
2015-05-13Fix missing audio mapping digest in FFmpegContent audio analysis paths.Carl Hetherington
2015-05-13Look up unknown subtitle end times from the data prepared by the examiner.Carl Hetherington
2015-04-16Add our own raw_convert that uses SafeStringStream.Carl Hetherington
2015-01-24Hand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e from master; quicker ↵Carl Hetherington
digest calculation.
2015-01-23Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve ↵Carl Hetherington
progress reporting when scanning a file for length.
2014-12-23Remove unused code.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-12-03Hand-apply d3bc61f0af33fedf02ac1a28cf91989ee9cd2fb6 from master;Carl Hetherington
make digest optional.
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
Basics of an image sequence dialog that asks about frame rate and digest calculation.
2014-08-23Merge master.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-07-25Put some get/sets in FFmpegAudioStream.Carl Hetherington
2014-07-11Rename subtitle_use -> use_subtitles.Carl Hetherington
2014-07-10Add has_subtitles method to SubtitleContent; tidy up timeline display a bit.Carl Hetherington
2014-07-09Basics of DCP import.Carl Hetherington
2014-07-08Small clean up to video examiner use.Carl Hetherington
2014-07-04Add 'starting' option to subtitles_during().Carl Hetherington
2014-07-02Hopefully improve subtitle decoder seeking etc.Carl Hetherington
2014-06-20Various subtitle UI tweaks.Carl Hetherington
2014-06-12Merge master.Carl Hetherington
2014-06-04Back-port v2's rename and slight extension of FrameRateConversion.Carl Hetherington
2014-06-03All audio content should resample if the output frame rate and contentCarl Hetherington
frame rates differ; make Sndfile sources use the video-frame-rate-based calculation for output frame rate (like FFmpeg sources do). Also, fix small problems when flushing Resamplers used to get fed back to Resamplers again.
2014-06-02Merge master.Carl Hetherington
2014-05-22Basics of noting subtitle times in FFmpegSubtitleStreams.Carl Hetherington
2014-05-22Move FFmpegStream classes into their own source files.Carl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-05-20libdcp -> dcp fixes.Carl Hetherington
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-05-16Merge master.Carl Hetherington
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-02Rename AudioContent frame_rate methods and move resampled_audio_frame_rate ↵Carl Hetherington
into AudioContent.
2014-05-01Various fixes so that audio_delay_test works again.Carl Hetherington
2014-04-11Fix deadlock.Carl Hetherington
2014-03-25Fix bad implicit cast causing incorrect FFmpegContent::audio_length() results.Carl Hetherington
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-03-17Merge master.Carl Hetherington
2014-03-15Cope with loading films with now-disabled filters.Carl Hetherington
2014-03-15Remove support for FFmpeg postprocessing filters.Carl Hetherington
2014-03-08Name audio analyses with stream ID so that you can see analysesCarl Hetherington
for different streams correctly. Reported-by: Markus Raab