aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
* ad_spdif: cosmetic alignmentGravatar Jan Ekström2018-10-30
* ad_spdif: fix DTS-HD HRA handlingGravatar Jan Ekström2018-10-30
* codecs: remove unused family fieldGravatar wm42018-02-01
* 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
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* 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
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* ad_spdif: minor cleanupsGravatar wm42017-07-10
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()Gravatar wm42017-07-06
* dec_audio, ad_lavc: change license to LGPLGravatar wm42017-06-14
* ad_spdif: change license to LGPLGravatar wm42017-05-21
* ad.h: change license to LGPLGravatar wm42017-05-05
* 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