index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
codecparsers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-24
libs: fix API export/import and 'inconsistent linkage' on MSVC
Tim-Philipp Müller
9
-2
/
+25
2018-08-31
meson: Maintain macOS ABI through dylib versioning
Nirbheek Chauhan
1
-0
/
+1
2018-06-01
codecparsers: mpeg2: don't mess the StartCode only packets
Sreerenj Balachandran
1
-1
/
+1
2018-04-25
h264parse: add constrained and progressive profiles
Guillaume Desmottes
1
-2
/
+5
2018-03-13
codecparsers: GST_EXPORT -> GST_CODEC_PARSERS_API
Tim-Philipp Müller
14
-113
/
+156
2018-03-05
h265parser: allow partial matching on range extension profile
Guillaume Desmottes
1
-38
/
+114
2018-03-05
h265parse: add support for 'Format range extensions profiles'
Guillaume Desmottes
2
-2
/
+127
2018-03-05
h265parser: parse extra profile fields
Guillaume Desmottes
2
-1
/
+34
2018-03-05
h265parser: decouple GstH265Profile and GstH265ProfileIDC
Guillaume Desmottes
2
-0
/
+51
2018-02-21
h264parser: Expose framerate even if fixed_frame_rate flag isn't set
Nicolas Dufresne
1
-1
/
+1
2018-01-30
codecparser: vp8: Fix range decoder init
Sreerenj Balachandran
1
-1
/
+1
2018-01-02
nalutils: Fix Exponential-Golomb 'ue' parsing
Edward Hervey
1
-1
/
+1
2017-11-26
codecparsers: mpegvideoparser: remove API that was deprecated 5 years ago
Tim-Philipp Müller
2
-255
/
+0
2017-10-05
meson: remove vs_module_defs
Havard Graff
1
-1
/
+0
2017-08-11
codecparsers: make debug categories static
Tim-Philipp Müller
6
-6
/
+6
2017-07-18
codecparsers: mark symbols explicitly for export with GST_EXPORT
Tim-Philipp Müller
11
-25
/
+139
2017-07-04
codecparsers: h264: flesh out documentation for GST_H264_PARSER_NO_NAL_END
Tim-Philipp Müller
1
-0
/
+9
2017-06-08
jpeg2000sampling: fix critical when sampling is missing from caps
Vincent Penquerc'h
1
-1
/
+2
2017-04-12
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
10
-76
/
+49
2017-01-10
codecparsers: remove problematic 'extern inline'
Tim-Philipp Müller
1
-7
/
+7
2016-11-29
codecparsers: h264parse: improve documentation commentary
Anton Eliasson
1
-26
/
+31
2016-11-29
codecparsers: h264parse: docs spellcheck
Anton Eliasson
1
-14
/
+14
2016-11-15
Fix some MSVC warnings about const-ness
Scott D Phillips
1
-1
/
+1
2016-11-15
Cast away const from GstMetaInfo in *_get_meta_info() functions
Scott D Phillips
1
-2
/
+3
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+54
2016-08-19
codecparsers: Explicitly export functions marked inline
Nirbheek Chauhan
1
-7
/
+7
2016-07-01
codecparsers: jpeg2000: don't allow 0 value for array access with i-1
Tim-Philipp Müller
1
-1
/
+4
2016-07-01
codecparsers: jpeg2000: fix possible out-of-bounds array access
Tim-Philipp Müller
1
-4
/
+4
2016-06-28
jpeg2000parse: fix typo in sampling check
Luis de Bethencourt
1
-1
/
+1
2016-06-24
jpeg2000parse: use enums for colorspace and sampling, rather than strings
Aaron Boxer
3
-0
/
+217
2016-06-21
h264parse: fix default time_offset_length
Michael Olbrich
1
-1
/
+1
2016-06-17
codecparsers: drop all otherwizes
Reynaldo H. Verdejo Pinochet
6
-23
/
+23
2016-05-28
h264parser: maintain minimal ABI compat
Tim-Philipp Müller
2
-0
/
+4
2016-05-28
h264parser: Remove unused fps_num/fps_den fields
Sebastian Dröge
2
-23
/
+1
2016-04-15
codecparsers: mpegvideo: Parse more slice header fields
Sreerenj Balachandran
2
-4
/
+15
2016-04-15
codecparsers: mpegvideo: Add vbv_delay field to PictureHeader
Sreerenj Balachandran
2
-2
/
+3
2016-04-15
codecparsers: mpegvideo: Add more fields to the GstMpegVideoSequenceHdr
Sreerenj Balachandran
2
-5
/
+8
2016-04-13
meta: Initialize all GstMeta fields
Sebastian Dröge
1
-0
/
+1
2016-04-01
codecparser: vp9: move persistent fields from GstVp9FrameHdr to GstVp9Parser
Sreerenj Balachandran
2
-47
/
+43
2016-03-09
mpegvideoparser: Handle non-hierarchical profiles again
Edward Hervey
2
-1
/
+6
2016-02-20
codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag
Scott D Phillips
1
-0
/
+1
2016-02-19
mpeg4parser: prevent assertion when scanning for sync code
Thiago Santos
1
-2
/
+5
2015-12-30
codecparsers: vp9: minor clean-up
Tim-Philipp Müller
1
-2
/
+1
2015-12-30
codecparsers: vp9: fix macro namespacing and rename GstVp9InterpFilter
Tim-Philipp Müller
2
-21
/
+21
2015-12-30
codecparsers: vp9: fix doc typos and sprinkle some Since markers
Tim-Philipp Müller
2
-22
/
+56
2015-12-30
codecparsers: vp9: move license blurb into header and remove aux files
Tim-Philipp Müller
6
-164
/
+59
2015-12-30
codecparsers: Add another G_GNUC_INTERNAL
Sebastian Dröge
1
-0
/
+1
2015-12-30
codecparsers: Spread some G_GNUC_INTERNAL in various places
Sebastian Dröge
5
-6
/
+33
2015-12-30
vp9parser: Fix indentation to make gst-indent happier
Sebastian Dröge
1
-182
/
+185
2015-12-30
vp9parser: Rename symbols to prevent symbol conflicts
Sebastian Dröge
4
-17
/
+15
[next]