summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* basecamerabin: Do not set the pad templates in the base class.Youness Alaoui2012-05-041-28/+23
* videocontext: Remove the explicit unrefing of pad object getting from iterator.Sreerenj Balachandran2012-05-041-1/+0
* basecamerasrc: null caps are not valid in 1.0Thiago Santos2012-05-021-2/+11
* basecamerabinsrc: updating property to new nameThiago Santos2012-05-011-1/+1
* camerabin: Replacing ffmpegcolorspace with videoconvertThiago Santos2012-05-011-1/+1
* codecparser: mpeg4 type errorWind Yuan2012-05-011-1/+1
* Doc fixes (gstsurfaceconverter, gstsurfacemeta).Sreerenj Balachandran2012-04-203-3/+3
* video: Update for libgstvideo API changesSebastian Dröge2012-04-192-7/+2
* mpegvideoparse: Do not ignore start code at the end of bufferMatej Knopp2012-04-161-5/+5
* Set sync_poinr = 1 for keyframeMatej Knopp2012-04-141-1/+1
* gst: Update versioningSebastian Dröge2012-04-045-56/+56
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-2911-31/+135
|\
| * Fix an unwanted double negation from last commitThibault Saunier2012-03-101-1/+1
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-104-9/+18
| * video: Update/add docsEdward Hervey2012-03-066-29/+127
| * codecparsers: h264: record number of emulation prevention bytes in slice_head...Gwenole Beauchesne2012-03-032-0/+13
* | basecamerabinsrc: Add $(GST_PLUGINS_BASE_LIBS) to the linker flagsSebastian Dröge2012-03-271-1/+1
* | don't pass random pointers to pull_rangeWim Taymans2012-03-161-0/+1
* | update for bufferpool changesWim Taymans2012-03-151-1/+1
* | update for allocation query changesWim Taymans2012-03-151-20/+23
* | update for memory api changesWim Taymans2012-03-151-1/+1
* | take padding into accountWim Taymans2012-03-141-5/+7
* | fix for caps api changesWim Taymans2012-03-111-3/+4
* | update for metadata API changesWim Taymans2012-02-293-5/+19
* | update for metadata tagsWim Taymans2012-02-281-1/+2
* | update for metadata changesWim Taymans2012-02-241-2/+1
* | video: More documentationEdward Hervey2012-02-211-0/+24
* | basevideocodec: Document structuresEdward Hervey2012-02-211-1/+55
* | glib-compat-private.h to distWim Taymans2012-02-201-1/+1
* | Merge branch 'master' into 0.11Mark Nauwelaerts2012-02-151-4/+2
|\ \ | |/
| * codecparsers: h264: fix SEI parsingJonas Larsson2012-02-151-4/+2
* | Merge branch 'master' into 0.11Wim Taymans2012-02-107-1/+162
|\ \ | |/
| * codecparsers: h264: fix parsing of VUI parameters.Gwenole Beauchesne2012-01-301-1/+0
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-276-0/+162
* | port to new memory APIWim Taymans2012-01-252-40/+22
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-253-5/+15
|\ \ | |/
| * h264parse: fix gst_h264_parse_clock_timestamp always failingJonas Larsson2012-01-231-0/+2
| * codecparsers: read the cbr_flag in h264_parse_hrd_parametersJonas Larsson2012-01-231-0/+1
| * basevideoencoder: fix parameter sanity checkMark Nauwelaerts2012-01-231-1/+1
| * codecparsers: h264: fix ref_pic_list_modification()Gwenole Beauchesne2012-01-202-4/+11
* | port to new gthread APIWim Taymans2012-01-196-35/+35
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-01-131-1/+3
|\ \ | |/
| * mpegvideoparser: fix memory leakVincent Penquerc'h2012-01-121-1/+3
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-103-28/+28
|\ \ | |/
| * basevideodecoder: add option to hande alt frame dataOleksij Rempel (Alexey Fisher)2012-01-102-1/+10
| * codecparsers: mpeg4: fix parsing when recursively skipping user dataMark Nauwelaerts2012-01-091-2/+1
| * codecparsers: remove h263 gob parsing, since there is no gob immediate after svhZhao Halley2012-01-051-21/+0
| * codecparsers: add missing zero_bits in h263 parsingZhao Halley2012-01-051-0/+4
| * codecparsers: includes start_marker in h263 header for parsingZhao Halley2012-01-051-1/+9
| * codecparsers: fix offset issue in h263 parseZhao Halley2012-01-051-2/+3