summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-18Release 1.2.41.2.41.2Sebastian Dröge22-27/+137
2014-04-18Update .po filesSebastian Dröge40-40/+40
2014-04-04mpeg2dec: do not reset the whole video info when setting sizeVincent Penquerc'h1-1/+8
New changes to gstvideo will reset all the video info state when calling _set_format, overwriting what was previously set in the preceding code. The comment says the following code is meant to preserve the pre-crop size, so let's just keep the size and related data as this does not seem to break anything else (this is what the _set_format call would have set before the change that reset all data, except the colorimetry).
2014-02-23m4: 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-23m4: Fix multiple tests in AC_CHECK_A52DECRico Tzschichholz1-6/+6
2014-02-08Release 1.2.31.2.3Sebastian Dröge22-32/+118
2014-02-08Update .po filesSebastian Dröge40-40/+40
2014-02-04po: Update translationsSebastian Dröge2-22/+14
2013-12-26Release 1.2.2Sebastian Dröge22-33/+127
2013-12-26Update .po files1.2.2Sebastian Dröge40-40/+40
2013-12-13x264enc: fix compiler warningTim-Philipp Müller1-11/+2
Compiler warns rightly about possibly uninitialized variable.
2013-12-13x264enc: 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-26mpeg2dec: graceful degradation for badly parsed inputMark Nauwelaerts1-0/+7
2013-11-09Release 1.2.11.2.1Sebastian Dröge22-151/+180
2013-11-09Update .po filesSebastian Dröge40-40/+40
2013-11-09po: Update translationsSebastian Dröge2-13/+12
2013-11-09asfdemux: 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-11-09asfdemux: 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-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-10x264enc: If FPS is available, set VFR to falseMichael Esemplare1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=708940
2013-09-30asfdemux: 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-30asfdemux: 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-24Automatic update of common submoduleTim-Philipp Müller2-1/+1
From 6b03ba7 to 7412249
2013-09-24Release 1.2.01.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.901.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
2013-08-28Release 1.1.41.1.4Sebastian Dröge22-34/+210
2013-08-28Update .po filesSebastian Dröge40-40/+40
2013-08-28po: update translationsSebastian Dröge1-18/+12
2013-08-27x264enc: log when we output a lower profile than requestedTim-Philipp Müller1-2/+10
2013-08-21x264enc: Consider subset relations of profiles when setting srcpad capsSebastian Dröge1-1/+36
constrained-baseline is a subset of baseline, is a subset of main, is a subset of high profile. https://bugzilla.gnome.org/show_bug.cgi?id=705425
2013-08-21x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=705425
2013-08-17configure: fix x264 version checkingTim-Philipp Müller1-1/+1
x264 releases carry pkg-config versions such as 0.120.x (literallly with an 'x'). Checking for x264 >= 0.120.0 will then fail, so we need to either check for > 0.119.0 or for >= 0.120 to make this work right.
2013-08-17x264enc: minor clean-upTim-Philipp Müller1-2/+0
We requires x264 build >= 120 now.
2013-08-15mpeg2dec: Fix mpeg2_reset() callsSebastian Dröge1-2/+2
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset ↵Sebastian Dröge2-24/+69
implementations