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
/
matroska
/
matroska-demux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make stuff compile with GST_DISABLE_GST_DEBUG.
Tim-Philipp Müller
2008-08-30
1
-4
/
+3
*
gst/matroska/: Add Real[Audio|Video] support to Matroska containers.
Edward Hervey
2008-08-25
1
-0
/
+64
*
gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT ...
Sebastian Dröge
2008-08-22
1
-3
/
+4
*
gst/matroska/matroska-demux.c: If the duration of a block is unknown only use...
Sebastian Dröge
2008-08-21
1
-1
/
+3
*
gst/matroska/matroska-demux.c: Don't calculate the default duration of a fram...
Sebastian Dröge
2008-08-21
1
-4
/
+0
*
gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning G...
Sebastian Dröge
2008-08-21
1
-4
/
+1
*
gst/matroska/matroska-demux.*: Close the current segment if we're doing a non...
Sebastian Dröge
2008-08-08
1
-31
/
+66
*
gst/matroska/matroska-demux.c: When receiving a SEEK event on a specific pad ...
Sebastian Dröge
2008-08-02
1
-13
/
+25
*
Decode the codec private data and following ContentEncoding if necessary.
Sebastian Dröge
2008-08-02
1
-108
/
+345
*
gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matr...
Sebastian Dröge
2008-08-02
1
-46
/
+73
*
gst/matroska/: Fix indention everywhere. A broken indent version has added ne...
Sebastian Dröge
2008-08-02
1
-154
/
+5
*
gst/matroska/matroska-demux.c: If no Tracks are found error out instead of tr...
Sebastian Dröge
2008-08-02
1
-2
/
+2
*
gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples...
Sebastian Dröge
2008-08-02
1
-1
/
+1
*
gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT ...
Sebastian Dröge
2008-07-02
1
-32
/
+69
*
gst/matroska/matroska-demux.*: Don't set the segment duration to the duration...
Sebastian Dröge
2008-07-02
1
-3
/
+3
*
gst/matroska/matroska-demux.c: If no Tracks element is found until the first ...
Sebastian Dröge
2008-07-02
1
-3
/
+68
*
gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large ...
Sebastian Dröge
2008-07-02
1
-2
/
+0
*
gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it ...
Julien Moutte
2008-06-23
1
-4
/
+4
*
gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.
Sebastian Dröge
2008-06-19
1
-37
/
+125
*
gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...
Sebastian Dröge
2008-06-19
1
-38
/
+109
*
gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...
Sebastian Dröge
2008-06-19
1
-9
/
+21
*
gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...
Sebastian Dröge
2008-06-18
1
-16
/
+5
*
gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...
Sebastian Dröge
2008-06-18
1
-561
/
+730
*
gst/matroska/matroska-demux.c: When comparing index elements with the same ti...
Sebastian Dröge
2008-06-16
1
-0
/
+7
*
gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)
Tim-Philipp Müller
2008-06-16
1
-5
/
+2
*
gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...
Sebastian Dröge
2008-06-16
1
-15
/
+216
*
gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...
Sebastian Dröge
2008-06-15
1
-64
/
+127
*
gst/matroska/: Make sure that every Tags element is only parsed once and it's...
Sebastian Dröge
2008-06-15
1
-0
/
+37
*
gst/matroska/: Handle EBML elements like Void or CRC32 in the EbmlRead base c...
Sebastian Dröge
2008-06-15
1
-43
/
+0
*
gst/matroska/: Reverse the level list as we usually are only interested in th...
Sebastian Dröge
2008-06-14
1
-6
/
+6
*
gst/matroska/: Use gst_value_serialize() and gst_value_deserialize() for tran...
Sebastian Dröge
2008-06-13
1
-7
/
+4
*
gst/matroska/matroska-demux.*: Only parse Tracks, SeekHead and SegmentInfo el...
Sebastian Dröge
2008-06-13
1
-57
/
+239
*
gst/matroska/: Add some more tags, improve debugging a bit and make sure that
Sebastian Dröge
2008-06-11
1
-2
/
+12
*
gst/matroska/ebml-write.c: Use GDOUBLE_TO_BE() instead of (probably slower) c...
Sebastian Dröge
2008-06-10
1
-134
/
+510
*
gst/matroska/matroska-demux.c: Convert subtitle palette info in VobSub privat...
Mark Nauwelaerts
2008-05-12
1
-2
/
+13
*
gst/matroska/matroska-demux.c: Fix open-ended seeks in matroskademux
Mark Nauwelaerts
2008-04-14
1
-8
/
+11
*
gst/matroska/: Fix the Forte build by making function declaration signatures ...
Jan Schmidt
2008-04-09
1
-4
/
+5
*
gst/matroska/: Handle return values from pull_range in a more granular way to...
Wim Taymans
2008-03-06
1
-502
/
+511
*
gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB.
Jan Schmidt
2008-03-03
1
-5
/
+16
*
gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping,...
David Schleef
2008-02-29
1
-0
/
+3
*
gst/matroska/matroska-demux.c: Flag keyframe and delta units correctly when d...
Julien Moutte
2008-02-08
1
-0
/
+6
*
gst/matroska/: Extract palette data for dvd subpicture streams and send it do...
Mark Nauwelaerts
2007-11-13
1
-0
/
+63
*
gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...
Tim-Philipp Müller
2007-09-27
1
-0
/
+6
*
Fix build against core CVS.
Tim-Philipp Müller
2007-07-11
1
-3
/
+3
*
gst/matroska/: Try harder to extract the framerate for video tracks correctly...
Tim-Philipp Müller
2006-12-11
1
-6
/
+20
*
gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID...
Tim-Philipp Müller
2006-11-15
1
-13
/
+42
*
gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...
Michal Benes
2006-10-30
1
-18
/
+46
*
Printf format fixes.
Tim-Philipp Müller
2006-10-05
1
-2
/
+3
*
gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...
Frédéric Riss
2006-09-04
1
-22
/
+307
*
gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...
Tim-Philipp Müller
2006-09-04
1
-22
/
+96
[next]