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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtdemux: parse in24 boxes to get endianness
Wim Taymans
2009-05-21
2
-1
/
+34
*
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
3
-15
/
+20
*
qtdemux: add support for subtitle pictures
Wim Taymans
2009-04-30
3
-0
/
+57
*
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
*
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
2009-04-18
1
-3
/
+0
*
Remove blank {set|get}_property/change_state/finalize methods.
Edward Hervey
2009-04-18
1
-38
/
+0
*
qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...
Marco Ballesio
2009-04-15
5
-2
/
+145
*
Fix grammar.
Zaheer Merali
2009-04-03
1
-1
/
+1
*
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
*
i18n: make sure gettext gives us UTF-8 at all times
Tim-Philipp Müller
2009-03-25
1
-0
/
+1
*
qtdemux: handle FLUSH_STOP event
Mark Nauwelaerts
2009-03-24
1
-2
/
+18
*
qtdemux: support seeking in push based mode
Mark Nauwelaerts
2009-03-20
1
-82
/
+334
*
qtdemux: align push based behaviour more with pull based
Mark Nauwelaerts
2009-03-20
1
-0
/
+18
*
qtdemux: fix mem leaks and prevent excessive buffering in push based mode
Mark Nauwelaerts
2009-03-20
1
-9
/
+18
*
qtdemux: sanitize tag names
Wim Taymans
2009-03-09
1
-3
/
+14
*
qtdemux: Also use "(c)inf" to fill the comment tag
Edward Hervey
2009-02-24
2
-2
/
+4
*
qtdemux: Add handling for stps atoms
David Schleef
2009-02-06
5
-0
/
+44
*
Don't do void pointer arithmetic
Jan Schmidt
2009-01-30
1
-5
/
+5
*
Add support for the 'Requirement' and 'Encoder' tags
Edward Hervey
2009-01-30
3
-1
/
+6
*
Modify private-tag name formatter so that it doesn't go mad at fourcc startin...
Edward Hervey
2009-01-30
1
-2
/
+3
*
Update and add documentation for plugins with no deps (gst).
Stefan Kost
2009-01-28
1
-10
/
+5
*
Add a few more video fourcc's
David Schleef
2009-01-25
1
-0
/
+14
*
Fix for security advisory TKADV2009-0xx
David Schleef
2009-01-22
1
-4
/
+4
*
gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...
Wim Taymans
2009-01-15
1
-3
/
+14
*
gst/qtdemux/qtdemux.c: Fix format string for guint64.
Thiago Sousa Santos
2009-01-13
1
-1
/
+2
*
gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...
Michael Smith
2009-01-08
1
-2
/
+39
*
gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...
Mark Nauwelaerts
2009-01-05
3
-102
/
+102
*
gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.
j^
2008-12-28
1
-0
/
+18
*
gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...
Julien Moutte
2008-11-25
1
-0
/
+2
*
gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...
Tal Shalif
2008-11-23
1
-6
/
+6
*
gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...
Andy Wingo
2008-11-12
2
-11
/
+22
*
gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...
Mark Nauwelaerts
2008-11-11
3
-1
/
+43
*
gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...
Mark Nauwelaerts
2008-11-10
1
-111
/
+114
*
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
2008-11-04
1
-0
/
+1
*
gst/qtdemux/qtdemux.c: Remove previous wrong commit
Edward Hervey
2008-10-15
1
-0
/
+2
*
gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.
Edward Hervey
2008-10-15
1
-2
/
+0
*
gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zer...
Edward Hervey
2008-09-17
1
-0
/
+17
*
gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiff
Jonathan Matthew
2008-09-14
1
-0
/
+4
*
gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/bo...
Mark Nauwelaerts
2008-09-03
4
-3
/
+126
*
gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec.
Wim Taymans
2008-09-02
1
-1
/
+12
*
gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...
David Schleef
2008-08-14
1
-0
/
+1
*
gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer ...
Stefan Kost
2008-08-06
1
-2
/
+13
[next]