| Commit message (Expand) | Author | Age |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 |
* | ad_spdif: minor cleanups | wm4 | 2017-07-10 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 |
* | dec_audio, ad_lavc: change license to LGPL | wm4 | 2017-06-14 |
* | ad_spdif: change license to LGPL | wm4 | 2017-05-21 |
* | ad.h: change license to LGPL | wm4 | 2017-05-05 |
* | dec_video, dec_audio: remove redundant NULL-checks | wm4 | 2017-02-20 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 |
* | ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common code | wm4 | 2017-01-25 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 |
* | ad_lavc: respect AV_FRAME_FLAG_DISCARD | wm4 | 2017-01-24 |
* | ad_spdif: log avformat errors | wm4 | 2017-01-19 |
* | ad_spdif: fix obscure cases of AC3 passthrough | wm4 | 2017-01-18 |
* | audio: restructure decode loop | wm4 | 2017-01-11 |
* | options: deprecate codec family selection in --vd/--ad | wm4 | 2016-12-23 |
* | audio: change how spdif codecs are selected | wm4 | 2016-12-23 |
* | ad_lavc, vd_lavc: don't set AVCodecContext.refcounted_frames | wm4 | 2016-12-18 |
* | ad_spdif: Fix crash when spdif muxer is not available | Michael Forney | 2016-12-11 |
* | Remove compatibility things | wm4 | 2016-12-07 |
* | dec_video, dec_audio: avoid full reinit on switches to the same segment | wm4 | 2016-11-09 |
* | ad_lavc, vd_lavc: fix a recent libavcodec deprecation warning | wm4 | 2016-10-17 |
* | audio: dump timestamp difference | wm4 | 2016-10-02 |
* | vd_lavc, ad_lavc: set pkt_timebase, not time_base | wm4 | 2016-08-29 |
* | ad_lavc: actually tell decoder about the timebase | wm4 | 2016-08-23 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 |
* | ad_lavc: work around braindead ffmpeg behavior | wm4 | 2016-07-01 |
* | dec_audio: fix segment boudnary switching | wm4 | 2016-06-27 |
* | ad_lavc: resume from mid-stream EOF conditions with new decode API | wm4 | 2016-06-22 |
* | ad_spdif: take care of deprecated libavcodec API usage | wm4 | 2016-04-20 |
* | demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change | wm4 | 2016-03-31 |
* | ad_lavc, vd_lavc: support new Libav decoding API | wm4 | 2016-03-24 |
* | ad_lavc: add codec_timebase hack too | wm4 | 2016-03-24 |
* | audio: make mp_audio_skip_samples() adjust the PTS | wm4 | 2016-02-22 |
* | ad_lavc: skip AVCodecContext.delay samples at beginning | wm4 | 2016-02-22 |
* | ad_lavc: make sample trimming symmetric to skipping | wm4 | 2016-02-22 |
* | ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES block | wm4 | 2016-02-22 |
* | ad_lavc: interpolate missing timestamps | wm4 | 2016-02-22 |
* | audio: move frame clipping to a generic function | wm4 | 2016-02-21 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 |
* | audio/video: expose codec info as separate field | wm4 | 2016-02-15 |
* | ad_lavc: fix --ad-lavc-threads range | wm4 | 2016-02-11 |
* | audio: minor simplification | wm4 | 2016-02-05 |
* | audio/video: merge decoder return values | wm4 | 2016-02-01 |
* | audio: move pts reset check | wm4 | 2016-01-29 |
* | audio: refactor: work towards unentangling audio decoding and filtering | wm4 | 2016-01-22 |
* | ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HD | wm4 | 2016-01-20 |
* | audio: remove initial decoding retry limitation | wm4 | 2016-01-19 |