index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
qtdemux
/
qtdemux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtdemux: use GstByteReader when parsing tkhd atom
Tim-Philipp Müller
2009-09-23
1
-9
/
+16
*
qtdemux: use unsigned ints for node length and do more sanity checking of the...
Tim-Philipp Müller
2009-09-23
1
-10
/
+23
*
qtdemux: move stco, stts, stss and stps atom parsing over to GstByteReader
Tim-Philipp Müller
2009-09-23
1
-121
/
+155
*
qtdemux: use bytereader to parse stsz and stsc atoms
Tim-Philipp Müller
2009-09-23
1
-32
/
+99
*
qtdemux: add QtAtomParser, an inlined GstByteReader variant
Tim-Philipp Müller
2009-09-23
1
-0
/
+1
*
qtdemux: prevent a spurious debug warning
Mark Nauwelaerts
2009-09-04
1
-2
/
+1
*
qtdemux: Add support for QCELP audio
Sebastian Dröge
2009-09-01
1
-2
/
+4
*
qtdemux: also extract ftyp info in push mode
Mark Nauwelaerts
2009-08-31
1
-0
/
+4
*
qtdemux: consider 3gpp style tag parsing in some more cases
Mark Nauwelaerts
2009-08-31
1
-28
/
+94
*
qtdemux: add support for agsm
Wim Taymans
2009-08-21
1
-0
/
+9
*
qtdemux: fix qt style string tag extraction
Mark Nauwelaerts
2009-08-18
1
-1
/
+1
*
qtdemux: Downgrade warning message to debug
Thiago Santos
2009-07-27
1
-1
/
+1
*
qtdemux: sprinkle some more const
Mark Nauwelaerts
2009-07-08
1
-13
/
+13
*
qtdemux: perform some more (careful) data buffering
Mark Nauwelaerts
2009-07-08
1
-14
/
+36
*
qtdemux: error out instead of dividing by 0
Tim-Philipp Müller
2009-07-01
1
-1
/
+4
*
Revert "qtdemux: Make sure we don't blacklist streams by wrongly comparing th...
Tim-Philipp Müller
2009-07-01
1
-3
/
+3
*
qtdemux: comment out unused structure
Tim-Philipp Müller
2009-07-01
1
-3
/
+3
*
qtdemux: more size checks, and use g_try_new0() instead of g_new0()
Tim-Philipp Müller
2009-07-01
1
-3
/
+21
*
qtdemux: guard against bogus atom sizes and short reads
Tim-Philipp Müller
2009-07-01
1
-8
/
+49
*
qtdemux: use 0x prefix when logging numbers in hex
Tim-Philipp Müller
2009-07-01
1
-2
/
+2
*
qtdemux: don't process track_num/track_count tags with a 0 value
Tim-Philipp Müller
2009-06-26
1
-3
/
+10
*
qtdemux: Make sure we don't blacklist streams by wrongly comparing their
Julien Moutte
2009-06-25
1
-3
/
+3
*
qtdemux: Remove dead assignments and unused variables.
Edward Hervey
2009-06-25
1
-9
/
+3
*
qtdemux: Fix uninitialized variables. Fixes build on macosx
Edward Hervey
2009-06-25
1
-5
/
+5
*
qtdemux: Another round of G_*LIKELY micro-optimisations.
Edward Hervey
2009-06-24
1
-26
/
+28
*
qtdemux: Take last sample duration for dummy segment calculation.
Edward Hervey
2009-06-24
1
-2
/
+4
*
qtdemux: Add GST_MEMDUMP statements for unknown atoms.
Edward Hervey
2009-06-24
1
-2
/
+13
*
qtdemux: don't leak cover art
Tim-Philipp Müller
2009-06-23
1
-0
/
+1
*
qtdemux: use GST_MEMDUMP
Tim-Philipp Müller
2009-06-22
1
-11
/
+5
*
qtdemux: post container-format tags
Tim-Philipp Müller
2009-06-22
1
-8
/
+33
*
qtdemux: map some tags to COMPOSER rather than ARTIST
Mark Nauwelaerts
2009-06-17
1
-2
/
+2
*
qtdemux: fix some 3GP tag extraction (keywords, genre, location)
Mark Nauwelaerts
2009-06-17
1
-19
/
+103
*
qtdemux: extract pixel-aspect-ratio information
Mark Nauwelaerts
2009-06-17
1
-2
/
+56
*
Revert "Revert "qtdemux: fill timestamp table completely""
Wim Taymans
2009-06-07
1
-3
/
+18
*
Revert "qtdemux: fill timestamp table completely"
Wim Taymans
2009-06-07
1
-18
/
+3
*
qtdemux: fill timestamp table completely
Wim Taymans
2009-06-07
1
-3
/
+18
*
qtdemux: parse in24 boxes to get endianness
Wim Taymans
2009-05-21
1
-1
/
+32
*
qtdemux: fix byte order swapping in 3GPP classification entity tag
Marco Ballesio
2009-05-06
1
-4
/
+7
*
qtdemux: use binary search for index
Wim Taymans
2009-05-04
1
-13
/
+26
*
qtdemux: add some more micro optimisations
Wim Taymans
2009-05-01
1
-55
/
+92
*
qtdemux: micro optimize qtdemux a little
Wim Taymans
2009-04-30
1
-14
/
+15
*
qtdemux: add support for subtitle pictures
Wim Taymans
2009-04-30
1
-0
/
+55
*
qtdemux: handle ac-3 audio
Hans de Goede
2009-04-29
1
-0
/
+2
*
qtdemux: override caps based on data from ESDS atoms in mpeg4.
Michael Smith
2009-04-21
1
-28
/
+104
*
Fix push mode buffering sanity check to actually fit the description.
Mark Nauwelaerts
2009-04-20
1
-1
/
+1
*
qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...
Marco Ballesio
2009-04-15
1
-2
/
+121
*
qtdemux: don't use ininitialized var in debug log statement
Stefan Kost
2009-03-31
1
-2
/
+2
*
qtdemux: don't leak atom data in case of a wrong fourcc
Stefan Kost
2009-03-31
1
-1
/
+1
*
qtdemux: some stream synchronization to aid seeking in unbalanced clips
Mark Nauwelaerts
2009-03-26
1
-5
/
+80
*
qtdemux: additional safety and sanity checks (push based mode)
Mark Nauwelaerts
2009-03-26
1
-1
/
+20
[next]