summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller2007-10-111-0/+6
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-081-0/+6
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-081-0/+12
* gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans2007-10-081-0/+5
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-061-0/+11
* gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.Tim-Philipp Müller2007-10-061-0/+9
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-051-0/+13
* gst/rtp/: Add log category.Stefan Kost2007-10-041-0/+6
* tests/check/: Add unit tests for payloaders/depayloaders.Timo Hotti2007-10-041-0/+8
* gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.Stefan Kost2007-10-021-0/+6
* gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".Stefan Kost2007-10-021-0/+6
* gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...Wim Taymans2007-10-011-0/+9
* gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...Wim Taymans2007-10-011-0/+7
* win32/MANIFEST: Add files to win32 manifest.Sébastien Moutte2007-09-291-0/+10
* gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...Wim Taymans2007-09-281-0/+9
* gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...Tim-Philipp Müller2007-09-271-0/+8
* gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay2007-09-271-0/+11
* gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.Wim Taymans2007-09-261-0/+10
* gst/udp/gstudpsrc.c: Update documentation.Wim Taymans2007-09-261-0/+5
* gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format.Wim Taymans2007-09-261-0/+7
* ext/flac/gstflacenc.*: Save the flow return from the last gst_pad_push() and ...Tim-Philipp Müller2007-09-261-0/+8
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-251-0/+7
* gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...Tim-Philipp Müller2007-09-251-0/+12
* gst/law/: Use static tables for A-Law decoding and encoding; this makesLaurent Glayal2007-09-251-0/+11
* configure.ac: Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL andSebastian Dröge2007-09-251-0/+7
* gst/qtdemux/qtdemux.c: Add fourccs for MPEG2 HDV streams. Fixes #479960.Sebastian Dröge2007-09-251-0/+7
* sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situati...Stefan Kost2007-09-231-0/+6
* po/: Updated translations.Thomas Vander Stichele2007-09-221-0/+6
* po/eu.po: Added Basque translation.Thomas Vander Stichele2007-09-221-0/+7
* po/: Added Chinese (traditional and Hong Kong) translation.Thomas Vander Stichele2007-09-221-0/+8
* po/pl.po: Added Polish translation.Thomas Vander Stichele2007-09-221-0/+7
* po/fi.po: Added Finnish translation.Thomas Vander Stichele2007-09-221-0/+7
* po/es.po: Added Spanish translation.Thomas Vander Stichele2007-09-221-0/+7
* po/da.po: Added Danish translation.Thomas Vander Stichele2007-09-221-0/+7
* po/zh_CN.po: Added Chinese (simplified) translation.Thomas Vander Stichele2007-09-221-0/+7
* po/bg.po: Added Bulgarian translation.Thomas Vander Stichele2007-09-221-0/+7
* gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes ...Wim Taymans2007-09-211-0/+5
* ext/cairo/gsttextoverlay.c: Add info about static leak.Stefan Kost2007-09-201-0/+9
* Ignore registries in any format.Stefan Kost2007-09-191-0/+6
* gst/rtp/gstrtpL16pay.c: Removed some unused code.Wim Taymans2007-09-191-0/+15
* ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller2007-09-191-0/+7
* configure.ac: We require core CVS now for gst_base_src_set_do_timestamp().Tim-Philipp Müller2007-09-181-0/+5
* gst/: Fix compiler warnings shown with Forte.Jan Schmidt2007-09-171-0/+9
* gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...Wim Taymans2007-09-171-0/+7
* gst/rtp/README: Update README with the design for synchronisation rules of RT...Wim Taymans2007-09-161-0/+6
* gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme...Sebastian Dröge2007-09-141-0/+9
* gst/level/gstlevel.*: Use basetransform segment so that it is correctly manag...Wim Taymans2007-09-131-0/+10
* Update my mail address.Sebastian Dröge2007-09-131-0/+8
* gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ...Sebastian Dröge2007-09-131-0/+6
* gst/law/: Fix law encoder timestamps.Wim Taymans2007-09-121-0/+9