Convert %lld and %llu in printf formats to G_G[U]INT64_FORMAT. Fix pointer<->int...
[platform/upstream/gstreamer.git] / gst / elements / gstfilesrc.c
2003-02-01 David SchleefConvert %lld and %llu in printf formats to G_G[U]INT64_...
2003-01-03 David I. Lehnremove redundant flag set
2002-12-30 Wim Taymans- major API breakage (one of the last, I promise...)
2002-12-22 Wim TaymansAdded pad_query with percent format on filesrc and...
2002-12-18 Thomas Vander Stichelepatch from brian cameron for iso c compliance
2002-12-08 Wim TaymansBetter debugging
2002-12-08 Wim TaymansA little more debugging info and error checking
2002-11-27 Wim TaymansSmall cleanups
2002-11-21 Wim TaymansSmall cleanups, more descriptive properties
2002-11-20 Wim TaymansBetter error recovery when the mmap fails.
2002-11-02 Wim TaymansRemoved annoying notify messages and removed properties...
2002-09-29 Andy Wingoadding ::license field to core plugins
2002-07-30 Wim TaymansUse fancy macros
2002-07-28 Wim TaymansFix some wrong prototypes and funtion args
2002-07-24 Wim Taymans- Implemented seekmasks, query types and formats in...
2002-07-13 Wim Taymans- Documentation updates, renamed some _ methods because...
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-22 Wim TaymansDon't seek past the end of the file
2002-06-13 Wim TaymansAdded a size event to optimize buffer sizes make filesr...
2002-06-12 Wim TaymansDocumentation updates
2002-06-07 Steve Bakerfile is opened in ready->paused rather than null->ready...
2002-05-31 Wim TaymansRemove crappy event code from tee
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-14 David I. Lehnformatting
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-04-03 Wim TaymansFix a compile error.
2002-04-02 jim thorntonBuffer flag symbols are enum values, so |'ing together...
2002-03-30 Andy Wingoadd notify back to filesrc, it's needed for MVC applica...
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-18 Andy Wingos/gst_element_install_std_props/gst_element_class_insta...
2002-03-03 Andy Wingodocument gst_caps_debug change gst_caps_debug to accept...
2002-02-05 Benjamin Otteinitial checkin for the deep_notify signal which replac...
2002-02-02 Wim TaymansMake filesrc respond to seek
2002-01-26 Wim TaymansDo the right thing on SET/CUR/END seek types.
2002-01-15 Martin EnlundPreviously filesrc would segfault when fed with the...
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-28 Wim TaymansFix cleanup for filesrc
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-18 Wim TaymansReset the offset when going to READY
2001-12-17 Christian Schallermore of the popular // fixes
2001-12-15 Wim TaymansAdded en axtra include for sys_errlist
2001-12-14 Wim TaymansDon't wrtie to the page we have mmaped read only.
2001-12-13 Wim TaymansMore Michael fixage
2001-12-12 Andy Wingominor typographical change to autogen added --with...
2001-10-22 Wim TaymansAdded 64 bit support to filesrc and a gtk+ shim (mapped...
2001-10-22 Wim TaymansGSearchFunc seems to be glib1.2 only so it was replaced...
2001-10-21 Wim TaymansSome compiler warning removed.
2001-10-17 Erik Walthinsenadded another madvise and wrapped them in #ifdef's...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-14 Joshua N. Pritikincomment out unsupressable debugging foo
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-08-22 Erik Walthinsenadded more properties, added a 'touch' feature
2001-08-22 Erik Walthinsenadded new gstfilesrc to replace disksrc eventually