Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-20 | add new vdpau directory | Carl-Anton Ingmarsson | 1 | -0/+10 | |
2009-06-19 | frei0r: Remove custom get_unit_size implementation | Sebastian Dröge | 1 | -2/+2 | |
This is already handled by the default one from GstVideoFilter | |||||
2009-06-19 | frei0r: First version of a frei0r wrapper plugin | Sebastian Dröge | 1 | -0/+2 | |
Currently this only supports frei0r filters. | |||||
2009-06-18 | Back to development -> 0.10.13.1 | Jan Schmidt | 1 | -1/+1 | |
2009-06-18 | Release 0.10.13 | Jan Schmidt | 1 | -1/+1 | |
2009-06-10 | 0.10.12.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-06-05 | Moved 'x264enc' from -bad to -ugly | Jan Schmidt | 1 | -25/+0 | |
2009-06-03 | Bump core/base requirements to released versions | Tim-Philipp Müller | 1 | -2/+2 | |
2009-05-31 | hdvparse: New element for parsing private/hdv-a1 streams. | Edward Hervey | 1 | -0/+2 | |
2009-05-29 | shapewipe: Add a simple shapewipe transition filter & example application | Sebastian Dröge | 1 | -0/+3 | |
2009-05-28 | soundtouch: fix detection of libsoundtouch >= 1.4 | Mark Nauwelaerts | 1 | -4/+7 | |
2009-05-22 | adpcmdec: Add new plugin for ms-adpcm decoding. | Michael Smith | 1 | -0/+2 | |
2009-05-22 | autotools: move -Wno-portability for automake to configure.ac | Tim-Philipp Müller | 1 | -1/+1 | |
2009-05-21 | id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4. | Michael Smith | 1 | -0/+2 | |
By default, does v1 and v2.3, but there are properties to select. Will hopefully replace id3mux, id3v2mux, in the not-too-distant future. | |||||
2009-05-21 | Back to hacking -> 0.10.12.1 | Jan Schmidt | 1 | -1/+1 | |
2009-05-20 | Release 0.10.12 | Jan Schmidt | 1 | -1/+1 | |
2009-05-16 | 0.10.11.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-05-16 | Moved 'directdraw' from -good to -bad | Jan Schmidt | 1 | -0/+42 | |
2009-05-16 | Moved 'y4menc' from -bad to -good | Jan Schmidt | 1 | -2/+0 | |
2009-05-13 | Moved 'deinterlace2' from -bad to -good | Sebastian Dröge | 1 | -11/+0 | |
And remove old deinterlace plugin as deinterlace2 will be called deinterlace in -good. | |||||
2009-05-12 | Moved 'flv' from -bad to -good | Sebastian Dröge | 1 | -2/+0 | |
2009-05-12 | 0.10.11.2 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-05-10 | faad: Fix configure check for the FAAD version | Sebastian Dröge | 1 | -2/+2 | |
The previous version matched things like 297 for version 2.7, etc which could be added to the file by other headers. Fixes bug #582074. | |||||
2009-04-24 | soundtouch: fix configure to use proper shell syntax. fixes #580091 | Stefan Kost | 1 | -2/+2 | |
2009-04-23 | soundtouch: Fix compilation on newer libSoundTouch | Jan Schmidt | 1 | -3/+9 | |
Newer libsoundtouch requires that we include an extra header that wasn't previously required, so define HAVE_SOUNDTOUCH_1_4 for newer builds so that it gets included. | |||||
2009-04-21 | soundtouch: Add pkgconfig check for soundtouch-1.4 | David Schleef | 1 | -9/+11 | |
Fixes #573846. | |||||
2009-04-20 | add osxvideosrc | Andy Wingo | 1 | -0/+17 | |
* configure.ac: * sys/Makefile.am: * sys/osxvideo/Makefile.am: Autoconfiscation. * sys/osxvideo/osxvideoplugin.m: * sys/osxvideo/osxvideosrc.h: * sys/osxvideo/osxvideosrc.c: Add osxvideosrc. Should fix #153684. Patch-by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> Patch-by: Ali Sabil <ali.sabil@tandberg.com> Patch-by: Barracuda Networks <justin@affinix.com> | |||||
2009-04-16 | fpsdisplaysink: add a initial port of a sink with fps display | Stefan Kost | 1 | -0/+2 | |
This now works with a event probe. Needs some extra work. | |||||
2009-04-08 | acmenc, acmmp3dec, sdp: link to all requires libraries on win32. | Michael Smith | 1 | -0/+5 | |
Add winsock for windows (for sdp). Link to all the plugins-base libs we indirectly use for acmmenc and acmmp3dec. | |||||
2009-04-03 | configure.ac: fix dvdnav version check | Tim-Philipp Müller | 1 | -2/+5 | |
Fixes #577864. This time for real. | |||||
2009-04-03 | resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time() | Tim-Philipp Müller | 1 | -7/+5 | |
Fixes #577864. | |||||
2009-04-03 | misc: Bump plugins-base requirement to 0.10.22.1 | Jan Schmidt | 1 | -1/+1 | |
2009-03-27 | configure.ac: make --disable-external work again | Alan Falloon | 1 | -0/+1 | |
2009-03-26 | xdgmime: Use GIOs g_content_type_guess() if possible | Sebastian Dröge | 1 | -0/+6 | |
2009-03-26 | acm: Port to MinGW | Руслан Ижбулатов | 1 | -1/+4 | |
Fixes bug #573595. | |||||
2009-03-26 | xdgmime: Link with winsock library to fix build with MinGW | Руслан Ижбулатов | 1 | -0/+2 | |
Partially fixes bug #573595. | |||||
2009-03-26 | dccp: Port DCCP plugin to MinGW | Руслан Ижбулатов | 1 | -0/+10 | |
Partially fixes bug #573595. | |||||
2009-03-26 | dccp: Disable the dccp plugin if no pthread support is available | Руслан Ижбулатов | 1 | -0/+11 | |
Partially fixes bug #573595. | |||||
2009-03-26 | Merge branch 'mxfmux' | Sebastian Dröge | 1 | -1/+5 | |
2009-03-25 | Require core >= 0.10.22.1 for %u pad template support | Sebastian Dröge | 1 | -1/+1 | |
2009-03-23 | celtenc: build with celt 0.5. | Alessandro Decina | 1 | -3/+8 | |
2009-03-22 | back to development -> 0.10.11.1 | Jan Schmidt | 1 | -1/+1 | |
2009-03-21 | mxf: Add MXF muxer | Sebastian Dröge | 1 | -0/+4 | |
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards. | |||||
2009-03-21 | Release 0.10.11 | Jan Schmidt | 1 | -1/+1 | |
2009-03-18 | 0.10.6.5 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-18 | 0.10.10.4 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-13 | 0.10.10.3 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-10 | 0.10.10.2 pre-release | Jan Schmidt | 1 | -1/+1 | |
2009-03-10 | Moved twolame from Bad to Ugly | Jan Schmidt | 1 | -14/+0 | |
2009-03-06 | metadata: cleanup, fix the test, add comments | Stefan Kost | 1 | -2/+2 | |
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. |