Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-19 | Release 1.5.901.5.90 | Sebastian Dröge | 22 | -43/+265 | |
2015-08-19 | Update .po files | Sebastian Dröge | 40 | -86/+86 | |
2015-08-19 | po: Update translations | Sebastian Dröge | 2 | -48/+48 | |
2015-08-18 | x264enc: actually return TRUE from accept-caps handler | Thiago Santos | 1 | -0/+1 | |
The query was handled | |||||
2015-08-16 | x264enc: implement accept-caps handling | Thiago Santos | 1 | -0/+34 | |
Implement accept-caps handling without doing caps queries downstream | |||||
2015-08-15 | audioencoders: use template subset check for accept-caps | Thiago Santos | 3 | -0/+4 | |
It is faster than doing a query that propagates downstream and should be enough Elements: amrnbenc, lamemp3enc, twolamemp2enc | |||||
2015-08-15 | mpeg2dec: use default pad accept-caps handling | Thiago Santos | 1 | -0/+3 | |
Avoids useless check of downstream caps when handling an accept-caps query | |||||
2015-08-15 | audiodecoders: use default pad accept-caps handling | Thiago Santos | 4 | -0/+12 | |
Avoids useless check of downstream caps when handling an accept-caps query Elements: a52dec, amrnbdec, amrwbdec, mad | |||||
2015-08-14 | check: Rename states unit test | Edward Hervey | 1 | -1/+1 | |
Makes it easier to differentiate from other modules states unit test | |||||
2015-08-06 | rmdemux: fix assertion error when freeing old tags. | Vineeth TM | 1 | -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-30 | asfdemux: fix assertion error when codec_data is not present in structure | Vineeth TM | 1 | -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-29 | asfdemux: remove unread value | Luis de Bethencourt | 1 | -1/+1 | |
Init value of idx2 is never used. First usage sets it to idx + 1. Removing initial value. | |||||
2015-07-25 | asfdemux: Don't post error on flushing while reading headers | Olivier Crête | 1 | -9/+14 | |
2015-07-21 | rmdemux: mark tag list as global scope | Tim-Philipp Müller | 1 | -0/+2 | |
2015-07-21 | rmdemux: fix taglist leak | Tim-Philipp Müller | 1 | -1/+5 | |
merge doesn't take ownership, so must unref the old tags if we do merge. | |||||
2015-07-21 | rmdemux: fix wrong unref when there are no tags | Vineeth TM | 1 | -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-21 | rmdemux: fix memory leaks during error cases | Vineeth T M | 1 | -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-16 | Update mailing list in doap file as well | Tim-Philipp Müller | 1 | -1/+1 | |
2015-07-16 | Update mailing list address from sourceforge to freedesktop | Tim-Philipp Müller | 1 | -1/+1 | |
2015-07-16 | rmdemux: fix tag memory leak | Vineeth T M | 1 | -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-03 | Automatic update of common submodule | Stefan Sauer | 1 | -0/+0 | |
From f74b2df to 9aed1d7 | |||||
2015-06-25 | Back to development | Sebastian Dröge | 1 | -3/+3 | |
2015-06-24 | Release 1.5.21.5.2 | Sebastian Dröge | 23 | -50/+231 | |
2015-06-24 | Update .po files | Sebastian Dröge | 40 | -40/+40 | |
2015-06-24 | po: Update translations | Sebastian Dröge | 1 | -4/+4 | |
2015-06-19 | asfdemux: Use gst_video_multiview_guess_half_aspect() function | Jan Schmidt | 1 | -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-16 | Automatic update of common submodule | Nicolas Dufresne | 1 | -0/+0 | |
From 6015d26 to f74b2df | |||||
2015-06-11 | x264enc: Use gst_video_encoder_set_min_pts | Matej Knopp | 2 | -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-11 | asfdemux: Add support for stereoscopic video metadata. | Jan Schmidt | 3 | -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-11 | x264enc: Add support for stereoscopic video | Jan Schmidt | 2 | -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-10 | xingmux: fix compiler warnings | Chris Clayton | 1 | -1/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=750596 | |||||
2015-06-09 | cruft: add the obsolete tmpl dir to cruft-dirs | Stefan Sauer | 1 | -0/+3 | |
2015-06-09 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 | |
From d9a3353 to 6015d26 | |||||
2015-06-08 | Automatic update of common submodule | Stefan Sauer | 1 | -0/+0 | |
From d37af32 to d9a3353 | |||||
2015-06-07 | Automatic update of common submodule | Stefan Sauer | 1 | -0/+0 | |
From 21ba2e5 to d37af32 | |||||
2015-06-07 | Automatic update of common submodule | Stefan Sauer | 1 | -0/+0 | |
From c408583 to 21ba2e5 | |||||
2015-06-07 | docs: remove variables that we define in the snippet from common | Stefan Sauer | 1 | -3/+0 | |
This is syncing our Makefile.am with upstream gtkdoc. | |||||
2015-06-07 | Automatic update of common submodule | Stefan Sauer | 2 | -9/+20 | |
From d676993 to c408583 | |||||
2015-06-07 | Back to development | Sebastian Dröge | 1 | -3/+3 | |
2015-06-07 | Release 1.5.11.5.1 | Sebastian Dröge | 23 | -203/+626 | |
2015-06-07 | Update .po files | Sebastian Dröge | 40 | -40/+40 | |
2015-06-07 | po: Update translations | Sebastian Dröge | 2 | -40/+34 | |
2015-06-02 | check: Use GST_CHECK_MAIN () macro everywhere | Edward Hervey | 5 | -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-26 | x264enc: don't artificially limit max allowed value of "threads" property | Tim-Philipp Müller | 1 | -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-12 | dvdread: Also reset the first_seek var in start() | Jan Schmidt | 1 | -0/+2 | |
Make the initial chapter seek work across reuse. https://bugzilla.gnome.org/show_bug.cgi?id=453322 | |||||
2015-05-12 | dvdread: Work around basesrc initial seek | Jan Schmidt | 2 | -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-10 | docs: update example pipelines in element docs | Tim-Philipp Müller | 12 | -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-27 | Rename property enums from ARG_ to PROP_ | Luis de Bethencourt | 2 | -2/+2 | |
Property enum items should be nameed PROP_ for consistency and readability. | |||||
2015-04-26 | Remove obsolete Android build cruft | Tim-Philipp Müller | 8 | -144/+0 | |
This is not needed any longer. | |||||
2015-04-24 | realmedia: remove unused enum item PROP_LAST | Luis de Bethencourt | 1 | -2/+1 | |