aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode/dec_audio.c
Commit message (Expand)AuthorAge
* audio: move to decoder wrapperGravatar wm42018-01-30
* video, audio: don't actively wait for demuxer inputGravatar wm42018-01-09
* video, audio: always read all frames before getting next packetGravatar wm42018-01-01
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* audio: make libaf derived code optionalGravatar wm42017-09-21
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* dec_audio, ad_lavc: change license to LGPLGravatar wm42017-06-14
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* player: add experimental stream recording featureGravatar wm42017-02-07
* audio: restructure decode loopGravatar wm42017-01-11
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* audio: change how spdif codecs are selectedGravatar wm42016-12-23
* dec_video, dec_audio: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* audio: dump timestamp differenceGravatar wm42016-10-02
* dec_audio: fix segment boudnary switchingGravatar wm42016-06-27
* audio: move frame clipping to a generic functionGravatar wm42016-02-21
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* audio: minor simplificationGravatar wm42016-02-05
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* audio: move pts reset checkGravatar wm42016-01-29
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* audio: move direct packet reading from decoders to common codeGravatar wm42016-01-19
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* player: detect audio PTS jumps, make video PTS heuristic less aggressiveGravatar wm42016-01-09
* dec_audio: add missing includeGravatar wm42015-11-08
* audio: interpolate audio timestampsGravatar wm42015-11-08
* audio: move PTS setting out of the decoderGravatar wm42015-11-08
* 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