summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix .gitmodules to use baserock upstreambaserock/1.6Javier Jardón2015-12-111-1/+1
|
* rtpgstdepay: Properly handle backward compat for event deserializationJosep Torra2015-12-091-3/+2
| | | | | | | | | Actual code is checking for a NULL terminator and a ';' terminator, for backward compat, in a chained way that cause all events being rejected. The proper condition is to reject the events when terminator isn't in ['\0', ';'] set. https://bugzilla.gnome.org/show_bug.cgi?id=758151
* tests: rtp-payloading: Test for handling of custom events in rtpgstJosep Torra2015-12-091-0/+93
| | | | | Add a simple test that checks proper serialization/deserialization of custom events with rtpgstpay and rtpgstdepay.
* rtpjitterbuffer: Fix packet dropping after a big discontSebastian Dröge2015-12-091-1/+11
| | | | | | | We would queue 5 consective packets before considering a reset and a proper discont here. Instead of expecting the next output packet to have the current seqnum (i.e. the fifth), expect it to have the first seqnum. Otherwise we're going to drop all queued up packets.
* avimux: don't crash if we never got audio caps before stoppingMichael Olbrich2015-12-071-0/+2
| | | | | | | | | | | auds.blockalign is set once the first caps arrive. If gst_avi_mux_stop_file() is called before this happens then auds.blockalign is zero and gst_avi_mux_audsink_set_fields() cause a crash: [...] avipad->parent.hdr.rate = avipad->auds.av_bps / avipad->auds.blockalign; [...] https://bugzilla.gnome.org/show_bug.cgi?id=758912
* wavparse: flush upstream when seeking in pull modeThiago Santos2015-12-011-0/+2
| | | | | | | Makes sure upstream will unblock and return the thread so that seeking can continue https://bugzilla.gnome.org/show_bug.cgi?id=758861
* qtdemux: Cast to signed integers to prevent unsigned compare between ↵Sebastian Dröge2015-12-011-2/+4
| | | | | | | | | | | | negative and positive numbers This fixes seeking if the first entries in the samples table are negative. The binary search would always fail on this as the array would not be sorted if interpreting the negative numbers as huge positive numbers. This caused us to always output buffers from the beginning after a seek instead of close to the seek position. Also add a case to the comparison function for equality.
* splitmuxpartreader: Fix GCond leakVineeth TM2015-11-161-0/+1
| | | | | | inactive_cond is not being cleared resulting in memory leak. https://bugzilla.gnome.org/show_bug.cgi?id=757924
* pulse: Don't leak caps and structures in the device providerNirbheek Chauhan2015-11-051-0/+4
|
* qtdemux: support for cenc auxiliary info parsing outside of moof boxPhilippe Normand2015-11-052-17/+53
| | | | | | | When the cenc aux info index is out of moof boundaries, keep track of it and parse the beginning of the mdat box, before the first sample. https://bugzilla.gnome.org/show_bug.cgi?id=755614
* v4l2: Set O_CLOEXEC on the device fdArun Raghavan2015-11-051-1/+6
| | | | | This is needed to make sure that child processes don't inherit the video device fd which can cause problems with some drivers.
* flvmux: fix writing of creation timeTim-Philipp Müller2015-11-011-1/+1
| | | | Don't write time as e.g. 11:9:42
* flvmux: GST_BUFFER_OFFSETs should be GST_BUFFER_OFFSET_NONEHavard Graff2015-11-012-1/+8
| | | | | | Or else flvdemux don't understand it https://bugzilla.gnome.org/show_bug.cgi?id=754435
* flvmux: use time segment and copy timestamps when streamableHavard Graff2015-11-012-3/+189
| | | | | | Add a basic test using speex data to verify timestamping. https://bugzilla.gnome.org/show_bug.cgi?id=754435
* Release 1.6.11.6.1Sebastian Dröge2015-10-3073-155/+507
|
* Update .po filesSebastian Dröge2015-10-3034-34/+34
|
* po: Update translationsSebastian Dröge2015-10-307-70/+57
|
* v4l2: fix double-unref in the v4l2 device providerNirbheek Chauhan2015-10-281-1/+0
|
* matroskamux: don't drop JPEG frames that only have PTS but no DTS setNicola Murino2015-10-281-1/+4
| | | | | | | | | | | | | | For the MS/VfW codec ids, we want to write DTS timestamps instead of PTS because that's what everyone else seems to do (and it's also how it is in AVI). So for those input formats we use the buffer DTS instead of the PTS. However, if there's no DTS set but only the PTS then just take the PTS instead of dropping the input buffer. This is useful especially for I-frame only codecs like JPEG and huffyuv, but should also be fine as fallback in general. Fixes regression with input JPEG frames that only have PTS set on them. https://bugzilla.gnome.org/show_bug.cgi?id=756967
* qtmux: Allow negotiating to S8 as a raw format but stop making it best choiceThibault Saunier2015-10-282-6/+4
| | | | | | | Negotiation to audio/x-raw,format=S8 was not possible because S8 does not have a bit order so we ended up doing `if (!entry.fourcc) goto refuse_caps;` https://bugzilla.gnome.org/show_bug.cgi?id=756387
* qtmux: Add prores supportThibault Saunier2015-10-282-0/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756388
* tests/check/splitmux: test that the release_pad vfunc of splitmuxsink ↵George Kiagiadakis2015-10-281-0/+20
| | | | | | actually releases pads https://bugzilla.gnome.org/show_bug.cgi?id=753622
* splitmuxsink: do not destroy the multiqueue & muxer when going to NULLGeorge Kiagiadakis2015-10-281-1/+7
| | | | | | | | | | Instead, delay it until all request pads have been released. This is because the release_pad() vfunc requires the multiqueue and muxer to be there in order to release their request pads as well. If those elements are destroyed earlier, release_pad() does not work, no pads are released and some resources are leaked. https://bugzilla.gnome.org/show_bug.cgi?id=753622
* scaletempo: F64 support is only available in GIT master at this pointSebastian Dröge2015-10-271-13/+1
|
* scaletempo: Fix handling of rate < 0Sebastian Dröge2015-10-272-22/+131
| | | | | | | | | | | | | | We have to reverse all samples in a buffer before processing them to properly have continuous data from one buffer to another. As a result we will have a negative applied rate and a rate of 1.0. Also make sure that input buffers are correctly clipped to the segment, otherwise our calculations are going to go wrong. Also copy over the segment event's sequence number to the output segment while we're at it. https://bugzilla.gnome.org/show_bug.cgi?id=757033
* check: Dist splitvideo0[012].ogg test files.Jan Schmidt2015-10-261-1/+3
|
* rtpj2kpay: update fragment offsetThiago Santos2015-10-201-0/+1
| | | | | | | It was always being set to 0, making the resulting stream broken for the receiver https://bugzilla.gnome.org/show_bug.cgi?id=756422
* qtmux: Don't unconditionally use strnlen()Ryan Hendrickson2015-10-201-1/+3
| | | | | | It's not available on older OSX and we can as well use memchr() here. https://bugzilla.gnome.org/show_bug.cgi?id=756154
* mpegaudioparse: Fix buffer memory leak during failuresVineeth TM2015-10-201-3/+3
| | | | | | mapped buffer is not being unmapped during failures https://bugzilla.gnome.org/show_bug.cgi?id=756231
* auparse: Fix event memory leakVineeth TM2015-10-191-0/+1
| | | | | | Free the event after being handled to prevent memory leak. https://bugzilla.gnome.org/show_bug.cgi?id=756799
* qtdemux: fix caps leakGuillaume Desmottes2015-10-171-0/+6
| | | | | | | | | | | If the QtDemuxStream are re-used they may already have caps which used to be leaked. Reproduced using the validate.dash.playback.seek_forward.dash_exMPD_BIP_TC1 validate scenario. https://bugzilla.gnome.org/show_bug.cgi?id=756561
* qtdemux: Fix taglist memory leakVineeth TM2015-10-171-2/+4
| | | | | | Free the stream and its sub items instead of just the stream https://bugzilla.gnome.org/show_bug.cgi?id=756544
* qtmux: Fix date memory leakVineeth TM2015-10-071-0/+1
| | | | | | | When getting date from taglist, the memory should be freed after using it. https://bugzilla.gnome.org/show_bug.cgi?id=756171
* qtmux: Fix sample memory leakVineeth TM2015-10-071-0/+1
| | | | | | | When getting sample from taglist, the memory should be freed after using it. https://bugzilla.gnome.org/show_bug.cgi?id=756068
* cutter: Fix buffer leakVineeth TM2015-10-071-0/+23
| | | | | | | | Buffer is added to the internal cache, and pushed only when accumulated buffer duration crosses 200 ms. So when the chain ends, the buffer accumulated is not freed. Freeing the cache when the state changes from PAUSED to READY. https://bugzilla.gnome.org/show_bug.cgi?id=754212
* splitmuxsink: post messages when fragments are being opened and closedGeorge Kiagiadakis2015-10-032-0/+33
| | | | | | | This can be useful for applications that need to track the created fragments (to log them in a recording database, for example) https://bugzilla.gnome.org/show_bug.cgi?id=750108
* splitmuxsink: allow non-video streams to serve as referenceRamiro Polla2015-10-032-21/+27
| | | | | | | In the absence of a video stream, the first stream will be used as reference. https://bugzilla.gnome.org/show_bug.cgi?id=753617
* splitmuxsink: initialize mux_start_time properlyGeorge Kiagiadakis2015-10-031-0/+4
| | | | | | | | | | | | | | | | | | | mux_start_time refers to the running_time of the buffer that goes first in the output file. Normally this time is 0, so this variable is initialized to 0 during the state change to PAUSED. However, when dealing with dynamic pipelines and starting a recording while the pipeline has already run for a while, the running_time of the first buffer is > 0 and this causes a problem with detecting the end of the first file(s) when splitting by duration, because the code will later compare the threshold_time with (last buffer running_time - mux_start_time) and will get it wrong until mux_start_time advances enough to make this difference < threshold_time, creating empty files in the meantime. https://bugzilla.gnome.org/show_bug.cgi?id=753624
* gdkpixbufsink: don't leak old pixel buffer when setting a new overlayTim-Philipp Müller2015-09-291-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755773
* flacenc: avoid potential string overflowTim-Philipp Müller2015-09-291-2/+2
| | | | | | | | | | | | We don't necessarily have full control over the input tags, so it's possible that the ISRC tag contains a longer string than expected, in which case we'd write over the end of the static-size 13 byte buffer that is FLAC__StreamMetadata_CueSheet_Track::isrc. Make sure to only copy the ISRC if it's not too long, and make sure the buffer we write to is always NUL-terminated by using g_strlcpy(). CID 1324931.
* matroskademux: Remove leftover assertion from 0.10Sebastian Dröge2015-09-291-1/+0
| | | | | | | We now allocate memory via GstAllocator and as such can handle arbitrary alignments, not only <= G_MEM_ALIGN. https://bugzilla.gnome.org/show_bug.cgi?id=755708
* aacparse: fix uninitialized variables in LOAS config readingGuillaume Marquebielle2015-09-261-2/+3
| | | | | | | | | On reading LOAS config, flag v=1 and vA=1 combination can occur, leading to warning "Spec says "TBD"...". Returning TRUE on this case while parameters 'sample_rate' and 'channels' are pointing to uninitialized values can end on setting random values as rate and channels on src caps. https://bugzilla.gnome.org/show_bug.cgi?id=755611
* Release 1.6.01.6.0Sebastian Dröge2015-09-2573-114/+354
|
* Update .po filesSebastian Dröge2015-09-2541-41/+41
|
* smptealpha: Do not set width/height before comparing with old valuesThibault Saunier2015-09-251-5/+3
| | | | | | | | Otherwise we end up considering the values did not change and we wrongly work with the old video format (which will lead to wrong behaviour/segfaults). https://bugzilla.gnome.org/show_bug.cgi?id=755621
* qtdemux: Accumulate segments for edit lists before activating the next segmentSebastian Dröge2015-09-241-5/+7
| | | | | | | | | | | eceb2ccc739092d964d78945e19c2ecedbd214e2 broke segment seeks by always accumulating segments manually when activating a segment. This is only needed when handling edit lists, not when activating a segment because of a seek. Do the accumulation when switching edit list segments instead. This fixes segment seeks again, while keeping edit lists playback working. https://bugzilla.gnome.org/show_bug.cgi?id=755471
* spectrum: send phase values in the GstMessage for Phase infoVikram Fugro2015-09-231-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755463
* matroska-mux: Don't output a warning on MONO multiview mode.Jan Schmidt2015-09-221-0/+2
|
* rtptheoradepay: Fix memory leaksSebastian Rasmussen2015-09-201-0/+55
| | | | | | | The same memory leaks were fixed in identical fashion for vorbisdepay in 06efeff5d979576a252e5dae57f46d6445b1df12 in 2009. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277
* rtp{vorbis,theora}{pay,depay}: Cosmetic cleanupSebastian Rasmussen2015-09-203-44/+12
| | | | | | | | | * use g_list_free_full(), don't iterate elements maually when freeing * call gst_rtp_*_pay_clear_packet(), don't duplicate its code * use gst_buffer_unref() to clarify that it is buffers being released, instead of refering directly to gst_mini_object_unref() Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277