summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Added #include of config.h so that they symbol "VERSION" could be found.Brian Cameron2003-07-151-0/+0
| | | | | | | Original commit message from CVS: Added #include of config.h so that they symbol "VERSION" could be found. Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes in the debug logic. Now this plugin compiles.
* Add matroska support to the build treeRonald S. Bultje2003-07-141-0/+0
| | | | | Original commit message from CVS: Add matroska support to the build tree
* small disting fixChristian Schaller2003-07-051-0/+0
| | | | | Original commit message from CVS: small disting fix
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+0
| | | | | | | | 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.
* Plugins cleanup:Ronald S. Bultje2003-06-251-0/+0
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* I'm too lazy to comment thisThomas Vander Stichele2003-05-281-0/+0
| | | | | Original commit message from CVS: *** empty log message ***
* update libflac checkJeremy Simon2003-05-191-0/+0
| | | | | Original commit message from CVS: update libflac check
* wavenc supports 8 bits tooRonald S. Bultje2003-05-131-0/+0
| | | | | Original commit message from CVS: wavenc supports 8 bits too
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback ↵Jeremy Simon2003-05-111-0/+0
| | | | | | | | | to fill STREAMINFO blocks correctly _ Add ... Original commit message from CVS: _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add metadata (vorbis comments)
* Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef2003-04-131-0/+0
| | | | | Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
* - handle mono audio tooWim Taymans2003-04-131-0/+0
| | | | | | | Original commit message from CVS: - handle mono audio too - better caps negotiation - goom_close() in dispose
* Indexing patch from vishnuWim Taymans2003-01-201-0/+0
| | | | | Original commit message from CVS: Indexing patch from vishnu
* Really add A52 caps nowWim Taymans2003-01-191-0/+0
| | | | | Original commit message from CVS: Really add A52 caps now
* don't break the buildThomas Vander Stichele2003-01-181-0/+0
| | | | | Original commit message from CVS: don't break the build
* Add a52 audioWim Taymans2003-01-181-0/+0
| | | | | Original commit message from CVS: Add a52 audio
* 0 terminate query formatsWim Taymans2003-01-141-0/+0
| | | | | Original commit message from CVS: 0 terminate query formats
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-0/+0
| | | | | | | | | | 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
* redoThomas Vander Stichele2003-01-051-0/+0
| | | | | Original commit message from CVS: redo
* only slurp in cvs modeThomas Vander Stichele2003-01-051-0/+0
| | | | | Original commit message from CVS: only slurp in cvs mode
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-261-0/+0
| | | | | | | | | | | link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
* catch the generated versioned .pc filesDavid I. Lehn2002-12-121-0/+0
| | | | | Original commit message from CVS: catch the generated versioned .pc files
* merge back from release branchThomas Vander Stichele2002-12-111-0/+0
| | | | | Original commit message from CVS: merge back from release branch
* parallel install fixesThomas Vander Stichele2002-12-081-0/+0
| | | | | Original commit message from CVS: parallel install fixes
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-061-0/+0
| | | | | Original commit message from CVS: Add an event handler to the GstOssSrc. Handle EOS events.
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-031-0/+0
| | | | | | Original commit message from CVS: Make the OSSSrc set the correct rate/number of channels as set in the GstCaps. Handle state changes correctly according to docs/random/wtay/states
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-0/+0
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* yay for gcc 3Thomas Vander Stichele2002-10-191-0/+0
| | | | | Original commit message from CVS: yay for gcc 3
* Some cleanups, fix for the blending codeWim Taymans2002-10-171-0/+0
| | | | | Original commit message from CVS: Some cleanups, fix for the blending code
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-131-0/+0
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* list preferred autotoolsThomas Vander Stichele2002-09-301-0/+0
| | | | | Original commit message from CVS: list preferred autotools
* this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje2002-09-091-0/+0
| | | | | | | plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
* linked to a pending change in coreThomas Vander Stichele2002-09-011-0/+0
| | | | | Original commit message from CVS: linked to a pending change in core
* sf's backThomas Vander Stichele2002-08-271-0/+0
| | | | | Original commit message from CVS: sf's back
* this should've gone in a long time agoThomas Vander Stichele2002-08-271-0/+0
| | | | | Original commit message from CVS: this should've gone in a long time ago
* shiny new avifile test macro let's give it a rideThomas Vander Stichele2002-08-131-0/+0
| | | | | | Original commit message from CVS: shiny new avifile test macro let's give it a ride
* qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker2002-08-111-0/+0
| | | | | | | | qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc'
* add common and m4 to distDavid I. Lehn2002-08-091-0/+0
| | | | | Original commit message from CVS: add common and m4 to dist
* vishnu's patchThomas Vander Stichele2002-07-101-0/+0
| | | | | Original commit message from CVS: vishnu's patch
* fix cdparanoia include dir location check.David I. Lehn2002-07-041-0/+0
| | | | | | | Original commit message from CVS: fix cdparanoia include dir location check. fix libdv check to use pkg-config. use libdv cflags.
* more fix for vob pipeline. This works in theory, but there are still ↵Christian Schaller2002-06-271-0/+0
| | | | | | | timestamp issues with a52dec that needs addressing. Original commit message from CVS: more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
* API anti-bork fixThomas Vander Stichele2002-06-131-0/+0
| | | | | Original commit message from CVS: API anti-bork fix
* various AC_HELP_STRING changesThomas Vander Stichele2002-05-271-0/+0
| | | | | Original commit message from CVS: various AC_HELP_STRING changes
* no need for feature, it's in common various AC_HELP_STRING changesThomas Vander Stichele2002-05-271-0/+0
| | | | | | Original commit message from CVS: no need for feature, it's in common various AC_HELP_STRING changes
* same changesThomas Vander Stichele2002-05-271-0/+0
| | | | | Original commit message from CVS: same changes
* gconf rulesThomas Vander Stichele2002-05-101-0/+0
| | | | | Original commit message from CVS: gconf rules
* add common to distDavid I. Lehn2002-05-081-0/+0
| | | | | Original commit message from CVS: add common to dist
* add gstsnapshot : drop a frame to a png file when the plugin recieved a ↵Jeremy Simon2002-05-071-0/+0
| | | | | | | | signal or at a given frame Original commit message from CVS: add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
* adding new quicktime parser:Artyom Baginski2002-05-011-0/+0
| | | | | | | | | | Original commit message from CVS: adding new quicktime parser: - openquicktime free (hense gst/qtdemux) - no more seeks for parsing -> better for network streams - uses GstByteStream - less memcpy's - long ChangeLog record in pompous style
* same fix for pluginsThomas Vander Stichele2002-04-181-0/+0
| | | | | Original commit message from CVS: same fix for plugins
* spec fixes gst-launch-ext additions trying to fix up ieeetest but failed ↵Thomas Vander Stichele2002-04-131-0/+0
| | | | | | | | | | function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir