close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
[platform/upstream/gstreamer.git] / gst / avi / gstavimux.c
2006-03-13 Wim Taymansclose #333784 unref the result of gst_pad_get_parent...
2005-11-22 Jan SchmidtMore fractional framerate conversions
2005-11-22 Andy WingoUpdate for gst_tag_setter API changes.
2005-10-12 Stefan Kostrenamed GST_FLAGS macros to GST_OBJECT_FLAGS moved...
2005-09-02 Andy WingoAll plugins updated for element state changes.
2005-07-05 Andy WingoWay, way, way too many files: Remove crack comment...
2005-01-22 Ronald S. Bultjegst/avi/gstavimux.c: Fix...
2005-01-19 Ronald S. Bultjegst/avi/gstavimux.c: Fix padding...
2005-01-19 Ronald S. Bultjeext/mad/gstmad.c: Fail if caps negotiation fails. Shoul...
2005-01-16 Ronald S. Bultjegst/avi/gstavimux.c: Free events (fix memleak in #162905).
2005-01-11 Ronald S. Bultjegst/avi/gstavimux.c: Reusability fixes.
2004-12-13 Stéphane Loeuilletforgot to add h264 to avidemux caps
2004-10-26 Ronald S. Bultjegst/avi/gstavimux.c: First calculate the rate, and...
2004-10-24 Ronald S. Bultjegst/: Framerate.
2004-05-21 Stéphane Loeuilletfirst batch : remove ',' at end of enums as they could...
2004-04-13 David Schleefcommon/m4/gst-feature.m4: Call -config scripts with
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-14 Thomas Vander Stichelegst-indent
2004-02-02 Thomas Vander Stichelechange NULL to (NULL) for GST_ELEMENT_ERROR
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-19 Thomas Vander Stichelefix i18n include
2004-01-18 Thomas Vander Sticheleuse new error signal and classification
2004-01-07 Ronald S. BultjeFix for instantiate-test (see core). Also remove dead...
2003-12-22 David SchleefMerge CAPS branch
2003-11-27 David SchleefChange everyone to video/x-msvideo
2003-11-09 Ronald S. BultjeSince padtemplates are now owned by the class, we shoul...
2003-11-07 Ronald S. BultjeRemove all config.h includes from header files, add...
2003-11-01 David SchleefMerge plugins. Update to new plugin init code
2003-10-09 Ronald S. BultjeRemove can_seek () because eventmasks was removed from...
2003-10-08 Andy Wingo/GstBuffer/GstData/ in the API where you can pass event...
2003-09-30 Ronald S. BultjeSet keyframe flag only when it is a keyframe. This...
2003-09-16 Thomas Vander Stichelereverting error patch before making a branch.
2003-09-15 Benjamin Otteconverted gst_element_error to new format in gst/ ...
2003-09-12 Ronald S. BultjeCheck for seekability and use gst_pad_push() instead...
2003-07-22 Ronald S. BultjeFix a warning
2003-07-22 Ronald S. Bultjeimprove index offset calculation, fix some minor other...
2003-07-06 Ronald S. BultjeNew mimetypes gone into effect today - this commit...
2003-06-29 Benjamin Ottecompatibility fix for new GST_DEBUG stuff.
2003-06-07 Ronald S. BultjeActually push the event over to the next element instea...
2003-06-01 Ronald S. BultjePrevent warning
2003-06-01 Ronald S. BultjeOops
2003-06-01 Ronald S. BultjeThis fixes avimux largely. Sound playback still isn...
2003-05-30 Ronald S. BultjeFix avimux (somewhat). Note: the EOS event still doesn...
2003-05-14 Ronald S. BultjeHm, one more little endian fix
2003-05-14 Ronald S. BultjePCM data in AVI is always little endian
2003-04-15 Benjamin Ottewe do not destroy anything anymore. Not even unwanted...
2003-01-31 Ronald S. Bultjeadd some extra checking on validity of pads before...
2003-01-28 Ronald S. BultjeDOH! (yes, I'm a moron)
2003-01-26 Ronald S. BultjeSomeone forgot to fix this connect->link thingy - can...
2003-01-10 Thomas Vander StichelePadConnect -> PadLink
2003-01-10 Thomas Vander Sticheleanother batch of connect->link fixes please let me...
2002-12-08 Iain HolmesReplace audio/mp3 with audio/x-mp3 and audio/x-flac...
2002-10-27 Ronald S. BultjeAdd ogg/vorbis support for avi files
2002-10-24 Ronald S. Bultjeavi needs 4 byte padding
2002-10-23 Ronald S. BultjeMake it loopbased and use only one video and one audio...
2002-09-19 Ronald S. BultjeWith these changes, the generated AVI has a valid index...
2002-09-19 Ronald S. BultjeLicense fix
2002-09-19 Ronald S. BultjeThis fixes some problems when recording AVI files with...
2002-09-18 Christian Schallerplugins part of license field patch
2002-09-09 Thomas Vander Sticheleremoving warnings (approved by wtay)
2002-07-24 Wim Taymans- added eventmask/query/format functions
2002-07-09 Thomas Vander Stichelemerge from release branch
2002-05-26 Wim Taymans- Changed plugins for new APIs
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-11 Andy WingoGstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLAT...
2002-04-06 Benjamin Ottefixed first bunch of compiler warnings
2002-03-30 Wim TaymansChanged to the new props API
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-06 Ronald S. BultjeBugfix - it now actually works (I think)
2002-02-23 Ronald S. BultjeGet rid of a warning
2002-02-20 Ronald S. BultjeSmall updates to avimux and the v4l plugins for usabili...
2002-02-04 Ronald S. BultjeIt should now basically work - fps calculations are...
2002-02-03 Ronald S. BultjeSome small adjustments for for better open-a-new-file...
2002-02-02 Ronald S. BultjeWARNING: avimux is still broken, but less broken than...
2002-01-19 Christian SchallerOk a new batch of // to /* */ fixes commited
2002-01-13 Wim TaymansBring the plugins in sync with the new core capsnego...
2001-12-22 Andy WingoInitial revision