change NULL to (NULL) for GST_ELEMENT_ERROR
[platform/upstream/gst-plugins-base.git] / ext / vorbis / vorbisfile.c
2004-02-02 Thomas Vander Stichelechange NULL to (NULL) for GST_ELEMENT_ERROR
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-20 Thomas Vander Sticheleregister and use debugging category in media-info make...
2004-01-18 Thomas Vander Sticheleuse new error signal and classification
2004-01-02 David SchleefFix compile error in last checkin
2004-01-02 David SchleefConvert elements to use gst_pad_use_explicit_caps(...
2003-12-22 David SchleefMerge CAPS branch
2003-11-16 Leif Johnson+ checking in plugin category changes
2003-11-02 Iain HolmesVorbis compiles once more
2003-10-29 David Schleefchange gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28 Benjamin Ottemerge TYPEFIND branch. Major changes:
2003-10-08 Andy Wingo/GstBuffer/GstData/ in the API where you can pass event...
2003-10-01 Ronald S. BultjeNew typefind system: bytestream is now part of the...
2003-09-16 Thomas Vander Stichelereverting error patch before making a branch. BRANCH-ERROR-ROOT
2003-09-15 Benjamin Otteconverted gst_element_error to new format in ext/ ...
2003-07-09 Benjamin Ottevorbisfile is LGPL (see sources)
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-01 Wim Taymansfix negotiation error handling
2003-05-29 Wim Taymans- small cleanups
2003-05-29 Wim Taymans- small cleanups
2003-05-24 Wim TaymansUNITS -> DEFAULT
2003-04-24 Benjamin OtteWe're not at EOS after a successfull seek (fixes #111498)
2003-02-14 Thomas Vander Stichelecommitting fixes before deleting all of my gstreamer...
2003-02-02 Wim TaymansFix compile error
2003-02-02 David SchleefChange %lld, %llu to G_G[U]INT64_FORMAT globally. ...
2003-01-19 Wim TaymansSlightly better read function
2002-12-30 Wim TaymansFix plugins for new query API
2002-11-12 Wim Taymansuse the rate of the logical stream to calculate duratio...
2002-11-11 Thomas Vander Sticheledebug info
2002-11-10 Thomas Vander Stichelesome debug output
2002-11-10 Thomas Vander Stichelethis is how we want to do this in the future hopefully ;)
2002-11-09 Thomas Vander Sticheleuse tags as well
2002-11-02 Wim TaymansRemoved silly debug printf
2002-11-02 Wim Taymanslots of metadata/query/seeking updates
2002-10-29 Thomas Vander SticheleUraeus : how much license fields do you think you misse...
2002-10-29 Thomas Vander Stichelethis patch implements metadata the wtay way.
2002-10-20 Wim Taymans- Implement queries and convert functions for vorbisenc...
2002-10-19 Wim TaymansSmall fixes
2002-07-31 Wim TaymansBig endian fix.
2002-07-28 Wim TaymansAvoid symbol conflicts
2002-07-28 Wim TaymansDo better sync
2002-07-24 Wim Taymans- implement eventmasks/format/querytype functions
2002-07-08 Wim Taymansunref events free buffer in vorbisfile if it cannot...
2002-06-16 Wim Taymansprefer vorbisfile over vorbisdec
2002-06-02 Wim TaymansI'm too lazy to comment this
2002-06-02 Wim TaymansGenerate timestamps even if the stream is not seekable
2002-06-02 Wim TaymansUNIT -> UNITS
2002-06-02 Wim TaymansBetter fallback for when seeking is not supported by...
2002-06-02 Wim TaymansRemove media specific seeking type in favour of unit...
2002-05-31 Wim TaymansAdded the vorbisfile plugin.