summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-04-30x264enc: add preset supportStefan Kost3-1/+34
2009-04-29resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some othersJan Schmidt4-36/+32
2009-04-29resindvd: Add DVDFASTSTART env var to making some testing easierJan Schmidt1-1/+7
2009-04-29resindvd: Remove redundant modulo operation in the demuxerJan Schmidt1-1/+1
2009-04-29resindvd: Map audio and subpicture logical streams to physical.Jan Schmidt2-24/+70
2009-04-29x264enc: add some documentation on profileMark Nauwelaerts1-0/+9
2009-04-21modplug: Use correct header fileLRN1-1/+1
2009-04-21mpeg2enc: Get number of processors on win32LRN1-0/+9
2009-04-21mmssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.Edward Hervey1-2/+12
2009-04-09x264enc: add force keyframe event handlingJanin Kolenc2-2/+48
2009-04-04bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller3-102/+159
2009-04-03resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time()Tim-Philipp Müller1-12/+0
2009-04-02resindvd: Send both the logical and physical substream ID in the stream change.Jan Schmidt1-7/+12
2009-04-02resindvd: Use new GstNavigation functionality.Jan Schmidt3-119/+246
2009-04-02resindvd: Switch to using a hard-coded mpeg2dec, and change pad blocking a bit.Jan Schmidt2-16/+98
2009-04-02resindvd: Add newline to debug g_print statementJan Schmidt1-1/+1
2009-04-02resindvd: Make highlights work when jumping into menusJan Schmidt1-5/+13
2009-04-02resindvd: Support multiangle titles.Jan Schmidt1-2/+14
2009-04-02resindvd: Add back in support for using hardcoded a52decJan Schmidt1-4/+11
2009-04-02resindvd: Add some debug when creating the output pads in the demuxerJan Schmidt1-2/+15
2009-04-02resindvd: More hacking on the audio decoder.Jan Schmidt1-35/+41
2009-04-02resindvd: Trim back the g_print debug - convert to GST_DEBUG and GST_LOGJan Schmidt1-22/+24
2009-04-02resindvd: Extend the Resin audio decoder element, and switch rsndvdbin to use itJan Schmidt3-12/+315
2009-04-02resindvd: First part of the re-plugging audio decoderJan Schmidt3-0/+198
2009-04-02resindvd: remove unused code path from the binJan Schmidt1-33/+1
2009-04-02resindvd: Indent some thingsJan Schmidt1-12/+12
2009-04-02resindvd: Switch GST_BOILERPLATE to G_DEFINE_TYPE for no real reason.Jan Schmidt2-26/+14
2009-04-02resindvd: Add faststart, and work around some multi-angle issuesJan Schmidt2-17/+106
2009-04-02resindvd: Small debug output change in the source elementJan Schmidt1-1/+1
2009-04-02jp2enc: Unref peer caps after usage to fix a memory leakSebastian Dröge1-0/+1
2009-03-30mpeg2enc: fix bitrate property settingsMark Nauwelaerts1-8/+15
2009-03-27jp2kdec: implement basic QoSTim-Philipp Müller2-10/+219
2009-03-26Merge branch 'mxfmux'Sebastian Dröge1-2/+4
2009-03-25ladspa: comment signalprocessor class more and do minor code cleanupsStefan Kost2-51/+48
2009-03-23jack: Add new connection modeWim Taymans4-6/+13
2009-03-23celtenc: build with celt 0.5.Alessandro Decina1-2/+8
2009-03-22metdata: more logging and code cleanupsStefan Kost7-67/+94
2009-03-22metadata: fix muxing jfifless jpeg. Fixes #574401Stefan Kost1-4/+1
2009-03-22metadata: fix include guardsStefan Kost3-9/+9
2009-03-22metadata: rework doc commentStefan Kost1-8/+7
2009-03-21jp2kenc: Add width/height/fourcc to the pad template capsSebastian Dröge1-2/+4
2009-03-10dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller1-0/+1
2009-03-10Moved twolame from Bad to UglyJan Schmidt4-1154/+0
2009-03-06metadata: cleanup, fix the test, add commentsStefan Kost3-5/+28
2009-03-06faad: Use the public headers if faad2 >= 2.7. Fixes #573369Edward Hervey1-0/+15
2009-03-06ladspa: fix compilation when LRDF is missingWim Taymans1-1/+4
2009-03-05ladspa: remove -ldl as we now use glibs gmodule.Stefan Kost1-1/+1
2009-03-05ladspa: add initial liblrdf support.Stefan Kost2-11/+162
2009-03-05mplex: fix required versionStefan Kost1-1/+1
2009-03-04ladspa: add LIBDIR/ladspa to search path and make path more portableStefan Kost1-9/+93