summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: make decoders output refcounted frameswm42014-11-101-119/+45
* audio: change how filters are inserted on playback speed changeswm42014-11-101-1/+0
* audio: refactor some aspects of filter chain setupwm42014-10-021-49/+4
* audio: prefer libavcodec over libmpg123wm42014-09-221-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* audio: change playback restart and resyncingwm42014-07-281-23/+24
* audio: fix timestampswm42014-07-241-0/+1
* audio: adjust format change codewm42014-07-241-8/+9
* audio: fix race condition in EOF codewm42014-07-241-2/+2
* audio: cosmeticswm42014-07-241-9/+5
* audio: remove unnecessary codewm42014-07-241-3/+0
* audio: move initial decode to generic codewm42014-07-211-22/+31
* audio: remove unused metadata fieldwm42014-07-211-2/+0
* audio: use symbolic constants instead of magic integerswm42014-07-201-5/+5
* player: hide audio/video codec and file format messageswm42014-05-311-2/+1
* options: remove deprecated --identifyMartin Herkt2014-05-041-3/+0
* player: add a --dump-stats optionwm42014-04-171-5/+6
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+2
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+2
* codecs: mp_msg conversionwm42013-12-211-1/+1
* audio: mp_msg conversionswm42013-12-211-22/+18
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-3/+3
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-5/+5
* audio: flush remaining data from the filter chain on EOFwm42013-12-051-1/+5
* audio/filter: change filter callback signaturewm42013-12-051-9/+8
* Move some code from player to audio/video reset functionswm42013-11-271-2/+6
* cosmetics: rename video/audio reset functionswm42013-11-271-3/+3
* audio: better rejection of invalid formatswm42013-11-271-11/+14
* audio: remove ad_driver.preinitwm42013-11-231-18/+9
* audio: don't write decoded audio format to sh_audiowm42013-11-231-15/+8
* audio: move decoder context from sh_audio into new structwm42013-11-231-75/+86
* audio: use the decoder buffer's format, not sh_audiowm42013-11-181-2/+2
* audio: fix mid-stream audio reconfigurationwm42013-11-181-1/+5
* dec_audio: adjust "large" decoding amountwm42013-11-151-5/+5
* ad_spdif: fix regressionswm42013-11-141-3/+4
* audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-72/+77
* dec_audio: fix behavior on format changeswm42013-11-121-3/+1
* audio/filter: fix mul/delay scale and valueswm42013-11-121-4/+3
* audio: switch output to mp_audio_bufferwm42013-11-121-35/+19
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-6/+6
* Remove sh_audio->samplesizewm42013-11-091-2/+2
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* audio/filter: use new option APIwm42013-07-221-12/+5
* audio/decode: remove macro crapwm42013-07-221-5/+18
* mplayer: fix incorrect audio sync after format changeswm42013-07-111-8/+2
* demux: remove facility for partial packet readswm42013-07-111-11/+0
* audio: remove decoder input bufferwm42013-07-101-11/+0
* Remove old demuxerswm42013-07-071-0/+2
* options: remove --stereowm42013-06-131-2/+0
* audio: print channel map additionally to channel count on terminalwm42013-05-121-4/+5
* core: use channel map on demuxer level toowm42013-05-121-9/+9
* audio/out: switch to channel mapwm42013-05-121-3/+4
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-11/+9
* af: streamline format negotiationwm42013-04-131-6/+4
* options: remove --af-advwm42013-04-131-1/+1
* audio: remove float processing optionwm42013-04-131-10/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-151/+77
* dec_audio: uncrustifywm42013-02-091-192/+201
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-0/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-7/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+462