summaryrefslogtreecommitdiff
path: root/src/pulse
AgeCommit message (Expand)AuthorFilesLines
2011-08-16format: Remove stupid copy-paste-oArun Raghavan1-1/+1
2011-08-16introspect: fix source output and sink input docs mix-upJonny Lamb1-4/+4
2011-08-16sink: Add a SET_FORMATS flagArun Raghavan1-0/+4
2011-08-15proplist: Make filter properties line up prettilyArun Raghavan1-3/+3
2011-08-15format: Add string to pa_format_info conversion functionArun Raghavan2-10/+65
2011-08-15format: Make pa_format_info_snprint() more parseableArun Raghavan1-2/+5
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans14-113/+13
2011-08-11Add some missing format.h includesMaarten Bosmans1-1/+1
2011-08-11ext-device-restore: Include format.hColin Guthrie1-0/+1
2011-08-09device-restore: Various fixes for the protocol extension.Colin Guthrie3-2/+10
2011-08-02protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson3-2/+31
2011-07-27doc: Document subscription events betterArun Raghavan1-0/+20
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-6/+12
2011-07-14Fix two comment typos.Ralph Giles1-1/+1
2011-06-24Remove libpulse-browse and pabrowseMaarten Bosmans2-563/+0
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans3-7/+8
2011-06-24Add sys/time.h include to rtclock.cMaarten Bosmans1-0/+3
2011-06-22Remove unnecessary #includesMaarten Bosmans27-40/+6
2011-06-22device-restore: Add a new protocol extension for device-restore.Colin Guthrie4-3/+466
2011-06-22introspect: Get format of source outputColin Guthrie2-1/+6
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie3-21/+93
2011-06-22introspect: Get formats for sourcesColin Guthrie2-17/+51
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-18/+12
2011-06-22def: Add some flags for source outputs.Colin Guthrie1-1/+28
2011-06-22introspect: Clear out memory properly on error.Colin Guthrie1-42/+40
2011-06-19stream: Simplify passing of formats in extended APIArun Raghavan2-9/+10
2011-06-19stream: Fix a couple of format_info leaksArun Raghavan1-1/+4
2011-05-20format: Fix channel map handlingArun Raghavan1-6/+7
2011-05-15protocol-native: Stop auto timing updates if connected to suspended sink or s...Jyri Sarha1-4/+24
2011-05-15format: Add some convenience API for setting propertiesArun Raghavan2-3/+34
2011-05-15format: Extend properties to handle lists/rangesArun Raghavan3-20/+263
2011-05-15sink-input: Provide more information to client when format is lostArun Raghavan1-0/+8
2011-05-15format: Add correct sample spec conversion for E-AC3Arun Raghavan1-0/+3
2011-05-15format: Export pa_format_info_is_compatible in APIArun Raghavan3-2/+10
2011-05-15sink-input: Add a format-lost eventArun Raghavan1-0/+7
2011-05-02format: Add a type for DTSArun Raghavan2-0/+4
2011-05-02introspect: Get format of sink inputArun Raghavan2-1/+6
2011-05-02introspect: Get formats for sinksArun Raghavan2-0/+37
2011-05-02stream: Add API to get a stream's pa_format_infoArun Raghavan2-0/+13
2011-05-02format: Add some convenience functions for printingArun Raghavan2-0/+49
2011-05-02format: Const-ify some parametersArun Raghavan2-4/+4
2011-05-02core: Fix some FIXMEs for the extended APIArun Raghavan1-6/+17
2011-05-02format: Avoid some code duplicationArun Raghavan2-0/+5
2011-05-02sink-input: Don't assert on bad formatsArun Raghavan2-15/+19
2011-05-02sink: Remove PASSTHROUGH flagArun Raghavan1-8/+2
2011-05-02format: Add convenience API to check if a format is PCM or notArun Raghavan2-0/+7
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan3-19/+120
2011-05-02format: Add some properties and internal APIArun Raghavan3-0/+104
2011-05-02core: Add a pa_format_info structureArun Raghavan3-0/+151
2011-05-02sample: Use PA_SAMPLE_INVALID instead of numeric valueArun Raghavan1-1/+1