Tim-Philipp Müller
8cbd4e9a4a
build: add cruft alert for common/shave*
2010-03-26 17:08:40 +00:00
Tim-Philipp Müller
b8f85b4650
Fix make distcheck
...
Remove removed file win32/common/config.h.in from MANIFEST.
2010-03-26 17:08:40 +00:00
Edward Hervey
c4e14839e8
synaestesia: Fix old-style prototype
2010-03-24 19:35:03 +01:00
Руслан Ижбулатов
49c5383c71
Fix pointer type.
...
Fixes #613815
2010-03-24 19:01:34 +01:00
Edward Hervey
4e87b5c1d0
Automatic update of common submodule
...
From 55cd514 to c1d07dd
2010-03-24 18:55:32 +01:00
Sebastian Dröge
c88c88de0d
build: Add all kinds of compiler warning flags and fix the resulting warnings
2010-03-24 11:27:40 +01:00
Tim-Philipp Müller
c8e931574e
build: fix up Makefile.am
...
Mostly just add $(GST_BASE_CFLAGS) where they're missing and fix
the order a bit here and there (see docs/random/moving-plugins).
2010-03-19 00:12:38 +00:00
Tim-Philipp Müller
402ea5ec77
win32: remove win32-specific config.h.in copy that's not used any longer
...
The win32 config.h is now generated from the top-level config.h.in.
2010-03-19 00:03:12 +00:00
Benjamin Otte
9850bd814f
gst_element_class_set_details => gst_element_class_set_details_simple
2010-03-18 15:53:14 +01:00
Sebastian Dröge
43b366ce52
x264enc: Put pixel-aspect-ratio from input into the src pad caps
...
Fixes bug #612995 .
2010-03-16 15:05:06 +01:00
Edward Hervey
33fbac5b92
Automatic update of common submodule
...
From e272f71 to 55cd514
2010-03-12 13:59:53 +01:00
Benjamin Otte
74e1fb948f
Automatic update of common submodule
...
From df8a7c8 to e272f71
2010-03-11 11:21:19 +01:00
Benjamin Otte
d9ad767c7e
Update CXXFLAGS, too
2010-03-10 22:13:45 +01:00
Benjamin Otte
36e0e1bc3a
Update for recent changes to common submodule
...
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.
Actually using that separation will happen later.
2010-03-10 21:56:45 +01:00
Benjamin Otte
0d60ed91ee
Automatic update of common submodule
...
From 9720a7d to df8a7c8
2010-03-10 21:52:30 +01:00
Benjamin Otte
15bfae0c79
Automatic update of common submodule
...
From 0b6e072 to 9720a7d
2010-03-10 20:44:18 +01:00
Benjamin Otte
ffe40d7762
Automatic update of common submodule
...
From 7cc5eb4 to 0b6e072
2010-03-10 16:10:17 +01:00
Tim-Philipp Müller
ade343a7b8
Automatic update of common submodule
...
From 7aa65b5 to 7cc5eb4
2010-03-10 01:10:52 +00:00
Sebastian Dröge
21791f1ab6
Automatic update of common submodule
...
From 44ecce7 to 7aa65b5
2010-03-09 21:40:26 +00:00
Sebastian Dröge
fabb0ad3fd
configure: Use automake 1.11 silent rules instead of shave if available
...
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:04:40 +00:00
Tim-Philipp Müller
6aa69b0bdb
Back to development
2010-03-09 17:42:11 +00:00
Tim-Philipp Müller
7cf205b8b7
Release 0.10.14
2010-03-06 01:13:25 +00:00
Tim-Philipp Müller
069537650f
Update .po files
2010-03-06 01:10:09 +00:00
Tim-Philipp Müller
051cf98040
0.10.13.4 pre-release
2010-03-03 22:52:30 +00:00
Thiago Santos
96ee17e7b6
x264enc: Replace 'avc-sample' with 'avc' in caps
...
In the element and in its tests
Fixes #606662
2010-03-01 17:48:18 -03:00
Edward Hervey
48a1935cb0
asfdemux: Don't set durations of 0 on outgoing buffers.
...
Some (broken) streams don't have the extended stream properties in
the header, resulting in applying a duration of zero on outgoing
buffers.
Fixes #611473
2010-03-01 16:52:08 +01:00
Edward Hervey
79b154e4f7
asfdemux: Make sure we always set proper payload duration.
...
Some (broken) streams will have a delta of 0, resulting in outgoing
buffers having durations of 0.
Fixes #611473
2010-03-01 16:51:56 +01:00
Tim-Philipp Müller
cfc2820ce1
0.10.13.3 pre-release
2010-02-24 01:40:34 +00:00
Edward Hervey
417e3e0346
asfdemux: Make sure we don't end up with negative timestamps.
...
Some files have payload with timestamps smaller than the preroll duration.
Instead of blindly substracting the preroll value (and ending up with
insanely high timestamps on the outgoing buffers), we make sure we
never go below 0.
Fixes #610432
2010-02-19 18:11:13 +01:00
Tim-Philipp Müller
f144d1795d
0.10.13.2 pre-release
...
Update core/base requirement to 0.10.26, since that's more likely
to be the actual requirement.
2010-02-19 01:07:49 +00:00
Tim-Philipp Müller
95e0feedd3
po: update translations
2010-02-19 01:06:44 +00:00
Tim-Philipp Müller
09d493f21d
x264enc: add caps check to x264enc unit test
...
Add some minimal caps checking to x264enc unit test.
See #610089 .
2010-02-16 14:10:38 +00:00
Vittorio Palmisano
35dd89951d
x264enc: fix up avcC header construction and playback by flash players
...
Fix off-by-one bug when constructing the avcC header chunk: we
wrote wrong profile info into the header. The first byte in the
SPS NAL we get from x264 is the nal type, not the profile_idc.
Also add some debug logging.
Fixes #610089 .
2010-02-16 13:33:10 +00:00
Robert Swain
ad45fd1827
asfdemux: Improve seek behaviour for audio-only with no index
...
Instead of seeking to seek_time - 5s in the hope of hitting a keyframe
for video, we can just seek to seek_time instead.
2010-02-16 13:02:47 +01:00
Tim-Philipp Müller
bde03ffc01
configure: fix up GST_CXXFLAGS properly
...
We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
2010-02-16 00:26:37 +00:00
Tim-Philipp Müller
f295a84433
Update MAINTAINERS, add myself
2010-02-16 00:26:36 +00:00
Stefan Kost
086528d359
configure: base GST_CXXFLAGS on --cflags from pkg-config
...
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting
point for for both C and CXX settings.
2010-02-15 23:16:32 +02:00
Sebastian Dröge
cfe16b0e7c
Automatic update of common submodule
...
From 96dc793 to 44ecce7
2010-02-14 23:18:44 +01:00
Tim-Philipp Müller
a5984e6b49
win32: change how win32/common/config.h is updated
...
Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control. It's kept in source control so that the git tree is
buildable from VS.
This change is similar to the ones applied a while ago to GStreamer
core, gst-plugins-base and gst-plugins-good and prevents configure
from changing files in source control. The generated config.h
should be ok, but needs testing.
2010-02-01 09:27:58 +00:00
Tim-Philipp Müller
efc5181d13
rtspreal: don't construct config header with uninitialised bytes
...
Turns out 4 + 4 + 2 + (4 * 2) is actually 18 and not 22. This avoids
a presumably unintentional padding of uninitialised bytes at the end
of the CONT tags chunk, which should be harmless but causes warnings
in valgrind (see #608533 for a test URL).
2010-01-31 13:03:58 +00:00
Tim-Philipp Müller
cd6b16734e
rtspreal: add finalize function so we can free streams and rulebook
...
Fix memory leak in Real RTSP component (#608533 ).
2010-01-30 19:15:15 +00:00
Tim-Philipp Müller
4cb5f32308
rtspreal: fix minor memory leak
...
Caps take their own reference when a buffer is added to them, so
unref buffer after adding it to caps (#608533 ).
2010-01-30 19:15:15 +00:00
Tim-Philipp Müller
29c509a7b8
rdtdepay: unref input buffer when done
...
Fixes memory leak, see #608533 .
2010-01-30 19:15:15 +00:00
Tim-Philipp Müller
5aae2740b4
Automatic update of common submodule
...
From 15d47a6 to 96dc793
2010-01-30 15:19:56 +00:00
Mark Nauwelaerts
8a1414694d
x264enc: make use of Access Unit delimiters configurable
...
API: GstX264Enc:aud
2010-01-29 19:47:03 +01:00
Thiago Santos
8f60eb26f3
asfdemux: Do not subtract padding twice
...
Only subtract implicit padding if an explicit one isn't
provided. Avoids subtracting it twice and causing
parsing errors.
Fixes #607698
2010-01-22 15:49:58 -03:00
Stefan Kost
da70785dcd
assert: g_assert_not_reached() cannot replace return statement
...
Fix build with assert being turned off.
2010-01-22 16:55:14 +02:00
Tim-Philipp Müller
64545310d4
Automatic update of common submodule
...
From 14cec89 to 15d47a6
2010-01-20 00:55:12 +00:00
Edward Hervey
8829c5141a
asfdemux: Don't forget to update flow variable
...
Forgot to update the return value in the loop.
2010-01-18 18:01:55 +01:00
Edward Hervey
bb20a20d86
asfdemux: Check flow return on every push
...
We previously only aggregated flow returns after the while(push) loop,
which meant that in some cases we would end-up not properly aggregating
the flow returns.
This is based on the same flow aggregation algorithm as oggdemux.
2010-01-18 17:51:57 +01:00