Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-05gst/matroska/Makefile.am: If zlib is available and used, we must link it expl...Tim-Philipp Müller
2006-12-24gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean t...Tim-Philipp Müller
2006-12-11gst/matroska/: Try harder to extract the framerate for video tracks correctly...Tim-Philipp Müller
2006-11-16gst/matroska/matroska-mux.c: Use GST_DEBUG_FUNCPTR; activate request pad befo...Tim-Philipp Müller
2006-11-15gst/matroska/matroska-mux.*: Add basic tag writing support; implement releasi...Mark Nauwelaerts
2006-11-15gst/matroska/matroska-demux.c: Handle opaque/unspecified A_AAC audio codec ID...Tim-Philipp Müller
2006-11-15gst/matroska/matroska-mux.c: Add Dirac fourcc.David Schleef
2006-10-30gst/matroska/matroska-demux.c: Fix several issues with encoded/compressed/enc...Michal Benes
2006-10-05Printf format fixes.Tim-Philipp Müller
2006-09-04gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...Frédéric Riss
2006-09-04gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...Tim-Philipp Müller
2006-06-29gst/matroska/: Send tag event after newsegment event.Tim-Philipp Müller
2006-06-22gst/matroska/: Try to fix up broken matroska files containing subtitle stream...Tim-Philipp Müller
2006-06-14gst/matroska/matroska-demux.c: No language specified means the implied langua...Tim-Philipp Müller
2006-06-02Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost
2006-05-24gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called befor...Mark Nauwelaerts
2006-05-23gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad...Tim-Philipp Müller
2006-05-17gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. ...Jindrich Makovicka
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz
2006-05-04gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream contex...Michal Benes
2006-05-03gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.Tim-Philipp Müller
2006-05-03gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very h...Mark Nauwelaerts
2006-04-26Define GstElementDetails as const and also static (when defined as global)Stefan Kost
2006-04-25gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...Tim-Philipp Müller
2006-04-25gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...Mark Nauwelaerts
2006-04-25gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...Josef Zlomek
2006-04-23gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...Sébastien Moutte
2006-04-22gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversionsSébastien Moutte
2006-04-20gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.Tim-Philipp Müller
2006-04-20gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...Mark Nauwelaerts
2006-04-20gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...Tim-Philipp Müller
2006-04-10gst/matroska/ebml-read.c: Don't try to modify read-only data.Tim-Philipp Müller
2006-04-10gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...Tim-Philipp Müller
2006-04-09gst/matroska/ebml-read.c: Even better would be if we actually did the right t...Tim-Philipp Müller
2006-04-09gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...Tim-Philipp Müller
2006-04-08Fix broken GObject macrosStefan Kost
2006-04-01configure.ac: clean up, use AS_VERSION and AS_NANOThomas Vander Stichele
2006-03-31ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte
2006-03-30better/unified long descriptionsWim Taymans
2006-03-24gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost
2006-03-20gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...Jan Schmidt
2006-02-18gst/matroska/: Recognise SSA/ASS and USF subtitle formats and set proper caps...Tim-Philipp Müller
2006-02-15gst/matroska/matroska-demux.c: Advance stream time for lagging subtitle strea...Tim-Philipp Müller
2006-02-06gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES form...Tim-Philipp Müller
2006-02-06Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller
2006-02-03Just make it compile with --disable-gst-debug.Edgard Lima
2006-01-23gst/matroska/: Added recognition of Real Audio and Video streams in matroska ...Edward Hervey
2006-01-23gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller
2005-12-12Set correct timestamps on audio laces, fixes playback of mp3 from matroska.Arwed v. Merkatz
2005-12-06expand tabsThomas Vander Stichele