summaryrefslogtreecommitdiffstats
path: root/ext/tarkin/golomb.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15*.h: Revert indentingJohan Dahlin1-66/+68
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-68/+66
Original commit message from CVS: gst-indent
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
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.
2002-02-03Added a tarkin encoder/decoder plugin.Wim Taymans1-0/+132
Original commit message from CVS: Added a tarkin encoder/decoder plugin. I moved the tarking CVS code in here temporarily until they have a library (hence this plugin is in ext) test with: ./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg } ./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink