Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-07 | gme: Rename everything from SPC to GME | Sebastian Dröge | 2 | -154/+152 | |
2009-08-07 | spc: Really remove old SPC code | Sebastian Dröge | 5 | -1080/+0 | |
2009-08-07 | gme: Use gme for tags and duration parsing | Sebastian Dröge | 5 | -501/+45 | |
2009-08-07 | spc: Rename SPC plugin to GME | Sebastian Dröge | 7 | -16/+1096 | |
as preparation for enabling support for non-SPC gaming console sound files. | |||||
2009-08-06 | spcdec: Forward all unknown src events upstream and don't restrict to SPC | Sebastian Dröge | 1 | -2/+4 | |
2009-08-06 | rtpsource: avoid buffer leak on bad seqnum | ric | 1 | -0/+1 | |
Fixes #590797 | |||||
2009-08-05 | mpeg[pt]sdemux: Fix SEEKING query | Sebastian Dröge | 2 | -2/+2 | |
Send the BYTES based query downstream, not the orignal one. | |||||
2009-08-04 | qtmux: Don't require endianness field for 8 bit raw audio | Jan Urbanski | 1 | -4/+10 | |
Fixes bug #590360. | |||||
2009-08-04 | spc: Make the SPC plugin work with the latest libgme release | Sebastian Dröge | 2 | -1/+8 | |
gme_enable_accuracy() was added in SVN trunk and is not yet in any release. | |||||
2009-08-04 | spc: Use the portable libgme instead of x86-only OpenSPC library | Michael Pyne | 3 | -43/+55 | |
This will later allow us to play other gaming console files that are supported by libgme. Fixes bug #576800. | |||||
2009-07-31 | flacparse: remove internal bitreader and bytereader now that these are in ↵ | Tim-Philipp Müller | 6 | -1868/+4 | |
libgstbase | |||||
2009-07-31 | outputselector: check for pending srcpad in _get_property() | Tommi Myöhänen | 1 | -1/+2 | |
If there is a pending srcpad, return it instead of active srcpad in gst_output_selector_get_property() function. | |||||
2009-07-31 | camerabin: Set camerasrc to READY state instead of PAUSED when acquiring ↵ | Tommi Myöhänen | 1 | -9/+6 | |
allowed caps | |||||
2009-07-31 | directdraw: Fix indention | Sebastian Dröge | 1 | -20/+17 | |
2009-07-31 | directdraw: Implement GstNavigation interface | Руслан Ижбулатов | 2 | -4/+196 | |
Fixes bug #590208. | |||||
2009-07-31 | rtpasfpay: set padding field to 0 on rtp asf packets | Thiago Santos | 3 | -1/+40 | |
The ASF RTP spec demands that packets have their padding removed and the padding size field set to 0 for packets when puting them inside the RTP packets | |||||
2009-07-30 | asfmux: Set video stream seekable property to true | Thiago Santos | 1 | -1/+7 | |
Video stream always have indexes, so they are all seekable | |||||
2009-07-30 | asfmux: Removing useless TODOs | Thiago Santos | 1 | -2/+1 | |
After testing in windows and linux, this audio correction field made no difference so far. All example files I got only had zeroes in this field | |||||
2009-07-30 | asfmux: Fixes video stream properties object | Thiago Santos | 1 | -4/+4 | |
Fixes stream properties object creation for video content | |||||
2009-07-30 | asfmux: accept pad requests a little longer | Thiago Santos | 2 | -4/+2 | |
asfmux now start rejecting pad requests after it pushes the first buffer, before this, it was rejecting after going to paused | |||||
2009-07-30 | asfmux: adds support to vc-1 streams | Thiago Santos | 1 | -12/+18 | |
2009-07-29 | rtpmux: Remove empty finalize | Olivier Crête | 1 | -13/+0 | |
2009-07-29 | configure.ac: Fix macro name | Sebastian Dröge | 1 | -1/+1 | |
2009-07-29 | directsoundsrc: Add DirectSound source plugin | Joni Valtanen | 6 | -2/+784 | |
Fixes bug #344129. | |||||
2009-07-28 | asfmux: First basic check unit tests | Thiago Santos | 2 | -0/+222 | |
Adds simple asfmux unit tests, that test pad creation and pushing a single buffer through them | |||||
2009-07-28 | asfmux: Forcing pad names to be video_%02d and audio_%02d like | Thiago Santos | 1 | -5/+16 | |
2009-07-28 | rtpsource: allow for NULL caps on buffers | Wim Taymans | 1 | -3/+2 | |
Add the NULL caps check where it matters and also cover another case of potential NULL caps. Fixes #590030 | |||||
2009-07-28 | rtpsource: Incoming buffers do not always have caps | Olivier Crête | 1 | -1/+2 | |
2009-07-28 | camerabin: photo iface setter functions return TRUE when used in NULL state | Tommi Myöhänen | 1 | -7/+7 | |
We cache the values and apply then when possible. | |||||
2009-07-28 | camerabin: do not put video pipeline into READY when start recording ↵ | Tommi Myöhänen | 3 | -7/+51 | |
camerabin: remember probe IDs and disconnect them when destroying pipelines | |||||
2009-07-27 | amrwbenc: Fix compilation | Sebastian Dröge | 1 | -1/+1 | |
2009-07-27 | amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ↵ | Iago Toral | 18 | -1445/+95 | |
to amrwbenc Partially fixes bug #584890. | |||||
2009-07-27 | rtpsession: avoid doing lip-sync in BYE | Wim Taymans | 1 | -0/+2 | |
When we get a BYE packet, don't do lip-sync with the SR inside because some senders have trouble constructing valid SR packets after BYE. | |||||
2009-07-27 | directdrawsink: update vs8 build | Julien Isorce | 5 | -211/+14 | |
also remove directdrawsink from vs6 and vs7 build | |||||
2009-07-27 | dshowsrcwrapper: remove use of IGstDshowInterface | Julien Isorce | 13 | -381/+48 | |
2009-07-27 | rtpbin: don't do lip-sync after a BYE | Wim Taymans | 1 | -5/+10 | |
After a BYE packet from a source, stop forwarding the SR packets for lip-sync to rtpbin. Some senders don't update their SR packets correctly after sending a BYE and then we break lip-sync. We prefer to let the jitterbuffers drain with the current lip-sync instead. | |||||
2009-07-27 | rtpbin: only reconsider once for BYE | Wim Taymans | 1 | -5/+11 | |
When iterating the sources of a BYE packet, don't signal a reconsideration for each of them but signal after we handled all sources. | |||||
2009-07-25 | kate: break up macros into multiple lines | Tim-Philipp Müller | 1 | -4/+15 | |
2009-07-25 | kate: use GST_ELEMENT_ERROR for error reporting | Vincent Penquerc'h | 7 | -39/+55 | |
See #525743. | |||||
2009-07-24 | asfmux: Adds new plugin asfmux | Thiago Santos | 11 | -0/+4732 | |
Adds the brand new asfmux plugin, containing 3 elements: asfmux, rtpasfpay and asfparse. This plugin was developed as a GSoC 2009 project, with David Schleef as the mentor and Thiago Santos as the student. | |||||
2009-07-24 | win32: Fix the distcheck after dshowsrcwrapper rearrangements | Jan Schmidt | 1 | -2/+1 | |
Remove old files from the win32 manifest, and add the new one. | |||||
2009-07-24 | musepackdec: Implement SEEKING query | Sebastian Dröge | 1 | -0/+13 | |
2009-07-24 | Revert "docs: fix docs build again" | Tim-Philipp Müller | 2 | -0/+9 | |
It's not needed any longer after Stefan's updates in the common module. This reverts commit 09c550a172a2c8a76f0b48f2f8ce11070598f66c. | |||||
2009-07-24 | Automatic update of common submodule | Stefan Kost | 1 | -0/+0 | |
From fedaaee to 94f95e3 | |||||
2009-07-23 | docs: fix docs build again | Tim-Philipp Müller | 2 | -9/+0 | |
There is no element called 'ladspa', so there won't be a -details file for it. | |||||
2009-07-23 | mpegdemux: Remove some backward compatibility code | Sebastian Dröge | 2 | -116/+1 | |
Also we always require liboil so use it unconditionally. | |||||
2009-07-23 | mpegdemux: Implement query type function for the src pads | Sebastian Dröge | 2 | -0/+32 | |
2009-07-22 | mimdec: Lock element before unlocking | Olivier Crête | 1 | -1/+2 | |
2009-07-22 | mimdec: Fix leaks | Olivier Crête | 1 | -6/+4 | |
Use gst_pad_new_from_static_template() to not leak the pad template Also properly chain up the finalize to the parent | |||||
2009-07-22 | mimenc: Use gst_pad_new_from_static_template | Olivier Crête | 1 | -6/+2 | |
Prevents leak found by valgrind |