aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* player: add experimental stream recording featureGravatar wm42017-02-07
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* ad_lavc: respect AV_FRAME_FLAG_DISCARDGravatar wm42017-01-24
* ad_spdif: log avformat errorsGravatar wm42017-01-19
* ad_spdif: fix obscure cases of AC3 passthroughGravatar wm42017-01-18
* 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
* ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_framesGravatar wm42016-12-18
* ad_spdif: Fix crash when spdif muxer is not availableGravatar Michael Forney2016-12-11
* Remove compatibility thingsGravatar wm42016-12-07
* dec_video, dec_audio: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* ad_lavc, vd_lavc: fix a recent libavcodec deprecation warningGravatar wm42016-10-17
* audio: dump timestamp differenceGravatar wm42016-10-02
* vd_lavc, ad_lavc: set pkt_timebase, not time_baseGravatar wm42016-08-29
* ad_lavc: actually tell decoder about the timebaseGravatar wm42016-08-23
* video/audio: always provide "proper" timestamps to libavcodecGravatar wm42016-08-19
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* ad_lavc: work around braindead ffmpeg behaviorGravatar wm42016-07-01
* dec_audio: fix segment boudnary switchingGravatar wm42016-06-27
* ad_lavc: resume from mid-stream EOF conditions with new decode APIGravatar wm42016-06-22
* 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