summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2012-03-28decoder: fix semantics of SKIPPED pictures.Gwenole Beauchesne3-5/+8
2012-03-28vaapipostproc: get "interlaced" attribute from surface proxy.Gwenole Beauchesne3-4/+70
2012-03-26videobuffer: add surface render flags.Gwenole Beauchesne3-3/+44
2012-03-23compat: add compatibility glue with VA-API 0.34+ (WIP).Gwenole Beauchesne1-0/+5
2012-03-23h264: skip all Filler Data NALs.Gwenole Beauchesne1-0/+4
2012-03-22mpeg4: check for decoder status prior to decoding packet.Wind Yuan1-3/+9
2012-03-22mpeg2: fix GOP timestamps when incorrect data is received.Wind Yuan1-0/+6
2012-03-21mpeg2: don't decode anything before the first sequence_header().Wind Yuan1-0/+6
2012-03-19ffmpeg: add support for interlaced streams.Holger Kaelberer1-2/+6
2012-03-19decoder: maintain caps for interlaced streams.Holger Kaelberer2-0/+27
2012-03-19surfaceproxy: add TFF property.Holger Kaelberer2-1/+65
2012-03-16mpeg2: fix is_first_field calculation.Gwenole Beauchesne1-8/+7
2012-03-16mpeg2: catch incorrect picture_structure from bitstreams.Gwenole Beauchesne1-0/+8
2012-03-16mpeg2: fix slice_vertical_position calculation (again).Gwenole Beauchesne1-4/+1
2012-03-02h264: fix slice_data_bit_offset calculation.Gwenole Beauchesne1-3/+41
2012-03-01h264: skip all Access Unit (AU) NALs.Wind Yuan1-1/+7
2012-03-01h264: fix modification process of reference picture lists.Wind Yuan1-4/+11
2012-02-24mpeg2: fix size calculation from sequence_extension().Sreerenj Balachandran1-2/+2
2012-02-23mpeg2: fix slice_vertical_position calculation.Gwenole Beauchesne1-1/+14
2012-02-23decoder: add picture structure flags.Gwenole Beauchesne1-1/+18
2012-02-23mpeg2: fix decoding at end-of-sequence.Gwenole Beauchesne1-3/+0
2012-02-23mpeg2: fix slice_horizontal_position calculation.Gwenole Beauchesne1-3/+103
2012-02-23mpeg2: drop useless mb_y and mb_height members.Gwenole Beauchesne1-14/+1
2012-02-23mpeg2: fix decoding of multiple slices with same slice_vertical_position.Gwenole Beauchesne1-9/+0
2012-02-15image: fix source stride in picture copy.Gwenole Beauchesne1-1/+1
2012-02-13decoder: fix double buffer free with some VA drivers.Gwenole Beauchesne1-31/+33
2012-02-08h264: complete any current picture decoder before SPS / PPS change.Gwenole Beauchesne1-0/+6
2012-02-08h264: create VA context earlier when SPS is parsed.Gwenole Beauchesne1-6/+10
2012-02-08h264: don't allocate too big data structures on stack.Gwenole Beauchesne1-6/+8
2012-02-07glib: map deprecated API to glib >= 2.32 equivalents.Gwenole Beauchesne3-0/+24
2012-02-07glib: fix includes.Gwenole Beauchesne3-3/+3
2012-02-07cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne4-4/+3
2012-02-06mpeg2: fix crash when there is no free surface to decode into.Gwenole Beauchesne3-4/+21
2012-02-06display: skip profiles which have no entrypoints.Zhao Halley1-1/+1
2012-01-31decoder: allocate proxy surface earlier.Gwenole Beauchesne1-11/+9
2012-01-31decoder: fix memory leak of VA objects on exit.Gwenole Beauchesne1-1/+4
2012-01-31mpeg2: use GstAdapter to track input sequence.Gwenole Beauchesne1-80/+60
2012-01-30Add glib compatibility glue for older versions.Gwenole Beauchesne3-0/+39
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne38-36/+66
2012-01-30decoder: optimize slice data buffers initialization.Gwenole Beauchesne4-52/+59
2012-01-29h264: simplify RefPicList reconstruction.Gwenole Beauchesne1-19/+44
2012-01-29h264: flush DPB when the end of the sequence is reached.Gwenole Beauchesne1-0/+1
2012-01-29h264: handle Decoded Picture Buffer (DPB).Gwenole Beauchesne1-10/+185
2012-01-29h264: fix pred_weight_table() reconstruction.Gwenole Beauchesne1-38/+66
2012-01-29h264: execute reference picture marking process (MMCO).Gwenole Beauchesne1-2/+59
2012-01-29h264: fix presentation timestamps.Gwenole Beauchesne1-1/+25
2012-01-29h264: execute reference picture marking process (sliding window).Gwenole Beauchesne1-14/+114
2012-01-29h264: handle avcC format for decoding buffers.Gwenole Beauchesne1-6/+19
2012-01-29h264: handle codec-data.Sreerenj Balachandran1-2/+77
2012-01-29Add initial H.264 decoder.Gwenole Beauchesne3-0/+2031