Matej Knopp
fad302b573
asfdemux: fix build on C89 compilers
2013-08-08 11:56:19 +02:00
Matej Knopp
f27c832011
asfdemux: fix seeking in push mode
2013-08-08 11:56:19 +02:00
Lubosz Sarnecki
68985ba2ab
build: add subdir-objects to AM_INIT_AUTOMAKE
...
Fixes warnings in automake 1.14
https://bugzilla.gnome.org/show_bug.cgi?id=705350
2013-08-02 15:34:03 +01:00
Edward Hervey
96c15877f2
mpeg2dec: Do a hard reset of flush_stop
...
Which is notified by hard == 0 with latest refactoring.
2013-08-02 08:25:49 +02:00
Tim-Philipp Müller
3bf4958e3c
po: update translations
2013-07-29 21:09:37 +01:00
Sebastian Dröge
edff2b9a2b
Back to development
2013-07-29 14:48:21 +02:00
Sebastian Dröge
989be020a1
Release 1.1.3
2013-07-29 13:46:08 +02:00
Sebastian Dröge
c53e6fee43
Update .po files
2013-07-29 13:46:05 +02:00
Sebastian Dröge
4b0f044151
gst: Don't swap start/stop for negative rates in the SEGMENT query
2013-07-29 12:13:17 +02:00
Sebastian Dröge
eb5dfd5436
real: Implement SEGMENT query
2013-07-29 10:57:38 +02:00
Sebastian Dröge
1ce9d7b2d1
asfdemux: Implement SEGMENT query
2013-07-29 10:56:06 +02:00
Matej Knopp
1803b3c185
asfdemux: Add support for dvr-ms
...
https://bugzilla.gnome.org/show_bug.cgi?id=705026
2013-07-29 10:07:55 +02:00
Edward Hervey
8f6e8ef56b
rtspreal: Ensure output value has an assigned value
...
In the case where this macro was used, that dest was != NULL but that
the strncmp failed, we would end up with dest_len being undefined.
2013-07-26 16:47:48 +02:00
Edward Hervey
767005d8c0
x264: Fix dts comparision
...
We were assigning to a guint64 value (frame->dts) the sum of a unsigned
and signed value... resulting it the result never being < 0.
Instead just check if it is smaller before assigning to frame->dts.
2013-07-26 16:47:30 +02:00
Thiago Santos
c2eb7118be
asfdemux: fix seqnum handling for seeks
...
Use the same seqnum as the seek for flushes/segments that are
caused by the seek. Also do the same for segment events
Fixes #676242
2013-07-25 15:27:22 -03:00
Sebastian Dröge
f8e05c2af0
mpeg2dec: Clean up reset/start/stop handling
2013-07-25 13:35:44 +02:00
Sebastian Dröge
a4a89275f8
x264enc: React properly to flushing/resetting the encoder
...
https://bugzilla.gnome.org/show_bug.cgi?id=656007
2013-07-25 12:48:55 +02:00
Sebastian Dröge
a8a32d1317
realmedia: Add support for group-id in the stream-start event
2013-07-22 16:02:46 +02:00
Sebastian Dröge
bde41413f6
asfdemux: Add support for group-id in the stream-start event
2013-07-22 16:02:46 +02:00
Sebastian Dröge
828791fadc
siddec: Add support for group-id in the stream-start event
2013-07-22 16:02:46 +02:00
Edward Hervey
3c6a9d3e37
rmdemux: Mark demuxer as "running" in push-mode
...
Allows queries (and other code) to be answered when working in push-mode.
Running would only be set to TRUE accordingly when working in pull-mode
once it had read header/index.
Fixes #680185
2013-07-18 17:15:25 +02:00
Edward Hervey
576fe462bc
mpeg2dec: Properly reset on sequence changes
...
Otherwise we end up using stray data/buffers.
Fixes #690701
2013-07-17 16:17:54 +02:00
Sebastian Dröge
cfb87c7638
Back to development
2013-07-11 16:57:24 +02:00
Sebastian Dröge
ad93911df4
Release 1.1.2
2013-07-11 16:12:25 +02:00
Sebastian Dröge
9e59c52f06
Update .po files
2013-07-11 16:12:21 +02:00
Mark Nauwelaerts
d0502b0a52
dvdreadsrc: correctly determine last chapter's duration
...
This (mostly) reverts 683f5eeae7
.
It worked just fine before ...
2013-07-09 22:04:51 +02:00
Wim Taymans
a5fed6c261
rdt: forward sticky events
2013-06-25 14:20:37 +02:00
Sebastian Dröge
1d1131de19
Back to development
2013-06-05 18:36:40 +02:00
Sebastian Dröge
0e0bd0f15d
Release 1.1.1
2013-06-05 18:31:53 +02:00
Sebastian Dröge
5710a2b751
Update .po files
2013-06-05 16:42:01 +02:00
Sebastian Dröge
3f1562dcd2
Automatic update of common submodule
...
From 098c0d7 to 01a7a46
2013-06-05 15:15:16 +02:00
Sreerenj Balachandran
866f60cce6
mpeg2dec: make the aspect ratio calculation more accurate.
...
Utilize the libmpeg2 api: mpeg2_guess_aspect() to guess the
aspect-ratio if we don't have a valid upstream PAR.
https://bugzilla.gnome.org/show_bug.cgi?id=685103
2013-06-04 17:29:31 +02:00
Sebastian Dröge
04472f6c33
Automatic update of common submodule
...
From 5edcd85 to 098c0d7
2013-05-15 10:52:09 +02:00
Sebastian Dröge
e29d352f77
tests: Fix event handling
2013-05-13 13:19:27 +02:00
Olivier Crête
c9e20af4cb
lamemp3enc: Tell GstAudioEncoder about the number of incoming samples
...
lame does internal resampling, but the base class only cares about
the number of raw samples, so tell finish frames about that, not
the number of samples in the outgoing frame.:
2013-05-09 19:48:37 -04:00
Tim-Philipp Müller
62ac56668a
x264enc: output byte-stream if downstream has ANY caps
...
It's what people expect when they pipe the output to
filesink or into a tcp connection or pipe.
2013-04-30 10:04:23 +01:00
Tim-Philipp Müller
06b8ac10ce
Automatic update of common submodule
...
From 3cb3d3c to 5edcd85
2013-04-22 23:52:48 +01:00
Sebastian Dröge
ef182de45f
gst: Add better support for static plugins
2013-04-15 15:56:02 +02:00
Tim-Philipp Müller
12ad2c0e7d
Automatic update of common submodule
...
From aed87ae to 3cb3d3c
2013-04-14 17:55:44 +01:00
Stefan Sauer
33e8e7ceff
Automatic update of common submodule
...
From 04c7a1e to aed87ae
2013-04-09 21:00:43 +02:00
David Schleef
f8bbe696f5
Use %03u instead of %u in gst_pad_create_stream_id_printf()
2013-03-25 18:58:36 -07:00
Tom Greenwood
2e38f24b56
x264enc: Fix for 0/1 framerate - now uses VFR in this case
...
Previously did a division by zero.
https://bugzilla.gnome.org/show_bug.cgi?id=695728
2013-03-25 10:08:44 +01:00
Tim-Philipp Müller
53d7e8436c
Automatic update of common submodule
...
From 2de221c to 04c7a1e
2013-03-07 00:02:00 +00:00
Tim-Philipp Müller
5f83e4101f
x264enc: simplify template caps
...
No need to make an array for one single element.
2013-02-08 00:15:01 +00:00
Tim-Philipp Müller
201e3f74be
x264enc: put all theoretically possible formats in template caps
...
and decide at runtime which subset of these (8-bit or 10-bit video
formats) is supported. libx264 will be compiled for one of these
two options, and it is possible to switch by pointing the dynamic
linker to a different libx264 build at runtime. If we want our
template caps to be correct, they should contain all then, with
the actually supported ones determined at runtime.
https://bugzilla.gnome.org/show_bug.cgi?id=691935
2013-02-08 00:11:03 +00:00
Tim-Philipp Müller
e765deb01b
x264enc: detect supported bit depth and pixel formats at runtime
...
http://bugs.debian.org/667573
https://bugzilla.gnome.org/show_bug.cgi?id=691935
2013-02-07 13:37:44 +00:00
Benjamin Gaignard
7ffb57d8a1
autogen.sh: allow calling from out-of-tree
...
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
https://bugzilla.gnome.org/show_bug.cgi?id=692857
2013-01-30 10:32:00 +00:00
Stefan Sauer
8d8afe7e85
Automatic update of common submodule
...
From a942293 to 2de221c
2013-01-28 20:43:08 +01:00
Martin Pitt
62c608ada2
tests: use _1_0 variants for the various registry variables
...
These override the variants without version suffix. Makes 'make check' work
properly in environments that set the suffixed variant for 1.0, such as
jhbuild.
2013-01-16 11:14:59 +00:00
Tim-Philipp Müller
515028a2fb
Automatic update of common submodule
...
From a72faea to a942293
2013-01-15 15:06:41 +00:00