summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2009-04-20patch over logic errors in osxvideosrcAndy Wingo1-129/+131
2009-04-20add osxvideosrcAndy Wingo5-2/+1544
2009-04-10dshowdec: fix compilation with the debugging system disabledTim-Philipp Müller2-14/+2
2009-04-08acmenc, acmmp3dec, sdp: link to all requires libraries on win32.Michael Smith2-19/+30
2009-03-26acm: Port to MinGWРуслан Ижбулатов4-16/+22
2009-03-20dshowdec: Add par_n and par_d to the object structure to fix compilationJan Schmidt1-0/+1
2009-03-04dvbsrc: make some docs up to dateZaheer Merali1-7/+6
2009-02-28acmenc: fix whitespaceMichael Smith1-545/+568
2009-02-27qtwrapper: Only use _dump_mem() if requested.Edward Hervey1-0/+2
2009-02-23qtwrapper: Fix build on macosxEdward Hervey1-3/+3
2009-02-12dshowvideosink: Return ASYNC appropriately from change_state.Michael Smith1-4/+8
2009-02-12dshowdecwrapper: fix compilation.Michael Smith1-7/+0
2009-02-10dshowdecwrapper: Pass pixel aspect through from demuxers, if supplied.Michael Smith1-2/+14
2009-02-10dshowdecwrapper: Make audio decoders have SECONDARY rank.Michael Smith1-1/+1
2009-02-10dshowdecwrapper: Delete old .c files that are unusedMichael Smith3-2417/+0
2009-02-09acmmp3dec: fix major memory leaks and clean up code.Michael Smith1-349/+410
2009-02-04Fix up things that the indent thingy complained aboutMichael Smith1-4/+6
2009-02-04Fix major leaks in qtwrapper audio decoders.Michael Smith1-2/+36
2009-02-04Handle many more edge cases in dshowvideosink.Michael Smith4-1833/+2045
2009-01-29qtwrapper: Fixes build at case sensitive systems.Thiago Sousa Santos4-4/+4
2009-01-06sys/acmmp3dec/Makefile.am: Fix typo in the opposite way to give the plugin a ...Michael Smith1-5/+5
2009-01-06sys/acmmp3dec/Makefile.am: Fix typo in the makefile target preventing disting.Jan Schmidt1-1/+1
2009-01-04sys/dvb/dvbbasebin.c: Fix some memory leaks. Fixes bug #566356.Sebastian Pölsterl1-4/+23
2008-12-23sys/dvb/gstdvbsrc.c: With constant read failures, make sure we exit the read_...Zaheer Abbas Merali1-1/+4
2008-12-23sys/dvb/gstdvbsrc.c: Post bus message with dvb read failure when unable to re...Zaheer Abbas Merali1-2/+7
2008-12-23sys/fbdev/gstfbdevsink.c: Fix the Depth calculation.Luotao Fu1-2/+4
2008-11-25Add new directory for new acmmp3dec pluginMichael Smith3-2/+386
2008-11-21sys/dshowdecwrapper/gstdshowaudiodec.cpp: Fix flushing/seeking problems retur...Michael Smith2-15/+57
2008-11-14sys/qtwrapper/codecmapping.c: Add some of our favorite codecs.David Schleef1-0/+6
2008-11-06sys/dvb/gstdvbsrc.c: Set filters in PAUSED or PLAYING.Zaheer Abbas Merali1-2/+3
2008-11-04Fix memleaks.Sebastian Pölsterl1-0/+2
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost12-1/+12
2008-11-03sys/qtwrapper/audiodecoders.c: Fix mismatched signedness compiler warning.Jan Schmidt1-1/+1
2008-10-30sys/qtwrapper/audiodecoders.c: Add ALAC support.Michael Smith2-74/+188
2008-10-16sys/acmenc/Makefile.am: Remove incorrect use of DIRECTSOUND_LDFLAGSMichael Smith1-1/+1
2008-10-12sys/oss4/: Add some spaces in translateable strings.Jan Schmidt3-5/+5
2008-09-30sys/: New plugin for audio capture and playback using Windows Audio SessionOle André Vadla Ravnås9-1/+1204
2008-09-30sys/dshowdecwrapper/gstdshowaudiodec.cppOle André Vadla Ravnås1-2/+2
2008-09-30sys/dshowdecwrapper/: Use the _T() macro to support both Unicode and MBCS.Ole André Vadla Ravnås2-2/+2
2008-09-24sys/dshowdecwrapper/: Prefer known-good filters, create directly by GUID if p...Michael Smith7-272/+348
2008-09-17sys/dvb/gstdvbsrc.c: Add adapter_name for bus message in ATSC case. Fixes #55...Michael Krufky1-1/+2
2008-09-10sys/dshowdecwrapper/: Major rewrite of dshowdecwrapper. Converts code toMichael Smith10-16/+2840
2008-09-10sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func, gst_ks_clock_start):Ole André Vadla Ravnås2-13/+14
2008-09-09sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp, gst_ks_vi...Ole André Vadla Ravnås4-111/+323
2008-09-05sys/dvb/gstdvbsrc.c: Add DVB Adapter name to structure sent over bus.Sebastian Pölsterl1-1/+8
2008-08-28sys/winks/ksvideohelpers.c (ks_video_media_type_free): Avoid leaking the KSDA...Ole André Vadla Ravnås1-2/+6
2008-08-27sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init, gst_ks_video_de...Ole André Vadla Ravnås2-47/+77
2008-08-24New plugin for low-latency video capture on Windows (#519935).Ole André Vadla Ravnås12-1/+3655
2008-08-24Added documentation blobs. Thanks to Stefan for noticing!Ole André Vadla Ravnås2-0/+47
2008-08-24New plugin: winscreencap (#463941).Haakon Sporsheim8-1/+1405