summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19Release 1.5.90HEADmasterSebastian Dröge22-43/+265
2015-08-19Update .po filesSebastian Dröge40-86/+86
2015-08-19po: Update translationsSebastian Dröge2-48/+48
2015-08-18x264enc: actually return TRUE from accept-caps handlerThiago Santos1-0/+1
The query was handled
2015-08-16x264enc: implement accept-caps handlingThiago Santos1-0/+34
Implement accept-caps handling without doing caps queries downstream
2015-08-15audioencoders: use template subset check for accept-capsThiago Santos3-0/+4
It is faster than doing a query that propagates downstream and should be enough Elements: amrnbenc, lamemp3enc, twolamemp2enc
2015-08-15mpeg2dec: use default pad accept-caps handlingThiago Santos1-0/+3
Avoids useless check of downstream caps when handling an accept-caps query
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos4-0/+12
Avoids useless check of downstream caps when handling an accept-caps query Elements: a52dec, amrnbdec, amrwbdec, mad
2015-08-14check: Rename states unit testEdward Hervey1-1/+1
Makes it easier to differentiate from other modules states unit test
2015-08-06rmdemux: fix assertion error when freeing old tags.Vineeth TM1-1/+2
Check if old_tags is present before calling gst_tag_list_unref https://bugzilla.gnome.org/show_bug.cgi?id=753301
2015-07-30asfdemux: fix assertion error when codec_data is not present in structureVineeth TM1-11/+13
When discovering a particular asf file, caps structure doesn't have codec_data, and this was not being checked before using the same, resulting in assertion error https://bugzilla.gnome.org/show_bug.cgi?id=752803
2015-07-29asfdemux: remove unread valueLuis de Bethencourt1-1/+1
Init value of idx2 is never used. First usage sets it to idx + 1. Removing initial value.
2015-07-25asfdemux: Don't post error on flushing while reading headersOlivier Crête1-9/+14
2015-07-21rmdemux: mark tag list as global scopeTim-Philipp Müller1-0/+2
2015-07-21rmdemux: fix taglist leakTim-Philipp Müller1-1/+5
merge doesn't take ownership, so must unref the old tags if we do merge.
2015-07-21rmdemux: fix wrong unref when there are no tagsVineeth TM1-4/+6
Tags should be appended to pending tags and unref'ed only if tags are present. Else there is no need to append. https://bugzilla.gnome.org/show_bug.cgi?id=752404
2015-07-21rmdemux: fix memory leaks during error casesVineeth T M1-10/+17
while adding stream, during error cases, only stream is being freed. Adapter, pad, tags, subpackets, index are not being freed resulting in memory leaks https://bugzilla.gnome.org/show_bug.cgi?id=752404
2015-07-16Update mailing list in doap file as wellTim-Philipp Müller1-1/+1
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-07-16rmdemux: fix tag memory leakVineeth T M1-0/+1
tags is not being freed after being merged to the pending_tags. https://bugzilla.gnome.org/show_bug.cgi?id=752404
2015-07-03Automatic update of common submoduleStefan Sauer1-0/+0
From f74b2df to 9aed1d7
2015-06-25Back to developmentSebastian Dröge1-3/+3
2015-06-24Release 1.5.2Sebastian Dröge23-50/+231
2015-06-24Update .po filesSebastian Dröge40-40/+40
2015-06-24po: Update translationsSebastian Dröge1-4/+4
2015-06-19asfdemux: Use gst_video_multiview_guess_half_aspect() functionJan Schmidt1-2/+11
Use gst_video_multiview_guess_half_aspect() to guess if frame-packed stereoscopic video is full-frame per view or not.
2015-06-16Automatic update of common submoduleNicolas Dufresne1-0/+0
From 6015d26 to f74b2df
2015-06-11x264enc: Use gst_video_encoder_set_min_ptsMatej Knopp2-12/+6
This method replace the manual adjustment of PTS and DTS to avoid negative DTS issues. Using this method will also update the segment so we don't loos sync. https://bugzilla.gnome.org/show_bug.cgi?id=740575
2015-06-11asfdemux: Add support for stereoscopic video metadata.Jan Schmidt3-8/+158
Add parsing of stereoscopic metadata, and place into the caps to the decoder. Fix parsing of Advanced Mutual Exclustion objects. https://bugzilla.gnome.org/show_bug.cgi?id=711190 Based on a patch by HyeJin Choi <meeshel78@hotmail.com>
2015-06-11x264enc: Add support for stereoscopic videoJan Schmidt2-0/+104
Provide new frame-packing property to directly set x264enc frame packing, or pass through upstream settings The explicit layout from the frame-packing property is preferred over any info from the caps.
2015-06-10xingmux: fix compiler warningsChris Clayton1-1/+4
https://bugzilla.gnome.org/show_bug.cgi?id=750596
2015-06-09cruft: add the obsolete tmpl dir to cruft-dirsStefan Sauer1-0/+3
2015-06-09Automatic update of common submoduleEdward Hervey1-0/+0
From d9a3353 to 6015d26
2015-06-08Automatic update of common submoduleStefan Sauer1-0/+0
From d37af32 to d9a3353
2015-06-07Automatic update of common submoduleStefan Sauer1-0/+0
From 21ba2e5 to d37af32
2015-06-07Automatic update of common submoduleStefan Sauer1-0/+0
From c408583 to 21ba2e5
2015-06-07docs: remove variables that we define in the snippet from commonStefan Sauer1-3/+0
This is syncing our Makefile.am with upstream gtkdoc.
2015-06-07Automatic update of common submoduleStefan Sauer2-9/+20
From d676993 to c408583
2015-06-07Back to developmentSebastian Dröge1-3/+3
2015-06-07Release 1.5.1Sebastian Dröge23-203/+626
2015-06-07Update .po filesSebastian Dröge40-40/+40
2015-06-07po: Update translationsSebastian Dröge2-40/+34
2015-06-02check: Use GST_CHECK_MAIN () macro everywhereEdward Hervey5-80/+5
Makes source code smaller, and ensures we go through common initialization path (like the one that sets up XML unit test output ...)
2015-05-26x264enc: don't artificially limit max allowed value of "threads" propertyTim-Philipp Müller1-1/+1
In auto mode it will happily chose much higher values anyway, and a limit of 4 seems a bit low these days.
2015-05-12dvdread: Also reset the first_seek var in start()Jan Schmidt1-0/+2
Make the initial chapter seek work across reuse. https://bugzilla.gnome.org/show_bug.cgi?id=453322
2015-05-12dvdread: Work around basesrc initial seekJan Schmidt2-0/+9
Ignore the initial seek basesrc sends, as it breaks starting from another chapter by immediately seeking back to the start of the title
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller12-35/+48
Mostly gst-launch -> gst-launch-1.0, but also use autoaudiosink/autovideosink in more places and update pipelines a little or flesh out descriptions.
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt2-2/+2
Property enum items should be nameed PROP_ for consistency and readability.
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller8-144/+0
This is not needed any longer.
2015-04-24realmedia: remove unused enum item PROP_LASTLuis de Bethencourt1-2/+1