summaryrefslogtreecommitdiffstats
path: root/audio/decode/dec_audio.c
Commit message (Expand)AuthorAgeFilesLines
* video, audio: don't actively wait for demuxer inputwm42018-01-091-0/+2
* video, audio: always read all frames before getting next packetwm42018-01-011-1/+18
* demux: get rid of demux_packet.new_segment fieldwm42017-10-241-3/+7
* audio: make libaf derived code optionalwm42017-09-211-2/+1
* audio: introduce a new type to hold audio frameswm42017-08-161-20/+13
* dec_audio, ad_lavc: change license to LGPLwm42017-06-141-7/+7
* dec_video, dec_audio: remove redundant NULL-checkswm42017-02-201-2/+1
* player: add experimental stream recording featurewm42017-02-071-0/+4
* audio: restructure decode loopwm42017-01-111-12/+7
* options: deprecate codec family selection in --vd/--adwm42016-12-231-7/+4
* audio: change how spdif codecs are selectedwm42016-12-231-3/+6
* dec_video, dec_audio: avoid full reinit on switches to the same segmentwm42016-11-091-6/+9
* audio: dump timestamp differencewm42016-10-021-1/+5
* dec_audio: fix segment boudnary switchingwm42016-06-271-3/+6
* audio: move frame clipping to a generic functionwm42016-02-211-33/+3
* Rewrite ordered chapters and timeline stuffwm42016-02-151-1/+73
* audio/video: expose codec info as separate fieldwm42016-02-151-2/+2
* audio: minor simplificationwm42016-02-051-3/+0
* audio/video: merge decoder return valueswm42016-02-011-11/+11
* audio: move pts reset checkwm42016-01-291-11/+1
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-119/+74
* audio: move direct packet reading from decoders to common codewm42016-01-191-5/+15
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-2/+2
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-091-1/+12
* dec_audio: add missing includewm42015-11-081-0/+1
* audio: interpolate audio timestampswm42015-11-081-2/+12
* audio: move PTS setting out of the decoderwm42015-11-081-3/+7
* audio: fix crash on uninitwm42015-06-151-1/+1
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-051-7/+19
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* audio: remove internal libmpg123 wrapperwm42015-03-241-5/+0
* player: better handling of video with no timestampswm42015-03-201-0/+3
* audio: fix initial audio PTSwm42015-01-141-24/+25
* audio: fix assertion failure on audio decodingwm42015-01-141-2/+2
* audio: use refcounted frames in the filter chainwm42015-01-131-24/+37
* 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