aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode/dec_audio.c
Commit message (Expand)AuthorAge
* 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
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/filter: use new option APIGravatar wm42013-07-22
* audio/decode: remove macro crapGravatar wm42013-07-22
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* audio: remove decoder input bufferGravatar wm42013-07-10
* Remove old demuxersGravatar wm42013-07-07
* options: remove --stereoGravatar wm42013-06-13
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* core: use channel map on demuxer level tooGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* af: streamline format negotiationGravatar wm42013-04-13
* options: remove --af-advGravatar wm42013-04-13
* audio: remove float processing optionGravatar wm42013-04-13
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* dec_audio: uncrustifyGravatar wm42013-02-09
* audio: improve decoder open failure handlingGravatar Uoti Urpala2012-12-03
* core: fix crash when video filter returns inf as PTSGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12