index
:
~reynaldo/gst-plugins-bad
0.10
android
gaze
opencv
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
applemedia
/
vtenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
vtenc: fix a warning when building in MacOS 10.12
Josep Torra
1
-1
/
+1
2017-10-30
vtenc: flush encoder on stop
Nicola Murino
1
-0
/
+4
2017-10-20
vtenc: fix memory leak
Nicola Murino
1
-22
/
+55
2017-08-09
vtenc: assume 25 fps for unknown framerate
Nicola Murino
1
-2
/
+9
2017-01-27
applemedia: Fix some compiler warnings on iOS
Sebastian Dröge
1
-1
/
+2
2017-01-03
Fix some caps leaks in pad template creation code
Garima Gaur
1
-0
/
+1
2016-08-26
applemedia: changes to make GL memory mappable on CPU on iOS
Alessandro Decina
1
-2
/
+3
2016-06-02
applemedia: vtenc: Register a hardware-only vtenc_h264_hw element on OSX
Heinrich Fink
1
-2
/
+14
2016-04-21
applemedia: vtenc: fix build break on iOS
Hyunjun Ko
1
-1
/
+1
2016-04-20
applemedia: vtenc: Fix a warning by weak-link symbol
Hyunjun Ko
1
-0
/
+6
2016-01-19
applemedia: vtenc: fix build on iOS
Alessandro Decina
1
-2
/
+1
2016-01-19
applemedia: always fill GstBuffers with GstMemory
Alessandro Decina
1
-1
/
+1
2016-01-06
applemedia: vtenc: accept UYVY on Mac
Alessandro Decina
1
-0
/
+8
2015-11-11
vtenc: Set profile_level to NULL after release
Heinrich Fink
1
-0
/
+1
2015-11-02
Revert "vtenc: free input buffer ASAP"
Alessandro Decina
1
-4
/
+0
2015-06-10
vtenc: always enqueue frames, even on error
Ilya Konstantinov
1
-24
/
+37
2015-06-10
vtenc: free input buffer ASAP
Ilya Konstantinov
1
-0
/
+4
2015-06-10
vtenc: Add missing gst_vtenc_frame_free() in error path
Ilya Konstantinov
1
-0
/
+1
2015-06-10
vtenc: add alignment=au to sink caps
Ilya Konstantinov
1
-1
/
+2
2015-06-09
vtenc: no need for queue_length with try_pop
Ilya Konstantinov
1
-6
/
+4
2015-06-01
vtenc: fix keyframe request race condition
Ilya Konstantinov
1
-27
/
+23
2015-02-16
vtenc: Check if VTSessionCopyProperty() succeeds before using the result
Sebastian Dröge
1
-0
/
+5
2015-01-30
applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharing
Alessandro Decina
1
-1
/
+1
2015-01-30
applemedia: corevideobuffer: make mapping the CVPixelBuffer in CPU optional
Alessandro Decina
1
-1
/
+2
2015-01-08
vtenc: Unlock the stream lock while waiting for pending frames to be complete...
Florian Zwoch
1
-0
/
+6
2014-12-22
vtenc: Instead of crashing if no corresponding frame is found, ignore this
Sebastian Dröge
1
-0
/
+5
2014-12-11
vtenc: bump rank to PRIMARY
Alessandro Decina
1
-1
/
+1
2014-12-10
vtenc: negotiate profile and level with downstream
Alessandro Decina
1
-3
/
+97
2014-12-10
vtenc: report latency
Alessandro Decina
1
-1
/
+35
2014-12-05
vtenc: Add properties to specify the maximum keyframe interval in frames and ...
Sebastian Dröge
1
-3
/
+86
2014-12-05
vtenc: Fix conversion of the bitrate property and our internal bitrate storage
Sebastian Dröge
1
-2
/
+2
2014-11-27
vtenc: add quality property
Alessandro Decina
1
-7
/
+48
2014-11-27
vtenc: set profile and level in caps
Alessandro Decina
1
-1
/
+8
2014-11-21
vtenc: let VT pick the bitrate by default
Alessandro Decina
1
-3
/
+3
2014-11-20
vtenc: set H264_Baseline_AutoLevel on OSX as well
Alessandro Decina
1
-3
/
+4
2014-11-12
vtenc: fix build on iOS
Alessandro Decina
1
-2
/
+5
2014-11-12
vtenc: fix compilation on < 10.9
Alessandro Decina
1
-0
/
+7
2014-11-11
vtenc: enable the hw encoder on OSX
Alessandro Decina
1
-3
/
+10
2014-11-07
vtenc: add realtime and allow-frame-reordering properties
Alessandro Decina
1
-1
/
+101
2014-10-21
vtenc: Fix locking
Sebastian Dröge
1
-13
/
+10
2014-10-19
vtenc: Use kVTProfileLevel_H264_Baseline_AutoLevel only on iOS
Sebastian Dröge
1
-0
/
+3
2014-10-19
vtenc: VTCompressionSessionPrepareToEncodeFrames only exists since 10.9.6
Sebastian Dröge
1
-5
/
+9
2014-10-19
vtenc: Remove unused #define
Sebastian Dröge
1
-2
/
+0
2014-09-19
vtenc: Fix encoder to work on iOS
Sebastian Dröge
1
-1
/
+65
2014-09-18
vtenc: Let the encoder automatically choose a h264 level
Sebastian Dröge
1
-1
/
+1
2014-09-18
vtenc: Use 0 instead of G_MAXDOUBLE as the max keyframe interval
Sebastian Dröge
1
-2
/
+1
2014-09-18
vtenc: Expected duration is supposed to be the duration of the stream, not a ...
Sebastian Dröge
1
-12
/
+0
2014-09-18
vtenc: Properly handle keyframes
Sebastian Dröge
1
-14
/
+15
2014-09-17
vtenc: Prepare encoder after setup
Sebastian Dröge
1
-1
/
+11
2014-09-17
vtenc: Only drain the encoder in ::finish(), not on every frame
Sebastian Dröge
1
-22
/
+46
[next]