aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/decode
Commit message (Expand)AuthorAge
...
* ad_lavc: increase number of packets for initial decodeGravatar wm42013-11-26
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* 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
* audio: use the decoder buffer's format, not sh_audioGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* dec_audio: adjust "large" decoding amountGravatar wm42013-11-15
* ad_spdif: fix regressionsGravatar wm42013-11-14
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio: add support for using non-interleaved audio from decoders directlyGravatar wm42013-11-12
| * ad_mpg123: reduce ifdefferyGravatar wm42013-11-12
| * dec_audio: fix behavior on format changesGravatar wm42013-11-12
| * audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
| * audio: switch output to mp_audio_bufferGravatar wm42013-11-12
| * audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* | demux_mkv: support some raw PCM variantsGravatar wm42013-11-11
|/
* ad_spdif: change API usage so that it works on LibavGravatar wm42013-11-10
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* ad_spdif: fix libavformat API usageGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* demux: rename Windows symbolsGravatar wm42013-11-02
* ad_mpeg123: support in-stream format changesGravatar Thomas Orgis2013-10-06
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* audio: fix playback of Musepack SV8 filesGravatar wm42013-09-01
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/filter: use new option APIGravatar wm42013-07-22
* audio/decode: remove macro crapGravatar wm42013-07-22
* demux_mkv: never force output sample rateGravatar wm42013-07-16
* ad_lavc: re-unsimplify, fix libavcodec API usageGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* ad_spdif: better PTS syncGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* ad_lavc: simplifyGravatar wm42013-07-10
* audio: remove decoder input bufferGravatar wm42013-07-10
* demux: remove audio parserGravatar wm42013-07-08
* Remove old demuxersGravatar wm42013-07-07
* options: remove --stereoGravatar wm42013-06-13
* core: make options.c compile standaloneGravatar wm42013-06-08
* core: add common function to initialize AVPacketGravatar wm42013-06-03
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
| * ad_lavc: force channel layout pass-through with demux_rawaudioGravatar wm42013-05-12
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
| * reorder_ch: remove old channel reorder functionsGravatar wm42013-05-12
| * audio/out: switch to channel mapGravatar wm42013-05-12
| * audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
| * options: add option to prevent decoder audio downmixingGravatar wm42013-04-13