summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-03.gitignore: Ignore gcov intermediate filesHEADmasterSebastian Rasmussen1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=725483
2014-02-28Automatic update of common submoduleSebastian Dröge1-0/+0
From fe1672e to bcb1518
2014-02-26Automatic update of common submoduleStefan Sauer1-0/+0
From 1a07da9 to fe1672e
2014-02-26docs: install prebuilt plugin docs if gtk-doc is disabledStefan Sauer1-4/+8
Sync to the Makefile.am from gst-plugin-base where it is done right. Fixes #725034
2014-02-26xingmux: add muxer category and make element plugableStefan Sauer2-2/+2
This is required to make encodebin consider the element. Yet it is not enough to have it plugged it has a lower priority than most mp3encoders and no different caps.
2014-02-26x264enc: allow lossless compression (qp=0)Dirk Van Haerenborgh1-5/+5
https://bugzilla.gnome.org/show_bug.cgi?id=725051
2014-02-20m4: Remove extra check for 11+ year old a52 releaseEdward Hervey1-17/+0
You deserve a build failure if you still have that version If someone wants to completely remove this m4 to replace it with the generic AS_GST_CHECK_LIBHEADER() it would be appreciated.
2014-02-19m4: Fix multiple tests in AC_CHECK_A52DECRico Tzschichholz1-6/+6
2014-02-09asfdemux: Remove unused functionSebastian Dröge1-26/+0
2014-02-06check: Fix test locationEdward Hervey1-1/+1
2014-02-04tests: Don't build disabled plugins' check testsSebastian Rasmussen1-1/+7
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723505
2014-01-30Automatic update of common submoduleEdward Hervey1-0/+0
From d48bed3 to 1a07da9
2014-01-03asfdemux: only add "format" field with fourcc to WMV capsTim-Philipp Müller1-4/+9
Doesn't make sense for e.g. H264 or MJPEG.
2013-12-22Automatic update of common submoduleTim-Philipp Müller2-7/+1
From dbedaa0 to d48bed3
2013-12-22po: set gettext domain in Makevars so we don't have to patch the generated ↵Tim-Philipp Müller1-1/+1
Makefile.in.in https://bugzilla.gnome.org/show_bug.cgi?id=705455
2013-12-05amrwbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrnbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom codeSebastian Dröge1-3/+1
2013-12-05amrwbdec: Use gst_audio_decoder_set_needs_format() instead of custom codeSebastian Dröge1-3/+1
2013-12-05mpeg2dec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-0/+1
2013-11-29x264enc: fix compiler warningTim-Philipp Müller1-11/+2
Compiler warns rightly about possibly uninitialized variable.
2013-11-29x264enc: fix crash on NULL caps when negotiation happens without a ↵Tim-Philipp Müller1-0/+6
downstream peer gst-launch-1.0 videotestsrc ! x264enc
2013-11-11mpeg2dec: graceful degradation for badly parsed inputMark Nauwelaerts1-0/+7
2013-11-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 865aa20 to dbedaa0
2013-10-29asfdemux: mo_size check bug fix. mo_size is not mandatory field.HyeJin Choi1-3/+6
So, don't need to check previous payload's mo_size and current payload's mo_size when merging it. https://bugzilla.gnome.org/show_bug.cgi?id=710609
2013-10-22asfdemux: Keep audio error checking fields only for audioThiago Santos2-34/+34
Video shouldn't need to be descrambled, this can cause frames data to be corrupted https://bugzilla.gnome.org/show_bug.cgi?id=684942
2013-10-22asfdemux: really copy the buffer dataThiago Santos1-1/+1
Pass the copy-memory flag to copy the memory for the output buffer, otherwise we end with 0-sized buffers https://bugzilla.gnome.org/show_bug.cgi?id=684942
2013-10-04x264enc: If FPS is available, set VFR to falseMichael Esemplare1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=708940
2013-09-24asfdemux: Only use segment.start as seek_time if it is relativeThiago Santos1-1/+4
Relying on the gst_segment_do_seek results for getting the seeking time should not be used if seek type is SET because the do_seek function makes the 'cur` position of the seek normalized on the segment range. This means that seeking beyond the end of the file might not result in instant EOS as it will end up seeking to the final ts of the file. In asf seeking to the final timestamp can lead to seeking to the last keyframe, meaning a few seconds of video will still be played, which should not be the desired behavior when seeking beyong file limits.
2013-09-24asfdemux: Parse last simple index entryThiago Santos1-1/+6
The entry size is fixed at 6, fix typo to finish parsing the index correctly until the last sample
2013-09-24Automatic update of common submoduleTim-Philipp Müller2-1/+1
From 6b03ba7 to 865aa20
2013-09-24configure: Actually use 1.3.0.1 as version to make configure happySebastian Dröge1-3/+3
2013-09-24Back to developmentSebastian Dröge1-4/+4
2013-09-24Release 1.2.0Sebastian Dröge22-36/+266
2013-09-24Update .po filesSebastian Dröge40-40/+40
2013-09-24x264enc: Update the documentation to match the default profile usedAndoni Morales Alastruey1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=708036
2013-09-20Automatic update of common submoduleEdward Hervey1-0/+0
From b613661 to 6b03ba7
2013-09-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 74a6857 to b613661
2013-09-19Automatic update of common submoduleTim-Philipp Müller2-5/+7
From 098c0d7 to 74a6857
2013-09-19Back to developmentSebastian Dröge1-3/+3
2013-09-19Release 1.1.90Sebastian Dröge22-37/+166
2013-09-19Update .po filesSebastian Dröge40-40/+40
2013-09-19po: Update translationsSebastian Dröge1-37/+18
2013-09-18x264enc: Implement getcaps that restricts the input format depending on the ↵Olivier Crête2-45/+190
output profile Also add some x264enc profile tests https://bugzilla.gnome.org/show_bug.cgi?id=708326
2013-09-18asfdemux: fix playback regression in push modeMatej Knopp2-18/+29
2013-09-10asfdemux: remove unused variableThiago Santos1-1/+0
2013-09-05x264enc: Don't unref future state but the old oneMathieu Duponchelle1-1/+1
Being silly will lead us nowhere.
2013-09-04x264enc: Check if we have an input state before using itSebastian Dröge1-1/+8
Flushing might happen before caps were set on the encoder, which would lead to crashes here. Thanks to Matej Knopp for analyzing this. https://bugzilla.gnome.org/show_bug.cgi?id=707414
2013-09-04x264enc: fix unsigned comparison warningMatej Knopp1-1/+1
2013-08-28Back to developmentSebastian Dröge1-3/+3