Age | Commit message (Expand) | Author | Files | Lines |
2003-01-05 | Patch 13357 and 13358 from vishnu | Wim Taymans | 2 | -26/+32 |
2003-01-04 | I think this makes a little more sense | Wim Taymans | 1 | -9/+7 |
2003-01-04 | Register the two indexers | Wim Taymans | 4 | -25/+49 |
2003-01-04 | Added fileindex | Wim Taymans | 2 | -1/+898 |
2003-01-03 | remove redundant flag set | David I. Lehn | 1 | -1/+0 |
2003-01-01 | - Added PAD_NEGOTIATING flag, remove PAD_EOS flag | Wim Taymans | 1 | -2/+0 |
2002-12-30 | - major API breakage (one of the last, I promise...) | Wim Taymans | 3 | -20/+20 |
2002-12-27 | - disable pads when going to PAUSED, we want to make sure no data is passing ... | Wim Taymans | 1 | -1/+4 |
2002-12-26 | - Added flags to lookup method so that one can search for keyframes too | Wim Taymans | 1 | -2/+25 |
2002-12-26 | Also display buffer flags | Wim Taymans | 1 | -2/+3 |
2002-12-22 | Added pad_query with percent format on filesrc and some constants | Wim Taymans | 1 | -3/+11 |
2002-12-21 | - queue can change state only when not connected | Wim Taymans | 1 | -1/+1 |
2002-12-18 | patch from brian cameron for iso c compliance | Thomas Vander Stichele | 1 | -0/+9 |
2002-12-15 | Fix silent property | Wim Taymans | 1 | -6/+6 |
2002-12-12 | Renamed GstCache to GstIndex | Wim Taymans | 2 | -0/+415 |
2002-12-08 | Better debugging | Wim Taymans | 1 | -6/+6 |
2002-12-08 | A little more debugging info and error checking | Wim Taymans | 1 | -1/+17 |
2002-12-08 | fix for parallel installability | Thomas Vander Stichele | 1 | -2/+2 |
2002-11-29 | More forte compiler fixes, added a .h file to store commonly used macros that... | Wim Taymans | 1 | -1/+1 |
2002-11-28 | commit the fdsrc fix from Pedro Corte-Real | Christian Schaller | 1 | -0/+6 |
2002-11-27 | Small cleanups | Wim Taymans | 2 | -16/+12 |
2002-11-27 | - Added first attempt at general caching mechanism (GstTimeCache renamed to G... | Wim Taymans | 1 | -2/+1 |
2002-11-21 | Small cleanups, more descriptive properties | Wim Taymans | 7 | -126/+130 |
2002-11-20 | Better error recovery when the mmap fails. | Wim Taymans | 1 | -6/+21 |
2002-11-02 | Removed annoying notify messages and removed properties that are better handl... | Wim Taymans | 1 | -27/+0 |
2002-11-01 | Change from pthreads to GThreads | David Schleef | 1 | -5/+4 |
2002-10-30 | use G_{BEGIN,END}_DECLS | David I. Lehn | 14 | -121/+28 |
2002-10-25 | Convert from sys_errlist[] to g_strerror() | David Schleef | 1 | -4/+4 |
2002-10-25 | A discont event should not flush the queue | Wim Taymans | 1 | -4/+1 |
2002-10-17 | Add an fd param to set the file descriptor as an int | Wim Taymans | 1 | -0/+11 |
2002-09-29 | licenses, ugg | Andy Wingo | 1 | -0/+1 |
2002-09-29 | adding ::license field to core plugins | Andy Wingo | 14 | -0/+14 |
2002-09-23 | backport fixes | Thomas Vander Stichele | 1 | -7/+18 |
2002-09-15 | State change cleanups | Wim Taymans | 1 | -7/+8 |
2002-09-15 | Small cleanups and leak fixes | Wim Taymans | 1 | -0/+2 |
2002-09-12 | - Make the return GList of gst_element_get_pad_list as const | Wim Taymans | 5 | -24/+13 |
2002-09-10 | This changes an important part of the plugin API, gst_pad_try_set_caps() no l... | Ronald S. Bultje | 2 | -6/+4 |
2002-09-08 | committing many nice little memleaks fixes from Iain, great work dude | Christian Schaller | 3 | -0/+11 |
2002-09-01 | Don't doe EOS in a state change function | Wim Taymans | 1 | -2/+5 |
2002-08-02 | Implemented segment seeking in fakesrc | Wim Taymans | 2 | -54/+85 |
2002-07-30 | Use fancy macros | Wim Taymans | 2 | -57/+28 |
2002-07-28 | Fix some wrong prototypes and funtion args | Wim Taymans | 1 | -1/+1 |
2002-07-24 | - Implemented seekmasks, query types and formats in various plugins | Wim Taymans | 4 | -4/+77 |
2002-07-24 | - More element API docs. | Wim Taymans | 1 | -1/+1 |
2002-07-24 | add default bufferpool, clean up some code, add bufferpool testing to fakesrc | Andy Wingo | 2 | -36/+58 |
2002-07-13 | - Documentation updates, renamed some _ methods because gtkdoc didn't want to... | Wim Taymans | 1 | -1/+1 |
2002-07-08 | - Removed bufferpool code and move that to gstbuffer.c | Wim Taymans | 6 | -64/+64 |
2002-06-22 | Don't seek past the end of the file | Wim Taymans | 1 | -16/+38 |
2002-06-13 | Added a size event to optimize buffer sizes make filesrc update its blocksize... | Wim Taymans | 1 | -0/+7 |
2002-06-12 | Documentation updates | Wim Taymans | 1 | -1/+1 |