index
:
~reynaldo/gst-plugins-bad
0.10
android
gaze
opencv
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-10
Fix an unwanted double negation from last commit
Thibault Saunier
1
-1
/
+1
2012-03-10
Fix 'ignoring return value of function declared with const attribute'
Thibault Saunier
4
-9
/
+18
2012-03-06
video: Update/add docs
Edward Hervey
6
-29
/
+127
2012-03-03
codecparsers: h264: record number of emulation prevention bytes in slice_head...
Gwenole Beauchesne
2
-0
/
+13
2012-02-15
codecparsers: h264: fix SEI parsing
Jonas Larsson
1
-4
/
+2
2012-01-30
codecparsers: h264: fix parsing of VUI parameters.
Gwenole Beauchesne
1
-1
/
+0
2012-01-27
plenty: fixup glib deprecations
Vincent Penquerc'h
6
-0
/
+162
2012-01-23
h264parse: fix gst_h264_parse_clock_timestamp always failing
Jonas Larsson
1
-0
/
+2
2012-01-23
codecparsers: read the cbr_flag in h264_parse_hrd_parameters
Jonas Larsson
1
-0
/
+1
2012-01-23
basevideoencoder: fix parameter sanity check
Mark Nauwelaerts
1
-1
/
+1
2012-01-20
codecparsers: h264: fix ref_pic_list_modification()
Gwenole Beauchesne
2
-4
/
+11
2012-01-12
mpegvideoparser: fix memory leak
Vincent Penquerc'h
1
-1
/
+3
2012-01-10
basevideodecoder: add option to hande alt frame data
Oleksij Rempel (Alexey Fisher)
2
-1
/
+10
2012-01-09
codecparsers: mpeg4: fix parsing when recursively skipping user data
Mark Nauwelaerts
1
-2
/
+1
2012-01-05
codecparsers: remove h263 gob parsing, since there is no gob immediate after svh
Zhao Halley
1
-21
/
+0
2012-01-05
codecparsers: add missing zero_bits in h263 parsing
Zhao Halley
1
-0
/
+4
2012-01-05
codecparsers: includes start_marker in h263 header for parsing
Zhao Halley
1
-1
/
+9
2012-01-05
codecparsers: fix offset issue in h263 parse
Zhao Halley
1
-2
/
+3
2012-01-05
codecparsers: fix mask pattern for h263 start marker
Zhao Halley
1
-1
/
+1
2011-12-30
basevideocodec: Reset should reset current caps
Thiago Santos
1
-0
/
+2
2011-12-22
basecamerabinsrc: remove redundant functions
Thiago Santos
3
-61
/
+2
2011-12-20
codecparsers: h264: clear sei message prior to parsing
Mark Nauwelaerts
1
-0
/
+4
2011-12-13
basevideocodec: Don't use G_TYPE_REGISTER_BOXED() yet
Sebastian Dröge
1
-3
/
+15
2011-12-12
basevideo: Make GstVideoFrame a reference counted boxed object
Matej Knopp
4
-22
/
+56
2011-12-08
basevideoencoder: Only make the header buffer metadata writable, not the buffer
Sebastian Dröge
1
-1
/
+1
2011-12-08
basevideoencoder: Fix handling of force-keyunit events
Sebastian Dröge
1
-28
/
+31
2011-12-06
codecparsers: first video_packet_header doesn't start with resync_marker
Zhao Halley
1
-3
/
+13
2011-12-06
codecparsers: return NO_PACKET if needed
Zhao Halley
1
-2
/
+2
2011-12-06
codecparsers: fix an issue in check resync marker
Zhao Halley
1
-1
/
+1
2011-12-06
codecparsers: fix an issue in finding the last video packet in vop
Zhao Halley
1
-1
/
+4
2011-12-06
codecparsers: include resync marker in video packet size
Zhao Halley
1
-2
/
+6
2011-12-06
codecparsers: scan next resync marker after current one
Zhao Halley
1
-1
/
+1
2011-12-06
codecparsers: fix < 0 issue of guint in mpeg4 parser
Zhao Halley
1
-6
/
+6
2011-12-06
codecparsers: fix pattern/mask of resync_marker parsing of mpeg4
Zhao Halley
1
-16
/
+18
2011-12-06
codecparsers: fix compile warnings in gstmpeg4parser.c
Alessandro Decina
1
-9
/
+18
2011-12-05
codecparsers: Variant of _identify_nalu without checks
Edward Hervey
2
-5
/
+51
2011-12-05
codecparser: unbreak h264 slice header parsing
Mark Nauwelaerts
1
-9
/
+12
2011-11-29
codecparsers: h264: record ref_pic_list_modification().
Gwenole Beauchesne
2
-57
/
+71
2011-11-29
codecparsers: h264: rename ref_pic_list_reordering() to ref_pic_list_modifica...
Gwenole Beauchesne
1
-20
/
+22
2011-11-29
basevideoencoder: Pass the all-headers field of the force-key-unit event to t...
Sebastian Dröge
2
-0
/
+2
2011-11-29
basevideoencoder: Implement full support for the new force-key-unit event
Sebastian Dröge
2
-42
/
+153
2011-11-29
basevideoencoder: Use new force-keyunit event API from gst-plugins-base
Sebastian Dröge
1
-25
/
+15
2011-11-29
basevideoencoder: Adjusting padding is not required for -bad libraries
Sebastian Dröge
2
-11
/
+6
2011-11-29
basevideoencoder: Move some fields to the private part of the instance struct
Sebastian Dröge
1
-2
/
+4
2011-11-29
basevideoencoder: Make headers metadata writable before pushing downstream
Sebastian Dröge
1
-0
/
+1
2011-11-29
basevideoencoder: Push the downstream force-keyframe event after the next key...
Sebastian Dröge
2
-12
/
+17
2011-11-29
basevideoencoder: Don't push an upstream force-keyunit event downstream
Sebastian Dröge
2
-19
/
+2
2011-11-29
basevideoencoder: Add initial support for the all-headers field of the force-...
Jonas Larsson
2
-2
/
+52
2011-11-29
codecparsers: minor fixes
Tim-Philipp Müller
3
-27
/
+4
2011-11-28
codecparser: mpeg4: Look for resync code in _mpeg4_parse
Thibault Saunier
2
-73
/
+113
[next]