Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-09 | qtdemux: Build complete index for all streams when seekingworking-qtdemux | Robert Swain | 1 | -0/+12 | |
2009-11-07 | qtdemux: Fix issue where sample information for the next sample was not being | Robert Swain | 1 | -0/+6 | |
parsed in gst_qtdemux_advance_sample () | |||||
2009-11-06 | qtdemux: Fix some bugs and parse per sample rather than all at once | Robert Swain | 1 | -9/+17 | |
2009-11-06 | qtdemux: Parse from the previously parsed sample up to sample n | Robert Swain | 1 | -101/+159 | |
2009-11-06 | qtdemux: Port ctts from Gnode * to GstByteReader | Robert Swain | 1 | -14/+80 | |
2009-11-06 | qtdemux: Be certain stss and stps truth conditions are correct | Robert Swain | 1 | -2/+2 | |
2009-11-06 | qtdemux: Make qtdemux_parse_samples () parse up to n samples | Robert Swain | 1 | -14/+27 | |
2009-11-06 | qtdemux: Move some more code into the stbl init function | Robert Swain | 1 | -41/+27 | |
2009-11-06 | qtdemux: Separate off stbl sub-atom initialisation | Robert Swain | 1 | -71/+117 | |
2009-11-06 | qtdemux: Don't unnecessarily use local variables | Robert Swain | 1 | -52/+53 | |
2009-11-06 | qtdemux: Significantly reduce code duplication | Robert Swain | 1 | -286/+217 | |
qtdemux: Fix bug in GstByteReaders for stbl sub-atoms | |||||
2009-11-06 | qtdemux: Move variables into context in preparation for refactorisation | Robert Swain | 1 | -84/+113 | |
2009-11-06 | qtdemux: Fix bug where stps is never parsed due to logic error | Robert Swain | 1 | -3/+2 | |
2009-11-06 | qtdemux: Switch from QtAtomParser to GstByteReader | Robert Swain | 5 | -209/+195 | |
2009-11-05 | pulsesink: printf format fix | Tim-Philipp Müller | 1 | -2/+2 | |
2009-11-05 | raw1394: printf format fixes | Tim-Philipp Müller | 2 | -2/+2 | |
2009-11-05 | equalizer: printf format fix | Tim-Philipp Müller | 1 | -1/+1 | |
2009-11-05 | avimux: do not write empty INFO list | Thiago Santos | 1 | -2/+10 | |
avoid writing an empty INFO list chunk, both because it is useless and because vlc refuses to play the resulting file. | |||||
2009-11-05 | equalizer: Notify about band property changes caused by changing number of bands | Sebastian Dröge | 1 | -3/+13 | |
2009-11-05 | equalizer: Make changes to band properties and the number of bands threadsafe | Sebastian Dröge | 3 | -25/+44 | |
2009-11-05 | equalizer: Fix stupid off by two bug | Sebastian Dröge | 1 | -1/+1 | |
2009-11-05 | equalizer: Add band property to select the band filter type | Sebastian Dröge | 1 | -4/+67 | |
This allows per band configuration of a peak, low shelf or high shelf filter, which can be very useful if the band frequencies and widths are manually configured. | |||||
2009-11-05 | equalizer: Fix code style | Sebastian Dröge | 1 | -8/+0 | |
2009-11-05 | equalizer: Some cleanup | Sebastian Dröge | 4 | -99/+108 | |
2009-11-04 | celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in ↵ | Gabriel Millaire | 2 | -3/+3 | |
pay_handle_buffer and depay_process | |||||
2009-11-04 | celtpay/depay: Negotiate parameters through caps | Gabriel Millaire | 3 | -12/+65 | |
celtdepay : added default framesize(480) channels(1) and clockrate(32000) depay_setcaps : now gets channels and framesize from string with default value depay_process : now adds timestamp to outbuf Added frame_size to GstRtpCeltDepay Changed some GST_DEBUG to GST_DEBUG_OBJECT or GST_LOG_OBJECT celtpay : getcaps : gets channel and framesize and sets caps Added frame-size to static caps for audio/x-celt | |||||
2009-11-04 | deinterlace: Pull in CFLAGS and LIBS flags from -base before core before system. | Jan Schmidt | 1 | -4/+4 | |
2009-11-04 | po: Don't create backup .po files | Jan Schmidt | 1 | -1/+1 | |
As well as preventing creation of useless backup files, it works around a bug in gettext 0.17 on OS/X | |||||
2009-11-04 | qtdemux: init variables to make compiler on osx build bot happy | Edward Hervey | 1 | -17/+17 | |
2009-11-03 | qtdemux: init variables to make compiler on osx build bot happy | Tim-Philipp Müller | 1 | -1/+1 | |
2009-11-03 | jpegdec: don't allocate big arrays on the stack | Stefan Kost | 2 | -14/+31 | |
Add the arrays to the instance data and allocate on first use. | |||||
2009-11-02 | deinterlace: remove pointless call to gst_element_no_more_pads() | Tim-Philipp Müller | 1 | -2/+0 | |
2009-11-01 | level: fix decay to be smooth | Stefan Kost | 1 | -1/+1 | |
The length not having any fractional part as it was promoted to gdouble after dividing two guint64. | |||||
2009-11-01 | level: calculate the message-intervall when it changes | Stefan Kost | 2 | -2/+9 | |
2009-11-01 | level: clocktime is a guint64, use right macro to init fields | Stefan Kost | 1 | -1/+1 | |
2009-11-01 | level: use more g-style types | Stefan Kost | 1 | -6/+6 | |
2009-10-30 | pulsesink: Only set the volume on stream connection if pulse >= 0.9.20 is ↵ | Sebastian Dröge | 2 | -1/+10 | |
available In older versions the volume set during stream connection had no defined sematic and usually it was a relative volume. What was needed for our use case is an absolute volume though, otherwise the volume will be always decreased on stream connection if it's less than 100%. Since pulse 0.9.20 that volume is always an absolute volume if flat volumes are used and relative otherwise, which is the same as for pa_context_set_sink_input_volume(). Relevant pulse changesets: http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=f27a50691c8fe45bac7dd6b21fac91a359def3a1 http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=2501687579e359d5032a4d165b2ffc8f5b1b8ba6 | |||||
2009-10-27 | avidemux: use segment_full when we can | Wim Taymans | 1 | -10/+11 | |
Use segment_full so that we can pass the applied rate to the segment values. We will change the applied rate when we implement skip mode. | |||||
2009-10-27 | wavenc: Fix buffer offset by moving length incrementation | Robert Swain | 1 | -2/+2 | |
2009-10-23 | osxvideosink: Create the video NSView in READY->PAUSED rather than NULL->READY | Michael Smith | 1 | -1/+3 | |
2009-10-23 | osxvideo: explicitly link to GST_LIBS | Michael Smith | 1 | -1/+4 | |
2009-10-23 | Add dependencies of gstriff to things that link to gstriff, needed on Win32. | Michael Smith | 3 | -1/+7 | |
2009-10-23 | rtp examples: remove executable bits from C files. | Michael Smith | 2 | -0/+0 | |
2009-10-23 | tests: disable all jitterbuffer tests for now | Tim-Philipp Müller | 1 | -1/+3 | |
Since even the one enabled seems to fail. | |||||
2009-10-22 | tests: also include the new test for prev commit | Stefan Kost | 1 | -0/+286 | |
2009-10-22 | tests: add a jitterbuffer test | Stefan Kost | 3 | -0/+3 | |
Tests pushing a few buffers in various order and asserting the order sent by the jitterbuffer. Contains two disabled tests that need more work. | |||||
2009-10-22 | matroskamux: Dirac "muxing" units end on EOS too | Sebastian Dröge | 1 | -7/+10 | |
A Dirac muxing unit are all non-picture, non-end-of-sequence packets up to and including the first picture or eos packet. See http://www.diracvideo.org/wiki/index.php/ContainerFormatMappingGuidelines | |||||
2009-10-22 | avidemux: fix compilation with debugging disabled | Tim-Philipp Müller | 1 | -3/+4 | |
total_idx is always evaluated. | |||||
2009-10-22 | cacasink: minor cleanups for header. | Priit Laes | 1 | -11/+3 | |
Use G_BEGIN_DECLS macros, remove unused variables and fix typo. See #599018. | |||||
2009-10-22 | cacasink: exit properly when invalid driver has been selected. | Priit Laes | 1 | -1/+6 | |
See #599018. |