index
:
~robswain/gst-plugins-good
working-qtdemux
Robert Swain's dumping ground for gst-plugins-good development
robswain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
qtdemux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-05
gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...
Mark Nauwelaerts
3
-102
/
+102
2008-12-28
gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.
j^
1
-0
/
+18
2008-11-25
gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...
Julien Moutte
1
-0
/
+2
2008-11-23
gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...
Tal Shalif
1
-6
/
+6
2008-11-12
gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...
Andy Wingo
2
-11
/
+22
2008-11-11
gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...
Mark Nauwelaerts
3
-1
/
+43
2008-11-10
gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...
Mark Nauwelaerts
1
-111
/
+114
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-10-15
gst/qtdemux/qtdemux.c: Remove previous wrong commit
Edward Hervey
1
-0
/
+2
2008-10-15
gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.
Edward Hervey
1
-2
/
+0
2008-09-17
gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zer...
Edward Hervey
1
-0
/
+17
2008-09-14
gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiff
Jonathan Matthew
1
-0
/
+4
2008-09-03
gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/bo...
Mark Nauwelaerts
4
-3
/
+126
2008-09-02
gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec.
Wim Taymans
1
-1
/
+12
2008-08-14
gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60 with 3:2 pulld...
David Schleef
1
-0
/
+1
2008-08-06
gst/qtdemux/qtdemux.c: Use audio/x-qdm for caps. Collect some info - mplayer ...
Stefan Kost
1
-2
/
+13
2008-08-04
gst/qtdemux/qtdemux.c: Return the result of gst_pad_{start,stop}_task instead...
Stefan Kost
1
-4
/
+3
2008-08-04
gst/qtdemux/: Add keyword tag support. Fixes #520694 for qtdemux.
Stefan Kost
2
-0
/
+13
2008-08-04
gst/qtdemux/qtdemux.c: Add support for tmpo tag (BPM).
Stefan Kost
1
-0
/
+31
2008-07-25
gst/qtdemux/qtdemux.c: Fix segment-stop regression.
Edward Hervey
1
-1
/
+71
2008-07-18
gst/qtdemux/qtdemux.c: Revert ISO base media spec based pixel-aspect-ratio ca...
Mark Nauwelaerts
1
-32
/
+0
2008-07-10
gst/qtdemux/qtdemux.c: Correctly distinguish 8bit vs 16bit raw audio. Fixes ...
Thiago Sousa Santos
1
-2
/
+2
2008-07-08
gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and...
Mark Nauwelaerts
1
-0
/
+32
2008-06-27
gst/qtdemux/qtdemux.c: Add Dirac stream type
David Schleef
1
-0
/
+4
2008-05-31
gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'c...
Bastien Nocera
2
-9
/
+49
2008-05-31
gst/qtdemux/qtdemux.c: Make sure we we don't clip the segment's stop using th...
Julien Moutte
1
-43
/
+79
2008-05-26
gst/qtdemux/qtdemux.c: Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526...
j^
1
-1
/
+17
2008-05-26
gst/qtdemux/qtdemux.c: Unbreak segment activation again. Fixes #531672.
Wim Taymans
1
-3
/
+23
2008-05-02
gst/qtdemux/qtdemux.c: Add more mpeg2 variants. Fixes #530886.
j^
1
-1
/
+10
2008-04-30
Use new error code for encrypted streams (which requires core CVS).
Tim-Philipp Müller
1
-2
/
+1
2008-04-30
gst/qtdemux/qtdemux.c: Fix swapped pad template names, spotted by Thiago Sous...
Tim-Philipp Müller
1
-2
/
+2
2008-03-25
gst/qtdemux/qtdemux.c: Unbreak streaming mode again.
Wim Taymans
1
-0
/
+3
2008-03-11
gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by set...
Wim Taymans
1
-3
/
+7
2007-11-24
gst/qtdemux/qtdemux.c: Implement reverse playback support.
Julien Moutte
1
-31
/
+214
2007-11-20
Fix build on Mac OS X 10.5
Julien Moutte
1
-1
/
+2
2007-11-15
gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT.
Wim Taymans
3
-0
/
+148
2007-11-12
gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array.
Edward Hervey
1
-4
/
+8
2007-11-12
gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previ...
Stefan Kost
1
-2
/
+7
2007-11-12
gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the elemen...
Stefan Kost
1
-3
/
+2
2007-10-30
gst/qtdemux/qtdemux.c: Smarter combine_flow code that also deals with downstr...
Wim Taymans
1
-11
/
+30
2007-09-26
gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format.
Wim Taymans
2
-2
/
+13
2007-09-25
gst/qtdemux/qtdemux.c: Add fourccs for MPEG2 HDV streams. Fixes #479960.
Sebastian Dröge
1
-0
/
+7
2007-09-05
gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).
Tim-Philipp Müller
2
-6
/
+16
2007-08-12
gst/qtdemux/qtdemux.c: Fix parsing of mp4a version 0 atoms. Fixes #465774.
Wim Taymans
1
-0
/
+2
2007-07-30
gst/qtdemux/qtdemux.c: If the buffer was entirely clipped ... don't try sendi...
Edward Hervey
1
-0
/
+3
2007-07-24
gst/qtdemux/qtdemux.c: Add codec mapping for '2vuy' (Raw YUV produced by FCP)...
Edward Hervey
1
-0
/
+6
2007-07-23
gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of cu...
Wim Taymans
1
-73
/
+282
2007-07-16
gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we...
Wim Taymans
1
-2
/
+3
2007-06-20
gst/qtdemux/: Add MJPG to the variants of motion jpeg.
Stefan Kost
2
-3
/
+4
2007-06-19
add 'LEGAL' file describing why this is in -good and under what circumstances...
Christian Schaller
1
-0
/
+10
[next]