summaryrefslogtreecommitdiffstats
path: root/ext/swfdec/gstswfdec.h
AgeCommit message (Collapse)AuthorFilesLines
2005-12-09swfdec Ported to 0.10.Edgard Lima1-7/+19
Original commit message from CVS: swfdec Ported to 0.10.
2004-10-14configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef1-14/+12
Original commit message from CVS: * configure.ac: update for swfdec-0.3 and liboil-0.2 * ext/swfdec/gstswfdec.c: update for swfdec-0.3 * ext/swfdec/gstswfdec.h: same * gst/videofilter/gstvideobalance.c: update for liboil-0.2 * gst/videotestsrc/videotestsrc.c: same
2004-03-15*.h: Revert indentingJohan Dahlin1-34/+31
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-31/+34
Original commit message from CVS: gst-indent
2004-01-22ext/swfdec/gstswfdec.*: Fix negotiation.David Schleef1-1/+2
Original commit message from CVS: * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps), (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop), (gst_swfdec_init), (gst_swfdec_change_state): * ext/swfdec/gstswfdec.h: Fix negotiation. * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init), (gst_adder_request_new_pad): Fix negotiation. * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate): Add a fixate function. * gst/intfloat/gstfloat2int.c: * gst/intfloat/gstfloat2int.h: * gst/intfloat/gstint2float.c: * gst/intfloat/gstint2float.h: Completely rewrite the negotiation. Doesn't quite work yet, due to some buffer-frames problem.
2003-12-22Merge CAPS branchDavid Schleef1-1/+0
Original commit message from CVS: Merge CAPS branch
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-1/+0
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
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-1/+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-01-17Update for new APIDavid Schleef1-2/+3
Original commit message from CVS: Update for new API
2002-09-15Add SWF Flash decoder plugin based on libswfdecDavid Schleef1-0/+87
Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec