summaryrefslogtreecommitdiffstats
path: root/ext/xvid/gstxviddec.h
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Update xvid plugin to latest xvid (1.0.0-beta3) API.Ronald S. Bultje1-2/+1
Original commit message from CVS: 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net> reviewed by: <delete if not using a buddy> * configure.ac: * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error), (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps): * ext/xvid/gstxvid.h: * ext/xvid/gstxviddec.c: (gst_xviddec_class_init), (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain), (gst_xviddec_src_link), (gst_xviddec_sink_link), (gst_xviddec_change_state): * ext/xvid/gstxviddec.h: * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type), (gst_xvidenc_base_init), (gst_xvidenc_class_init), (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain), (gst_xvidenc_link), (gst_xvidenc_set_property), (gst_xvidenc_get_property), (gst_xvidenc_change_state): * ext/xvid/gstxvidenc.h: Update xvid plugin to latest xvid (1.0.0-beta3) API.
2003-12-22Merge CAPS branchDavid Schleef1-3/+3
Original commit message from CVS: Merge CAPS branch
2003-11-05Remove obsolete external function call and do all element registrations in ↵Ronald S. Bultje1-2/+0
plugin_init() Original commit message from CVS: Remove obsolete external function call and do all element registrations in plugin_init()
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes1-2/+1
Original commit message from CVS: XVid compiles again...I'm off to bed :)
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje1-3/+1
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-0/+1
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
2003-06-01Somewhat improve error reportingRonald S. Bultje1-0/+3
Original commit message from CVS: Somewhat improve error reporting
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje1-0/+72
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs