John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ea7441ae77 
								
							 
						 
						
							
							
								
								Use single LEGAL file with license and copyright.  
							
							 
							
							
							
						 
						
							2018-01-03 13:23:14 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								4ef3de5287 
								
							 
						 
						
							
							
								
								Always specify seek position in TimeMs.  
							
							 
							
							... 
							
							
							
							This way it won't rely on the sample rate of the audio file.
Fixes #4139 . 
							
						 
						
							2017-12-10 12:52:38 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								1c8db1e2e9 
								
							 
						 
						
							
							
								
								Fix travis build for the latest ffmpeg code.  
							
							 
							
							
							
						 
						
							2017-11-13 13:55:11 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								f2801d4775 
								
							 
						 
						
							
							
								
								Fix possible crash in file download after error.  
							
							 
							
							... 
							
							
							
							Regression was introduced in 2fa2fa41c5 .
In file download failed handler we suggest to try to load the file
once again to the same location. After some changes we started to
forget filename before failed handler. That resulted in large files
loading to memory instead of hard drive.
Add a precondition in FileLoader to prevent such bugs in the future. 
							
						 
						
							2017-08-30 19:15:34 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								7873cb4373 
								
							 
						 
						
							
							
								
								Using media player for voice / video messages.  
							
							 
							
							... 
							
							
							
							Media::Player::Widget displays the current voice / video message
if it is played and the current song otherwise.
It is created when a voice / video message starts and is destroyed
when all the voice / video messages in the playlist are finished. 
							
						 
						
							2017-05-24 16:25:12 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								b9119e5ef6 
								
							 
						 
						
							
							
								
								Play video messages as Type::Voice.  
							
							 
							
							... 
							
							
							
							Use AudioMsgId instead of videoPlayId.
Any audio track now can be a child loader track of some video clip.
Use Type::Voice instead of Type::Video for round video messages.
Video messages play / pause / resume the same way as voice messages. 
							
						 
						
							2017-05-24 16:25:09 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								9ed8cbe2d1 
								
							 
						 
						
							
							
								
								Send mp4 and quicktime files as videos.  
							
							 
							
							
							
						 
						
							2017-03-10 17:12:51 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								08167a6a91 
								
							 
						 
						
							
							
								
								Removed #include "stdafx.h" from all files.  
							
							 
							
							... 
							
							
							
							Currently the build without implicitly included precompiled header
is not supported anyway (because Qt MOC source files do not include
stdafx.h, they include plain headers).
So when we decide to support building without implicitly included
precompiled headers we'll have to fix all the headers anyway. 
							
						 
						
							2017-03-04 12:27:52 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								5f5770dd46 
								
							 
						 
						
							
							
								
								Support special seek whence for ffmpeg.  
							
							 
							
							... 
							
							
							
							AVSEEK_SIZE is passed as a whence when ffmpeg needs just data size. 
							
						 
						
							2017-03-01 10:31:36 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ffc557a0f9 
								
							 
						 
						
							
							
								
								Using standard library instead of std_ namespace.  
							
							 
							
							... 
							
							
							
							Currently tested only in VS2015. 
							
						 
						
							2017-02-21 16:45:56 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								4964b8b488 
								
							 
						 
						
							
							
								
								Beta 1000002001: Recreate audio device when no output or device changes.  
							
							 
							
							
							
						 
						
							2017-01-25 08:45:09 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								6ae68b337d 
								
							 
						 
						
							
							
								
								Audio capture moved to a separate module.  
							
							 
							
							
							
						 
						
							2017-01-25 00:25:21 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								7fb1463c43 
								
							 
						 
						
							
							
								
								Version 1.0 stable: bump copyright date to 2017.  
							
							 
							
							
							
						 
						
							2017-01-11 23:02:13 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								c09dab2b3a 
								
							 
						 
						
							
							
								
								MediaView save message fixed. Sticker pan size updated correctly.  
							
							 
							
							
							
						 
						
							2017-01-09 18:00:56 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								0edca8cfdb 
								
							 
						 
						
							
							
								
								Alpha version 0.10.25: crash fix in aligned image creation.  
							
							 
							
							
							
						 
						
							2017-01-05 15:39:00 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								9d66e88fc1 
								
							 
						 
						
							
							
								
								Alpha 0.10.24: fixed image alignment for ffmpeg, using ffmpeg 3.2.  
							
							 
							
							
							
						 
						
							2017-01-05 13:08:16 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								8958ae0377 
								
							 
						 
						
							
							
								
								Typing animations from android.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:36 +04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								7f71ef3784 
								
							 
						 
						
							
							
								
								Fixed bug in ffmpeg animation reader.  
							
							 
							
							
							
						 
						
							2016-12-18 12:12:42 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								f1d52c12ae 
								
							 
						 
						
							
							
								
								Version 0.10.13.alpha: crash fix in custom notifications.  
							
							 
							
							... 
							
							
							
							Not sending inline bot request drafts to server by timeout. 
							
						 
						
							2016-10-07 19:45:45 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								866bc4ff8a 
								
							 
						 
						
							
							
								
								Rotation from metadata supported in FFmpeg video stream reader.  
							
							 
							
							... 
							
							
							
							Also small glitch fix in settings rebuild after self() has changed. 
							
						 
						
							2016-09-26 10:58:04 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								d31701e906 
								
							 
						 
						
							
							
								
								Fixed client side waveform counter infinite loop.  
							
							 
							
							... 
							
							
							
							Backported Qt 5.6.1 crash fix in cocoa integration to Qt patch. 
							
						 
						
							2016-07-30 11:03:44 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								75ff3c3d28 
								
							 
						 
						
							
							
								
								Alpha version 0.9.60: some bugfixes in video clip reader.  
							
							 
							
							... 
							
							
							
							No more error box when click on record button (empty file send attempt). 
							
						 
						
							2016-07-24 11:53:09 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								27cf45e1a9 
								
							 
						 
						
							
							
								
								Moved to ffmpeg 3.1 release code.  
							
							 
							
							
							
						 
						
							2016-07-22 18:01:24 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								9fe714189d 
								
							 
						 
						
							
							
								
								updateNewMessage now can request getDifference(), if data is absent.  
							
							 
							
							... 
							
							
							
							Video sync and frame duration count improved.
