summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_video_state.h
Commit message (Expand)AuthorAgeFilesLines
* vl: add entry pointBoyuan Zhang2016-07-191-0/+1
* vl: add parameters for VAAPI encodeBoyuan Zhang2016-07-141-0/+33
* vl: add RefPicList defines for VAAPI HEVC decodeBoyuan Zhang2015-10-271-0/+2
* vl: add HEVC profiles and definesChristian König2015-08-141-0/+105
* vl: add level idc in spsLeo Liu2015-04-281-0/+1
* vl: add interface for non-referenced framesLeo Liu2014-05-271-0/+2
* vl: add interface for H264 B-frame encodingChristian König2014-04-111-0/+3
* vl: add H264 encoding interfaceChristian König2014-02-111-0/+45
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-24/+64
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-2/+2
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-021-5/+0
* vl: add h264 infrastructureChristian König2012-01-151-0/+43
* vl: move away from state like parametersChristian König2012-01-151-10/+8
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-111-0/+3
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-031-0/+34
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-031-0/+27
* state_trackers/vdpau: Add num_slices to mpeg12 picture structureMaarten Lankhorst2011-11-031-0/+1
* include/pipe: Fix include styleKai Wasserbäch2011-08-291-5/+5
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-0/+11
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-0/+14
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-4/+8
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-36/+73
* gallium: don't use enum bitfields in p_video_state.hBrian Paul2011-07-141-6/+6
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-4/+0
* [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-10/+0
* [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-041-2/+0
* [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-041-3/+0
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-13/+19
* [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-231-16/+13
* [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-201-13/+23
* [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-7/+7
* [g3dvl] make mv weights a public interfaceChristian König2011-04-091-11/+2
* [g3dvl] rename motion vector fieldsChristian König2011-03-201-3/+9
* Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-101-0/+1
|\
| * Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-0/+1
* | [g3dvl] start handling motion_vertical_field_selectChristian König2010-11-091-0/+1
|/
* vl: Don't wrap blocks in pipe_user_buffers.Younes Manton2010-03-121-1/+1
* vl: Get rid of pipe_video_surface.Younes Manton2010-03-121-20/+0
* Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-121-3/+5
|\
| * gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+1
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
| * gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-011-1/+0
| * gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+2
* | g3dvl: Wrap macroblock block buffer in a pipe user buffer.Younes Manton2009-11-021-1/+1
* | g3dvl: Put misc helpers in u_video.h.Younes Manton2009-11-021-39/+5
|/
* g3dvl: Copyright blocks.Younes Manton2009-10-011-0/+27
* g3dvl: assert.h -> util/u_debug.hJosé Fonseca2009-09-291-1/+1
* g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.José Fonseca2009-09-291-3/+2
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+158