Commit graph

4471 commits

Author SHA1 Message Date
Mark Nauwelaerts
49f1373f1b x264enc: add new h264 caps attribute alignment
See #606662.
2010-06-22 11:42:18 +02:00
Mark Nauwelaerts
27025d0ebd x264enc: conditionally expose enhanced upstream capabilities
API: GstX264Enc:sliced-threads
API: GstX264Enc:sync-lookahead
API: GstX264Enc:intra-refresh
API: GstX264Enc:mb-tree
API: GstX264Enc:rc-lookahead

See #607798.
2010-06-18 18:47:49 +02:00
Tim-Philipp Müller
a49c2102c7 docs: update introspected plugin docs for gstdoc-scangobj and other changes
Update common for latest gstdoc-scangobj and inspect xml files for
escaping and pad template order changes.
2010-06-17 16:48:59 +01:00
Edward Hervey
85a759e0ad Automatic update of common submodule
From 9339ccc to 35617c2
2010-06-15 16:50:21 +02:00
Stefan Kost
4821fefea3 Automatic update of common submodule
From 5adb1ca to 9339ccc
2010-06-15 16:54:42 +03:00
Stefan Kost
24fc669379 Automatic update of common submodule
From 57c89b7 to 5adb1ca
2010-06-15 16:35:49 +03:00
Stefan Kost
6d53d9f52d Automatic update of common submodule
From c804988 to 57c89b7
2010-06-15 15:50:09 +03:00
Sebastian Dröge
602fb1319a configure: Update required GLib version to 2.20 2010-06-14 16:59:25 +02:00
Sebastian Dröge
e0cd55c805 a52dec: Call orc_init() before trying to get target flags 2010-06-14 15:33:14 +02:00
Sebastian Dröge
21d90d5539 a52dec: Remove debug printf... 2010-06-14 14:34:56 +02:00
Sebastian Dröge
359260bd5b a52dec: Use orc for CPU feature detection and don't check for liboil 2010-06-14 14:34:25 +02:00
Sebastian Dröge
20c3e5ba0c configure: Use GLIB_EXTRA_CFLAGS 2010-06-14 13:27:55 +02:00
Sebastian Dröge
49bc2a2889 Automatic update of common submodule
From 7a0fdf5 to c804988
2010-06-14 13:05:25 +02:00
Sebastian Dröge
a2af53a0d5 Automatic update of common submodule
From 6da3bab to 7a0fdf5
2010-06-14 11:35:03 +02:00
Sebastian Dröge
32db3bad65 Automatic update of common submodule
From 733fca9 to 6da3bab
2010-06-12 08:29:28 +02:00
David Schleef
4983d347b7 Automatic update of common submodule
From fad145b to 733fca9
2010-06-09 12:40:26 -07:00
David Schleef
2bfdbd6152 Automatic update of common submodule
From 47683c1 to fad145b
2010-06-09 12:34:18 -07:00
Wim Taymans
2c469df530 rmdemux: pass bitrate on caps
Set the bitrate on the caps, some decoders like sipro need this to function
properly.

Fixes #620007
2010-06-05 14:13:02 +02:00
David Schleef
42ef8e6001 Automatic update of common submodule
From 17f89e5 to 47683c1
2010-06-01 23:49:37 -07:00
David Schleef
dd8df5cffb Automatic update of common submodule
From fd7ca04 to 17f89e5
2010-06-01 22:55:22 -07:00
Olivier Crête
2339add6d5 x264enc: Only set i_weighted_pred on versions where it exists 2010-06-01 13:44:06 -04:00
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