summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "vaapidecode: fix another pad template ref leak" (Holger Kaelberer)0.3.5Gwenole Beauchesne2012-03-021-7/+8
* h264: fix slice_data_bit_offset calculation.Gwenole Beauchesne2012-03-022-3/+65
* h264: skip all Access Unit (AU) NALs.Wind Yuan2012-03-011-1/+7
* h264: fix modification process of reference picture lists.Wind Yuan2012-03-011-4/+11
* mpeg2: fix size calculation from sequence_extension().Sreerenj Balachandran2012-02-241-2/+2
* mpeg2: fix slice_vertical_position calculation.Gwenole Beauchesne2012-02-231-1/+14
* decoder: add picture structure flags.Gwenole Beauchesne2012-02-231-1/+18
* mpeg2: fix decoding at end-of-sequence.Gwenole Beauchesne2012-02-231-3/+0
* mpeg2: fix slice_horizontal_position calculation.Gwenole Beauchesne2012-02-231-3/+103
* mpeg2: drop useless mb_y and mb_height members.Gwenole Beauchesne2012-02-231-14/+1
* mpeg2: fix decoding of multiple slices with same slice_vertical_position.Gwenole Beauchesne2012-02-231-9/+0
* image: fix source stride in picture copy.Gwenole Beauchesne2012-02-151-1/+1
* decoder: fix double buffer free with some VA drivers.Gwenole Beauchesne2012-02-131-31/+33
* h264: complete any current picture decoder before SPS / PPS change.Gwenole Beauchesne2012-02-081-0/+6
* h264: create VA context earlier when SPS is parsed.Gwenole Beauchesne2012-02-081-6/+10
* h264: don't allocate too big data structures on stack.Gwenole Beauchesne2012-02-081-6/+8
* glib: map deprecated API to glib >= 2.32 equivalents.Gwenole Beauchesne2012-02-073-0/+24
* glib: fix includes.Gwenole Beauchesne2012-02-073-3/+3
* cosmetics: fix warnings (drop unused variables).Gwenole Beauchesne2012-02-074-4/+3
* vaapidecode: fix another pad template ref leak.Gwenole Beauchesne2012-02-061-8/+7
* mpeg2: fix crash when there is no free surface to decode into.Gwenole Beauchesne2012-02-063-4/+21
* display: skip profiles which have no entrypoints.Zhao Halley2012-02-061-1/+1
* vaapiupload: use g_object_unref() for GstVaapiImage.Gwenole Beauchesne2012-02-051-1/+1
* plugins: fix pad template ref leaks.Gwenole Beauchesne2012-02-054-28/+25
* Bump version for development.Gwenole Beauchesne2012-02-021-2/+2
* 0.3.4.0.3.4Gwenole Beauchesne2012-02-012-3/+3
* README: updates.Gwenole Beauchesne2012-02-011-10/+9
* NEWS: updates.Gwenole Beauchesne2012-02-011-1/+10
* decoder: allocate proxy surface earlier.Gwenole Beauchesne2012-01-311-11/+9
* decoder: fix memory leak of VA objects on exit.Gwenole Beauchesne2012-01-311-1/+4
* mpeg2: use GstAdapter to track input sequence.Gwenole Beauchesne2012-01-311-80/+60
* Add glib compatibility glue for older versions.Gwenole Beauchesne2012-01-304-0/+42
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-3038-36/+66
* decoder: optimize slice data buffers initialization.Gwenole Beauchesne2012-01-304-52/+59
* h264: simplify RefPicList reconstruction.Gwenole Beauchesne2012-01-291-19/+44
* h264: flush DPB when the end of the sequence is reached.Gwenole Beauchesne2012-01-291-0/+1
* h264: handle Decoded Picture Buffer (DPB).Gwenole Beauchesne2012-01-291-10/+185
* h264: fix pred_weight_table() reconstruction.Gwenole Beauchesne2012-01-291-38/+66
* h264: execute reference picture marking process (MMCO).Gwenole Beauchesne2012-01-291-2/+59
* h264: fix presentation timestamps.Gwenole Beauchesne2012-01-291-1/+25
* h264: execute reference picture marking process (sliding window).Gwenole Beauchesne2012-01-291-14/+114
* h264: handle avcC format for decoding buffers.Gwenole Beauchesne2012-01-291-6/+19
* h264: handle codec-data.Sreerenj Balachandran2012-01-291-2/+77
* Add initial H.264 decoder.Gwenole Beauchesne2012-01-295-1/+2039
* decoder: retain proxy surface until the GstVaapiPicture is destroyed.Gwenole Beauchesne2012-01-272-4/+18
* decoder: properly reference count pictures.Gwenole Beauchesne2012-01-273-36/+15
* decoder: simplify output of decoded frames.Gwenole Beauchesne2012-01-274-54/+27
* decoder: rework the internal VA objects API.Gwenole Beauchesne2012-01-2710-620/+1204
* decoder: allow slices to be attached to pictures later.Gwenole Beauchesne2012-01-242-1/+13
* decoder: add ref_count to GstVaapiPicture.Gwenole Beauchesne2012-01-242-0/+16