summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2014-07-03decoder: h264: detect incorrectly paired fields in frames.Gwenole Beauchesne1-0/+14
2014-07-03decoder: h264: simplify the DPB output process.Gwenole Beauchesne1-19/+33
2014-07-01decoder: h264: fix memory leak in PPS.Gwenole Beauchesne1-0/+3
2014-06-30decoder: propagate MVC metadata ("view-id", head of multiview set).Gwenole Beauchesne4-0/+53
2014-06-30decoder: propagate "one-field" flags.Gwenole Beauchesne2-3/+11
2014-06-30decoder: output decoded frames only once.Gwenole Beauchesne1-4/+19
2014-06-30decoder: h264: decode current picture earlier.Gwenole Beauchesne1-2/+2
2014-06-30decoder: h264: fix output of second field when first field is not in DPB.Gwenole Beauchesne1-11/+19
2014-06-30decoder: h264: slightly optimize the process to detect new pictures.Gwenole Beauchesne1-1/+6
2014-06-30decoder: h264: handle access unit ("au") optimization.Gwenole Beauchesne1-1/+12
2014-06-28decoder: h264: fix tracking of DPB size changes.Gwenole Beauchesne1-18/+12
2014-06-27decoder: h264: fix the DPB compaction process.Gwenole Beauchesne1-4/+10
2014-06-27encoder: h264: generate new SPS only when codec config changed.Sreerenj Balachandran1-2/+5
2014-06-27encoder: h264: track encoder config changes.Gwenole Beauchesne1-6/+31
2014-06-27encoder: h264: add pixel-aspect-ratio to VUI parameters.Gwenole Beauchesne1-0/+5
2014-06-27encoder: h264: fix number of anchor and non-anchor reference pictures.Sreerenj Balachandran1-4/+4
2014-06-27encoder: h264: fix timing_info_present_flag value in subset SPS.Sreerenj Balachandran1-1/+3
2014-06-27encoder: h264: add cpbBrNalFactor values for MVC profiles.Sreerenj Balachandran1-0/+4
2014-06-26encoder: h264: fix NAL unit types in packed headers.Sreerenj Balachandran1-3/+10
2014-06-26encoder: h264: add missing field in packed Subset SPS header.Sreerenj Balachandran1-0/+1
2014-06-25decoder: h264: fix marking of non-reference picture into DPB.Gwenole Beauchesne1-1/+3
2014-06-19decoder: h264: fix DPB clear when no decoding actually started.Gwenole Beauchesne1-2/+3
2014-06-19decoder: h264: add support for NALU "alignment" optimization.Sreerenj Balachandran2-21/+74
2014-06-19decoder: h264: fix caps to report interlace-mode accordingly.Gwenole Beauchesne1-3/+0
2014-06-17encoder: h264: fix multiple slices support in packed headers mode.Sreerenj Balachandran1-6/+6
2014-06-17encoder: add infrastructure for per-slice handling of packed headers.Sreerenj Balachandran2-0/+38
2014-06-13decoder: h264: cope with new gst_h264_quant_matrix_*() interfaces.Gwenole Beauchesne1-2/+2
2014-06-10decoder: h264: factor out DPB pruning for MVC.Gwenole Beauchesne1-22/+12
2014-06-10decoder: h264: clean-ups.Gwenole Beauchesne1-2/+2
2014-06-10decoder: h264: improve pruning of unused MVC inter-view frames.Gwenole Beauchesne1-12/+67
2014-06-10decoder: h264: improve DPB bumping process for MVC.Gwenole Beauchesne1-10/+33
2014-06-06decoder: h264: fix inter-view references array growth.Gwenole Beauchesne1-3/+1
2014-06-06decoder: h264: reduce ReferenceFrames entries to the essential set.Gwenole Beauchesne1-1/+41
2014-06-04decoder: h264: fix MVC inter-view prediction process.Gwenole Beauchesne1-2/+21
2014-06-04decoder: h264: fix detection of profile changes for MVC.Gwenole Beauchesne1-1/+1
2014-06-03encoder: h264: drop extraneous definitions.Gwenole Beauchesne1-39/+23
2014-06-03encoder: h264: remove unnecessary calcualtion of max_pic_order_cnt.Sreerenj Balachandran1-2/+1
2014-06-03encoder: h264: don't allow CABAC with Extended profile.Sreerenj Balachandran1-1/+1
2014-06-02encoder: h264: use packed headers mode for MVC encoding.Sreerenj Balachandran1-191/+142
2014-06-02encoder: h264: add support for packed slice headers.Sreerenj Balachandran1-3/+213
2014-06-02encoder: h264: store subset sps to generate the codec-dataSreerenj Balachandran1-1/+13
2014-06-02encoder: h264: fix MVC pipeline hang while encoding with B-frames.Sreerenj Balachandran1-1/+1
2014-06-02encoder: h264: add initial support for H.264 Stereo High profile.Li Xiaowei3-21/+282
2014-06-02encoder: h264: wrap pools for refs and frames reordering.Li Xiaowei1-99/+177
2014-06-02encoder: h264: add provisional support for subset SPS headers.Li Xiaowei1-3/+109
2014-06-02utils: add H.264 MVC profiles.Li Xiaowei2-0/+15
2014-06-02utils: only enable VP8 profiles for newer VA-API versions.Gwenole Beauchesne2-0/+5
2014-05-22decoder: h264: compute view ids only once per slice.Gwenole Beauchesne1-35/+20
2014-05-21decoder: h264: add support for MVC interlaced streams.Gwenole Beauchesne1-11/+90
2014-05-21decoder: h264: add MVC profiles compatibility logic.Gwenole Beauchesne1-2/+47