summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-15asfdemux: Send duration query upstream firstEdward Hervey1-11/+14
An upstream element (like mms or some dlna source) might be able to answer the query. Try that first, else fallback to standard logic
2014-11-06Release 1.4.41.4.4Sebastian Dröge22-27/+114
2014-11-06Update .po filesSebastian Dröge39-39/+39
2014-11-06po: Update translationsSebastian Dröge1-15/+16
2014-09-24Release 1.4.31.4.3Sebastian Dröge22-29/+111
2014-09-24Update .po filesSebastian Dröge40-40/+40
2014-09-19Release 1.4.21.4.2Sebastian Dröge22-29/+122
2014-09-19Update .po filesSebastian Dröge40-40/+40
2014-09-11asfdemux: add ASF_OBJ_METADATA_LIBRARY_OBJECTGuillaume Desmottes3-1/+6
We can safely ignore those but best to claim to understand this object type so we don't raise a warning. https://bugzilla.gnome.org/show_bug.cgi?id=736060
2014-08-27Release 1.4.11.4.1Sebastian Dröge22-183/+130
2014-08-27Update .po filesSebastian Dröge40-40/+40
2014-08-11x264: fix colour inversion with YV12 formatTim-Philipp Müller1-1/+1
It's the same as I420 but with the U/V planes swapped.
2014-07-19Release 1.4.01.4.0Sebastian Dröge22-48/+128
2014-07-19Update .po filesSebastian Dröge40-40/+40
2014-07-19po: Update translationsSebastian Dröge1-23/+9
2014-07-11Release 1.3.911.3.91Sebastian Dröge22-32/+130
2014-07-11Update .po filesSebastian Dröge40-40/+40
2014-07-11po: Update translationsSebastian Dröge1-9/+10
2014-07-04rademux: Print invalid fourcc in error message in hexSebastian Rasmussen1-2/+1
Previously this was printed as characters which caused later processing of the error message to sometimes warn about non-UTF-8 characters. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732716
2014-06-28Release 1.3.901.3.90Sebastian Dröge23-50/+149
2014-06-28Update .po filesSebastian Dröge40-40/+40
2014-06-22Ignore autotools test-driver temp files from 'make check'Tim-Philipp Müller1-0/+4
2014-06-22Back to developmentSebastian Dröge1-3/+3
2014-06-22Release 1.3.31.3.3Sebastian Dröge22-47/+185
2014-06-22Update .po filesSebastian Dröge40-40/+40
2014-06-22po: Update translationsSebastian Dröge2-9/+10
2014-06-03rmdemux: use GstFlowCombinerThiago Santos2-39/+13
Removes flow return combination code to use the newly added GstFlowCombiner https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-06-03asfdemux: use GstFlowCombinerThiago Santos2-35/+13
Removes flow return combination code to use the newly added GstFlowCombiner https://bugzilla.gnome.org/show_bug.cgi?id=709224
2014-05-28x264enc: fix caps leak in set_format()Aurélien Zanelli1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=730865
2014-05-26asfdemux: Handle initial 0 timestamp that should have been -1Matej Knopp1-1/+21
https://bugzilla.gnome.org/show_bug.cgi?id=719660
2014-05-21Back to developmentSebastian Dröge1-3/+3
2014-05-21Release 1.3.21.3.2Sebastian Dröge25-48/+114
2014-05-21Update .po filesSebastian Dröge40-40/+40
2014-05-21Automatic update of common submoduleSebastian Dröge1-0/+0
From 211fa5f to 1f5d3c3
2014-05-16mpeg2dec: remove unused struct membersTim-Philipp Müller1-3/+0
2014-05-16rtspreal: Fix some memory leaks in an error pathSebastian Dröge1-0/+4
CID 1212165.
2014-05-09mpeg2dec: Release codec state on negotiation failuresEdward Hervey1-0/+1
Else it leaks CID #1212169
2014-05-03Back to developmentSebastian Dröge1-3/+3
2014-05-03Release 1.3.11.3.1Sebastian Dröge24-154/+566
2014-05-03Update .po filesSebastian Dröge40-40/+40
2014-05-03po: Update translationsSebastian Dröge5-54/+48
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
From bcb1518 to 211fa5f
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller5-10/+0
They are very confusing for people, and more often than not also just not very accurate. Seeing 'last reviewed: 2005' in your docs is not very confidence-inspiring. Let's just remove those comments.
2014-04-10dvdsubdec: fix spurious rejection of 0 time offset commandsVincent Penquerc'h1-0/+1
Coverity 206168
2014-04-10dvdread: avoid intermediate promotion to signedVincent Penquerc'h1-3/+4
We should not reach the dangerous range here, though. Coverity 206491, 206492, 1139856
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-04-03asfdemux: Fix payloads checkEdward Hervey1-9/+9
Don't iterate stream->payloads if ... it doesn't exist CID #1139846
2014-03-03.gitignore: Ignore gcov intermediate filesSebastian 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