summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Collapse)Author
2013-12-19Don't emit things from player that are turned off.Carl Hetherington
2013-12-19Fix erroneous rename.Carl Hetherington
2013-12-19Remove unused variable.Carl Hetherington
2013-12-18Attempt to move resampling into AudioDecoder.Carl Hetherington
2013-12-18A couple of sndfile fixes for the new world order.Carl Hetherington
2013-12-18Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-18Fix progress reporting for 3D DCPs.Carl Hetherington
2013-12-18VIDEO_FRAME_TYPE needs to invalidate the player's pieces.Carl Hetherington
2013-12-18Repeat frames rather than using black for missing frames when we're inside ↵Carl Hetherington
some content.
2013-12-18Fix seek with respect to video/audio frame boundary alignment.Carl Hetherington
2013-12-18Merge branch '1.0' into 1.0-seekCarl Hetherington
2013-12-18Hopefully fix crash on new film in some strange cases.Carl Hetherington
2013-12-18Add missing file.Carl Hetherington
2013-12-18Considerable rework of decoder timing; tests pass, at least.Carl Hetherington
2013-12-13Start of changing frame numbers to time.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-12-11Various work on better seeking (and seeking of audio).Carl Hetherington
2013-12-09Fix pixel format 7 for make_black (#288).Carl Hetherington
2013-12-08Small cleanup with _have_valid_pieces; don't allow repeat_last_video if we ↵Carl Hetherington
don't currently have valid pieces (fixes #281).
2013-12-05Fix erroneous full_length() in SndfileContent; it's at least a bit more ↵Carl Hetherington
correct now.
2013-12-04Make signatures optional (#273).Carl Hetherington
2013-12-04Suspend scale / crop / window / subtitle overlay until we decide that a ↵Carl Hetherington
frame is going to be used.
2013-12-04Do lots of the player processing with less copying.Carl Hetherington
2013-12-02Fix crash on double-click of show-audio button.Carl Hetherington
2013-12-02Fix problems with FFmpeg files that have all-zero stream IDs.Carl Hetherington
2013-12-02Fix crash on failing to open a frame info file.Carl Hetherington
2013-11-29Merge master.Carl Hetherington
2013-11-27We only need boost locale on Windows.Carl Hetherington
2013-11-26Another pot merge.Carl Hetherington
2013-11-26Update and merge pot files.Carl Hetherington
2013-11-26Update fr_FR translation from Lilian Lefranc.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-23Basics of joining.Carl Hetherington
2013-11-23Tidy up a bit.Carl Hetherington
2013-11-23Use FileGroup in FFmpeg.Carl Hetherington
2013-11-23Small FileGroup tidy-up; actually build FileGroup test; rearrange test wscript.Carl Hetherington
2013-11-23Remove libavformat-specific bit from FileGroup.Carl Hetherington
2013-11-23Add FileGroup.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-11-22Merge still/moving image classes.Carl Hetherington
2013-11-22Make MovingImageContent use Content::_paths rather than its own _files list.Carl Hetherington
2013-11-22Content::_path to a vector.Carl Hetherington
2013-11-22Remove some debug code.Carl Hetherington
2013-11-20Only do long probes of FFmpeg content with the examiner, not the decoder.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-11-19Increase probe duration for FFmpeg content so that there is more chance of ↵Carl Hetherington
all streams being found in MPEG files.
2013-11-17Make specified-server discovery work.Carl Hetherington
2013-11-17More uses of LocaleGuard; hence speculative fix for servers crashing on ↵Carl Hetherington
lexical_cast.
2013-11-15Update for libquickmail 0.1.16.Carl Hetherington