summaryrefslogtreecommitdiffstats
path: root/gst/y4m/gsty4mencode.c
Commit message (Collapse)AuthorAgeFilesLines
* [MOVED FROM BAD] a52dec: Use a debug category, Output timestamps correctlyJan Schmidt2009-05-151-12/+10
| | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: a52dec: Use a debug category, Output timestamps correctly Emit tag info, Handle events, tell liba52dec about cpu capabilities so it can use MMX etc. dvdec: Fix a crasher accessing invalid memory dvdnavsrc:Some support for byte-format seeking. Small fixes for still frames and menu button overlays mpeg2dec: Use a debug category. Adjust the report level of several items to LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers' so it doesn't lose the GstBuffer pointer navseek: Add the navseek debug element for seeking back and forth in a video stream using arrow keys. mpeg2subt:Pretty much a complete rewrite. Now a loopbased element. May still require work to properly synchronise subtitle buffers. mpegdemux: dvddemux: Don't attempt to create subbuffers of size 0 Reduce a couple of error outputs to warnings. y4mencode:Output the y4m frame header correctly
* [MOVED FROM BAD] don't mix tabs and spacesThomas Vander Stichele2009-05-151-6/+7
| | | | | Original commit message from CVS: don't mix tabs and spaces
* [MOVED FROM BAD] gst-indentThomas Vander Stichele2009-05-151-107/+97
| | | | | Original commit message from CVS: gst-indent
* [MOVED FROM BAD] gst-libs/gst/video/video.h: Fix caps template names to be ↵Benjamin Otte2009-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | understandable. Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/video/video.h: Fix caps template names to be understandable. Prefix everything with GST_VIDEO. * ext/aalib/gstaasink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/gdk_pixbuf/gstgdkpixbuf.c: * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init): * ext/jpeg/gstjpegdec.c: (raw_caps_factory): * ext/jpeg/gstjpegenc.c: (raw_caps_factory): * ext/libcaca/gstcacasink.c: * ext/libpng/gstpngenc.c: (raw_caps_factory): * ext/snapshot/gstsnapshot.c: * ext/swfdec/gstswfdec.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/chart/gstchart.c: * gst/deinterlace/gstdeinterlace.c: * gst/effectv/gsteffectv.c: * gst/flx/gstflxdec.c: (gst_flxdec_loop): * gst/goom/gstgoom.c: * gst/median/gstmedian.c: * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), (gst_monoscope_srcconnect), (gst_monoscope_chain): * gst/overlay/gstoverlay.c: * gst/smooth/gstsmooth.c: * gst/smpte/gstsmpte.c: * gst/synaesthesia/gstsynaesthesia.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/y4m/gsty4mencode.c: * sys/qcam/gstqcamsrc.c: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps): Make them work with new video.h file. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Make it work with new buffer allocation system.
* [MOVED FROM BAD] Merge CAPS branchDavid Schleef2009-05-151-27/+22
| | | | | Original commit message from CVS: Merge CAPS branch
* [MOVED FROM BAD] remove copyright field from pluginsAndy Wingo2009-05-151-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* [MOVED FROM BAD] + checking in plugin category changesLeif Johnson2009-05-151-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* [MOVED FROM BAD] fix to new plugin systemBenjamin Otte2009-05-151-25/+28
| | | | | Original commit message from CVS: fix to new plugin system
* [MOVED FROM BAD] /GstBuffer/GstData/ in the API where you can pass events. ↵Andy Wingo2009-05-151-3/+4
| | | | | | | Fix the plugins to deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* [MOVED FROM BAD] New mimetypes gone into effect today - this commit changes ↵Ronald S. Bultje2009-05-151-63/+102
| | | | | | | 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] compatibility fix for new GST_DEBUG stuff.Benjamin Otte2009-05-151-0/+3
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* [MOVED FROM BAD] PadConnect -> PadLinkThomas Vander Stichele2009-05-151-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* [MOVED FROM BAD] another batch of connect->link fixes please let me know ↵Thomas Vander Stichele2009-05-151-3/+3
| | | | | | | | | | about issues and please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* [MOVED FROM BAD] plugins part of license field patchChristian Schaller2009-05-151-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* [MOVED FROM BAD] various name fixes and sundryThomas Vander Stichele2009-05-151-2/+2
| | | | | Original commit message from CVS: various name fixes and sundry
* [MOVED FROM BAD] a hack to work around intltool's brokenness a current check ↵Andy Wingo2009-05-151-1/+1
| | | | | | | | | | | for mpeg2dec details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* [MOVED FROM BAD] GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE ↵Andy Wingo2009-05-151-9/+9
| | | | | | | | | | | same with *factory and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* [MOVED FROM BAD] Changed to the new props APIWim Taymans2009-05-151-2/+2
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* [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] Bring the plugins in sync with the new core capsnego system.Wim Taymans2009-05-151-3/+8
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* [MOVED FROM BAD] more fixesThomas Vander Stichele2009-05-151-1/+1
| | | | | Original commit message from CVS: more fixes
* [MOVED FROM BAD] BBB asked me to rename lav to y4m can someone who knows the ↵Thomas Vander Stichele2009-05-151-0/+257
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 ?