summaryrefslogtreecommitdiffstats
path: root/gst/y4m/gsty4mencode.h
Commit message (Collapse)AuthorAgeFilesLines
* y4menc: Add interlaced supportZaheer Merali2009-09-051-1/+2
| | | | | | Fixes #591713 Signed-off-by: David Schleef <ds@schleef.org>
* [MOVED FROM BAD] configure.ac: Enable cdaudio and y4m.Mark Nauwelaerts2009-05-151-27/+21
| | | | | | | | | | | | | | | | | Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw at skynet be> * configure.ac: Enable cdaudio and y4m. * gst/y4m/Makefile.am: * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init), (gst_y4m_encode_class_init), (gst_y4m_encode_init), (gst_y4m_encode_reset), (gst_y4m_encode_setcaps), (gst_y4m_encode_get_stream_header), (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain), (gst_y4m_encode_set_property), (gst_y4m_encode_get_property), (gst_y4m_encode_change_state), (plugin_init): * gst/y4m/gsty4mencode.h: Port of y4mencode to 0.10.
* [MOVED FROM BAD] gst/: Fix more broken GObject macrosStefan Kost2009-05-151-2/+4
| | | | | | | | | Original commit message from CVS: * gst/colorspace/gstcolorspace.h: * gst/deinterlace/gstdeinterlace.h: * gst/passthrough/gstpassthrough.h: * gst/y4m/gsty4mencode.h: Fix more broken GObject macros
* [MOVED FROM BAD] *.h: Revert indentingJohan Dahlin2009-05-151-20/+17
| | | | | Original commit message from CVS: * *.h: Revert indenting
* [MOVED FROM BAD] gst-indentThomas Vander Stichele2009-05-151-17/+20
| | | | | Original commit message from CVS: gst-indent
* [MOVED FROM BAD] Remove all config.h includes from header files, add it to ↵Ronald S. Bultje2009-05-151-1/+0
| | | | | | | each source file and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* [MOVED FROM BAD] New mimetypes gone into effect today - this commit changes ↵Ronald S. Bultje2009-05-151-18/+19
| | | | | | | all old mimetypes over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* [MOVED FROM BAD] s/Gnome-Streamer/GStreamer/Andy Wingo2009-05-151-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* [MOVED FROM BAD] removal of //-style comments don't link plugins to core ↵Andy Wingo2009-05-151-1/+1
| | | | | | | | | libs -- the versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* [MOVED FROM BAD] BBB asked me to rename lav to y4m can someone who knows the ↵Thomas Vander Stichele2009-05-151-0/+71
plugin do this in the source as well ? Original commit message from CVS: BBB asked me to rename lav to y4m can someone who knows the plugin do this in the source as well ?