summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pull patches from HEADBRANCH_RELEASE-0_7_2David Schleef2003-11-246-69/+145
| | | | | Original commit message from CVS: Pull patches from HEAD
* Fix gdk_pixbuf installation directory (again)David Schleef2003-11-231-6/+5
| | | | | Original commit message from CVS: Fix gdk_pixbuf installation directory (again)
* TypoRonald S. Bultje2003-11-221-1/+1
| | | | | Original commit message from CVS: Typo
* Add faac buildRonald S. Bultje2003-11-222-0/+17
| | | | | Original commit message from CVS: Add faac build
* Why wasn't this committed in my previous try?Ronald S. Bultje2003-11-222-0/+82
| | | | | Original commit message from CVS: Why wasn't this committed in my previous try?
* Actually, FAAC is LGPL, not GPL (like FAAD)Ronald S. Bultje2003-11-221-0/+680
| | | | | Original commit message from CVS: Actually, FAAC is LGPL, not GPL (like FAAD)
* BPS is per-channel BPS, not total BPS... OhwellRonald S. Bultje2003-11-221-7/+12
| | | | | Original commit message from CVS: BPS is per-channel BPS, not total BPS... Ohwell
* fixes to make gdk_pixbuf loader install nicelyDavid Schleef2003-11-221-1/+23
| | | | | Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
* distcheck fixesDavid Schleef2003-11-222-12/+4
| | | | | Original commit message from CVS: distcheck fixes
* Don't throw an error if we can't negotiate capsDavid Schleef2003-11-221-5/+0
| | | | | Original commit message from CVS: Don't throw an error if we can't negotiate caps
* apparently we require a newer version of gnome-vfsDavid Schleef2003-11-221-0/+1
| | | | | Original commit message from CVS: apparently we require a newer version of gnome-vfs
* Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje2003-11-212-18/+2
| | | | | Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
* New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje2003-11-215-26/+651
| | | | | Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
* This GstVideoSink function was removed todayJan Schmidt2003-11-201-2/+0
| | | | | Original commit message from CVS: This GstVideoSink function was removed today
* Fix a stupid mistakeJulien Moutte2003-11-192-2/+2
| | | | | Original commit message from CVS: Fix a stupid mistake
* Removing the video_out things.Julien Moutte2003-11-193-275/+12
| | | | | Original commit message from CVS: Removing the video_out things.
* Removing have_size as it is in GstVideoSink higher class.Julien Moutte2003-11-192-35/+1
| | | | | Original commit message from CVS: Removing have_size as it is in GstVideoSink higher class.
* Merged GstVideoOverlay features here.Julien Moutte2003-11-172-9/+96
| | | | | Original commit message from CVS: Merged GstVideoOverlay features here.
* Merging with GstXOverlayJulien Moutte2003-11-173-261/+0
| | | | | Original commit message from CVS: Merging with GstXOverlay
* + adding buffer-frames prop to standard caps macrosLeif Johnson2003-11-162-20/+11
| | | | | Original commit message from CVS: + adding buffer-frames prop to standard caps macros
* + checking in plugin category changesLeif Johnson2003-11-1634-59/+44
| | | | | Original commit message from CVS: + checking in plugin category changes
* + further mucking about with the playondemand filterLeif Johnson2003-11-164-64/+57
| | | | | Original commit message from CVS: + further mucking about with the playondemand filter
* + adding endianness conversion macros for floatsLeif Johnson2003-11-161-1/+55
| | | | | Original commit message from CVS: + adding endianness conversion macros for floats
* live and let dieThomas Vander Stichele2003-11-151-2/+70
| | | | | Original commit message from CVS: live and let die
* Adding GstVideoOverlay interface.Julien Moutte2003-11-153-0/+261
| | | | | Original commit message from CVS: Adding GstVideoOverlay interface.
* fix makefileThomas Vander Stichele2003-11-151-1/+1
| | | | | Original commit message from CVS: fix makefile
* disting fixChristian Schaller2003-11-141-3/+5
| | | | | Original commit message from CVS: disting fix
* GStreamer does not use changelogsBenjamin Otte2003-11-142-70/+2
| | | | | Original commit message from CVS: GStreamer does not use changelogs
* er, no, signal should be VOID__POINTER. :)David Schleef2003-11-131-2/+2
| | | | | Original commit message from CVS: er, no, signal should be VOID__POINTER. :)
* signal should be VOID__VOIDDavid Schleef2003-11-131-2/+2
| | | | | Original commit message from CVS: signal should be VOID__VOID
* fix build system for X, XShm and XvBenjamin Otte2003-11-123-43/+59
| | | | | Original commit message from CVS: fix build system for X, XShm and Xv
* add -lX11 to X_LIBS so ximagesink buildsBenjamin Otte2003-11-121-0/+3
| | | | | Original commit message from CVS: add -lX11 to X_LIBS so ximagesink builds
* make colorspace handle the original RGB format, too, since it handles both. ↵Benjamin Otte2003-11-112-0/+66
| | | | | | | Add the template caps for the reverse for... Original commit message from CVS: make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
* test for regular shm instead of XShmThomas Vander Stichele2003-11-111-15/+19
| | | | | Original commit message from CVS: test for regular shm instead of XShm
* include macro for defining GST_FUNCTION, so debugging output from plugins ↵Benjamin Otte2003-11-111-0/+3
| | | | | | | gets function names, too Original commit message from CVS: include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
* Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to ↵David Schleef2003-11-112-10/+10
| | | | | | | | scale navigation events. Original commit message from CVS: Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
* remove gst_video_sink_push_ui_event()David Schleef2003-11-103-27/+0
| | | | | Original commit message from CVS: remove gst_video_sink_push_ui_event()
* change video/x-jpeg to image/jpegDavid Schleef2003-11-101-3/+5
| | | | | Original commit message from CVS: change video/x-jpeg to image/jpeg
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
| | | | | Original commit message from CVS: Proper device-capabilities check when opening
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-093-9/+11
| | | | | Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
* Fix device probing from multiple childs. It's done once in the parent class ↵Ronald S. Bultje2003-11-091-5/+8
| | | | | | | only now, but the childs do get the corre... Original commit message from CVS: Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
* Do not demux only 2 trak atomsJeremy Simon2003-11-071-4/+9
| | | | | Original commit message from CVS: Do not demux only 2 trak atoms
* We don't need to patch wmadec.c and avcodec.h anymoreJeremy Simon2003-11-071-52/+0
| | | | | Original commit message from CVS: We don't need to patch wmadec.c and avcodec.h anymore
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-07141-76/+368
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Add device autodetectionRonald S. Bultje2003-11-072-1/+180
| | | | | Original commit message from CVS: Add device autodetection
* Don't set the actual video size in gst_video_sink_got_video_size().David Schleef2003-11-071-3/+0
| | | | | | Original commit message from CVS: Don't set the actual video size in gst_video_sink_got_video_size(). This could probably be replaced once we handle pixel aspect ratios.
* use int64 for frame-timeDavid I. Lehn2003-11-073-4/+4
| | | | | Original commit message from CVS: use int64 for frame-time
* test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2003-11-072-1/+9
| | | | | | Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
* Include config.hDavid Schleef2003-11-062-0/+6
| | | | | Original commit message from CVS: Include config.h
* All the interfaces are collected in libgstinterfaces now.Jan Schmidt2003-11-061-3/+1
| | | | | Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.