Sign in
coral
/
mtk-gst-plugins-bad
/
a3f9fab72ff65e91a6ee3752847497d10abf2d15
/
gst
/
h264parse
21a6347
h264parse: obtain correct upstream timestamp
by Mark Nauwelaerts
· 15 years ago
4c7fd3c
h264parse: add new h264 caps attribute alignment
by Mark Nauwelaerts
· 15 years ago
1244738
Revert "h264parse: add parsed field to src caps"
by Thijs Vermeir
· 15 years ago
54edae4
h264parse: add parsed field to src caps
by Thijs Vermeir
· 15 years ago
33e78b1
h264parse: also handle 3-byte bytestream sync code
by Mark Nauwelaerts
· 15 years ago
d6cab72
h264parse: add option to insert SPS/PPS in stream
by Mark Nauwelaerts
· 15 years ago
3a1fad6
h264parse: also collect SPS and PPS nalu in codec_data
by Mark Nauwelaerts
· 15 years ago
413716d
h264parse: plug a few memory leaks
by Mark Nauwelaerts
· 15 years ago
2441c79
h264parse: fix wrong timestamps in some cases after seeking.
by Alessandro Decina
· 15 years ago
c55b24b
h264parse: Correctly clean up internal state for reuse
by Sebastian Dröge
· 15 years ago
7d2e248
h264parse: fix writing NALU prefix for byte-stream output format
by Mark Nauwelaerts
· 15 years ago
775c758
gst_element_class_set_details => gst_element_class_set_details_simple
by Benjamin Otte
· 15 years ago
55e2add
h264parse: Replace 'avc-sample' with 'avc' in caps
by Thiago Santos
· 15 years ago
df4c4cc
h264parse: use correct h264_parse prefix in function name
by Mark Nauwelaerts
· 15 years ago
eba1357
h264parse: Add stream-format to caps
by Thiago Santos
· 15 years ago
ba06edd
h264parse: Correctly rewrite all nal prefixes
by Thiago Santos
· 15 years ago
e6ab078
h264parse: remove codec_data if output is bytestream
by Thiago Santos
· 15 years ago
b3f0b02
win32: Include config.h before anything else. Fix mpegdemux LIBADD
by Ðóñëàí Èæáóëàòîâ
· 15 years ago
4067cd1
h264parse: optimize src caps updating
by Mark Nauwelaerts
· 15 years ago
51aaa30
h264parse: fix framerate calculation
by Mark Nauwelaerts
· 15 years ago
997ec65
h264parse: fix regression in output buffer timestamping
by Mark Nauwelaerts
· 15 years ago
52f5f42
h264parse: fix caps handling in _update_src_caps.
by Alessandro Decina
· 15 years ago
ed058d7
h264parse: fix caps parameters setting
by Mark Nauwelaerts
· 15 years ago
b4d9b81
h264parse: optional transforming from bytestream to sample format (or vice versa)
by Mark Nauwelaerts
· 15 years ago
7f29145
h264parse: refactor a bit into a reset function
by Mark Nauwelaerts
· 15 years ago
f3a153e
h264parse: provide w/h from stream in src caps if not in sink caps
by Mark Nauwelaerts
· 15 years ago
291f45b
h264parse: parse SPS some more (e.g. for width/height)
by Mark Nauwelaerts
· 15 years ago
47041f6
h264parse: optionally output AUs rather than NALUs
by Mark Nauwelaerts
· 15 years ago
a17393f
Fix warnings with gcc 4.0.1.
by Alessandro Decina
· 15 years ago
1a54ae8
Fix factory information for h264parse, add missing Video
by Christian Schaller
· 15 years ago
baced65
h264parse: Free the PPS buffers too
by Sebastian Dröge
· 16 years ago
d520e42
h264parse: compute timestamp
by Lin YANG
· 16 years ago
9c08ece
h264parse: recognize more types of NAL
by Lin YANG
· 16 years ago
550f601
h264parse: parser init & finalize
by Lin YANG
· 16 years ago
d0273ee
h264parse: decode slice header
by Lin YANG
· 16 years ago
62ac493
h264parse: decode SEI
by Lin YANG
· 16 years ago
dc696c4
h264parse: decode SEI: picture timing info
by Lin YANG
· 16 years ago
d061c0a
h264parse: decode SEI: buffering period
by Lin YANG
· 16 years ago
ba5a75d
h264parse: decode PPS
by Lin YANG
· 16 years ago
2531e5f
h264parse: decode SPS
by Lin YANG
· 16 years ago
90dfda0
h264parse: SPS: decode vui params
by Lin YANG
· 16 years ago
2d50657
h264parse: SPS: decode hrd params
by Lin YANG
· 16 years ago
e55fb07
h264parse: Start slice header parsing work
by Lin YANG
· 16 years ago
e1cfd38
h264parse: Start SEI parsing work
by Lin YANG
· 16 years ago
397abd5
h264parse: Start PPS parsing work
by Lin YANG
· 16 years ago
196b824
h264parse: Start SPS parsing work
by Lin YANG
· 16 years ago
1cf9f2d
h264parse: detect and fix for bad NALU sizes
by Wim Taymans
· 16 years ago
4cf27a7
gst/: Wim, you're a bad boy. You don't want people to contact you or what?
by Edward Hervey
· 16 years ago
a14e8e0
Don't install static libs for plugins. Fixes #550851 for -bad.
by Stefan Kost
· 16 years ago
10d104f
gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length field to get the NALU length in packetize...
by Wim Taymans
· 17 years ago
2e9945f
gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Re-Fixes #516061.
by Josep Torra Valles
· 17 years ago
fe7d133
gst/h264parse/gsth264parse.c: Fix potential buffer leak in reverse mode. Fixes #516061.
by Josep Torra Valles
· 17 years ago
c459b9d
gst/h264parse/gsth264parse.c: Try to avoid 'unused variable' compiler warning if debugging is disabled (not bullet pr...
by Tim-Philipp Müller
· 17 years ago
9b1dd13
gst/h264parse/gsth264parse.c: Parse NAL units in forward mode to mark delta units flags.
by Julien Moutte
· 17 years ago
7e33919
gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
by Stefan Kost
· 17 years ago
e7c9faa
gst/h264parse/gsth264parse.c: Set timestamps more correctly.
by Wim Taymans
· 17 years ago
b0e6afa
gst/h264parse/gsth264parse.*: Improve debugging.
by Wim Taymans
· 17 years ago
631b6a1
gst/h264parse/gsth264parse.*: Add reverse playback support for containers that don't know how to properly send data b...
by Wim Taymans
· 17 years ago
1af510f
Massive leak fixing, plus code cleanups.
by Stefan Kost
· 17 years ago
8cdc3e5
New plugin: h264parse (#340638)
by Michal Benes
· 19 years ago