summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
AgeCommit message (Expand)Author
2013-04-07Fix still video playback.Carl Hetherington
2013-04-04More various 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-06First cut.Carl Hetherington
2013-03-04Move audio decoding to separate method and fix incorrect decoding when there ...Carl Hetherington
2013-02-17Fix nasty misreading of planar audio data.Carl Hetherington
2013-02-08Shuffle Job pointers around slightly.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-18Try to tidy up subtitle timing and seeks wrt source frames, DCP frames and ro...Carl Hetherington
2012-12-17Various fixes to still-image mode.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-16Small method rename.Carl Hetherington
2012-12-16Decoder handles crop changing.Carl Hetherington
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-12-16Various fixes.Carl Hetherington
2012-12-16Integrated FFmpeg player (slow).Carl Hetherington
2012-12-15Skipping hacks.Carl Hetherington
2012-12-10Try to allow users to specify that the film's header should be trusted wrt le...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-10More various AudioStream hacks.Carl Hetherington
2012-11-07Move audio sample format stuff out of Decoder base class.Carl Hetherington
2012-11-07Move deinterleaving of audio into ffmpeg decoder.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Revert "Remove minimal flag."Carl Hetherington
2012-11-04Remove minimal flag.Carl Hetherington
2012-11-04Remove unused ignore_length parameter.Carl Hetherington
2012-11-04Untested trim of start and end.Carl Hetherington
2012-10-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-30Try to use the previous frame rather than the current one when padding PTS gaps.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-24Remove old unused stuff.Carl Hetherington
2012-10-22Try again to sort out the audio padding / alignment.Carl Hetherington
2012-10-22Do audio/video pts sync in a hopefully much more sensible way.Carl Hetherington
2012-10-22Partial fix to sync according to pts.Carl Hetherington
2012-10-20Try to clean up stream handling wrt audio channel counts.Carl Hetherington
2012-10-20Don't cache sample format, fix up various things.Carl Hetherington
2012-10-17Basic support for selection of audio / subtitle streams.Carl Hetherington
2012-10-15Clean up subtitle classes a bit.Carl Hetherington
2012-10-14Various fixes to subtitling.Carl Hetherington
2012-10-10Subs successfully exported with thumbs.Carl Hetherington
2012-10-09Make subtitle addition optional.Carl Hetherington
2012-10-09Various subtitle fixes.Carl Hetherington