summaryrefslogtreecommitdiff
path: root/src/lib/j2k_wav_encoder.cc
AgeCommit message (Collapse)Author
2012-12-19Move audio into Encoder so that J2KStillEncoder can use it too. Rename ↵Carl Hetherington
J2KWAVEncoder -> J2KVideoEncoder.
2012-12-16Split Options into encode / decode.Carl Hetherington
2012-11-18Call processor process_end methods as required. Remove questionable padding ↵Carl Hetherington
of audio length up to the nearest second. Don't emit audio in big blocks as it seems to crash FFmpeg. Fix a few things.
2012-11-17Another attempt to do external audio moderately nicely.Carl Hetherington
2012-11-12Untested; more movement of stuff out of decoder.Carl Hetherington
2012-11-10More various AudioStream hacks.Carl Hetherington
2012-11-05Move trimming into the encoder; seems to be cleaner.Carl Hetherington
2012-11-04Various fixes.Carl Hetherington
2012-11-04Hoepfully fix end trimming, and fix noise on end of audio when resampling.Carl Hetherington
2012-11-04Various work on range setting.Carl Hetherington
2012-10-31Try a different approach to frame duplication in the decoder.Carl Hetherington
2012-10-24Use boost::signals2; fix bugs with x-thread signalling.Carl Hetherington
2012-10-24Merge FilmState / Film.Carl Hetherington
2012-10-22Try again to sort out the audio padding / alignment.Carl Hetherington
2012-10-20Try to clean up stream handling wrt audio channel counts.Carl Hetherington
2012-10-20Clean up audio passing round a bit.Carl Hetherington
2012-10-20Don't cache sample format, fix up various things.Carl Hetherington
2012-10-20Rework audio to deinterleave straight away and pass dataCarl Hetherington
around as floats. Should simplify things.
2012-10-17Re-work FilmState / Film relationship a bit; Film now inherits from ↵Carl Hetherington
FilmState and FilmState does get/set.
2012-10-14Various fixes to subtitling.Carl Hetherington
2012-10-10Subs successfully exported with thumbs.Carl Hetherington
2012-10-09Fix some POSIX-isms.Carl Hetherington
2012-10-03A touch more debugging.Carl Hetherington
2012-10-03Fix up include and add a log.Carl Hetherington
2012-10-02Tidy up test for whether or not to resample.Carl Hetherington
2012-10-02Merge branch 'resample-drop-frame'Carl Hetherington
2012-10-02Use String::compose in a few places.Carl Hetherington
2012-10-02Tidy up timing code a bit.Carl Hetherington
2012-10-02Some more timing logging.Carl Hetherington
2012-10-01Some more debug logging.Carl Hetherington
2012-10-01Various fixes to resampling.Carl Hetherington
2012-10-01Log message when resampling audio.Carl Hetherington
2012-09-29Entirely untested resampling to fix 24fps drop-frame.Carl Hetherington
2012-09-23Add some more logging when finishing up an encode.Carl Hetherington
2012-09-22Improve transcode job progress reporting.Carl Hetherington
2012-09-17Move server code into library; Server -> ServerDescription.Carl Hetherington
2012-07-28Fix bug causing frames to be missed when encoding.Carl Hetherington
2012-07-26Implemented but faulty.Carl Hetherington
2012-07-22Cross-platform sleep.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington