summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09omxaudiosink: Implements OpenMAX based audio sinksJosep Torra1-0/+20
Provides omxanalogaudiosink and omxhdmiaudiosink elements on the Raspberry PI. - omxanalogaudiosink is capable to render raw mono or stereo audio through the jack output. - omxhdmiaudiosink is capable to render raw audio up to 8 channels and transmit ac3/dts(IEC 61937) through the HDMI output. - sinks provide a clock derived from rendered samples - sinks support the GstStreamVolume interface by implementing the volume and mute properties. https://bugzilla.gnome.org/show_bug.cgi?id=728962
2013-09-25rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versionsSebastian Dröge1-0/+1
2013-09-20rpi: fix a copy paste error in the config fileJosep Torra1-2/+1
2013-03-19rpi: Fix commit that added the VC1 decoderSebastian Dröge1-4/+4
2013-03-19omx: Add more constraints to the default sink template capsSebastian Dröge1-1/+1
2013-03-19rpi: Add VC1/WMV3 decoderSebastian Dröge1-0/+10
WMV2 and WMV1 (aka WMV 1-8) are not supported by RPi.
2013-03-19rpi: Add MJPEG decoderSebastian Dröge1-0/+9
2013-03-19rpi: Add VP8 decoderSebastian Dröge1-0/+9
2013-03-19rpi: Add Theora decoder to the configSebastian Dröge1-5/+5
2013-03-18omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge1-1/+1
2013-03-18rpi: Add h263 decoder and rename MPEG2 decoder for consistencySebastian Dröge1-4/+22
2013-03-14omx: The MPEG4 encoder is not available on RPi and probably never willSebastian Dröge1-9/+0
2013-03-14omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge1-5/+5
2013-03-07Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge1-5/+5
This reverts commit e123b2089f69a413241f30a2428ea6edd8f231e7. It's not required anymore after the fix from the last commit.
2013-03-07omx: Remove min buffer count hack for RPi againSebastian Dröge1-5/+5
It's not necessary anymore
2013-03-07omx: use no-component-reconfigure hack on the Raspberry PIJosep Torra1-5/+5
2013-02-28omx: Add hack for RPi for the minimum number of buffers required for a portSebastian Dröge1-5/+5
The value in the port definition is invalid and the initial actual buffer count should be used.
2013-02-21Add missing file from last commitSebastian Dröge1-0/+6
2013-02-21Add OpenMAX IL target for BellagioSebastian Dröge2-1/+36
Not tested since a very long time though.
2013-02-21Install the RPI config when the RPI target is selectedSebastian Dröge3-1/+7
2013-02-12config: Add h264 and mpeg2 encoders to the raspberry pi configSebastian Dröge1-0/+19
Not completely working yet though.
2013-01-24omx: add mpeg2 video decoderJulian Scheel1-0/+9
This adds a decoder class for mpeg2, as well as an extended configuration for raspberry pi. https://bugzilla.gnome.org/show_bug.cgi?id=692446 Signed-off-by: Julian Scheel <julian@jusst.de>
2012-12-19config: Add raspberry-pi configuration in a different directorySebastian Dröge2-0/+18