index
:
gstreamer/gst-omx
0.10
1.0
1.10
1.12
1.14
1.16
1.18
discontinued-for-monorepo
master
OpenMAX IL GStreamer wrapper (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-omx)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
omx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
video: remove BGR from supported format
Guillaume Desmottes
1
-1
/
+1
2020-04-10
omxvideoenc: add GRAY8 support
Guillaume Desmottes
1
-0
/
+18
2020-04-10
omxvideoenc: factor out gst_omx_video_enc_copy_plane()
Guillaume Desmottes
1
-37
/
+50
2020-04-10
omxvideoenc: use gst_video_meta_get_plane_height() to compute slice height
Guillaume Desmottes
1
-1
/
+9
2020-04-08
omxh26xenc: fix coverity with frame test
Stéphane Cerveau
4
-9
/
+13
2020-03-19
gstomxvideoenc: fix subframe output_buffer
Stéphane Cerveau
1
-1
/
+1
2020-02-27
omxvideodec: add support of alternate interlace mode on zynq
Guillaume Desmottes
1
-12
/
+207
2020-02-27
omxvideoenc: add support of alternate interlace mode on zynq
Guillaume Desmottes
2
-0
/
+136
2020-02-27
omx: add alternate flags to buffer_flags_map
Guillaume Desmottes
1
-0
/
+4
2020-02-27
omxvideo(enc): use GST_VIDEO_INFO_FIELD_RATE_N()
Guillaume Desmottes
2
-7
/
+16
2020-02-27
omxvideo{enc,dec}: use GST_VIDEO_INFO_FIELD_HEIGHT()
Guillaume Desmottes
2
-14
/
+17
2020-02-25
omx: don't log error when failing to load conf file with generic target
Guillaume Desmottes
1
-8
/
+17
2020-01-16
omxvideoenc: fix warning
Stéphane Cerveau
1
-2
/
+3
2020-01-09
omxvideoenc: Add look-ahead property to ZYNQ_USCALE_PLUS encoder
Varunkumar Allagadapa
2
-0
/
+32
2020-01-09
omxvideoenc: Add long-term-ref support to ZYNQ_USCALE_PLUS encoder
Varunkumar Allagadapa
2
-0
/
+126
2020-01-07
omx: remove useless double negations
Guillaume Desmottes
1
-2
/
+2
2019-12-22
omxh265enc: handle CODECCONFIG buffers
Guillaume Desmottes
2
-0
/
+78
2019-12-22
omxh264enc: send codec data downstream
Guillaume Desmottes
1
-2
/
+7
2019-12-22
omxh264enc: no need to check if codeconfig has startcode
Guillaume Desmottes
1
-18
/
+14
2019-12-22
omxh26xenc: Negotiate subframe mode
Nicolas Dufresne
2
-7
/
+45
2019-12-22
omxvideoenc: use subframe base class API
Guillaume Desmottes
1
-3
/
+13
2019-12-22
omx: Add helper to enable/disable/read subframe mode
Nicolas Dufresne
2
-0
/
+57
2019-12-19
zynq: add mapping for latest custom indexes
Guillaume Desmottes
1
-0
/
+30
2019-12-19
omxvideoenc: update qp-mode settings
Varunkumar Allagadapa
1
-9
/
+67
2019-12-11
omxvideoenc: Add stride check for input buffer extraction
Shinya Saito
1
-2
/
+5
2019-11-05
omxvideoenc: pass padding requirements to ALLOCATION query
Guillaume Desmottes
1
-1
/
+25
2019-11-05
omxbufferpool: use gst_video_meta_set_alignment()
Guillaume Desmottes
3
-1
/
+105
2019-11-02
omxvideoenc: fix buffer size in debug log
Guillaume Desmottes
1
-2
/
+2
2019-10-14
Remove autotools build
Tim-Philipp Müller
1
-116
/
+0
2019-10-07
omxallocator: fix leak with a proper chaining finalize
Stéphane Cerveau
1
-0
/
+2
2019-09-23
omxvideoenc: revert draining on ALLOCATION and DRAIN query
Guillaume Desmottes
1
-27
/
+0
2019-09-17
omxvideoenc: let encoder base class handle ALLOCATION query
Guillaume Desmottes
1
-1
/
+0
2019-09-05
omxvideoenc: drain encoder on ALLOCATION and DRAIN queries
Guillaume Desmottes
1
-0
/
+28
2019-09-04
omx: log the number of pending buffers when port is EOS
Guillaume Desmottes
1
-1
/
+2
2019-09-04
omx: log when an output port is eos
Guillaume Desmottes
1
-2
/
+8
2019-09-04
omxvideoenc: log the full input format
Guillaume Desmottes
1
-2
/
+4
2019-09-02
omxvideodec: fix dmabuf import
Guillaume Desmottes
1
-2
/
+12
2019-09-02
omxbufferpool: fix dmabuf import
Guillaume Desmottes
1
-3
/
+6
2019-08-22
omxvideoenc: Remove unnecessary gst_video_frame_unmap()
Shinya Saito
1
-1
/
+0
2019-08-05
omxvideodec: log supported caps by the decoder
Guillaume Desmottes
1
-0
/
+3
2019-07-11
omxvideoenc: Unref frame of codec config buffer
Shinya Saito
1
-0
/
+1
2019-06-17
omxvideo: check difference between frame and requested ts
Guillaume Desmottes
1
-1
/
+12
2019-06-17
omxvideo: add debug infos to find_nearest_frame()
Guillaume Desmottes
4
-4
/
+12
2019-06-07
omxvideodec: Deactivate negotiated pool when output own buffer
Shinya Saito
1
-0
/
+2
2019-06-04
omxh264enc: Add 'ref-frames' property
Shinya Saito
2
-1
/
+24
2019-05-13
doc: Build documentation of hotdoc
Thibault Saunier
1
-0
/
+2
2019-04-25
gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_buf
George Kiagiadakis
2
-21
/
+0
2019-04-25
omxbufferpool: refactor to allow memory sharing
George Kiagiadakis
7
-265
/
+849
2019-04-23
omxbufferpool: fix memory mapping with offset
Guillaume Desmottes
1
-1
/
+1
2019-04-16
Fixes build with omx >= 1.2.0
Julien Isorce
1
-12
/
+19
[next]