summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 0.11Wim Taymans2011-11-092-14/+14
|\
| * mpegvideoparser: input data is const, mark it soVincent Penquerc'h2011-11-072-14/+14
* | remove query typesWim Taymans2011-11-092-33/+0
* | Merge branch 'master' into 0.11Wim Taymans2011-11-071-2/+8
|\ \ | |/
| * h264parser: add more size checks and improve existingRené Stadler2011-11-041-2/+8
* | controller: port to new controller location and apiStefan Sauer2011-11-042-4/+3
* | video: port somewhat to 0.11Wim Taymans2011-11-048-144/+109
* | Merge branch 'master' into 0.11Wim Taymans2011-11-048-4/+1003
|\ \ | |/
| * surfaceconverter: Remove duplicated forward declarationOlivier Crête2011-11-032-2/+3
| * video: Add GstVideoContext interfaceNicolas Dufresne2011-11-032-0/+656
| * video: Abstract surface API for HW accelerated codecsNicolas Dufresne2011-11-035-2/+336
| * vc1parser: do not overwrite bufferVincent Penquerc'h2011-11-031-1/+9
| * vc1parser: fix parsing of RANGEREDFRMSreerenj Balachandran2011-11-031-1/+1
* | videoenc: fix compiler warningWim Taymans2011-11-031-1/+1
* | video: fix for metadata API changeWim Taymans2011-11-032-2/+2
* | libs/video: Finish porting to 0.11Edward Hervey2011-11-037-191/+239
* | Merge branch 'master' into 0.11Wim Taymans2011-11-021-7/+8
|\ \ | |/
| * h264parser: fix access to uninitialized memoryRené Stadler2011-11-011-3/+4
| * h264parser: fix MAX_SPS/PPS boundary checksRené Stadler2011-11-011-4/+4
* | Update for pad API changesTim-Philipp Müller2011-11-012-14/+15
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-10-315-16/+97
|\ \ | |/
| * basevideoencoder: handle failures in start() and stop()Alessandro Decina2011-10-311-2/+12
| * basecamerasrc: optimize state changing speedTommi Myöhänen2011-10-314-14/+85
* | make elements compile againWim Taymans2011-10-281-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-10-271-6/+6
|\ \ | |/
| * vc1parser: Correct the parsing of FRMRTQ_POSTPROC and BITRTQ_POSTPROCSreerenj Balachandran2011-10-211-2/+2
| * vc1parser: Correct the parsing of sequece layer.Sreerenj Balachandran2011-10-211-4/+4
* | interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-212-8/+8
* | Merge branch 'master' into 0.11Wim Taymans2011-10-183-434/+1366
|\ \ | |/
| * codecparsers: VC1: Compute par and fps in advanced profileThibault Saunier2011-10-172-0/+67
| * codecparsers: VC1: Handle interlaced fieldsThibault Saunier2011-10-172-35/+214
| * codecparsers: VC1: Handle interlaced frames properlyThibault Saunier2011-10-172-26/+99
| * codecparsers: VC1: Use enums when possibleThibault Saunier2011-10-172-10/+31
| * codecparsers: vc1: fix bitplanes decoding (check for errors).Gwenole Beauchesne2011-10-171-2/+4
| * codecparsers: vc1: fix bitplanes decoding (INVERT mode).Gwenole Beauchesne2011-10-171-15/+23
| * codecparsers: vc1: fix MVMODE and MVMODE2 parsing.Gwenole Beauchesne2011-10-171-19/+20
| * codecparsers: vc1: handle skipped pictures gracefully.Gwenole Beauchesne2011-10-171-3/+3
| * codecparsers: VC1: Implement bitplanes diff operatorThibault Saunier2011-10-171-2/+26
| * codecparsers: VC1: Some cosmetics and debug logging enhancementsThibault Saunier2011-10-172-8/+13
| * codecparsers: vc1: Implement bitplanes handling properlyGwenole Beauchesne2011-10-172-72/+284
| * codecparsers: vc1: fix BFRACTION parser (values range + overflow).Gwenole Beauchesne2011-10-172-10/+14
| * codecparsers: vc1: fix VLC decoding.Gwenole Beauchesne2011-10-171-128/+137
| * codecparsers: VC1: Implement FrameLayer parsingThibault Saunier2011-10-172-0/+58
| * codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier2011-10-172-162/+397
| * codecparsers: VC1: Compute framerate and bitrate in simple/main profilesThibault Saunier2011-10-171-23/+29
| * codecparsers: VC1: compute MB height and widthThibault Saunier2011-10-172-5/+16
| * codecparsers: vc1: debug cosmetics.Gwenole Beauchesne2011-10-171-2/+4
| * codecparsers: vc1: record picture layer header size in bits.Gwenole Beauchesne2011-10-172-2/+8
| * codecparsers: vc1: compute altpquant.Gwenole Beauchesne2011-10-172-4/+7
| * codecparsers: vc1: use GstVC1ParserResult type name similarly to other parsers.Gwenole Beauchesne2011-10-172-15/+15