summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
...
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-1510-12/+36
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* Change some g_prints to GST_DEBUGDavid Schleef2003-09-141-4/+2
| | | | | Original commit message from CVS: Change some g_prints to GST_DEBUG
* change caps in template to GST_CAPS_ANYDavid Schleef2003-09-141-2/+2
| | | | | Original commit message from CVS: change caps in template to GST_CAPS_ANY
* Check for seekability and use gst_pad_push() instead of gst_pad_send_event()Ronald S. Bultje2003-09-121-24/+44
| | | | | Original commit message from CVS: Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
| | | | | Original commit message from CVS: Clarify DV type 1/2 difference
* Remove all locally-defined optimization flagsDavid Schleef2003-09-115-9/+6
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* add cvsignoresChristian Schaller2003-09-111-0/+3
| | | | | Original commit message from CVS: add cvsignores
* compilation problems on FreeBSD.Andrew Turner2003-08-211-0/+4
| | | | | | Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
* Add setsockopt SO_REUSEADDRAngel Carpintero2003-08-201-0/+6
| | | | | Original commit message from CVS: Add setsockopt SO_REUSEADDR
* fix GstElementDetails nameAngel Carpintero2003-08-132-4/+4
| | | | | Original commit message from CVS: fix GstElementDetails name
* Fix regressions from using gstriff libraryDavid Schleef2003-08-133-92/+105
| | | | | Original commit message from CVS: Fix regressions from using gstriff library
* Remove riff code, since it's duplicated in the riff libraryDavid Schleef2003-08-135-220/+13
| | | | | Original commit message from CVS: Remove riff code, since it's duplicated in the riff library
* Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloadsAngel Carpintero2003-08-121-0/+2
| | | | | Original commit message from CVS: Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
* Update and Add some RFCsAngel Carpintero2003-08-111-4/+11
| | | | | Original commit message from CVS: Update and Add some RFCs
* Remove redundant plugindir definitionDavid Schleef2003-08-1022-22/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
| | | | | Original commit message from CVS: Enable MTU feature
* Fix wrong mimetype, might cause #119272Ronald S. Bultje2003-08-061-1/+1
| | | | | Original commit message from CVS: Fix wrong mimetype, might cause #119272
* Added some issues on TODOAngel Carpintero2003-07-311-0/+3
| | | | | Original commit message from CVS: Added some issues on TODO
* At end of stream, rewrite the header with the correct number of bytesIain Holmes2003-07-292-39/+80
| | | | | Original commit message from CVS: At end of stream, rewrite the header with the correct number of bytes
* Rewrote the core function. Added some nice #defines that should probably go ↵David Schleef2003-07-251-22/+39
| | | | | | | | in gstvideo.h. Fixes #118245. Original commit message from CVS: Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245.
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-242-0/+6
| | | | | Original commit message from CVS: Add buffer length checks to every typefinding function
* Fix a warningRonald S. Bultje2003-07-221-2/+2
| | | | | Original commit message from CVS: Fix a warning
* improve index offset calculation, fix some minor other issues and make ↵Ronald S. Bultje2003-07-221-31/+27
| | | | | | | avimux actually work with mp3 audio Original commit message from CVS: Fix padding (2 bytes instead of 4), improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio
* A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin2003-07-221-1/+1
| | | | | Original commit message from CVS: A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
* + the last of the float caps changes ... these are a bit more pervasiveLeif Johnson2003-07-193-10/+6
| | | | | Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
* + changes for new float caps without slope/intercept + some category changes ↵Leif Johnson2003-07-191-1/+1
| | | | | | | | for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
* Fixes to make it compile without GNOME, and with a modern (>= 0.3) version ↵David Schleef2003-07-172-24/+28
| | | | | | | | | of GStreamer. Now that I got it compiled,... Original commit message from CVS: Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer. Now that I got it compiled, I want to delete it.
* Update to new debugging systemRonald S. Bultje2003-07-154-8/+8
| | | | | Original commit message from CVS: Update to new debugging system
* Added #include of config.h so that they symbol "VERSION" could be found.Brian Cameron2003-07-154-6/+22
| | | | | | | 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.
* Caps fixes and general cleanup.David Schleef2003-07-145-32/+48
| | | | | Original commit message from CVS: Caps fixes and general cleanup.
* GSM -> RTP and viceversaZeeshan Ali2003-07-1316-28/+1536
| | | | | Original commit message from CVS: GSM -> RTP and viceversa
* various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele2003-07-121-1/+1
| | | | | | Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
* Silence and fix typefindingRonald S. Bultje2003-07-111-3/+3
| | | | | Original commit message from CVS: Silence and fix typefinding
* fix licensing terms for Goom, it is LGPL not GPLChristian Schaller2003-07-102-1/+6
| | | | | Original commit message from CVS: fix licensing terms for Goom, it is LGPL not GPL
* another comma missingBenjamin Otte2003-07-081-1/+1
| | | | | Original commit message from CVS: another comma missing
* Support ISO style variable length macrosBrian Cameron2003-07-071-1/+41
| | | | | Original commit message from CVS: Support ISO style variable length macros
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-0638-1112/+1243
| | | | | | | 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
* small disting fixChristian Schaller2003-07-051-1/+1
| | | | | Original commit message from CVS: small disting fix
* add formats to base class, not the actual videofilter classDavid Schleef2003-07-023-3/+6
| | | | | Original commit message from CVS: add formats to base class, not the actual videofilter class
* Add a base init functionDavid Schleef2003-07-021-5/+9
| | | | | Original commit message from CVS: Add a base init function
* move code from videoflip directory. Why? I don't really know.David Schleef2003-07-022-20/+202
| | | | | Original commit message from CVS: move code from videoflip directory. Why? I don't really know.
* video balancing (brightness, contrast, etc.)David Schleef2003-07-023-20/+120
| | | | | Original commit message from CVS: video balancing (brightness, contrast, etc.)
* Add videobalance from templateDavid Schleef2003-07-022-0/+333
| | | | | Original commit message from CVS: Add videobalance from template
* Add videoflip, created from template.David Schleef2003-07-023-2/+341
| | | | | Original commit message from CVS: Add videoflip, created from template.
* GstVideofilter abstract class for video filtersDavid Schleef2003-07-026-0/+1093
| | | | | Original commit message from CVS: GstVideofilter abstract class for video filters
* Fix type punning.David Schleef2003-06-302-8/+8
| | | | | Original commit message from CVS: Fix type punning.
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-2937-190/+300
| | | | | | | | 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.
* fix categoryThomas Vander Stichele2003-06-274-4/+4
| | | | | Original commit message from CVS: fix category
* Remove some more unused cruft left over from our ancient avifile periodRonald S. Bultje2003-06-266-801/+2
| | | | | Original commit message from CVS: Remove some more unused cruft left over from our ancient avifile period
* "My way" turned out to cause seg faults. :) Fixed, and added more fourcc ↵David Schleef2003-06-231-14/+26
| | | | | | | | to caps conversions. Original commit message from CVS: "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.