summaryrefslogtreecommitdiff
path: root/audio.c
AgeCommit message (Expand)Author
2015-03-10Try smaller audio puffer, if default size fails.Johns
2014-09-23Fix audio thread close race condition.Johns
2014-06-25Use GCC built-in functions for atomic operations.Johns
2014-06-04Fix last commit.Johns
2014-01-29Add Workaround for alsa blocking audio device.Johns
2013-07-26Fix bug #1410: wrong spelled AC-3 and E-AC-3.Johns
2013-07-08Fix bug #1392: Wrong value for mixing LFE.Johns
2013-04-15Fix "broken driver" message if empty ring buffer.Johns
2013-04-11Enable seamless audio track change.Johns
2013-03-12Fix Bug #1286: typo.Johns
2013-02-11Try to use HBR (High Bit-Rate) for EAC3.Johns
2013-02-11Improved pass-through (PCM+EAC3) support.Johns
2013-02-06Makes audio mixer optional.Johns
2013-01-25Support upsampling 3,5 to 8 channels.Johns
2013-01-08Fixes close PIP threading bug.Johns
2013-01-06Fix thread exit problem.Johns
2013-01-03Prepared reentrant video stream.Johns
2012-08-08Removes old audio code (!USE_AUDIORING).Johns
2012-06-30Fix bug: audio use 100% CPU during pause.Johns
2012-06-27Guard audio skip against old PTS values.Johns
2012-06-25Improved audio skip, after channel switch.Johns
2012-04-30Fix bug: PTS are 1/90ms and use AudioVideoDelay.Johns
2012-04-28Skip audio to sync with video.Johns
2012-04-27Mute pass-through, if volume is 0.Johns
2012-04-24Fix bug: don't normalize or compress AC3 samples.Johns
2012-04-22Make audio ring buffer size a multiple of 3,5,7,8.Johns
2012-04-21Add upmix from 5 to 6 channels.Johns
2012-04-21Fix bug: alloca wrong size for audio buffer.Johns
2012-04-20New audio ring buffer code, now OSS part.Johns
2012-04-19Adds audio normalize support.Johns
2012-04-19New audio filters next part.Johns
2012-04-17Show black picture, if no video stream available.Johns
2012-03-23More debug for flush buffers. Bigger audio buffer.Johns
2012-03-12Cleanups.Johns
2012-03-10AudioGetDelay returns signed value and cleanups.Johns
2012-03-07Handle snd_pcm_wait timeouts.Johns
2012-03-05Fix bug: AudioEnqueue crash without sound card.Johns
2012-03-02Rewrote video/audio start code.Johns
2012-03-02Fix warning.Johns
2012-03-01Increase AudioBufferTime for OSS.Johns
2012-02-29Add ac3 to info message for pass-through.Johns
2012-02-29Improved audio drift correction support.Johns
2012-02-25Try to restart alsa after underrun.Johns
2012-02-24Increased audio buffer time for PES packets.Johns
2012-02-21New audio PES handling.Johns
2012-02-16Wakeup audio thread after pause.Johns
2012-02-14Removed stupid gcc warnings.Johns
2012-02-14Fix bug: audio increments invalid audio PTS.Johns
2012-02-12Add play/pause audio support.Johns
2012-02-11Detect audio stream type only after stream switch.Johns