summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad_spdif.c
Commit message (Expand)AuthorAgeFilesLines
* various: make filter internal function names more descriptivenanahi9 days1-5/+5
* audio/ad_spdif: utilize defined freeing function for AVIOContextJan Ekström2024-04-041-1/+1
* audio/ad_spdif: specify media type and sample rate in output codecparJan Ekström2024-04-041-1/+4
* ad_spdif: update deprecated FF_PROFILE_DTS_HD_HRA definitionAlex Mitzsch2024-03-101-1/+1
* ad_spdif: handle const buf pointee in avio_alloc_contextDudemanguy2024-03-071-0/+4
* ad_spdif: handle deprecated FF_PROFILE_* definitionsDudemanguy2024-03-051-7/+13
* ad_spdif: fix DTS 44.1khz passthrough playbackAlex Mitzsch2024-01-241-1/+1
* ad_spdif: fix this not working at allsfan52023-08-071-4/+7
* ad_spdif: fix segfault due to early deallocationsfan52023-07-271-7/+9
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-121-2/+1
* ffmpeg: update to handle deprecation of `av_init_packet`Philip Langdale2022-12-031-5/+10
* build: address AVCodec, AVInputFormat, AVOutputFormat const warningssfan52021-05-011-1/+1
* Remove remains of Libav compatibilitywm42020-02-161-3/+1
* ad_spdif: cosmetic alignmentJan Ekström2018-10-301-1/+1
* ad_spdif: fix DTS-HD HRA handlingJan Ekström2018-10-301-2/+10
* codecs: remove unused family fieldwm42018-02-011-1/+1
* audio: move to decoder wrapperwm42018-01-301-74/+84
* options: drop some previously deprecated optionswm42017-12-251-1/+0
* audio: introduce a new type to hold audio frameswm42017-08-161-12/+29
* Replace remaining avcodec_close() callswm42017-07-161-4/+1
* ad_spdif: minor cleanupswm42017-07-101-3/+5
* ad_spdif: change license to LGPLwm42017-05-211-7/+7
* ad_spdif: log avformat errorswm42017-01-191-1/+3
* ad_spdif: fix obscure cases of AC3 passthroughwm42017-01-181-7/+28
* audio: restructure decode loopwm42017-01-111-13/+43
* audio: change how spdif codecs are selectedwm42016-12-231-10/+39
* ad_spdif: Fix crash when spdif muxer is not availableMichael Forney2016-12-111-0/+1
* Remove compatibility thingswm42016-12-071-10/+0
* ad_spdif: take care of deprecated libavcodec API usagewm42016-04-201-0/+7
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changewm42016-03-311-0/+4
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-221-4/+4
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDwm42016-01-201-1/+2
* audio: move direct packet reading from decoders to common codewm42016-01-191-6/+3
* audio: move dec_audio.pool to ad_spdifwm42016-01-191-1/+3
* audio: move PTS setting out of the decoderwm42015-11-081-4/+3
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionwm42015-06-051-1/+10
* ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HDwm42015-05-191-4/+54
* ad_spdif: set output format lazilywm42015-05-191-15/+27
* Update license headersMarcin Kurczewski2015-04-131-6/+5
* audio: fix spdif packet size unitwm42015-03-101-2/+0
* ad_spdif: move frame sizes to a general functionwm42015-03-101-7/+1
* ad_spdif: remove per-packet messagewm42015-03-041-1/+0
* audio: make decoders output refcounted frameswm42014-11-101-8/+11
* audio: cleanup spdif format definitionswm42014-09-231-7/+7
* audio: remove swapped-endian spdif formatswm42014-09-231-6/+6
* audio: change playback restart and resyncingwm42014-07-281-1/+4
* audio: fix timestampswm42014-07-241-1/+0
* audio: move initial decode to generic codewm42014-07-211-16/+11
* audio: use symbolic constants instead of magic integerswm42014-07-201-2/+2
* audio: mp_msg conversionswm42013-12-211-4/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-1/+1
* audio: remove ad_driver.preinitwm42013-11-231-6/+0
* audio: don't write decoded audio format to sh_audiowm42013-11-231-19/+21
* audio: move decoder context from sh_audio into new structwm42013-11-231-15/+15
* ad_spdif: fix regressionswm42013-11-141-6/+5
* audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-24/+31
* ad_spdif: change API usage so that it works on Libavwm42013-11-101-3/+9
* ad_spdif: fix libavformat API usagewm42013-11-091-107/+76
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* audio/decode: remove macro crapwm42013-07-221-3/+13
* ad_spdif: better PTS syncwm42013-07-111-1/+3
* demux: remove facility for partial packet readswm42013-07-111-48/+11
* demux: remove audio parserwm42013-07-081-18/+2
* Merge branch 'audio_changes'wm42013-05-121-7/+10
|\
| * core: use channel map on demuxer level toowm42013-05-121-7/+10
* | audio/decode: remove vararg from ad_control()wm42013-04-121-1/+1
|/
* Prefix CODEC_ID_ with AV_wm42013-03-131-14/+14
* Add a --dtshd optionWessel Dankers2013-03-041-13/+22
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-27/+27
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-031-6/+4
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+310