summaryrefslogtreecommitdiff
path: root/config/tizonia
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2019-10-141-8/+0
|
* config: add OMX.Aratelia.audio_decoder.aac to Tizonia configJulien Isorce2017-12-111-0/+8
| | | | | | | | Useful mostly for testing/debugging purpose as this is a software based decoder (libfaad) for which GStreamer provides a direct wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=791482
* config: expose OMX.mesa h264 decoder and encoder in Tizonia configGurkirpal Singh2017-08-171-0/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=783976
* config: add OMX.Aratelia.video_decoder.vp8 to Tizonia configJulien Isorce2017-07-181-0/+8
| | | | | | | | Useful mostly for testing/debugging purpose as this is a software based encoder (libvpxdec) for which GStreamer provides a direct wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=783976
* config: set rank to 0 for Tizonia's mp3 decoderJulien Isorce2017-07-181-1/+1
| | | | | Should have been 0 from the initial commit eed49b4231a063639f90279c8044404c2149902a
* config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia configJulien Isorce2017-07-121-0/+8
| | | | | | | | Useful mostly for testing/debugging purpose as this is a software based encoder (libmp3lame) for which GStreamer provides a direct wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=782988
* meson: Add tizonia optionGurkirpal Singh2017-07-051-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=782800
* config: add omxmp3dec config for tizoniaGurkirpal Singh2017-07-053-0/+16
GST_OMX_CONFIG_DIR=$HOME/gst/master/gst-omx/config/tizonia/ \ gst-launch-1.0 filesrc location=mpthreetest.mp3 ! id3demux ! \ mpegaudioparse ! omxmp3dec ! audioconvert ! pulsesink v2: [Nicolas] Use template to create gstomx.conf using pkg-config v3: [Nicolas] Ignore only config/tizonia/gstomx.conf v4: [Nicolas] Add "/" for single occurence https://bugzilla.gnome.org/show_bug.cgi?id=782800