aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/neomedia/codec/video
Commit message (Expand)AuthorAgeFilesLines
* Fixes a few warnings.Lyubomir Marinov2010-05-311-3/+7
* Keyframe indication in single NAL unit packet.Sebastien Vincent2010-05-282-1/+9
* Ignore timestamp check for new NAL unit in H264 depacketizer and re-enable ou...Sebastien Vincent2010-05-271-1/+4
* Use framerate of Format instead of default ones (if format framerate is not s...Sebastien Vincent2010-05-261-1/+1
* Attempt to reduce bandwidth usage and CPU (1-2% on dual-core processor on Lin...Sebastien Vincent2010-05-261-13/+15
* (1) Prevents an allocation of larger-than-necessary memory in SwScaler. (2) M...Lyubomir Marinov2010-05-254-68/+92
* Update ffmpeg/x264 which provide amongs the other periodic intra refresh feat...Sebastien Vincent2010-05-251-8/+30
* Remove DDRenderer plugin for Windows 7.Sebastien Vincent2010-05-212-0/+4
* Add support for Y411 and Y41P formats for DirectShow capture device.Sebastien Vincent2010-05-201-12/+14
* Add support for YUY2, UYVY and NV12 format for native DirectShow devices.Sebastien Vincent2010-05-191-0/+2
* Commits an initial version of a native VideoRenderer i.e. JAWTRenderer on Lin...Lyubomir Marinov2010-05-181-2/+52
* Attempts to support YUYV in the Video for Linux Two API Specification Capture...Lyubomir Marinov2010-05-161-0/+4
* Implements a video CaptureDevice on Linux using the Video for Linux Two API S...Lyubomir Marinov2010-05-164-22/+149
* Allows controlling the number of RTP packets sent per millisecond in the vide...Lyubomir Marinov2010-05-071-4/+18
* Passes desktop captured images to scaler/colorspace converter as native memory.Sebastien Vincent2010-04-272-0/+119
* Better handling of PLI request retransmissions.Sebastien Vincent2010-04-262-27/+126
* Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.Sebastien Vincent2010-04-221-0/+2
* - AVPF Picture Loss Indication support;Sebastien Vincent2010-04-214-17/+246
* Passes the captured video frames from the QuickTime video CaptureDevice on Ma...Lyubomir Marinov2010-04-165-12/+97
* Creates less garbage in the QuickTime video CaptureDevice in order to resolve...Lyubomir Marinov2010-04-151-6/+18
* Passes incomplete H.264 NAL units to the FFmpeg decoder.Lyubomir Marinov2010-04-091-14/+66
* Fixes a stopping of the remote video/dropping of all remote packets occurring...Lyubomir Marinov2010-04-081-10/+9
* Discards the RTP timestamp in the H.264 decoder because its interpretation as...Lyubomir Marinov2010-04-066-32/+59
* Commits ongoing work on the H.264 Packetizer and DePacketizer aimed at making...Lyubomir Marinov2010-04-064-352/+520
* Reduces the allocations in the H.264 encoder.Lyubomir Marinov2010-04-061-165/+201
* Fixes an incorrect discaring of Buffers in the H.264 JNIDecoder (which is unl...Lyubomir Marinov2010-04-011-23/+22
* Add javadoc, add another patch to compile ffmpeg on 64-bit (relocation proble...Sebastien Vincent2010-03-312-8/+74
* Optimizes the H.264 decoder (i.e. JNIDecoder) and the image scaler and colors...Lyubomir Marinov2010-03-299-769/+944
* Use only 1 thread for H264 encoding to suppress delay in video streaming.Sebastien Vincent2010-03-231-1/+1
* Implements FrameProcessingControl for SwScaler in order to allow it to be ins...Lyubomir Marinov2010-03-223-112/+166
* When creating media streams, send an empty UDP packet to target in order to o...Sebastien Vincent2010-03-161-2/+2
* Attempts to fix the problem with r6870 reported by Sebastien Vincent as "On W...Lyubomir Marinov2010-03-111-5/+17
* Attempts to fix the problem with r6860 reported by Sebastien Vincent as "I ha...Lyubomir Marinov2010-03-112-17/+57
* Attempts to remedy a degradation of the quality of the played back remote vid...Lyubomir Marinov2010-03-101-2/+9
* Attempts to use SwScaler for the scaling performed by the Player of remote vi...Lyubomir Marinov2010-03-101-0/+64
* Fixes a possible raise of an error in SwScale, removes unnecessary method cal...Lyubomir Marinov2010-03-051-115/+73
* Handle correctly endianess for different RGB (24/32) format.Sebastien Vincent2010-02-263-24/+92
* - Add RGB/YUV intArray/shortArray as input/output support for SwScaler;Sebastien Vincent2010-02-253-30/+170
* Nothing really, just fixes a few typos.Lyubomir Marinov2010-02-251-3/+3
* - Add new scaler that uses libswscale and can change format (i.e. RGB to YUV,...Sebastien Vincent2010-02-222-1/+206
* Tweak FFMPEG encoder settings:Sebastien Vincent2010-02-032-8/+12
* Fixes a problem in the H.264 encoding which appeared as the video on the rece...Lyubomir Marinov2010-02-021-2/+1
* Enables local video display for the QTKit CaptureDevice on Mac OS X.Lyubomir Marinov2010-01-221-2/+1
* Fix line > 80 characters.Sebastien Vincent2010-01-221-1/+3
* H264 encode video in same resolution as input (i.e. 640x480 webcam data), and...Sebastien Vincent2010-01-222-103/+35
* - Attempts to select the frame size of the video to be streamed in calls not ...Lyubomir Marinov2010-01-223-5/+15
* Removes boxing and unboxing of doubles on each processed frame.Lyubomir Marinov2010-01-191-20/+29
* Encode H264 video with resolution proposed by capture device (up to 1024x768).Sebastien Vincent2010-01-193-27/+115
* Add additionnal settings for ffmpeg JNI library, refactor Makefile and add pa...Sebastien Vincent2010-01-111-0/+21
* Fix freeze/acceleration of video in a call.Sebastien Vincent2010-01-061-1/+8