aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode/ad_spdif.c
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
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* 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_spdif: change license to LGPLGravatar wm42017-05-21
* 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
* audio: change how spdif codecs are selectedGravatar wm42016-12-23
* ad_spdif: Fix crash when spdif muxer is not availableGravatar Michael Forney2016-12-11
* Remove compatibility thingsGravatar wm42016-12-07
* 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
* 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: move direct packet reading from decoders to common codeGravatar wm42016-01-19
* audio: move dec_audio.pool to ad_spdifGravatar wm42016-01-19
* audio: move PTS setting out of the decoderGravatar wm42015-11-08
* 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
* Update license headersGravatar Marcin Kurczewski2015-04-13
* 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: make decoders output refcounted framesGravatar wm42014-11-10
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* audio: change playback restart and resyncingGravatar wm42014-07-28
* audio: fix timestampsGravatar wm42014-07-24
* audio: move initial decode to generic codeGravatar wm42014-07-21
* audio: use symbolic constants instead of magic integersGravatar wm42014-07-20
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* audio: remove ad_driver.preinitGravatar wm42013-11-23
* audio: don't write decoded audio format to sh_audioGravatar wm42013-11-23
* audio: move decoder context from sh_audio into new structGravatar wm42013-11-23
* ad_spdif: fix regressionsGravatar wm42013-11-14
* audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
* ad_spdif: change API usage so that it works on LibavGravatar wm42013-11-10
* ad_spdif: fix libavformat API usageGravatar wm42013-11-09
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/decode: remove macro crapGravatar wm42013-07-22
* ad_spdif: better PTS syncGravatar wm42013-07-11