- May 10, 2011
-
-
Tim-Philipp Müller authored
Highlights: - x264enc: allow changing bitrate and quantizers dynamically at runtime - x264enc: proxy downstream caps restrictions upstream via get_caps() - lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps() - mad: allow build without libid3tag (which isn't really needed anyway) - many other fixes and improvements
-
- May 04, 2011
-
-
Sebastian Dröge authored
-
Mark Nauwelaerts authored
-
- May 03, 2011
-
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
- Apr 30, 2011
-
-
Tim-Philipp Müller authored
-
- Apr 27, 2011
-
-
Tim-Philipp Müller authored
-
- Apr 24, 2011
-
-
Tim-Philipp Müller authored
From c3cafe1 to 46dfcea
-
- Apr 19, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 16, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 14, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 13, 2011
-
-
Sebastian Dröge authored
This allows to set width/height/etc restrictions downstream.
-
- Apr 11, 2011
-
-
Thibault Saunier authored
To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
-
Thibault Saunier authored
-
- Apr 04, 2011
-
-
Stefan Kost authored
From 1ccbe09 to c3cafe1
-
- Mar 30, 2011
-
-
- Mar 25, 2011
-
-
Sebastian Dröge authored
From 193b717 to 1ccbe09
-
Stefan Kost authored
From b77e2bf to 193b717
-
Sebastian Dröge authored
From d8814b6 to b77e2bf
-
Sebastian Dröge authored
From 6aaa286 to d8814b6
-
- Mar 24, 2011
-
-
Stefan Kost authored
From 6aec6b9 to 6aaa286
-
- Mar 22, 2011
-
-
Luis de Bethencourt authored
cleaned the redundant use of AC_MSG_RESULT() in configure.ac
-
Luis de Bethencourt authored
-
- Mar 15, 2011
-
-
Sebastian Dröge authored
This makes the code easier to read, doesn't store every buffer in the instance until the next buffer is to be drawn and fixes an unitialized variable compiler warning.
-
Brendan Le Foll authored
Fixes bug #619136.
-
- Mar 14, 2011
-
-
Brendan Le Foll authored
Fixes bug #644704.
-
- Mar 11, 2011
-
-
Tim-Philipp Müller authored
ID3 tags are usually handled by id3demux, and should be handled by id3demux. Tag handling in mad based on libid3tag is very basic and mostly unnecessary really, so just build this plugin without ID3 tag support if libid3tag is not available.
-
- Mar 02, 2011
-
-
Stefan Kost authored
Don't duplicate the 'if' check. Makes the 2nd condition easier to read also and avoid empty 'if' when logging is disabled.
-
- Feb 28, 2011
-
-
Mark Nauwelaerts authored
Fixes #642504.
-
Mark Nauwelaerts authored
From 1de7f6a to 6aec6b9
-
- Feb 21, 2011
-
-
Mark Nauwelaerts authored
... as _NOT_LINKED was neither tested as fatal before nor complained about.
-
Stefan Kost authored
Index support cannot be disabled since commit 4bfb1fe7 in core, which removed the configure flags to disable index.
-
- Feb 17, 2011
-
-
Stefan Kost authored
-