aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode/dec_audio.c
Commit message (Expand)AuthorAge
* audio: fix crash on uninitGravatar wm42015-06-15
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: remove internal libmpg123 wrapperGravatar wm42015-03-24
* player: better handling of video with no timestampsGravatar wm42015-03-20
* audio: fix initial audio PTSGravatar wm42015-01-14
* audio: fix assertion failure on audio decodingGravatar wm42015-01-14
* audio: use refcounted frames in the filter chainGravatar wm42015-01-13
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio: prefer libavcodec over libmpg123Gravatar wm42014-09-22
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* audio: change playback restart and resyncingGravatar wm42014-07-28
* audio: fix timestampsGravatar wm42014-07-24
* audio: adjust format change codeGravatar wm42014-07-24
* audio: fix race condition in EOF codeGravatar wm42014-07-24
* audio: cosmeticsGravatar wm42014-07-24
* audio: remove unnecessary codeGravatar wm42014-07-24
* audio: move initial decode to generic codeGravatar wm42014-07-21
* audio: remove unused metadata fieldGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* player: add a --dump-stats optionGravatar wm42014-04-17
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* codecs: mp_msg conversionGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* audio: better rejection of invalid formatsGravatar wm42013-11-27
* audio: remove ad_driver.preinitGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* audio: use the decoder buffer's format, not sh_audioGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* dec_audio: adjust "large" decoding amountGravatar wm42013-11-15
* ad_spdif: fix regressionsGravatar wm42013-11-14
* audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* dec_audio: fix behavior on format changesGravatar wm42013-11-12
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* audio: switch output to mp_audio_bufferGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07