aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
...
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* ad_lavc: fix --ad-lavc-threads rangeGravatar wm42016-02-11
* 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
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDGravatar wm42016-01-20
* audio: remove initial decoding retry limitationGravatar wm42016-01-19
* audio: move direct packet reading from decoders to common codeGravatar wm42016-01-19
* audio: move dec_audio.pool to ad_spdifGravatar wm42016-01-19
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* 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: make spdif re-probe from normal decoding workGravatar wm42015-10-06
* demux: merge extradata fieldsGravatar wm42015-06-21
* demux: rename sh_stream.format to sh_stream.codec_tagGravatar wm42015-06-21
* audio: fix crash on uninitGravatar wm42015-06-15
* audio: add --audio-spdif as new method for enabling passthroughGravatar wm42015-06-05
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionGravatar wm42015-06-05
* ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HDGravatar wm42015-05-19
* ad_spdif: set output format lazilyGravatar wm42015-05-19
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* ad_lavc: disable AC3 DRC by defaultGravatar wm42015-03-30
* audio: remove internal libmpg123 wrapperGravatar wm42015-03-24
* player: better handling of video with no timestampsGravatar wm42015-03-20
* audio: fix spdif packet size unitGravatar wm42015-03-10
* ad_spdif: move frame sizes to a general functionGravatar wm42015-03-10
* ad_spdif: remove per-packet messageGravatar wm42015-03-04
* 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
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* ad_lavc: allow skip samples amount to be larger than 1 packetGravatar wm42014-11-03
* ad_lavc: avoid warning messages on older FFmpeg or LibavGravatar wm42014-10-04
* audio: skip samples and adjust timestamps ourselvesGravatar wm42014-10-03
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio: remove WAVEFORMATEX from internal demuxer APIGravatar wm42014-09-25
* audio: confine demux_mkv audio PCM hackGravatar wm42014-09-24
* audio: decouple demux and audio decoder/filter sample formatsGravatar wm42014-09-24
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* audio: prefer libavcodec over libmpg123Gravatar wm42014-09-22
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29