summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Collapse)Author
2012-12-16Merge speed-up branch.Carl Hetherington
2012-12-16Revert "Skipping hacks."Carl Hetherington
This reverts commit 89319eb1217c8caca80dc22ca770766f6d2f26c0.
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 ↵Carl Hetherington
FFmpeg.
2012-12-10Try to allow users to specify that the film's header should be trusted wrt ↵Carl Hetherington
length when building thumbnails, thus speeding up examine-content by a factor of 2-ish.
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; ↵Carl Hetherington
bump libdcp version.
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
2012-11-10More various AudioStream hacks.Carl Hetherington
2012-11-07Move audio sample format stuff out of Decoder base class.Carl Hetherington
2012-11-07FFmpeg decoder should only do audio if we're using source audio.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-04Rework counting of audio / video in the decoder a bit.Carl Hetherington
2012-11-04Revert "Remove minimal flag."Carl Hetherington
This reverts commit ac712b45bad948fc8f38cf4fa48a529f2024c7f5.
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-11-01Log on av_read_frame error (rather than aborting) and log on unused data in ↵Carl Hetherington
a packet.
2012-10-31Hopefully fix up out-of-order decodes.Carl Hetherington
2012-10-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-31Fix up parent / child member naming confusion.Carl Hetherington
2012-10-31Don't emit 0 bytes of audio if video and audio are already in sync.Carl Hetherington
2012-10-30Try to use the previous frame rather than the current one when padding PTS gaps.Carl Hetherington
2012-10-30Tweak naming.Carl Hetherington
2012-10-30Fix build.Carl Hetherington
2012-10-30Insert / remove frames from the output as required to keep things right with ↵Carl Hetherington
the source's PTS values; do avcodec_get_frame_defaults() for all streams.
2012-10-27Comment tweak.Carl Hetherington
2012-10-25Try running the video codec with threads=1 to see if we can avoid green ↵Carl Hetherington
stuff in the Aesthetica film.
2012-10-25Erroneous leftover _log in Decoder; use decoder audio channels count rather ↵Carl Hetherington
than Film's.
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-24Try to fix overrunning subtitles.Carl Hetherington