David Schleef
ea1f88abb6
change caps in template to GST_CAPS_ANY
...
Original commit message from CVS:
change caps in template to GST_CAPS_ANY
2003-09-14 11:21:55 +00:00
Ronald S. Bultje
f04b1b7858
Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
...
Original commit message from CVS:
Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
2003-09-12 11:39:29 +00:00
Ronald S. Bultje
f663868fcd
Clarify DV type 1/2 difference
...
Original commit message from CVS:
Clarify DV type 1/2 difference
2003-09-12 11:39:05 +00:00
David Schleef
07e5bc672f
Remove all locally-defined optimization flags
...
Original commit message from CVS:
Remove all locally-defined optimization flags
2003-09-11 19:57:59 +00:00
Christian Schaller
787df17482
add cvsignores
...
Original commit message from CVS:
add cvsignores
2003-09-11 19:17:02 +00:00
Andrew Turner
4f5c2b190c
compilation problems on FreeBSD.
...
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307 ). Fixes
compilation problems on FreeBSD.
2003-08-21 04:42:56 +00:00
Angel Carpintero
3269b5d6d2
Add setsockopt SO_REUSEADDR
...
Original commit message from CVS:
Add setsockopt SO_REUSEADDR
2003-08-20 05:35:48 +00:00
Angel Carpintero
c7ca010543
fix GstElementDetails name
...
Original commit message from CVS:
fix GstElementDetails name
2003-08-13 12:18:18 +00:00
David Schleef
b957481334
Fix regressions from using gstriff library
...
Original commit message from CVS:
Fix regressions from using gstriff library
2003-08-13 06:41:09 +00:00
David Schleef
b3a95010c1
Remove riff code, since it's duplicated in the riff library
...
Original commit message from CVS:
Remove riff code, since it's duplicated in the riff library
2003-08-13 04:48:51 +00:00
Angel Carpintero
2bbef11b2b
Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
...
Original commit message from CVS:
Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
2003-08-12 11:20:00 +00:00
Angel Carpintero
be8bd94217
Update and Add some RFCs
...
Original commit message from CVS:
Update and Add some RFCs
2003-08-11 17:54:56 +00:00
David Schleef
37fe79eef2
Remove redundant plugindir definition
...
Original commit message from CVS:
Remove redundant plugindir definition
2003-08-10 00:01:58 +00:00
Angel Carpintero
26437b9e21
Enable MTU feature
...
Original commit message from CVS:
Enable MTU feature
2003-08-07 11:18:57 +00:00
Ronald S. Bultje
261afd97e9
Fix wrong mimetype, might cause #119272
...
Original commit message from CVS:
Fix wrong mimetype, might cause #119272
2003-08-06 17:37:14 +00:00
Angel Carpintero
6475c36ec4
Added some issues on TODO
...
Original commit message from CVS:
Added some issues on TODO
2003-07-31 11:16:20 +00:00
Iain Holmes
27d2925a1a
At end of stream, rewrite the header with the correct number of bytes
...
Original commit message from CVS:
At end of stream, rewrite the header with the correct number of bytes
2003-07-29 17:46:14 +00:00
David Schleef
63f7cb4275
Rewrote the core function. Added some nice #defines that should probably go 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 .
2003-07-25 08:41:44 +00:00
David Schleef
322baf19c8
Add buffer length checks to every typefinding function
...
Original commit message from CVS:
Add buffer length checks to every typefinding function
2003-07-24 08:49:42 +00:00
Ronald S. Bultje
d43be4033e
Fix a warning
...
Original commit message from CVS:
Fix a warning
2003-07-22 21:07:46 +00:00
Ronald S. Bultje
6f35e4fcbe
improve index offset calculation, fix some minor other issues and make 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
2003-07-22 20:55:08 +00:00
Joshua N. Pritikin
65a2c594cd
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
...
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
2003-07-22 08:03:54 +00:00
Leif Johnson
7b0389b09c
+ the last of the float caps changes ... these are a bit more pervasive
...
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
2003-07-19 23:47:41 +00:00
Leif Johnson
6fcc950836
+ changes for new float caps without slope/intercept + some category changes for plugins
...
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
2003-07-19 23:25:25 +00:00
David Schleef
eac642da85
Fixes to make it compile without GNOME, and with a modern (>= 0.3) version 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.
2003-07-17 04:16:42 +00:00
Ronald S. Bultje
4418ea9659
Update to new debugging system
...
Original commit message from CVS:
Update to new debugging system
2003-07-15 19:13:28 +00:00
Brian Cameron
d1019eb046
Added #include of config.h so that they symbol "VERSION" could be found.
...
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.
2003-07-15 13:17:20 +00:00
David Schleef
ad79edbe42
Caps fixes and general cleanup.
...
Original commit message from CVS:
Caps fixes and general cleanup.
2003-07-14 08:32:38 +00:00
Zeeshan Ali
333468b5d4
GSM -> RTP and viceversa
...
Original commit message from CVS:
GSM -> RTP and viceversa
2003-07-13 00:20:44 +00:00
Thomas Vander Stichele
68bd6538d8
various spec file and build fixes agogo /me kicks ds in a friendly way
...
Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way
2003-07-12 12:49:14 +00:00
Ronald S. Bultje
743b82aef5
Silence and fix typefinding
...
Original commit message from CVS:
Silence and fix typefinding
2003-07-11 06:04:23 +00:00
Christian Schaller
234aa1b285
fix licensing terms for Goom, it is LGPL not GPL
...
Original commit message from CVS:
fix licensing terms for Goom, it is LGPL not GPL
2003-07-10 13:19:43 +00:00
Benjamin Otte
22364f25d3
another comma missing
...
Original commit message from CVS:
another comma missing
2003-07-08 17:21:47 +00:00
Brian Cameron
d0f73a2262
Support ISO style variable length macros
...
Original commit message from CVS:
Support ISO style variable length macros
2003-07-07 16:55:59 +00:00
Ronald S. Bultje
292fec2a0b
New mimetypes gone into effect today - this commit changes all old mimetypes 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-07-06 20:49:52 +00:00
Christian Schaller
a8183e9a3f
small disting fix
...
Original commit message from CVS:
small disting fix
2003-07-05 22:45:39 +00:00
David Schleef
2b054f0f89
add formats to base class, not the actual videofilter class
...
Original commit message from CVS:
add formats to base class, not the actual videofilter class
2003-07-02 08:10:35 +00:00
David Schleef
96e5a724f8
Add a base init function
...
Original commit message from CVS:
Add a base init function
2003-07-02 08:08:34 +00:00
David Schleef
e22a782729
move code from videoflip directory. Why? I don't really know.
...
Original commit message from CVS:
move code from videoflip directory. Why? I don't really know.
2003-07-02 06:50:32 +00:00
David Schleef
c6e986c8e4
video balancing (brightness, contrast, etc.)
...
Original commit message from CVS:
video balancing (brightness, contrast, etc.)
2003-07-02 06:49:37 +00:00
David Schleef
623f55f194
Add videobalance from template
...
Original commit message from CVS:
Add videobalance from template
2003-07-02 06:31:33 +00:00
David Schleef
1bdd2c9cc3
Add videoflip, created from template.
...
Original commit message from CVS:
Add videoflip, created from template.
2003-07-02 06:16:39 +00:00
David Schleef
23e47de332
GstVideofilter abstract class for video filters
...
Original commit message from CVS:
GstVideofilter abstract class for video filters
2003-07-02 05:22:47 +00:00
David Schleef
7ec579da84
Fix type punning.
...
Original commit message from CVS:
Fix type punning.
2003-06-30 06:54:18 +00:00
Benjamin Otte
90da904f1e
compatibility fix for new GST_DEBUG stuff.
...
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.
2003-06-29 19:46:12 +00:00
Thomas Vander Stichele
996d50d307
fix category
...
Original commit message from CVS:
fix category
2003-06-27 23:28:46 +00:00
Ronald S. Bultje
082ae36645
Remove some more unused cruft left over from our ancient avifile period
...
Original commit message from CVS:
Remove some more unused cruft left over from our ancient avifile period
2003-06-26 21:33:14 +00:00
David Schleef
bbf74571a7
"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
...
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
2003-06-23 07:04:40 +00:00
David Schleef
3d3cec6e7e
new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.
...
Original commit message from CVS:
new "Electric Fence" element, that converts each buffer into an allocated
region surrounded by two unmapped pages.
2003-06-22 03:58:04 +00:00
David Schleef
d1b4db094c
Revert last two changes and do it my way. :)
...
Original commit message from CVS:
Revert last two changes and do it my way. :)
2003-06-19 19:36:26 +00:00