index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
omx
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/omx/dec/h264: pass default scaling lists in raster format
Indrajit Das
2016-08-11
1
-20
/
+20
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-6
/
+6
*
st/omx/enc: check uninitialized list from task release
Leo Liu
2016-07-15
1
-2
/
+2
*
st/omx: assign previous values to new structure
Boyuan Zhang
2016-07-14
1
-0
/
+10
*
st/omx/dec: convert decoder video buffer to progressive
Leo Liu
2016-07-12
2
-3
/
+68
*
st/omx: fix decoder fillout for the OMX result buffer
Leo Liu
2016-06-28
1
-4
/
+5
*
st/omx: count number of slices
Julien Isorce
2016-06-27
1
-0
/
+3
*
st/omx: add support for nouveau / interlaced
Julien Isorce
2016-06-27
1
-25
/
+26
*
st/omx: retrieve preferred interlaced and buffer_formats
Julien Isorce
2016-06-27
1
-2
/
+24
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-2
/
+2
*
st/omx/enc: fix incorrect reference picture order for B frames
Leo Liu
2016-05-05
1
-7
/
+12
*
st/omx: don't return early in vid_enc_EncodeFrame()
Emil Velikov
2016-04-29
1
-1
/
+2
*
st/omx: Fix resource leak on OMX_ErrorNone
Robert Foss
2016-04-25
1
-0
/
+1
*
st/omx/dec: Correct the timestamping
Nishanth Peethambaran
2016-03-20
4
-8
/
+34
*
st/omx: Remove trailing spaces
Nishanth Peethambaran
2016-03-20
3
-31
/
+31
*
st/omx/dec/h264: fix corruption when scaling matrix present flag set
Leo Liu
2016-02-02
1
-2
/
+5
*
st/omx: Avoid segfault in deconstructor if constructor fails
Tom St Denis
2016-01-12
1
-0
/
+3
*
gallium: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
st/omx: use the vl_screen dispatch
Emil Velikov
2015-11-20
1
-6
/
+5
*
auxiliary/vl: rename vl_screen_create to vl_dri2_screen_create
Emil Velikov
2015-11-20
1
-1
/
+1
*
st/omx: straighten get/put_screen
Emil Velikov
2015-11-20
1
-16
/
+16
*
st/omx: add headless support
Leo Liu
2015-11-08
1
-10
/
+35
*
st/omx/dec/h264: fix field picture type 0 poc disorder
Leo Liu
2015-10-19
1
-4
/
+8
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-3
/
+3
*
st/omx/enc: stack frame tasks for the gathering
Leo Liu
2015-08-14
2
-2
/
+22
*
st/omx/enc: flush after eos handling v2
Leo Liu
2015-08-14
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
2
-2
/
+2
*
st/omx/dec: add h264 decoder level support
Leo Liu
2015-04-28
1
-3
/
+7
*
st/omx/dec: separate create_video_codec to different codecs
Leo Liu
2015-04-28
4
-18
/
+30
*
st/omx/enc: export framerate to vce driver
Leo Liu
2015-03-31
1
-4
/
+4
*
st/omx/dec/h264: fix picture out-of-order with poc type 0 v2
Leo Liu
2015-02-24
1
-0
/
+5
*
automake: rework VL dependency tracking
Emil Velikov
2014-11-26
1
-0
/
+1
*
omx/h264: remove stray semicolon after if
Dave Airlie
2014-09-03
1
-1
/
+1
*
st/omx: use makefile.sources to handle sources lists
Emil Velikov
2014-08-28
2
-6
/
+11
*
st/omx: strcpy the string into the allocated buffer
Emil Velikov
2014-06-28
1
-3
/
+3
*
st/omx: keep the name, (name|role)_specific strings dynamically allocated
Emil Velikov
2014-06-27
2
-9
/
+52
*
st/omx: avoid using dynamic vid_(enc|dec)_base and avc_(name|role)
Emil Velikov
2014-06-26
4
-94
/
+18
*
st/omx: provide constant number of components
Emil Velikov
2014-06-26
1
-8
/
+7
*
st/omx/enc: implement h264 level support
Leo Liu
2014-06-18
1
-0
/
+39
*
st/st/omx: fix switch-case indentation in vid_enc.c
Leo Liu
2014-06-18
1
-16
/
+16
*
st/omx/enc: enable b frames
Leo Liu
2014-06-04
2
-3
/
+5
*
st/omx/enc: implement h264 profile support
Leo Liu
2014-06-04
2
-2
/
+49
*
st/omx/enc: implement restricted b frames pattern
Leo Liu
2014-05-27
2
-2
/
+10
*
st/omx/enc: implement frame reordering and B-frames
Christian König
2014-04-22
2
-23
/
+87
*
st/omx/enc: replace omx buffer with texture buffer
Leo Liu
2014-04-22
1
-29
/
+185
*
st/omx/enc: separate input buffer private and task structure
Christian König
2014-04-11
2
-59
/
+127
*
vl: add interface for H264 B-frame encoding
Christian König
2014-04-11
1
-1
/
+7
*
st/omx/enc: cleanup omx/vid_enc.c
Leo Liu
2014-04-08
1
-102
/
+118
*
st/omx/enc: allocate input buffer private on demand
Christian König
2014-04-08
1
-82
/
+42
*
st/omx/dec: fix possible segfault at eos
Christian König
2014-03-26
1
-1
/
+1
[next]