index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add g722 JNI libraries for Freebsd (32-bit and 64-bit) and Windows (32-bit an...
Sebastien Vincent
2010-10-21
1
-0
/
+50
*
Adds support for the G.722 audio codec.
Lyubomir Marinov
2010-10-21
9
-0
/
+1789
*
Use install_name_tool directly in Makefile to change library path in libspark...
Sebastien Vincent
2010-10-06
1
-0
/
+1
*
Fix libsparkle_init.dylib of commit 7779 (@loader_path -> @executable_path) a...
Sebastien Vincent
2010-10-05
2
-10
/
+22
*
Rollback part of commit 7779 because Sparkle is not loaded properly.
Sebastien Vincent
2010-10-05
2
-22
/
+10
*
If an update link is provided by provisioning configuration, use it instead o...
Sebastien Vincent
2010-10-04
2
-10
/
+22
*
Fixes warnings, TODOs, javadocs, formatting.
Lyubomir Marinov
2010-10-04
1
-1
/
+0
*
Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to p...
Sebastien Vincent
2010-09-28
7
-0
/
+743
*
Add getHardwareAddress to the NetworkAddress service that wraps NetworkInterf...
Sebastien Vincent
2010-09-22
6
-0
/
+390
*
Fixing build.
Damian Minkov
2010-09-09
1
-2
/
+2
*
- Supports more call recording formats.
Lyubomir Marinov
2010-09-09
5
-331
/
+441
*
Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...
Lyubomir Marinov
2010-07-10
1
-0
/
+2
*
Fixes a crash of the QTKit video CaptureDevice on Snow Leopard reported by Ya...
Lyubomir Marinov
2010-07-10
3
-4
/
+9
*
Each screen display has now its own capture device. Note that on Linux, multi...
Sebastien Vincent
2010-07-02
3
-30
/
+125
*
Use FFmpeg's MJPEG decoder instead of tinyjpeg.
Sebastien Vincent
2010-06-28
9
-2706
/
+33
*
Add support for V4L2's MJPEG and JPEG format.
Sebastien Vincent
2010-06-22
6
-1
/
+2755
*
Add jspeex native library target.
Sebastien Vincent
2010-06-22
1
-0
/
+71
*
Fix race condition with jportaudio on Windows.
Sebastien Vincent
2010-06-20
1
-10
/
+1
*
Use Windows CRITICAL_SECTION instead of using pthread and fix a possible cras...
Sebastien Vincent
2010-06-18
4
-25
/
+99
*
Update jportaudio.dll for Windows 32-bit and 64-bit.
Sebastien Vincent
2010-06-18
1
-22
/
+41
*
In response to a report by Werner Dittmann on the dev mailing list in the thr...
Lyubomir Marinov
2010-06-18
2
-7
/
+17
*
(1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of th...
Lyubomir Marinov
2010-06-15
7
-691
/
+1057
*
Implements Speex encoder, decoder and resampler using the native Speex librar...
Lyubomir Marinov
2010-06-14
3
-0
/
+488
*
Use /MT option when compiling with Microsoft Visual C++, otherwise JNI librar...
Sebastien Vincent
2010-06-04
1
-0
/
+3
*
Fix a bug in DirectShow when changing webcam resolution and add I420 format s...
Sebastien Vincent
2010-06-03
4
-5
/
+17
*
Add ant script to build JNI libraries. Note that external libraries such as f...
Sebastien Vincent
2010-05-28
1
-0
/
+586
*
(1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) M...
Lyubomir Marinov
2010-05-25
5
-169
/
+105
*
Update ffmpeg/x264 which provide amongs the other periodic intra refresh feat...
Sebastien Vincent
2010-05-25
5
-37
/
+108
*
Fixes a problem in the native VideoRenderer on Linux which made it look as if...
Lyubomir Marinov
2010-05-23
1
-4
/
+223
*
Fix memory leak in Windows's jawtrenderer.
Sebastien Vincent
2010-05-21
2
-6
/
+11
*
Remove d3dx9_xx.dll dependency and use instead D3DXLoadSurfaceFromMemory func...
Sebastien Vincent
2010-05-20
4
-3
/
+359
*
Remove "visibility hidden" patch for ffmpeg/libswcale/x264 since adding -Wl,-...
Sebastien Vincent
2010-05-20
4
-234
/
+1
*
Add support for YUY2, UYVY and NV12 format for native DirectShow devices.
Sebastien Vincent
2010-05-19
8
-91
/
+381
*
Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Lin...
Lyubomir Marinov
2010-05-18
3
-2
/
+426
*
Add instructions to build jdirectshow.dll.
Sebastien Vincent
2010-05-18
2
-4
/
+32
*
Add native implementation of DirectShow capture devices on Microsoft Windows ...
Sebastien Vincent
2010-05-18
19
-2
/
+1791
*
Attempts to support YUYV in the Video for Linux Two API Specification Capture...
Lyubomir Marinov
2010-05-16
2
-22
/
+22
*
Implements a video CaptureDevice on Linux using the Video for Linux Two API S...
Lyubomir Marinov
2010-05-16
3
-0
/
+743
*
Adds license headers to source files in src/native/.
Lyubomir Marinov
2010-05-15
35
-0
/
+239
*
Fixes the locking of the UI upon resizing with the native VideoRenderer on Ma...
Lyubomir Marinov
2010-05-10
1
-42
/
+23
*
Attempts to make the native VideoRenderer (i.e. JAWTRenderer) on Mac OS X mor...
Lyubomir Marinov
2010-05-09
1
-119
/
+267
*
Fixes the native VideoRenderer on Mac OS X so that the video is visible in fu...
Lyubomir Marinov
2010-05-05
1
-406
/
+152
*
Reinit Direct3D device when window's handle change. Add include and lib path ...
Sebastien Vincent
2010-05-04
2
-6
/
+7
*
Ongoing work on native Windows renderer.
Sebastien Vincent
2010-05-02
10
-0
/
+781
*
Modifies the native VideoRender on Mac OS X (which is still not being enabled...
Lyubomir Marinov
2010-05-01
4
-145
/
+303
*
Commits work in progress on a native Mac OS X VideoRenderer before I totally ...
Lyubomir Marinov
2010-04-29
1
-0
/
+384
*
Represents work in progress on the subject of creating native VideoRenderer. ...
Lyubomir Marinov
2010-04-29
3
-0
/
+147
*
;
Lyubomir Marinov
2010-04-29
1
-1
/
+1
*
Passes desktop captured images to scaler/colorspace converter as native memory.
Sebastien Vincent
2010-04-27
2
-5
/
+53
*
- Add changelogs to debian package.
Damian Minkov
2010-04-22
2
-0
/
+44
[next]