summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-02All plugins updated for element state changes.RELEASE-0_9_1Andy Wingo1-10/+9
2005-09-02All plugins updated for element state changes.Andy Wingo59-459/+492
2005-09-02remove hookThomas Vander Stichele1-20/+0
2005-09-02increase timeout a littleThomas Vander Stichele2-0/+2
2005-09-02update translationsThomas Vander Stichele15-57/+435
2005-08-31gst-libs/gst/audio/gstbaseaudiosink.c: Resync if the buffer timestamps drift ...Wim Taymans2-6/+17
2005-08-31sys/v4l/gstv4lsrc.c: The 'timestamp-offset' property is registered as an int6...Tim-Philipp Müller2-2/+10
2005-08-30check/elements/: Fix checks.Wim Taymans7-0/+23
2005-08-30make module a paramThomas Vander Stichele3-6/+14
2005-08-30examples/seeking/seek.c: update the exampleStefan Kost3-18/+25
2005-08-29gst/volume/gstvolume.c: do not update controlled params, if buffer has no tim...Stefan Kost2-1/+8
2005-08-29controllerized elements also need to link against controller-libs ;)Stefan Kost4-3/+19
2005-08-29controllerized two audio pluginsStefan Kost7-23/+37
2005-08-29ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)Andy Wingo2-5/+11
2005-08-29ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time toAndy Wingo2-4/+20
2005-08-29increase default timeout on tests for slow powerbooksThomas Vander Stichele3-6/+6
2005-08-29check/elements/volume.c (cleanup_volume): Fix for runningAndy Wingo3-0/+11
2005-08-29check/elements/audioconvert.c: Convert from native endian, not little endian.Andy Wingo3-36/+41
2005-08-29Add an ogg parser elementMichael Smith4-1/+680
2005-08-28Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo18-27/+35
2005-08-26gst/audioconvert/audioconvert.c: Cleanups.Wim Taymans2-53/+53
2005-08-26gst/audioconvert/audioconvert.c: More elegant and working temp buffer selecti...Wim Taymans2-52/+47
2005-08-26gst/audioconvert/audioconvert.c: Use realloc else we lose our original data.Wim Taymans2-2/+10
2005-08-26use base class' newsegment to properly timestampThomas Vander Stichele2-2/+10
2005-08-26gst/audioconvert/: Oops, allocate enough space to perform the channel mix.Wim Taymans4-16/+38
2005-08-26gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation an...Wim Taymans8-604/+843
2005-08-26ext/ogg/gstoggdemux.c: Another from MikeS:Jan Schmidt2-1/+12
2005-08-26ext/: Big shout-out to MikeS for fixing this giant memory leak.Jan Schmidt4-0/+31
2005-08-25add more conversion testsThomas Vander Stichele2-16/+124
2005-08-25add more testsThomas Vander Stichele2-32/+72
2005-08-25plug some leaksThomas Vander Stichele2-1/+13
2005-08-25check/: add a test for audioconvertThomas Vander Stichele7-6/+445
2005-08-25some more testing for perfect streamsThomas Vander Stichele2-12/+46
2005-08-25add a check for audioresampleThomas Vander Stichele9-20/+484
2005-08-25show some info on what's left in the queueThomas Vander Stichele1-2/+6
2005-08-25gst/audioresample/: add room for extra overlap samples when asked to transfor...Thomas Vander Stichele7-36/+110
2005-08-25gst/playback/gstplaybasebin.c: Revert unpopular change for GST_MESSAGE_SRC to...Jan Schmidt2-1/+5
2005-08-24gst/volume/gstvolume.c: made set_caps function staticStefan Kost2-2/+7
2005-08-24ext/vorbis/vorbisenc.c: Stop leaking taglists.Wim Taymans2-4/+10
2005-08-24debugging fixesThomas Vander Stichele1-6/+7
2005-08-24translate me babyThomas Vander Stichele1-0/+1
2005-08-24ext/ogg/gstoggdemux.c: Parse seeking events better.Wim Taymans8-74/+239
2005-08-24c/: add core's plugins to the mix so that playbin worksThomas Vander Stichele6-29/+37
2005-08-24add audioresample to spec fileChristian Schaller1-0/+1
2005-08-24fix broken header setup in Makefile.amChristian Schaller1-1/+1
2005-08-24dist moreThomas Vander Stichele2-5/+6
2005-08-24check/: add same test as to core, it bitches out on playbin atm.Thomas Vander Stichele5-0/+186
2005-08-24configure.ac: Remove audioscale.Wim Taymans2-1/+5
2005-08-24gst/videoscale/gstvideoscale.*: Refactor, make use of BaseTranform really well.Wim Taymans3-142/+155
2005-08-24port audioresample to basetransformThomas Vander Stichele12-237/+290