Sign in
coral
/
mtk-gst-plugins-bad
/
1715913ad8030220a7d9af40c979f7a68cab69b3
/
gst
/
rawparse
1b8aa75
videoparse: Fix property handling
by Thibault Saunier
· 8 years ago
4261692
Remove plugin specific static build option
by Nicolas Dufresne
· 8 years ago
78022a6
docs: Port all docstring to gtk-doc markdown
by Thibault Saunier
· 8 years ago
90f766c
rawvideoparse: videoparse now uses GstValueArray and not GValueArray
by Thibault Saunier
· 8 years ago
4af642a
rawparse: Move to gst-plugins-base and keep legacy audioparse/videoparse here
by Sebastian Dröge
· 8 years ago
63e280d
rawbaseparse: Drop incomplete frames at EOS
by Sebastian Dröge
· 8 years ago
af70682
rawvideoparse: fix typos in property description
by Tim-Philipp Müller
· 8 years ago
423e459
rawparse: Whitespace cleanup
by Sebastian Dröge
· 8 years ago
2f87392
rawbaseparse: Fix output buffer size trimming
by Sebastian Dröge
· 8 years ago
5a6b121
rawparse: Properly align raw audio/video output buffers
by Sebastian Dröge
· 8 years ago
2f8709d
rawparse: pass flow returns upstream
by Tim-Philipp Müller
· 8 years ago
42af2d6
Add support for Meson as alternative/parallel build system
by Nirbheek Chauhan
· 8 years ago
9514d06
rawvideoparse: fix typo in comment
by Luis de Bethencourt
· 8 years ago
a27103b
rawvideoparse: Revert last commit and actually remember the physically last plane
by Sebastian Dröge
· 8 years ago
94c5e99
rawvideoparse: remove unused assignment
by Luis de Bethencourt
· 8 years ago
91cf5ac
rawvideoparse: Compute plane offsets & strides if no custom ones are set
by Carlos Rafael Giani
· 8 years ago
1990d43
rawaudioparse: Use G_GINT64_MODIFIER for portability
by Sebastian Dröge
· 8 years ago
e572375
unalignedaudioparse: Fix element factory name of inner parser
by Sebastian Dröge
· 8 years ago
403499a
rawparse: Remove old parser code and wrap new parsers in old elements
by Carlos Rafael Giani
· 8 years ago
d555f34
rawparse: Add new raw audio and video parser elements
by Carlos Rafael Giani
· 8 years ago
b415d7b
rawparse: Add unaligned raw audio parsing to audioparse and add new element
by Carlos Rafael Giani
· 9 years ago
8cdfb13
bad: use new gst_element_class_add_static_pad_template()
by Vineeth TM
· 9 years ago
5fd3511
videoparse: initialize update_size to FALSE when updating info
by Aurélien Zanelli
· 9 years ago
acb7205
videoparse: Fix framesize calculation
by Nicolas Dufresne
· 9 years ago
fd33314
videoparse: use decide_allocation to check if downstream supports videometa
by Aurélien Zanelli
· 9 years ago
354f16a
rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation query
by Aurélien Zanelli
· 9 years ago
6e8278c
rawparse: use size of buffer we got from adapter
by Aurélien Zanelli
· 9 years ago
a90f35e
videoparse: add properties to set framesize, strides and planes offsets
by Aurélien Zanelli
· 9 years ago
04d59ff
rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'
by Aurélien Zanelli
· 9 years ago
cf25e09
videoparse: cache video info in instance
by Aurélien Zanelli
· 9 years ago
7c42ba9
plugins-bad: Fix example pipelines
by Vineeth TM
· 9 years ago
be714c7
rawparse: fix duplicated format in handle_seek_pull
by Jimmy Ohn
· 9 years ago
699452e
Remove obsolete Android build cruft
by Tim-Philipp Müller
· 10 years ago
aa2ecf5
rawparse: send SEEKING query upstream first
by Wonchul Lee
· 10 years ago
9e6377d
rawparse: fix handling of segment event in sink event handler
by Vootele Vesterblom
· 10 years ago
1dd83ca
rawparse: Check for 0-size after adjusting the size for the frame size
by Sebastian Dröge
· 10 years ago
ee0ccf6
rawparse: Don't try to retrieve 0 byte buffers from the adapter in multi-frame mode
by Sebastian Dröge
· 10 years ago
14acb6f
gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGS
by Vineeth T M
· 10 years ago
25b5da5
rawparse: Reset negotiation state when going back to READY
by Sebastian Dröge
· 10 years ago
ae99043
rawparse: Use the pad passed to us directly for default event handling
by Sebastian Dröge
· 11 years ago
9bd4a1b
rawparse: default query should be forward on target pad
by Justin Joy
· 11 years ago
9815fae
rawparse: catch errors in caps manipulation
by Vincent Penquerc'h
· 11 years ago
3dedf16
rawparse: increase framerate to maxint
by Thijs Vermeir
· 11 years ago
2923dbc
rawparse: increase maximum framerate
by Thijs Vermeir
· 11 years ago
b151776
rawparse: fix event order
by Wim Taymans
· 11 years ago
e51cd4f
gst: Add better support for static plugins
by Sebastian Dröge
· 12 years ago
0002f76
rawparse: send segment event in time format also in push mode
by Tim-Philipp Müller
· 12 years ago
b6f50c5
rawparse: fix caps leak
by Vincent Penquerc'h
· 12 years ago
9e1b75f
Fix FSF address
by Tim-Philipp Müller
· 12 years ago
32ba17c
Use gst_element_class_set_static_metadata()
by Tim-Philipp Müller
· 12 years ago
e3a1e48
audioparse: Set framesize and properties correctly when taking format from caps.
by Michael Smith
· 12 years ago
080677b
audioparse: add a mode where the caps are taken from the sink pad, and thus audioparse
by Michael Smith
· 12 years ago
578861a
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
by Mark Nauwelaerts
· 12 years ago
0d8f8a5
rename some caps and elements in examples
by Wim Taymans
· 12 years ago
b807753
ext, gst: only activate in pull mode if upstream is seekable
by Mark Nauwelaerts
· 12 years ago
9c7d749
gst: Implement segment-done event
by Sebastian Dröge
· 13 years ago
dbed726
update for task api change
by Wim Taymans
· 13 years ago
cda192b
gst: Update for GST_PLUGIN_DEFINE() API changes
by Sebastian Dröge
· 13 years ago
cd21a65
rawparse: fix compile warning
by Alessandro Decina
· 13 years ago
1318a97
gst: Update versioning
by Sebastian Dröge
· 13 years ago
289e968
rawparse: fix bayer caps
by Wim Taymans
· 13 years ago
cc7918d
rawparse: port to 0.11
by Mark Nauwelaerts
· 13 years ago
bc38bc2
don't pass random pointers to pull_range
by Wim Taymans
· 13 years ago
1119f6e
Merge branch 'master' into 0.11
by Wim Taymans
· 13 years ago
8147669
plenty: fixup glib deprecations
by Vincent Penquerc'h
· 13 years ago
7521b59
various: fix pad template ref leaks
by Vincent Penquerc'h
· 13 years ago
10d31a5
Update for pad API changes
by Tim-Philipp Müller
· 13 years ago
17fd7eb
android: make it ready for androgenizer
by Thibault Saunier
· 14 years ago
7abe0a5
audioparse: Allow implicit channel map for 1-/2-channel audio
by Arun Raghavan
· 14 years ago
77c05b5
audioparse: Add support for setting the channel-positions
by Sebastian Dröge
· 14 years ago
793a356
rawparse: Don't use GST_FLOW_IS_FATAL()
by Sebastian Dröge
· 14 years ago
09b2abf
resindvd, rawparse: fix LDFLAGS for gst-plugins-base libs
by Руслан Ижбулатов
· 15 years ago
282479b
videoparse: Only provide very fundamental caps in the pad template
by Sebastian Dröge
· 15 years ago
5c11f80
rawparse: Small cleanups and implement SEEKING query
by Sebastian Dröge
· 15 years ago
60a5d37
audioparse: Small cleanups
by Sebastian Dröge
· 15 years ago
8433f7a
videoparse: Use libgstvideo for everything instead of our own calculations
by Sebastian Dröge
· 15 years ago
53eeb90
audioparse: add support for A-Law and µ-Law
by Tim-Philipp Müller
· 16 years ago
ef5e486
Add interlaced support to videoparse
by David Schleef
· 16 years ago
becb7fd
Add v210 format
by David Schleef
· 16 years ago
0964c00
Fix incorrect "pixel_aspect_ratio" in caps
by David Schleef
· 16 years ago
2014b7f
Make RGB masks unsigned in rawvideoparse
by Jan Schmidt
· 16 years ago
a14e8e0
Don't install static libs for plugins. Fixes #550851 for -bad.
by Stefan Kost
· 16 years ago
c75f8c4
gst/rawparse/gstvideoparse.c: Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
by Jan Schmidt
· 17 years ago
15b9246
Do not use short_description in section docs for elements. We extract them from element details and there will be war...
by Stefan Kost
· 17 years ago
5e88627
gst/rawparse/gstrawparse.c: Add simple reverse playback.
by Wim Taymans
· 17 years ago
409526e
gst/rawparse/gstrawparse.*: Fix seeking, timestamps, duration and some more. Fixes #536309.
by Wim Taymans
· 17 years ago
0cc0c6d
Add missing no_inst header files to Makefile.am so disting still works
by Christian Schaller
· 17 years ago
252d404
gst/rawparse/gstrawparse.c: Handle framesizes > 4096 with multiple frames per buffer correctly in pull mode and handl...
by Sebastian Dröge
· 17 years ago
a0283af
gst/rawparse/gstrawparse.c: Improve handling of unknown or too small upstream sizes in pull mode.
by Sebastian Dröge
· 17 years ago
c7fcd9d
gst/rawparse/gstrawparse.c: Improve debugging a bit and for handling multiple frames per buffer in pull mode choose t...
by Sebastian Dröge
· 17 years ago
19557fc
gst/rawparse/gstrawparse.*: Implement pull mode.
by Sebastian Dröge
· 17 years ago
7181404
ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready.
by David Schleef
· 17 years ago
086c503
gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce nothing useful otherwise.
by Sebastian Dröge
· 17 years ago
96690aa
Add new plugin rawparse that contains a base class for raw data parsers and the two elements audioparse and videopars...
by Sebastian Dröge
· 17 years ago