- Apr 14, 2016
-
-
Tim-Philipp Müller authored
-
- Feb 28, 2016
-
-
Jens Georg authored
Otherwise the playback would start at title 0 https://bugzilla.gnome.org/show_bug.cgi?id=762787
-
- Feb 22, 2016
-
-
- Jan 20, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Dec 14, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Nov 26, 2015
-
-
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
-
- Oct 30, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 25, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 18, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 05, 2015
-
-
Jan Schmidt authored
Makes it possible for muxers to know the target bitrate as soon as encoding starts, which flvmux now uses.
-
- Aug 28, 2015
-
-
Tim-Philipp Müller authored
-
- Aug 19, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 18, 2015
-
-
Thiago Santos authored
The query was handled
-
- Aug 16, 2015
-
-
Thiago Santos authored
Implement accept-caps handling without doing caps queries downstream
-
Thiago Santos authored
It is faster than doing a query that propagates downstream and should be enough Elements: amrnbenc, lamemp3enc, twolamemp2enc
-
- Aug 15, 2015
-
-
Thiago Santos authored
Avoids useless check of downstream caps when handling an accept-caps query
-
Thiago Santos authored
Avoids useless check of downstream caps when handling an accept-caps query Elements: a52dec, amrnbdec, amrwbdec, mad
-
- Aug 14, 2015
-
-
Edward Hervey authored
Makes it easier to differentiate from other modules states unit test
-
- Aug 06, 2015
-
-
Vineeth TM authored
Check if old_tags is present before calling gst_tag_list_unref https://bugzilla.gnome.org/show_bug.cgi?id=753301
-
- Jul 30, 2015
-
-
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
-
- Jul 29, 2015
-
-
Luis de Bethencourt authored
Init value of idx2 is never used. First usage sets it to idx + 1. Removing initial value.
-
- Jul 25, 2015
-
-
Olivier Crête authored
-
- Jul 21, 2015
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
merge doesn't take ownership, so must unref the old tags if we do merge.
-
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
-
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
-
- Jul 16, 2015
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
tags is not being freed after being merged to the pending_tags. https://bugzilla.gnome.org/show_bug.cgi?id=752404
-
- Jul 03, 2015
-
-
Stefan Sauer authored
From f74b2df to 9aed1d7
-
- Jun 24, 2015
-
-
Sebastian Dröge authored
-