summaryrefslogtreecommitdiff
path: root/libavdevice/pulse_audio_common.c
Commit message (Collapse)AuthorAge
* avdevice/pulse_audio_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/pulse_audio_common: add context helper functionsLukasz Marek2014-04-18
| | | | | | | Functions allow to connect and disconnect from server. Helpfull to implement utility functions with nested loops. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* lavd/pulse_audio_common: rename variables and enumsLukasz Marek2014-04-18
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* pulseaudio: move NULL check up before dereference.Reimar Döffinger2014-04-06
| | | | | | Fixes CID 1197068. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* lavd/pulse_audio_common: add device detecting codeLukasz Marek2014-03-29
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* lavd/pulse: add ff_ prefix and fix param typeLukasz Marek2013-11-04
| | | | | | | Add ff_ prefix for internal API function. Change type of param from int into enum AVCodecID as it is more specific. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* lavd/pulse: move common code to separate fileLukasz Marek2013-10-08
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>