aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
* 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
* Improve setting AVOptionsGravatar wm42014-08-02
* audio: ignore (some) decoding errors on initializationGravatar wm42014-07-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
* ad_lavc: drop questionable fallback codeGravatar wm42014-07-21