summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.10.11RELEASE-0_10_11Jan Schmidt2009-03-2193-24044/+29565
|
* Update .po filesJan Schmidt2009-03-2031-580/+4923
|
* dshowdec: Add par_n and par_d to the object structure to fix compilationJan Schmidt2009-03-201-0/+1
|
* 0.10.6.5 pre-releaseJan Schmidt2009-03-182-2/+2
|
* mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2009-03-182-32/+42
|
* 0.10.10.4 pre-releaseJan Schmidt2009-03-181-1/+1
|
* mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2009-03-162-13/+27
| | | | Fixes #575565
* 0.10.10.3 pre-releaseJan Schmidt2009-03-132-2/+2
|
* po: Update po files from upstreamJan Schmidt2009-03-133-54/+377
|
* po: Add Turkish translationJan Schmidt2009-03-132-1/+381
|
* xdgmime: make xdg typefinder more conservativeTim-Philipp Müller2009-03-131-3/+19
| | | | | | | | | | | | The whole raison d'etre of this typefinder is to help avoid false positives when used in combination with our main typefinder in -base. Its task is not really to typefind audio/video files, even less so given that it detects *MIME* types, not GStreamer media types. Therefore, if this typefinder detects an audio or video type, don't even suggest it - our own typefinders are hopefully better at this and detect the right type of type on top of that, and even if they're not we really want to know about it and fix it. Fixes #575157.
* rtpbin: don't return FALSE on seek eventsWim Taymans2009-03-131-0/+1
| | | | Silently ignore the seek event instead of returning FALSE.
* mpegpsdemux: workaround to fix playback of certain malformed clipsJosep Torra2009-03-131-2/+29
| | | | | Added a workarround to permit play certain malformed clips where first SCR is greater than last SCR. Fixes bug #454228
* check: Disabling metadata unit test until #574401 is fixed.Edward Hervey2009-03-121-4/+5
|
* add some more plugins the spec fileChristian Schaller2009-03-121-0/+6
|
* Update spec file with new pluginsChristian Schaller2009-03-111-0/+2
|
* dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller2009-03-101-0/+1
|
* mpegdemux: Fixed a bug in the TS scanner. Fixes #574009Josep Torra2009-03-101-1/+1
|
* 0.10.10.2 pre-releaseJan Schmidt2009-03-1030-5509/+649
|
* Moved twolame from Bad to UglyJan Schmidt2009-03-1010-1220/+0
|
* Automatic update of common submoduleJan Schmidt2009-03-091-0/+0
| | | | From 7032163 to f8b3d91
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From ffa738d to 7032163
* Automatic update of common submoduleSebastian Dröge2009-03-081-0/+0
| | | | From 3f13e4e to ffa738d
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 3c7456b to 3f13e4e
* Automatic update of common submoduleSebastian Dröge2009-03-071-0/+0
| | | | From 57c83f2 to 3c7456b
* camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt2009-03-072-10/+35
| | | | | The camerabin tests were throwing glib errors and hanging when gst-plugins-good elements (jpegenc, videocrop) can't found.
* misc: Ignore the camerabin binary in the check/elements subdirJan Schmidt2009-03-071-0/+1
|
* camerabin: Partly fix distcheckJan Schmidt2009-03-071-8/+1
| | | | | Don't dist the generated marshal.h header by putting it in the headers list.
* metadata: change 'q' back to 'jpegenc' (my keyboard hates me)Stefan Kost2009-03-071-1/+1
|
* metadata: cleanup, fix the test, add commentsStefan Kost2009-03-065-13/+45
| | | | | | First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code.
* legacyresample: Fix memory leak in the unit test by unreffing the capsSebastian Dröge2009-03-061-0/+1
|
* mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2009-03-062-25/+86
|
* mxf: Don't even try to serialize DM frameworks as it will cause an assertion ↵Sebastian Dröge2009-03-061-6/+6
| | | | until this is finished
* faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey2009-03-061-0/+15
| | | | | Since faad2-2.7, the public function prototypes are in sync with the actual function prototypes used internally in libfaad.
* ladspa: fix compilation when LRDF is missingWim Taymans2009-03-061-1/+4
| | | | --
* ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost2009-03-052-9/+1
|
* ladspa: add initial liblrdf support.Stefan Kost2009-03-053-11/+169
| | | | Get classification from rdf metadata.
* mplex: fix required versionStefan Kost2009-03-051-1/+1
| | | | With this version it builds on opensuse 11.1.
* mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge2009-03-051-3/+5
| | | | | Currently serializing of DM Frameworks is not supported yet by DMS1 and will give us NULL.
* photography: declare interface as unstable API by means of a warningTim-Philipp Müller2009-03-043-2/+7
| | | | | | | Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
* configure: detect faad's minor version and define FAAD2_MINOR_VERSION in ↵Tim-Philipp Müller2009-03-041-3/+26
| | | | config.h
* valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller2009-03-043-9/+9
| | | | | | | If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
* gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey2009-03-041-2/+2
| | | | | | Basically, at this point, the ffmpeg equivalent decoders perform way better, so we'll make the ffmpeg equivalents PRIMARY and these MARGINAL.
* dvbsrc: make some docs up to dateZaheer Merali2009-03-041-7/+6
|
* mpegtsdemux: reset sync_lut_len to 0 on READY to NULLJosep Torra2009-03-041-0/+1
|
* Merge branch 'master' of ↵Christian Schaller2009-03-041-0/+1
|\ | | | | | | ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad
| * check: gst-plugins-bad.supp needs to be distributed.Peter Kjellerstedt2009-03-041-0/+1
| |
* | docs/plugins/Makefile.am: add figures subdirectoryChristian Schaller2009-03-043-1/+10
|/ | | | | tests/examples/Makefile.am: add mxf subdirectory gst-plugins.spec.in: add new plugins
* ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost2009-03-042-9/+97
| | | | | | Use glib defines for searchpath separators. Filter searchpath to avoid scanning path entries twice. Fix the return in ladspa_plugin_directory_search to return wheter we found a plugin.
* ladspa: rewrite the directory scanning, fixes first part of #573370Stefan Kost2009-03-044-404/+2
| | | | | | Move the two function from search.c into gstladspa.c and make them static. Remove non needed arguments from function prototypes. Use glib api for simplicity and portability.