Sign in
coral
/
mtk-gst-plugins-bad
/
a7258842ab7a68514011298c1038cca5c6e1f9a5
/
gst
/
mpegtsdemux
/
tsdemux.c
e5eceaa
mpegtsdemux: First push EOS, then destroy all programs
by Sebastian Dröge
· 12 years ago
578861a
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
by Mark Nauwelaerts
· 12 years ago
2483c82
video/x-dvd-subpicture -> subpicture/x-dvd
by Tim-Philipp Müller
· 13 years ago
9abedc9
tsdemux: Always use current PTS/DTS
by Edward Hervey
· 13 years ago
d54624a
tsdemux: Remove useless code
by Edward Hervey
· 13 years ago
4f55cc1
tsdemux: Calculate pcr/time/offset separately per program
by Edward Hervey
· 13 years ago
bdc4689
gst: Add stream-id to stream-start events
by Sebastian Dröge
· 13 years ago
afd50a7
tag: Update for taglist/tag event API changes
by Sebastian Dröge
· 13 years ago
76aedf5
tsdemux: more correctly determine expected PES packet payload size
by Mark Nauwelaerts
· 13 years ago
006fe18
tsdemux: correctly determine expected PES packet payload size
by Mark Nauwelaerts
· 13 years ago
b5967d2
tsdemux: Fix AAC LATM caps
by Edward Hervey
· 13 years ago
b98ec32
update for tag event change
by Wim Taymans
· 13 years ago
8aa64c5
tsdemux: Make sure we have a language code before using it
by Edward Hervey
· 13 years ago
a0a1849
tsdemux: Add language code to taglist.
by Julian Scheel
· 13 years ago
6bf54ff
tsdemux: Adapt to new packetizer API
by Edward Hervey
· 13 years ago
5536bcf
tsdemux: flush on pusi only for payload packets
by Julian Scheel
· 13 years ago
e75612c
tsdemux: Don't queue data for streams that don't have a pad
by Edward Hervey
· 13 years ago
fa4b92e
tsdemux: Emit no-more-pads when all pads are activated
by Edward Hervey
· 13 years ago
93ad7a4
Fix printf format compiler warnings on mingw-w64
by Raimo Järvi
· 13 years ago
b56ab4b
tsdemux: reset the state of the stream when flushing
by Wim Taymans
· 13 years ago
fcd8155
mpegtsdemux: port to 0.11
by Gil Pedersen
· 13 years ago
095a17a
mpegtsdemux: fix memory leaks
by Gil Pedersen
· 13 years ago
1059905
tsdemux: Set currentlist to NULL after free.
by Julian Scheel
· 13 years ago
f4b292f
tsdemux: set correct newsegment fields on _TIME seeks
by Alessandro Decina
· 13 years ago
3b525d1
tsdemux: reset iterator to NULL after it's free
by Alessandro Decina
· 13 years ago
6800d0c
tsdemux: Clear bufferlist/iterator when removing streams
by Edward Hervey
· 13 years ago
881350f
tsdemux: Fix several leaks
by Edward Hervey
· 13 years ago
85878c1
mpegts: Switch rank of mpegtsdemux and tsdemux
by Edward Hervey
· 13 years ago
c557f71
tsdemux: Push packets as early as possible
by Edward Hervey
· 13 years ago
01f5f62
tsdemux: Fix segment start position
by Edward Hervey
· 13 years ago
ece4dfc
tsdemux: Activate pads only when receiving data for the stream
by Thibault Saunier
· 13 years ago
097f09b
mpegtsbase/tsdemux: Refactor seek and segment handling
by Edward Hervey
· 13 years ago
d920d9d
tsdemux: Remove all seeking code
by Edward Hervey
· 13 years ago
f977d7e
tsdemux: Avoid unlinkely leaks and segfault
by Thibault Saunier
· 13 years ago
b6d98ae
tsdemux: Use new clock skew estimation for outgoing timestamps
by Edward Hervey
· 13 years ago
e6ff2f7
tsdemux: Various code cleanup and dead code removal
by Edward Hervey
· 13 years ago
48a6998
tsdemux: Clean up AAC caps mess
by Thibault Saunier
· 13 years ago
67fd590
tsdemux: Support more DTS/AC3 descriptors
by Thibault Saunier
· 13 years ago
6ef0ae4
tsdemux: Remove useless finalize()
by Edward Hervey
· 13 years ago
8b73bae
tsdemux: Use incoming timestamps in live mode
by Edward Hervey
· 13 years ago
8f433e1
tsdemux: Report latency (700ms)
by Edward Hervey
· 13 years ago
1182dd0
tsdemux: Avoid throwing FLOW_ERROR on last PCR processing error
by Thibault Saunier
· 13 years ago
cda0d3a
tsdemux: Add AAC latm support
by Thibault Saunier
· 13 years ago
6094ec2
tsdemux: Minor refactoring/code cleaning
by Thibault Saunier
· 13 years ago
2dec095
tsdemux: add explicit supported AAC stream-format in template caps
by Vincent Penquerc'h
· 13 years ago
d8fdd34
mpegtsdemux: break out when stream identified
by Mark Nauwelaerts
· 13 years ago
fcf511a
tsdemux: Don't provide bogus values in non-TIME push-mode
by Edward Hervey
· 13 years ago
24408bc
tsdemux: Handle rollover in PTS and DTS
by Edward Hervey
· 13 years ago
7521b59
various: fix pad template ref leaks
by Vincent Penquerc'h
· 13 years ago
e500ec5
tsdemux: Add notes on synchronization and scheduling
by Edward Hervey
· 13 years ago
894ac8f
hlsdemux/tsdemux: Add HP copyright on work done on HLS
by Youness Alaoui
· 13 years ago
59c6120
tsdemux: Need to flush all streams when we receive a flush-start
by Youness Alaoui
· 13 years ago
c86aba346
tsdemux: Use FALSE instead of 0 for bool parameter
by Sebastian Dröge
· 13 years ago
744101a
tsdemux: Need to send a newsegment after a seek
by Youness Alaoui
· 13 years ago
cfd28a6
tsdemux: Forward seek/duration query/event to the sinkpad
by Youness Alaoui
· 13 years ago
66dbdfd
tsdemux: do not try to compare a PCR with itself for statistics
by Vincent Penquerc'h
· 14 years ago
b19a5ea
tsdemux: do not keep a dangling pointer
by Vincent Penquerc'h
· 14 years ago
a27b7b6
tsdemux: First send SEEKING queries upstream
by Sebastian Dröge
· 13 years ago
ca0df16
tsdemux: Send DURATION query upstream first
by Sebastian Dröge
· 13 years ago
818762e
tsdemux: do not send a new-segment on stream removal
by Youness Alaoui
· 14 years ago
382710e
tsdemux: Fix newsegment when switching programs
by Youness Alaoui
· 14 years ago
4cc1dfb
tsdemux: interpolate gap and fix timestamps depending on upstream segment
by Youness Alaoui
· 14 years ago
5c77682
tsdemux: Take into account upstream newsegment events
by Edward Hervey
· 14 years ago
57279cd
tsdemux: Refactor stream/program removal
by Edward Hervey
· 14 years ago
634d29c
mpegtsbase/tsdemux: Fix stream/pad activation order
by Edward Hervey
· 14 years ago
a960e72
mpegtsbase/tsdemux: Add more comments and removal unused variable
by Edward Hervey
· 14 years ago
b170b20
mpegtsbase: Add a GList of streams to the program
by Edward Hervey
· 14 years ago
dc18e2b
mpegtsbase: Use a bit array instead of an array of gboolean
by Edward Hervey
· 14 years ago
177e00f
tsdemux: Use standalone PES parser
by Edward Hervey
· 14 years ago
f6f885d
tsdemux: whoops, tsdemux isn't ready yet for primary rank :)
by Edward Hervey
· 14 years ago
a009003
mpegtsbase/tsdemux: Cleanups and comments
by Edward Hervey
· 14 years ago
9f1511e
tsdemux: Fix newsegment creation for push mode
by Edward Hervey
· 14 years ago
d7a774c
mpegdemux: Fix unused-but-set warnings
by Olivier Crête
· 14 years ago
ca8ea19
tsdemux: only free the index array if it exists
by Thiago Santos
· 14 years ago
b3ef72f
tsdemux: Don't free unexistent PAT
by Edward Hervey
· 14 years ago
e1a7d71
tsdemux: More fixes to handle non-188 byte packets
by Edward Hervey
· 14 years ago
6c0254b
mpegts: Stop scanning for keyframes as early as possible
by Edward Hervey
· 14 years ago
ae2e762
mpegtsdemux: always try to seek for to a keyframe
by Janne Grunau
· 14 years ago
9352cfc
mpegtsdemux: fix timestamps in newsegement event after seeking
by Janne Grunau
· 14 years ago
cde65d6
mpegtsdemux: payload parsing for H.264
by Janne Grunau
· 14 years ago
ff15d6f
mpegtsdemux: implement key_unit seeking for MPEG2 video
by Janne Grunau
· 14 years ago
3ce1ec7
mpegtsdemux: accurate seeking
by Janne Grunau
· 14 years ago
15391b2
mpegtsdemux: push based seeking based on PCR
by Janne Grunau
· 14 years ago
f89a0ab
mpegtsdemux: create function for pcr parsing
by Janne Grunau
· 14 years ago
f4c96f1
tsdemux: Fix scanning on small files
by Edward Hervey
· 14 years ago
ffc9303
tsdemux: Protect against program being removed
by Edward Hervey
· 14 years ago
79e3b5b
various: fix author tag in element details
by Stefan Kost
· 14 years ago
21add20
tsdemux: Don't leak bufferlist on streams without pads
by Edward Hervey
· 14 years ago
390502a
tsdemux: Free packet buffer even if it doesn't have a payload
by Edward Hervey
· 14 years ago
40f3b4a
mpegtsdemux,tsdemux: Add byte-stream to h264 caps
by David Schleef
· 14 years ago
3ebc8a4
mpegtsdemux: do not try to parse packets containing section data as PES
by Janne Grunau
· 14 years ago
bf04671
mpegtsdemux: add stream types for DSM CC A, B, C, D
by Janne Grunau
· 14 years ago
22ecf13
mpegtsdemux: add MPEG TS demuxer rewrite from Edward Hervey
by Janne Grunau
· 14 years ago