- Oct 21, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Oct 16, 2009
-
-
Stefan Kost authored
From 85d1530 to 0702fe1
-
- Oct 15, 2009
-
-
Jan Schmidt authored
-
- Oct 14, 2009
-
-
Edward Hervey authored
From a3e3ce4 to 85d1530
-
- Oct 13, 2009
-
-
- Oct 12, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
Remove the gst-plugins-ugly-plugins.args.new and gst-plugins-ugly-plugins.signals.new files, that appear to have been accidentally added in commit f5d046a0
-
Jan Schmidt authored
-
- Oct 11, 2009
-
-
Josep Torra authored
-
Josep Torra authored
-
Josep Torra authored
-
Josep Torra authored
-
Josep Torra authored
-
- Oct 08, 2009
-
-
-
Jan Schmidt authored
From 19fa4f3 to a3e3ce4
-
- Oct 07, 2009
-
-
Stefan Kost authored
-
Stefan Kost authored
-
- Oct 05, 2009
-
-
Wim Taymans authored
-
- Oct 04, 2009
-
-
Christian F.K. Schaller authored
-
- Oct 02, 2009
-
-
Mark Nauwelaerts authored
-
- Oct 01, 2009
-
-
Mark Nauwelaerts authored
Fixes #596517.
-
- Sep 25, 2009
-
-
Mark Nauwelaerts authored
Conflicts: gst/mpegaudioparse/gstmpegaudioparse.c
-
- Sep 22, 2009
-
-
Michael Smith authored
Previously, we could get false sync relatively easily - it sometimes happened on real files. This cleans the code up a fair bit, and makes it require more confirmation that we've found valid sync before continuing.
-
- Sep 17, 2009
-
-
Mark Nauwelaerts authored
-
- Sep 11, 2009
-
-
Tim-Philipp Müller authored
-
- Sep 05, 2009
-
-
Sebastian Dröge authored
From 94f95e3 to 19fa4f3
-
- Sep 01, 2009
-
-
Sebastian Dröge authored
-
- Aug 31, 2009
-
-
Tim-Philipp Müller authored
-
- Aug 24, 2009
-
-
David Schleef authored
Replaced with "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>" or just removed, depending on the number of other authors.
-
David Schleef authored
Remove so people don't confuse it with the new asfmux code in -bad.
-
- Aug 23, 2009
-
-
Sebastian Dröge authored
It's not defined for older liba52 versions.
-
Mart Raudsepp authored
liba52 in a52dec-0.7.4 does not have any MMX, MMXEXT or 3DNOW based IMDCT transform acceleration. It does however have a software based acceleration using the djbfft library (D.J. Bernstein's library for fourier transforms - Extremely fast library for floating-point convolution). So allow liba52 to use it through the MM_ACCEL_DJBFFT flag. The liba52 copy in MPlayer sources does have SSE, 3dnowext, 3dnow and AltiVec implementations, but those are checked for first, and djbfft is chosen only if none of those is available - good in the case of some distributions including a port of the MPlayer changes in their system a52dec library. The down and upmix code in liba52 doesn't seem to be disturbed by this additional MM_ACCEL flag and will still use MMX, SSE or 3DNOW versions if passed from oil_cpu_get_flags (SSE currently is not). Fixes bug #592787.
-
- Aug 17, 2009
-
-
Sebastian Dröge authored
This makes it possible to build the plugins when the libraries are installed at non-standard locations. Fixes bug #591348.
-
- Aug 14, 2009
-
-
Mark Nauwelaerts authored
Metadata provided seek tables are consistent with metadata's view of total size, which typically matches real size, but need not do so (e.g. a truncated file). Fixes seeking and position reporting in such truncated files (although duration based on metadata may then still be incorrect).
-
- Aug 10, 2009
-
-
Tim-Philipp Müller authored
to avoid confusion.
-
- Aug 04, 2009
-
-
Sebastian Dröge authored
-
Marvin Schmidt authored
Fixes bug #590432.
-
- Jul 31, 2009
-
-
Thiago Santos authored
asf packets in rtp packets should come with their padding fields set to 0 and the depayload must update them to the correct value before pushing downstream
-
- Jul 27, 2009
-
-
Iago Toral authored
These are based on the OpenCore codecs. Fixes bug #584890.
-