Age | Commit message (Expand) | Author | Files | Lines |
2008-10-10 | gst/flv/gstflvparse.c: Create pads from the pad templates, use fixed caps on ... | Sebastian Dröge | 2 | -7/+23 |
2008-10-10 | configure.ac: Disable flacparse for this release as it's too buggy. | Sebastian Dröge | 2 | -3/+5 |
2008-10-10 | Fix compiler warning on OS/X about parameters not matching the debug format s... | Jan Schmidt | 1 | -2/+2 |
2008-10-10 | Fix compiler warning on OS/X about parameters not matching the debug format s... | Jan Schmidt | 1 | -0/+7 |
2008-10-09 | gst/deinterlace2/tvtime/tomsmocomp.c: Fix unused variable compiler warning wh... | Sebastian Dröge | 2 | -0/+9 |
2008-10-09 | fix various build files to allow for disting and update spec file with latest... | Christian Schaller | 3 | -3/+7 |
2008-10-09 | gst/flv/: Get an approximate duration of the file by looking at the timestamp... | Sebastian Dröge | 4 | -0/+74 |
2008-10-09 | gst/flv/gstflvdemux.c: Refactor _pull_range() logic with checks into a sepera... | Sebastian Dröge | 2 | -39/+38 |
2008-10-09 | gst/flv/gstflvdemux.c: Use gst_element_class_set_details_simple(). | Sebastian Dröge | 2 | -10/+20 |
2008-10-09 | ext/amrwb/gstamrwbenc.*: Pass the discont flag from the input buffer on to th... | Stefan Kost | 3 | -2/+29 |
2008-10-09 | gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with a... | Sebastian Dröge | 2 | -3/+38 |
2008-10-09 | gst/flv/gstflvdemux.c: Go out of the parse loop as soon as we get an error in... | Sebastian Dröge | 2 | -1/+19 |
2008-10-09 | gst/flv/: Add first version of a FLV muxer. The only missing feature is writi... | Sebastian Dröge | 5 | -9/+865 |
2008-10-09 | ext/amrwb/gstamrwbparse.*: Add flush seek handler. Taken from recent armnbpar... | Stefan Kost | 3 | -38/+291 |
2008-10-09 | ext/amrwb/gstamrwbparse.*: Fix the duration query. Also set caps on the pads ... | Stefan Kost | 3 | -16/+42 |
2008-10-08 | gst/mpegdemux/: Add Fluendo to the Long Name. | Zaheer Abbas Merali | 3 | -3/+9 |
2008-10-08 | Move of mpegtsparse to mpegdemux. | Zaheer Abbas Merali | 11 | -72/+3913 |
2008-10-08 | Move of mpegtsparse to mpegdemux | Zaheer Abbas Merali | 1 | -10/+5 |
2008-10-08 | gst/mpegdemux/gstmpegdemux.c: Prevent a division by zero if last mux rate was... | Sebastian Dröge | 2 | -8/+29 |
2008-10-07 | ext/resindvd/resindvdsrc.c: Fix next/prev chapter seeking at the beginning or... | Jan Schmidt | 2 | -4/+21 |
2008-10-07 | gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. | Håvard Graff | 7 | -16/+107 |
2008-10-07 | gst/selector/gstoutputselector.c: Choose right pad for sending events. Fixes ... | Stefan Kost | 2 | -2/+10 |
2008-10-07 | gst/rtpmanager/gstrtpbin.c: Release pads of the session manager. | Wim Taymans | 4 | -4/+211 |
2008-10-07 | gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ... | Wim Taymans | 2 | -6/+15 |
2008-10-06 | configure.ac | Stefan Kost | 9 | -347/+463 |
2008-10-06 | tests/check/generic/states.c: Stop test on state-change error. Should be appl... | Stefan Kost | 2 | -32/+55 |
2008-10-06 | gst/mpegtsparse/mpegtsparse.c: Actually copy the structure passed in when ass... | Zaheer Abbas Merali | 3 | -3/+12 |
2008-10-06 | gst/mpegdemux/gstmpegtsdemux.c: Fix wrong firing of critical introduced by pr... | Zaheer Abbas Merali | 2 | -6/+13 |
2008-10-03 | ext/faac/gstfaac.c: Warn and clamp to max bitrate for samplerate. | Wim Taymans | 2 | -0/+21 |
2008-10-03 | gst/mpegtsparse/mpegtsparse.c: Fix possible crash where pat is pointing to a ... | Zaheer Abbas Merali | 2 | -2/+10 |
2008-10-03 | ext/metadata/: Add mapping of format and mime type to xmp. | Stefan Kost | 4 | -2/+66 |
2008-10-02 | ext/metadata/: Reverting. Will need to wait for core 0.10.21 release. | Stefan Kost | 5 | -164/+348 |
2008-10-02 | ext/metadata/: Use core gsp tags. | Stefan Kost | 5 | -340/+172 |
2008-09-30 | gst/flacparse/gstbaseparse.c: Add support for GstIndex. | Sebastian Dröge | 2 | -3/+99 |
2008-09-30 | gst/flacparse/gstbaseparse.*: Provide a vfunc for the subclass to decide whet... | Sebastian Dröge | 3 | -34/+69 |
2008-09-30 | gst/flacparse/gstbaseparse.c: Approximate the average bitrate, duration and s... | Sebastian Dröge | 3 | -76/+204 |
2008-09-30 | gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s... | Wim Taymans | 2 | -0/+26 |
2008-09-30 | sys/: New plugin for audio capture and playback using Windows Audio Session | Ole André Vadla Ravnås | 10 | -1/+1222 |
2008-09-30 | sys/dshowdecwrapper/gstdshowaudiodec.cpp | Ole André Vadla Ravnås | 2 | -2/+8 |
2008-09-30 | sys/dshowdecwrapper/: Use the _T() macro to support both Unicode and MBCS. | Ole André Vadla Ravnås | 3 | -2/+8 |
2008-09-30 | ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_... | Ole André Vadla Ravnås | 2 | -1/+6 |
2008-09-29 | Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader that... | Sebastian Dröge | 12 | -0/+5309 |
2008-09-27 | ext/resindvd/: Add in Title/Chapter seeking, and simple but buggy audio and s... | Jan Schmidt | 5 | -54/+291 |
2008-09-24 | sys/dshowdecwrapper/: Prefer known-good filters, create directly by GUID if p... | Michael Smith | 8 | -272/+362 |
2008-09-23 | gst/rtpmanager/: Fix some docs. | Wim Taymans | 4 | -1/+13 |
2008-09-23 | Patch from: Josep Torra | Zaheer Abbas Merali | 3 | -10/+105 |
2008-09-17 | ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a ... | Tim-Philipp Müller | 2 | -37/+26 |
2008-09-17 | ext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT errors where we should be ... | Tim-Philipp Müller | 2 | -6/+19 |
2008-09-17 | Fix compiler warnings on OS/X | Jan Schmidt | 3 | -2/+8 |
2008-09-17 | sys/dvb/gstdvbsrc.c: Add adapter_name for bus message in ATSC case. Fixes #55... | Michael Krufky | 2 | -1/+9 |