summaryrefslogtreecommitdiffstats
path: root/gst/matroska
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes2006-10-301-18/+46
* Printf format fixes.Tim-Philipp Müller2006-10-052-3/+4
* gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...Frédéric Riss2006-09-042-22/+337
* gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...Tim-Philipp Müller2006-09-042-22/+102
* gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller2006-06-292-6/+11
* gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller2006-06-223-2/+84
* gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller2006-06-141-0/+15
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2
* gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts2006-05-231-1/+3
* gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller2006-05-233-146/+252
* gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka2006-05-171-73/+98
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-3/+4
* gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream contex...Michal Benes2006-05-041-0/+1
* gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller2006-05-031-4/+13
* gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts2006-05-031-5/+49
* 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