summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Release 1.6.41.6.41.6Tim-Philipp Müller22-80/+214
2016-02-29dvdread: Fix seek starting at 0 for title != 1Jens Georg1-1/+2
Otherwise the playback would start at title 0 https://bugzilla.gnome.org/show_bug.cgi?id=762787
2016-02-22asfdemux: fix adding bitrate to stream tagsTim-Philipp Müller1-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=699586
2016-01-20Release 1.6.31.6.3Sebastian Dröge22-61/+145
2016-01-20Update .po filesSebastian Dröge40-40/+40
2015-12-14Release 1.6.21.6.2Sebastian Dröge23-52/+158
2015-12-14Update .po filesSebastian Dröge40-86/+86
2015-12-14po: Update translationsSebastian Dröge2-52/+53
2015-11-26x264enc: increase bitrate limit from 100Mbps to 2GbpsArjen Veenhuizen1-1/+1
Don't artificially limit the bitrate, x264 allows much higher bitrates, and for intra-only 4k AVC they are needed. x264 clips to 2Gbps internally, so use that as limit for now. https://bugzilla.gnome.org/show_bug.cgi?id=758620
2015-10-30Release 1.6.11.6.1Sebastian Dröge22-94/+141
2015-10-30Update .po filesSebastian Dröge40-40/+40
2015-09-25Release 1.6.01.6.0Sebastian Dröge22-37/+183
2015-09-25Update .po filesSebastian Dröge40-40/+40
2015-09-18Release 1.5.911.5.91Sebastian Dröge22-41/+132
2015-09-18Update .po filesSebastian Dröge40-40/+40
2015-09-18po: Update translationsSebastian Dröge1-9/+10
2015-09-05x264: Add bitrate info to the tags output.Jan Schmidt1-1/+3
Makes it possible for muxers to know the target bitrate as soon as encoding starts, which flvmux now uses.
2015-08-28asfdemux: fix file mode of some source filesTim-Philipp Müller2-0/+0
2015-08-19Release 1.5.901.5.90Sebastian 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.21.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