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
/
videoparsers
/
gsth265parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
h265parse: Fix periodic SPS/PPS sending work after a seek
Seungha Yang
1
-1
/
+5
2018-09-10
h265parse: Add support insert parameter set per IDR
Seungha Yang
1
-111
/
+131
2018-09-10
h265parse: Don't discard first AU delimiter
Seungha Yang
1
-0
/
+6
2018-09-10
h265parse: Consider SEI NALU as "HEADER" packets
Seungha Yang
1
-0
/
+1
2018-09-10
h265parse: Don't unref buffer that was unreffed just a few lines before already
Seungha Yang
1
-1
/
+0
2018-09-10
h265parse: Reset the parser information when caps changes
Seungha Yang
1
-19
/
+36
2018-09-10
h265parse: Fix collection of access units to preserve config headers
Seungha Yang
1
-2
/
+9
2018-09-10
h265parse: Improve conditions for skipping NAL units
Seungha Yang
1
-14
/
+36
2018-09-10
h265parse: Introduce new state tracking variables
Seungha Yang
1
-1
/
+30
2018-09-10
h265parse: Fix and optimize NAL collection function
Seungha Yang
1
-3
/
+3
2018-09-10
h265parse: Unref/replace force_key_unit_event in gst_h265_parse_reset
Seungha Yang
1
-1
/
+1
2018-09-10
h265parse: Copy over DISCONT flag from input buffers
Seungha Yang
1
-0
/
+12
2018-04-11
h265parse: Make caps writable before modifying them
Seungha Yang
1
-2
/
+4
2018-03-05
h265parse: add support for 'Format range extensions profiles'
Guillaume Desmottes
1
-0
/
+40
2018-03-05
h265parser: decouple GstH265Profile and GstH265ProfileIDC
Guillaume Desmottes
1
-14
/
+18
2018-03-02
Revert "h265parse: early set src caps when input not byte-stream"
Nicolas Dufresne
1
-4
/
+0
2018-01-24
h26{4,5}parse: expose chroma format and bit depth in caps
Guillaume Desmottes
1
-0
/
+28
2017-11-24
h265parse: early set src caps when input not byte-stream
Guillaume Desmottes
1
-0
/
+4
2017-11-22
h265parse: put downstream caps first if possible on sink caps
Guillaume Desmottes
1
-14
/
+21
2017-05-18
h265parse: Fix calculation of codec_data buffer size
Sebastian Dröge
1
-2
/
+1
2017-05-12
h265parse: fix caps leak in renegotiation
Vincent Penquerc'h
1
-1
/
+3
2016-11-26
h265parse: Fix assertion when encountering an invalid NALU
Sebastian Dröge
1
-2
/
+4
2016-11-23
h265parse: Ensure codec_data has the required size when reading number of NAL...
Sebastian Dröge
1
-1
/
+9
2016-09-26
h265parse: Fix parsing of multiple NALs in the hvcC box
Kyungyong Kim
1
-1
/
+2
2016-05-30
h265parse: Don't assume contiguous id's in make_codec_data
Scott D Phillips
1
-3
/
+3
2016-04-25
h265parse: H265 level idc 0 is not valid
Sebastian Dröge
1
-1
/
+3
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-4
/
+2
2016-03-17
h264parse, h265parse: fix handling of downstream force-key-unit events
Aleksander Wabik
1
-2
/
+5
2016-03-11
videoparsers: h265: Fix segfault while transforming hevc to nal aligned bytes...
Sreerenj Balachandran
1
-2
/
+11
2016-02-04
h265parse: avoid sending unnecessary downstream caps queries/events
Matthew Waters
1
-11
/
+26
2016-01-25
h265parse: Fix buffer leak when sps is not present
Vineeth TM
1
-3
/
+4
2016-01-25
h265parse: Fix buffer memory leak.
Vineeth TM
1
-1
/
+1
2015-12-16
videoparsers: Check for NULL return value of gst_pad_get_current_caps()
Dave Craig
1
-2
/
+11
2015-12-05
h26xparse: Resend PPS/SPS after seek
Nicolas Dufresne
1
-1
/
+1
2015-08-26
h264parse/h265parse: Fix negotiation crash
Nicolas Dufresne
1
-1
/
+2
2015-08-16
videoparsers: Use gst_base_parse_merge_tags()
Olivier Crête
1
-2
/
+2
2015-08-14
videoparsers: enable accept-template flag
Thiago Santos
1
-0
/
+1
2015-08-11
videoparsers: h265: Fix the frame start detection code
Sreerenj Balachandran
1
-2
/
+2
2015-08-11
videoparsers: h265: Avoid skipping of EOS and EOB nals
Sreerenj Balachandran
1
-1
/
+1
2015-08-07
h265parse: expose compatible profiles to downstream
Sreerenj Balachandran
1
-0
/
+106
2015-07-30
h265parse: Avoid checking for Non Mandatory VPS NAL
Vineeth TM
1
-2
/
+2
2015-05-08
Update references to decodebin
Luis de Bethencourt
1
-1
/
+1
2015-04-30
h265parse: Fix source caps to report cropped dimensions
Sreerenj Balachandran
1
-3
/
+18
2015-04-30
h265parse: Fix the memory freeing of stored VPS nals
Sreerenj Balachandran
1
-1
/
+1
2015-04-30
h265parse: Fix profile, tier and level setting in caps
Sreerenj Balachandran
1
-8
/
+87
2015-04-24
remove unused enum items PROP_LAST
Luis de Bethencourt
1
-2
/
+1
2014-11-07
h265parse: set the HEADER flag on buffers containing VPS, SPS or PPS
Josep Torra
1
-0
/
+13
2014-11-06
h265parse: don't unnecesarily set src_caps
Sebastian Dröge
1
-13
/
+13
2014-10-09
h265parse: expose parsed profile, tier and level to downstream
Sebastian Dröge
1
-0
/
+13
2014-09-25
style: remove unnecessary break statements
Luis de Bethencourt
1
-2
/
+0
[next]