summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove all locally-defined optimization flagsDavid Schleef2003-09-117-36/+6
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* add cvsignoresChristian Schaller2003-09-112-0/+5
| | | | | Original commit message from CVS: add cvsignores
* misc minor build and rpm fixesChristian Schaller2003-09-111-52/+52
| | | | | Original commit message from CVS: misc minor build and rpm fixes
* get last fix correct.David Schleef2003-08-301-1/+1
| | | | | Original commit message from CVS: get last fix correct.
* rewrite state machine in _loop() function to handle buffer durationsDavid Schleef2003-08-262-29/+80
| | | | | Original commit message from CVS: rewrite state machine in _loop() function to handle buffer durations
* Migrate caps to new system. Change to using a simple convolution to create ↵David Schleef2003-08-261-6/+6
| | | | | | | | outline. Original commit message from CVS: Migrate caps to new system. Change to using a simple convolution to create outline.
* 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
* needed fixes to enable building of RPMS of gst-pluginsChristian Schaller2003-08-191-1/+10
| | | | | Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
* Handle libtoolize with alternate namesDavid Schleef2003-08-172-2/+2
| | | | | Original commit message from CVS: Handle libtoolize with alternate names
* 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 definition of plugindirDavid Schleef2003-08-102-2/+0
| | | | | Original commit message from CVS: Remove redundant definition of plugindir
* Remove redundant plugindir definitionDavid Schleef2003-08-1036-37/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Define plugindirDavid Schleef2003-08-092-0/+3
| | | | | Original commit message from CVS: Define plugindir
* Enable MTU featureAngel Carpintero2003-08-071-8/+7
| | | | | Original commit message from CVS: Enable MTU feature
* change FT_PIXEL_MODE_GRAY to ft_pixel_mode_graysDavid Schleef2003-08-061-1/+1
| | | | | Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
* Fix wrong mimetype, might cause #119272Ronald S. Bultje2003-08-061-1/+1
| | | | | Original commit message from CVS: Fix wrong mimetype, might cause #119272
* Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2003-08-043-3/+1
| | | | | | | the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
* 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-293-39/+80
| | | | | Original commit message from CVS: At end of stream, rewrite the header with the correct number of bytes
* fix installing into wrong dirDavid Schleef2003-07-291-1/+1
| | | | | Original commit message from CVS: fix installing into wrong dir
* Fix installing plugin in wrong dirDavid Schleef2003-07-281-1/+1
| | | | | Original commit message from CVS: Fix installing plugin in wrong dir
* move the element to Codec/Image/Decoder, as it was annoying me in gst-editorJan Schmidt2003-07-281-1/+1
| | | | | | | Original commit message from CVS: move the element to Codec/Image/Decoder, as it was annoying me in gst-editor Are there rules for this yet?
* second attempt fixing gdkpixbuf stuffThomas Vander Stichele2003-07-284-4/+18
| | | | | | Original commit message from CVS: second attempt fixing gdkpixbuf stuff
* Fix gst_speexdec_details information now plugin can be register without problemsAngel Carpintero2003-07-281-1/+1
| | | | | Original commit message from CVS: Fix gst_speexdec_details information now plugin can be register without problems
* Make mplex subdir dependent on USE_MPLEXDavid Schleef2003-07-271-1/+7
| | | | | Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX
* Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef2003-07-271-0/+5
| | | | | | | Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling mplex.
* fix initializationDavid Schleef2003-07-262-2/+2
| | | | | Original commit message from CVS: fix initialization
* Nothing in this directory actually uses FreetypeDavid Schleef2003-07-261-1/+1
| | | | | Original commit message from CVS: Nothing in this directory actually uses Freetype
* Compilation fixes for 64-bit architecturesDavid Schleef2003-07-251-3/+3
| | | | | Original commit message from CVS: Compilation fixes for 64-bit architectures
* Added tcp plugin to buildAngel Carpintero2003-07-251-1/+2
| | | | | Original commit message from CVS: Added tcp plugin to build
* Adding needed license information. The patch was reviewed and approved byBrian Cameron2003-07-252-0/+2
| | | | | | | Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
* 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-244-2/+17
| | | | | Original commit message from CVS: Add buffer length checks to every typefinding function
* Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ↵David Schleef2003-07-231-2/+2
| | | | | | | | int) Original commit message from CVS: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
* Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00Jan Schmidt2003-07-231-1/+1
| | | | | Original commit message from CVS: Fixed a typo. blue_mask is 0x00ff0000, not 0x00ff00
* enable ext/mplexDavid Schleef2003-07-222-2/+3
| | | | | Original commit message from CVS: enable ext/mplex
* 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.
* Update matroska check (see #117717)Ronald S. Bultje2003-07-201-4/+4
| | | | | Original commit message from CVS: Update matroska check (see #117717)
* + 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-195-27/+26
| | | | | | | | for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
* fix spec file to work with new combined esound pluginChristian Schaller2003-07-181-2/+1
| | | | | Original commit message from CVS: fix spec file to work with new combined esound plugin
* make sure esdmon.h gets distedChristian Schaller2003-07-181-1/+1
| | | | | Original commit message from CVS: make sure esdmon.h gets disted
* the real speex disting fix, the previous one was just the build fix :)Christian Schaller2003-07-181-1/+1
| | | | | Original commit message from CVS: the real speex disting fix, the previous one was just the build fix :)