Commit graph

4450 commits

Author SHA1 Message Date
Tristan Matthews
c60638ab56 lamemp3enc: implement latency query
The encoder's latency is deduced from the framesize. Fixes #618896.
2010-06-01 11:28:55 +02:00
Tim-Philipp Müller
3251b786cf Back to development 2010-06-01 09:37:29 +01:00
Tim-Philipp Müller
069ca524c5 Release 0.10.15 2010-05-30 14:21:02 +01:00
Tim-Philipp Müller
065e0d4071 Update .po files 2010-05-30 14:20:02 +01:00
Tim-Philipp Müller
ebe5cbfccd configure: make implicit GLib and liboil requirements explicit
core/base 0.10.26 require GLib >= 2.18 and liboil >= 0.3.14
2010-05-30 12:10:29 +01:00
Olivier Crête
d6df52f99a x264enc: disable I weighted pred
If it is enabled, then it will be main profile instead of baseline.
This ensures maximum compatibility of the output stream until the
encoder configuration interface gets an overhaul with explicit
output profile selection.

Fixes #619776.
2010-05-28 12:15:42 +01:00
Tim-Philipp Müller
59c72d3979 0.10.14.3 pre-release 2010-05-26 12:16:16 +01:00
Tim-Philipp Müller
0a73c3685a po: update translations 2010-05-26 12:14:59 +01:00
Tim-Philipp Müller
af362932b6 Automatic update of common submodule
From 357b0db to fd7ca04
2010-05-26 11:55:58 +01:00
Tim-Philipp Müller
a47227e9e0 0.10.14.2 pre-release 2010-05-14 20:06:46 +01:00
Tim-Philipp Müller
2576c981b7 Automatic update of common submodule
From 4d67bd6 to 357b0db
2010-05-14 18:25:38 +01:00
Wim Taymans
4044046ac1 rmdemux: add better sipr nibble swap routine 2010-05-14 16:02:47 +02:00
Wim Taymans
a68951f0bb rmdemux: descramble SIPR before pushing out
Collect and descramble the SIPR packets before pushing.
Descramble ATRAC audio.

Fixes #618098
2010-05-13 17:57:57 +02:00
Wim Taymans
0b73505c61 rm: add function to descramble sipr 2010-05-13 17:57:02 +02:00
Olivier Crête
7f685c4a21 x264enc: Re-send the received upstream event as-is downstream
https://bugzilla.gnome.org/show_bug.cgi?id=606689
2010-05-10 15:07:29 +02:00
Edward Hervey
580c01095a amrnbenc: Set rank to GST_RANK_SECONDARY 2010-05-07 15:33:28 +02:00
Tim-Philipp Müller
d7dc396878 rtspreal: use GLib's base64 functions if available
Since gst_rtsp_base64_decode_ip() just got deprecated in -base git.
2010-04-30 19:53:15 +01:00
Руслан Ижбулатов
ba089d504b amr: Use correct includes (as pkg-config suggests)
Fixes #617078
2010-04-28 14:19:57 +01:00
Stefan Kost
c22772a5bb ac3parse: remove unported 0.8 plugin
New ac3parse lives in gst-plugin-bad. Remove this to avoid confusion.
2010-04-27 13:15:47 +03:00
Stefan Kost
1f7589fa4e docs: adding a mp3decoder as well is useful 2010-04-27 12:25:37 +03:00
Stefan Kost
32e5679493 docs: massage section index 2010-04-27 11:39:51 +03:00
Stefan Kost
9bc9c477d7 amrwbdec: move define to source to avoid hiding it from the docs 2010-04-27 11:39:11 +03:00
Stefan Kost
67b4b24739 docs: remove short_desc, it is taken from element details 2010-04-27 11:38:28 +03:00
Stefan Kost
79e2132eef docs: fix sections docs for synaesthesia 2010-04-27 11:37:52 +03:00
Stefan Kost
22dcc68a62 docs: add docs for mp3parse 2010-04-27 11:02:50 +03:00
Tim-Philipp Müller
848b9dcf41 doap: update repository info from cvs->git and maintainers 2010-04-26 00:28:42 +01:00
Tim-Philipp Müller
3f6c18acce Automatic update of common submodule
From fc85867 to 4d67bd6
2010-04-23 14:41:42 +01:00
Mark Nauwelaerts
6ebb4e0fed x264enc: adaptive NALU type checking
In particular, be less picky about SEI NALU order, which makes test more
robust with respect to changes in libx264.

See also #615410.
2010-04-19 10:39:36 +02:00
Mark Nauwelaerts
d17388afa9 x264enc: adaptive x264 header NAL layout handling
Fixes #615410.
2010-04-19 10:39:34 +02:00
Wim Taymans
aa2a7bdda2 asfdepay: we require a dynamic payload type
Add an extra caps property that restricts the depayloader to only accept dynamic
payload types.
2010-04-15 16:31:23 +02:00
Thiago Santos
399f2c6980 configure: Drop -Wcast-align
Commit message copied from core's commit from Benjamin Otte:
246f5dba96
Apparently gcc warns that GstMiniObject is not castable to
GstEvent/Message/Buffer due to them containing 64bit variables, even
though ARM hackers claim that those only need 4byte alignment. And as
long as gcc behaves that way, this warning is not very useful.

So we'll remove the warning until this problem is fixed.

Fixes #615698
2010-04-15 08:33:48 -03:00
Edward Hervey
2c94b415d4 mpeg2dec: copy over all buffer flags when copying buffers.
Avoids losing the tff/rff video buffer flags
2010-04-14 09:30:55 +02:00
Edward Hervey
f34dd3626a asfdemux: Make a table static to avoid having to always allocate it. 2010-04-14 09:30:54 +02:00
Mark Nauwelaerts
61643c7d89 x264enc: fix up avcC header construction
Fix off-by-one introduced by commit 35dd89951d
for BUILD_X264 < 76.

Also fixes #610089.
2010-04-13 16:55:58 +02:00
Mark Nauwelaerts
5fd1796fda x264enc: parameterize libx264 provided NAL layout in codec-data creation 2010-04-13 14:21:43 +02:00
Edward Hervey
02be555df3 configure: Remove -Wundef flag
Same fix as for #615161
2010-04-12 12:43:05 +02:00
Sebastian Dröge
22fcd9fa7f Automatic update of common submodule
From fdf023d to fc85867
2010-04-09 11:23:22 +02:00
Tim-Philipp Müller
82d235266b i18n: #if ENABLE_NLS -> #ifdef ENABLE_NLS to fix compiler warning 2010-04-09 09:55:14 +01:00
Tim-Philipp Müller
d198cb485d build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00
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