summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...Tim-Philipp Müller2006-04-254-31/+159
* gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...Mark Nauwelaerts2006-04-252-34/+64
* gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...Josef Zlomek2006-04-251-4/+12
* gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...Sébastien Moutte2006-04-231-3/+4
* gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversionsSébastien Moutte2006-04-221-2/+3
* gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller2006-04-203-31/+82
* gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts2006-04-201-8/+12
* gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...Tim-Philipp Müller2006-04-201-17/+19
* gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller2006-04-102-2/+7
* gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...Tim-Philipp Müller2006-04-101-301/+167
* gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller2006-04-091-1/+1
* gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller2006-04-091-1/+1
* Fix broken GObject macrosStefan Kost2006-04-082-2/+2
* configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele2006-04-011-1/+1
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-303-5/+5
* better/unified long descriptionsWim Taymans2006-03-302-12/+10
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt2006-03-201-0/+2
* gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps...Tim-Philipp Müller2006-02-182-0/+31
* gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle strea...Tim-Philipp Müller2006-02-141-28/+13
* gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form...Tim-Philipp Müller2006-02-062-10/+28
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-0/+2
* Just make it compile with --disable-gst-debug.Edgard Lima2006-02-031-0/+3
* gst/matroska/: Added recognition of Real Audio and Video streams in matroska ...Edward Hervey2006-01-232-4/+71
* gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller2006-01-231-29/+42
* Set correct timestamps on audio laces, fixes playback of mp3 from matroska.Arwed v. Merkatz2005-12-121-7/+15
* expand tabsThomas Vander Stichele2005-12-064-30/+30
* Update for alloc_buffer changes.Andy Wingo2005-12-051-5/+5
* gst/matroska/matroska-mux.c: Look for pixel-aspect-ratio in caps, not pixel_w...Jan Schmidt2005-11-281-4/+2
* gst/matroska/matroska-mux.c: From Michal Benes: frame duration should be GST_...Jan Schmidt2005-11-281-2/+2
* Fixes for API changesJan Schmidt2005-11-231-1/+1
* More fractional framerate conversionsJan Schmidt2005-11-222-11/+23
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-222-3/+3
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-3/+3
* *.*: Ran scripts/update-macros. Oh yes.Andy Wingo2005-11-211-10/+10
* gst/matroska/matroska-demux.c: Filler events are gone for now, comment out se...Tim-Philipp Müller2005-11-211-0/+3
* Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-1/+1
* Fix for collect pads API change. Also fix textoverlay state change function.Tim-Philipp Müller2005-11-211-7/+7
* gst/matroska/matroska-mux.c: ReplaceJulien Moutte2005-11-201-1/+2
* gst/matroska/matroska-mux.c: Fix forJulien Moutte2005-11-201-2/+1
* gst/matroska/matroska-demux.c: When seeking, seek to closest index entry at o...Tim-Philipp Müller2005-11-151-16/+11
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* gst/matroska/matroska-mux.c: Don't try to ready buffer duration from buffer t...Tim-Philipp Müller2005-11-101-4/+2
* gst/matroska/matroska-demux.c: Don't error out when the source pad isn't linked.Tim-Philipp Müller2005-11-071-17/+12
* Fix leaks and invalid memory access as reported by valgrindThomas Vander Stichele2005-11-011-11/+18
* add a unit test for matroskamux fix the bugs that the unit test exposedMichal Benes2005-11-012-10/+5
* gst/matroska/: Set timestamps on outgoing ebml headers as well, so that the e...Tim-Philipp Müller2005-11-013-0/+7
* gst/matroska/: Add SimpleBlock support to matroska demuxer and muxer (part ofTim-Philipp Müller2005-10-284-31/+129
* ext/speex/gstspeexenc.c: Add position and duration query, fix query type func...Tim-Philipp Müller2005-10-211-30/+16