summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
AgeCommit message (Expand)Author
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
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
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 a...Carl Hetherington
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
2012-10-27Comment tweak.Carl Hetherington
2012-10-25Try running the video codec with threads=1 to see if we can avoid green stuff...Carl Hetherington
2012-10-25Erroneous leftover _log in Decoder; use decoder audio channels count rather t...Carl Hetherington
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
2012-10-24Try to fix up subtitle timing a bit.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-20A bit of tidying up.Carl Hetherington