summaryrefslogtreecommitdiff
path: root/gst/videoparsers/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
| | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-241-1/+0
| | | | | | Also, move gstjpeg2000sampling to codecparsers project https://bugzilla.gnome.org/show_bug.cgi?id=767908
* jpeg2000parse: Add JPEG2000 parser elementAaron Boxer2016-06-071-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=766236
* openjpeg: set sampling in the capsAaron Boxer2016-06-071-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=766236
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-16/+0
| | | | This is not needed any longer.
* videoparsers: add H.265 HEVC video parser elementSreerenj Balachandran2013-11-061-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708438
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* videoparsers: Add png file parserOlivier Crête2013-02-121-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690639
* vc1parse: Add VC1 parser pluginSebastian Dröge2012-10-251-2/+4
|
* videoparsers: fix duplicated symbols for static links with libschroedingerAndoni Morales Alastruey2012-10-031-1/+6
|
* gst: Update versioningSebastian Dröge2012-04-041-4/+4
|
* Android, Fix wrong dinamic linking attemptReynaldo H. Verdejo Pinochet2012-01-131-0/+1
| | | | | | gstcodecparsers is built as an static library. This change fixes building with the Android buildsystem.
* videoparsers: fix LIBS order in Makefile.amTim-Philipp Müller2011-12-081-3/+3
|
* h264parse: handle force key unit eventsAlessandro Decina2011-12-061-1/+1
| | | | | Send SPS/PPS on force key unit events. Useful for example when serving HLS without transcoding.
* mpeg4videoparse: Properly handle profile and level in capsThibault Saunier2011-11-281-1/+2
| | | | Fix #660234
* mpeg4videoparse: Port to the new mpeg4parser libraryThibault Saunier2011-11-281-2/+2
|
* mpeg4videoparse: Move to the videoparsers pluginThibault Saunier2011-11-281-2/+4
| | | | | | | | | Rename a few variables to use the same convention as others elements in this plugin Conflicts: gst/videoparsers/gstmpeg4videoparse.c
* codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier2011-09-261-0/+1
|
* h264parse: Port to the new h.264 parsing libraryThibault Saunier2011-09-021-4/+2
|
* mpegvideoparse: Port to the new mpeg parsing libraryThibault Saunier2011-09-021-3/+6
|
* videoparsers: add new mpegvideoparseMark Nauwelaerts2011-05-231-2/+4
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized 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
* videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller2011-04-091-2/+1
|
* videoparsers: change plugin filename from libgsth263parse* to ↵Tim-Philipp Müller2011-02-181-6/+6
| | | | | | | libgstvideoparsersbad* Due to a registry bug you may need to manually remove your registry file to make the new plugin appear with >0 features.
* videoparsers: fix buildTim-Philipp Müller2011-02-181-2/+5
| | | | | Add includes and link against new libgstbaseparse in the build tree.
* videoparsers: Add dirac parserDavid Schleef2011-02-171-2/+6
|
* baseparse: Create baseparse libraryDavid Schleef2011-02-171-3/+2
|
* videoparsers: dist h264parse.h, fixing make distcheckTim-Philipp Müller2011-01-311-1/+1
| | | | Spotted by Nathanael D. Noblet
* videoparsers: add h264parseMark Nauwelaerts2011-01-281-2/+5
| | | | | | Functionally equivalent to (legacy)h264parse and re-uses the latter's low level NAL parsing, but otherwise based on GstBaseParse, and replacing some property configuration with caps negotiation.
* h263parse: move to videoparsers and separate plugin registrationMark Nauwelaerts2011-01-281-0/+9