aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
* ad_spdif: take care of deprecated libavcodec API usageGravatar wm42016-04-20
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* ad_lavc, vd_lavc: support new Libav decoding APIGravatar wm42016-03-24
* ad_lavc: add codec_timebase hack tooGravatar wm42016-03-24
* audio: make mp_audio_skip_samples() adjust the PTSGravatar wm42016-02-22
* ad_lavc: skip AVCodecContext.delay samples at beginningGravatar wm42016-02-22
* ad_lavc: make sample trimming symmetric to skippingGravatar wm42016-02-22
* ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES blockGravatar wm42016-02-22
* ad_lavc: interpolate missing timestampsGravatar wm42016-02-22
* 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
* 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