summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Collapse)Author
2013-05-29Remove unnecessary include; add makedcp-osx.Carl Hetherington
2013-05-27Fix some DCP generation bugs and update some tests.Carl Hetherington
2013-05-25Merge master and multifarious hackery.Carl Hetherington
2013-05-24A few seeking fixes.Carl Hetherington
2013-05-24Allow drag of content; fix up some problems with timings.Carl Hetherington
2013-05-23Various bits and pieces.Carl Hetherington
2013-05-23Some more tidying up.Carl Hetherington
2013-05-22Various hacks.Carl Hetherington
2013-05-22Half-way through trying to make seek work again.Carl Hetherington
2013-05-21Give Film a container; move crop into video content; other bits.Carl Hetherington
2013-05-21Various more hacks; basically trying to remove Regions as an unnecessary ↵Carl Hetherington
complexity.
2013-05-20Some basics of AudioMapping.Carl Hetherington
2013-05-20Various time-related fixes; fix daft hang on decodes.Carl Hetherington
2013-05-16Compiles; strange hang on adding content to a film.Carl Hetherington
2013-05-10Move SRC (badly) to AudioDecoder.Carl Hetherington
2013-05-10Add comment.Carl Hetherington
2013-05-10Tidy filter_and_emit_video / decode_video_packet.Carl Hetherington
2013-05-03Try to fix the filter / AVFrame ownership.Carl Hetherington
2013-05-02Use newer format to specify filter graphs; don't filter unless necessary; ↵Carl Hetherington
fix tiny memory leak.
2013-04-26Attempted fixes for some unimplemented timing bits.Carl Hetherington
2013-04-21Untested merge of master.Carl Hetherington
2013-04-20Be more careful about the validity of s->metadata.Carl Hetherington
2013-04-20Somewhat hacky but seemingly functional frame back/forward (rest of #68).Carl Hetherington
2013-04-10Remove believed unnecessary audio channel layout stuff for resampler.Carl Hetherington
2013-04-09Merge ImageMagick and FFmpeg content into VideoContent list; remove ↵Carl Hetherington
seek_to_last hacks.
2013-04-07Fix still video playback.Carl Hetherington
2013-04-04More various bits.Carl Hetherington
2013-04-03Make subs work again (sort of).Carl Hetherington
2013-04-02Various bits.Carl Hetherington
2013-04-01Various bits.Carl Hetherington
2013-03-31Content can be added and previewed.Carl Hetherington
2013-03-31Runs.Carl Hetherington
2013-03-06Hopefully fix up still-image generation.Carl Hetherington
2013-03-06It appears that it may not be just CAP_DELAY decoders that can produce extra ↵Carl Hetherington
frames at the end.
2013-03-06Drop frames without PTS and only try to fish out leftover frames for codecs ↵Carl Hetherington
with CAP_DELAY.
2013-03-06Revert "Split timed from untimed sinks / sources. Should produce same ↵Carl Hetherington
output, in theory." This reverts commit 18614dda0d53b713ace5ad1df57298d049dba87f.
2013-03-06First cut.Carl Hetherington
2013-03-05Split timed from untimed sinks / sources. Should produce same output, in ↵Carl Hetherington
theory.
2013-03-05Fix comment.Carl Hetherington
2013-03-04Move audio decoding to separate method and fix incorrect decoding when there ↵Carl Hetherington
are multiple audio packets per frame (e.g. with wmapro).
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
make the DCP.