index
:
~bilboed/gst-plugins-bad
0.10
WIP
WIP-1.5
amczerocopy-gl-wip
amczerocopy-gl-wip2
android-gl
closedcaption
current
dash-skip
dash-take2
descriptordump
dsmcc
glcontext
h264parsekey
h264parser
hls
master
mpegts-wip
multifile
pcroffset
streams
streams-rebased
teletext
trickmodes
tsdemux-gap
tsdemux-switch
tsid-pid
vapoursynth
vdpau
wip
wip2
wip3
Personal copy of gst-plugins-bad
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
videoparsers
/
gsth264parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-05
h264parse: separate fields for distinct functional uses of codec_data field
Mark Nauwelaerts
1
-3
/
+5
2013-03-05
h264parse: use upstream width/height when given
Wim Taymans
1
-3
/
+15
2013-03-05
h264parse: don't rewind to the NAL length size in bytewriter if the format is...
Thibault Saunier
1
-8
/
+16
2013-03-05
videoparsers: use parsed or upstream fps to set some baseparse parameters
Mark Nauwelaerts
1
-4
/
+15
2013-03-05
videoparsers: preserve upstream fps and par
Mark Nauwelaerts
1
-6
/
+13
2012-09-14
h264parse: init pps and sps structures before parsing
Mark Nauwelaerts
1
-6
/
+12
2012-09-14
gsth264parse: add comment where return should be checked.
Peter Seiderer
1
-0
/
+2
2012-05-17
h264parse: also consider nal_length_size when inserting codec data
Mark Nauwelaerts
1
-2
/
+7
2012-04-06
h264parse: tweak default setting of format and alignment in codec_data case
Mark Nauwelaerts
1
-2
/
+2
2012-04-06
h264parse: do not use _unchecked bytewriter variants to insert config
Mark Nauwelaerts
1
-6
/
+11
2012-03-10
Fix 'ignoring return value of function declared with const attribute'
Thibault Saunier
1
-8
/
+8
2012-02-23
h264parse: consider nal_length_size when constructing codec_data
Mark Nauwelaerts
1
-1
/
+3
2012-02-15
h264parse: use proper NALU offset for config data insertion
Mark Nauwelaerts
1
-2
/
+2
2012-02-10
h264parse: unobfuscate frame parsing code
Mark Nauwelaerts
1
-101
/
+95
2012-02-03
h264parse: decrease passthrough negotiation preference
Mark Nauwelaerts
1
-0
/
+16
2012-02-01
h264parse: disable optimized packetized processing for reverse playback
Mark Nauwelaerts
1
-4
/
+12
2012-02-01
h264parse: also mind SEI position for config data insertion
Mark Nauwelaerts
1
-0
/
+16
2012-02-01
h264parse: unbreak optimized packetized NALU collection processing
Mark Nauwelaerts
1
-9
/
+24
2012-01-09
h264parse: use the framerate that was copied a few lines above
Vincent Penquerc'h
1
-2
/
+2
2012-01-06
h264parse: fix test and set not using the same input
Vincent Penquerc'h
1
-1
/
+1
2012-01-04
h264parse: fix and tweak frame timestamping
Mark Nauwelaerts
1
-3
/
+28
2012-01-03
h264parse: prefer negotiating pass-through
Mark Nauwelaerts
1
-6
/
+27
2012-01-03
h264parse: mark byte-stream AU frame with inserted codec NALs as keyframe
Mark Nauwelaerts
1
-0
/
+3
2012-01-03
h264parse: properly determine skip amount when no NAL start found yet
Mark Nauwelaerts
1
-1
/
+3
2012-01-03
h264parse: some more proper parse state reset
Mark Nauwelaerts
1
-1
/
+3
2011-12-19
h264parse: avoid pushing SPS/PPS at start only if both are found in stream
Alessandro Decina
1
-4
/
+24
2011-12-18
h264parse: do wait for a keyframe when handling force key unit events
Alessandro Decina
1
-2
/
+0
2011-12-06
h264parse: handle force key unit events
Alessandro Decina
1
-0
/
+186
2011-12-05
h264parse: Use faster parsing variant when input is packetized
Edward Hervey
1
-4
/
+22
2011-12-05
h264parse: reflow slice nal processing
Mark Nauwelaerts
1
-38
/
+20
2011-12-05
h264parse: optimize slice nal processing
Mark Nauwelaerts
1
-18
/
+30
2011-12-01
h264parse: let upstream PAR override in-stream PAR
Alessandro Decina
1
-6
/
+12
2011-12-01
h264parse: rework PAR parsing
Alessandro Decina
1
-29
/
+150
2011-12-01
h264parse: respect pixel-aspect-ratio
Luciana Fujii Pontello
1
-1
/
+18
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-4
/
+4
2011-11-18
h264parse: remove redundant code
Mark Nauwelaerts
1
-5
/
+1
2011-11-18
h264parse: fix up AU collection processing
Mark Nauwelaerts
1
-1
/
+12
2011-11-18
h264parse: mind to-be-skipped data in subsequent re-used offsets
Mark Nauwelaerts
1
-2
/
+10
2011-11-18
h264parse: avoid additional NAL parsing if no AU collection is needed
Mark Nauwelaerts
1
-4
/
+4
2011-11-18
h264parse: some more get_caps tweaking
Mark Nauwelaerts
1
-2
/
+3
2011-11-16
h264parse: Implement ::sink_get_caps to allow stream-format conversion again
Sebastian Dröge
1
-0
/
+34
2011-11-16
h264parse: outgoing byte stream prefix always has size 4
Jonas Larsson
1
-2
/
+5
2011-10-17
h264parse: correct debug message and remove some dead code
Sreerenj Balachandran
1
-3
/
+2
2011-10-17
h264parse: correct parsing of "numberOfPictureParameterSets"
Sreerenj Balachandran
1
-3
/
+3
2011-10-06
h264parse: Make proper use of the h264parser lib in parse_chain
Thibault Saunier
1
-57
/
+38
2011-10-06
h264parse: properly interpret baseparse draining state
Mark Nauwelaerts
1
-3
/
+4
2011-10-06
h264parse: correct the size argument of gst_h264_parser_identify_nalu_avc()
Sreerenj Balachandran
1
-2
/
+2
2011-10-06
h264parse: minimum size of parsable avcC data should be 8
Sreerenj Balachandran
1
-1
/
+1
2011-09-19
h264parse: bring debug statements up to desired specs
Mark Nauwelaerts
1
-20
/
+23
2011-09-09
h264parse: Make use of the h264_nal_parser_free function
Thibault Saunier
1
-2
/
+1
[next]