Seek in not 44100 and not 48000 hz audio streams fixed. 
							
						 
						
							2016-07-21 20:35:55 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								92f15a9ad3 
								
							 
						 
						
							
							
								
								Fixed clang false warning on deprecated field of AVPacket.  
							
							 
							
							
							
						 
						
							2016-07-19 19:02:39 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								49f6431fca 
								
							 
						 
						
							
							
								
								Video play in MediaView support done in Xcode/QtCreator projects.  
							
							 
							
							
							
						 
						
							2016-07-19 15:31:48 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								505e5a69a6 
								
							 
						 
						
							
							
								
								Video playing in MediaView seek fixed, fullscreen mode improved.  
							
							 
							
							... 
							
							
							
							Shortcut commands now return bool, so you know if it was executed. 
							
						 
						
							2016-07-14 14:20:46 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								cb0c99acc8 
								
							 
						 
						
							
							
								
								Seek done in video player in MediaView. Some memory leaks fixed.  
							
							 
							
							... 
							
							
							
							Using pixmapFromImageInPlace() instead of QPixmap::fromImage(). 
							
						 
						
							2016-07-13 20:34:57 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								fc716af002 
								
							 
						 
						
							
							
								
								Pause/resume supported in the video player in MediaView.  
							
							 
							
							... 
							
							
							
							Autoplay video in MediaView only from showDocument(), otherwise pause. 
							
						 
						
							2016-07-13 14:24:31 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								647759f0d1 
								
							 
						 
						
							
							
								
								Enable video files overview in MediaView. Video restart supported.  
							
							 
							
							
							
						 
						
							2016-07-12 21:04:34 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								034657dd2c 
								
							 
						 
						
							
							
								
								Video play progress displayed in MediaView (in case no audio stream).  
							
							 
							
							
							
						 
						
							2016-07-12 15:28:07 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								01d448c1bd 
								
							 
						 
						
							
							
								
								Video play progress displayed in MediaView (in case of audio stream).  
							
							 
							
							
							
						 
						
							2016-07-12 14:38:16 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								41cd427834 
								
							 
						 
						
							
							
								
								Sync video frame delay / skip by audio play progress.  
							
							 
							
							
							
						 
						
							2016-07-10 22:44:55 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								99b15719cf 
								
							 
						 
						
							
							
								
								Stopping video sound when closing mediaview (destroying Clip::Reader).  
							
							 
							
							... 
							
							
							
							Fixed launching video with sound while song is playing. 
							
						 
						
							2016-07-05 20:44:22 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								616d08255c 
								
							 
						 
						
							
							
								
								Moved audio to media/media_audio and divided to several modules.  
							
							 
							
							... 
							
							
							
							Basic video playback with sound support in mediaview added. 
							
						 
						
							2016-07-05 20:44:02 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								98fe307cbf 
								
							 
						 
						
							
							
								
								Packet queue instead of single packet is used in ffmpeg clip reader.  
							
							 
							
							
							
						 
						
							2016-07-05 20:43:30 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								d64892584d 
								
							 
						 
						
							
							
								
								ClipReader was moved to a separate namespace and different files.  
							
							 
							
							
							
						 
						
							2016-06-24 13:37:29 +03:00