summaryrefslogtreecommitdiffstats
path: root/audio/decode
Commit message (Expand)AuthorAgeFilesLines
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-6/+7
* audio: remove ad_driver.preinitwm42013-11-236-34/+13
* audio: don't write decoded audio format to sh_audiowm42013-11-235-47/+42
* audio: move decoder context from sh_audio into new structwm42013-11-236-191/+219
* audio: use the decoder buffer's format, not sh_audiowm42013-11-181-2/+2
* audio: fix mid-stream audio reconfigurationwm42013-11-182-1/+10
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-3/+3
* dec_audio: adjust "large" decoding amountwm42013-11-151-5/+5
* ad_spdif: fix regressionswm42013-11-142-9/+9
* Merge branch 'planar_audio'wm42013-11-126-526/+331
|\
| * audio: add support for using non-interleaved audio from decoders directlywm42013-11-125-446/+316
| * ad_mpg123: reduce ifdefferywm42013-11-121-47/+2
| * dec_audio: fix behavior on format changeswm42013-11-121-3/+1
| * audio/filter: fix mul/delay scale and valueswm42013-11-121-4/+3
| * audio: switch output to mp_audio_bufferwm42013-11-122-39/+22
| * audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-6/+6
* | demux_mkv: support some raw PCM variantswm42013-11-111-23/+11
|/
* ad_spdif: change API usage so that it works on Libavwm42013-11-101-3/+9
* Remove sh_audio->samplesizewm42013-11-093-8/+3
* ad_spdif: fix libavformat API usagewm42013-11-091-107/+76
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* demux: rename Windows symbolswm42013-11-021-1/+1
* ad_mpeg123: support in-stream format changesThomas Orgis2013-10-061-61/+88
* cosmetics: replace "CTRL" defines by enumswm42013-10-021-1/+3
* audio: fix playback of Musepack SV8 fileswm42013-09-011-2/+4
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-065-13/+13
* audio/filter: use new option APIwm42013-07-222-14/+5
* audio/decode: remove macro crapwm42013-07-227-115/+61
* demux_mkv: never force output sample ratewm42013-07-161-12/+5
* ad_lavc: re-unsimplify, fix libavcodec API usagewm42013-07-111-2/+19
* mplayer: fix incorrect audio sync after format changeswm42013-07-111-8/+2
* ad_spdif: better PTS syncwm42013-07-111-1/+3
* demux: remove facility for partial packet readswm42013-07-115-73/+23
* ad_lavc: simplifywm42013-07-101-30/+5
* audio: remove decoder input bufferwm42013-07-102-12/+0
* demux: remove audio parserwm42013-07-082-26/+5
* Remove old demuxerswm42013-07-071-0/+2
* options: remove --stereowm42013-06-132-14/+1
* core: make options.c compile standalonewm42013-06-081-0/+2
* core: add common function to initialize AVPacketwm42013-06-031-5/+2
* Merge branch 'audio_changes'wm42013-05-126-88/+98
|\
| * audio: print channel map additionally to channel count on terminalwm42013-05-121-4/+5
| * ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
| * core: use channel map on demuxer level toowm42013-05-124-21/+34
| * reorder_ch: remove old channel reorder functionswm42013-05-121-7/+0
| * audio/out: switch to channel mapwm42013-05-122-4/+7
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-11/+9
| * options: add option to prevent decoder audio downmixingwm42013-04-131-3/+24
| * af: streamline format negotiationwm42013-04-131-6/+4
| * options: remove --af-advwm42013-04-131-1/+1
| * audio: remove float processing optionwm42013-04-132-16/+2
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-131-18/+6
* | audio/decode: remove vararg from ad_control()wm42013-04-125-5/+5
|/
* Prefix CODEC_ID_ with AV_wm42013-03-132-15/+15
* Add a --dtshd optionWessel Dankers2013-03-041-13/+22
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-8/+10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-24/+18
* core: redo how codecs are mapped, remove codecs.confwm42013-02-108-243/+147
* dec_audio: uncrustifywm42013-02-092-193/+203
* audio: make de-planarization fasterwm42012-12-281-13/+4
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-112-164/+0
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-113-226/+95
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-031-6/+4
* audio: improve decoder open failure handlingUoti Urpala2012-12-031-0/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-2/+2
* Add missing compat/libav.h includeswm42012-11-121-0/+1
* Rename directories, move files (step 2 of 2)wm42012-11-129-24/+24
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1210-0/+2244