| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -2/+6 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 5 | -7/+7 |
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 2 | -20/+21 |
* | ad_lavc: increase number of packets for initial decode | wm4 | 2013-11-26 | 1 | -2/+5 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -6/+7 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 6 | -34/+13 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 5 | -47/+42 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 6 | -191/+219 |
* | audio: use the decoder buffer's format, not sh_audio | wm4 | 2013-11-18 | 1 | -2/+2 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 2 | -1/+10 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -3/+3 |
* | dec_audio: adjust "large" decoding amount | wm4 | 2013-11-15 | 1 | -5/+5 |
* | ad_spdif: fix regressions | wm4 | 2013-11-14 | 2 | -9/+9 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 6 | -526/+331 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 5 | -446/+316 |
| * | ad_mpg123: reduce ifdeffery | wm4 | 2013-11-12 | 1 | -47/+2 |
| * | dec_audio: fix behavior on format changes | wm4 | 2013-11-12 | 1 | -3/+1 |
| * | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 1 | -4/+3 |
| * | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 2 | -39/+22 |
| * | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 1 | -6/+6 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 1 | -23/+11 |
|/ |
|
* | ad_spdif: change API usage so that it works on Libav | wm4 | 2013-11-10 | 1 | -3/+9 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 3 | -8/+3 |
* | ad_spdif: fix libavformat API usage | wm4 | 2013-11-09 | 1 | -107/+76 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -1/+1 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -1/+1 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -1/+1 |
* | ad_mpeg123: support in-stream format changes | Thomas Orgis | 2013-10-06 | 1 | -61/+88 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -1/+3 |
* | audio: fix playback of Musepack SV8 files | wm4 | 2013-09-01 | 1 | -2/+4 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 5 | -13/+13 |
* | audio/filter: use new option API | wm4 | 2013-07-22 | 2 | -14/+5 |
* | audio/decode: remove macro crap | wm4 | 2013-07-22 | 7 | -115/+61 |
* | demux_mkv: never force output sample rate | wm4 | 2013-07-16 | 1 | -12/+5 |
* | ad_lavc: re-unsimplify, fix libavcodec API usage | wm4 | 2013-07-11 | 1 | -2/+19 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -8/+2 |
* | ad_spdif: better PTS sync | wm4 | 2013-07-11 | 1 | -1/+3 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 5 | -73/+23 |
* | ad_lavc: simplify | wm4 | 2013-07-10 | 1 | -30/+5 |
* | audio: remove decoder input buffer | wm4 | 2013-07-10 | 2 | -12/+0 |
* | demux: remove audio parser | wm4 | 2013-07-08 | 2 | -26/+5 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -0/+2 |
* | options: remove --stereo | wm4 | 2013-06-13 | 2 | -14/+1 |
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 1 | -0/+2 |
* | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -5/+2 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 6 | -88/+98 |
|\ |
|
| * | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -4/+5 |
| * | ad_lavc: force channel layout pass-through with demux_rawaudio | wm4 | 2013-05-12 | 1 | -2/+11 |
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 4 | -21/+34 |
| * | reorder_ch: remove old channel reorder functions | wm4 | 2013-05-12 | 1 | -7/+0 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 2 | -4/+7 |
| * | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 1 | -11/+9 |
| * | options: add option to prevent decoder audio downmixing | wm4 | 2013-04-13 | 1 | -3/+24 |
| * | af: streamline format negotiation | wm4 | 2013-04-13 | 1 | -6/+4 |
| * | options: remove --af-adv | wm4 | 2013-04-13 | 1 | -1/+1 |
| * | audio: remove float processing option | wm4 | 2013-04-13 | 2 | -16/+2 |
| * | ad_lavc: use fmt-conversion to map sample formats | Stefano Pigozzi | 2013-04-13 | 1 | -18/+6 |
* | | audio/decode: remove vararg from ad_control() | wm4 | 2013-04-12 | 5 | -5/+5 |
|/ |
|
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 2 | -15/+15 |
* | Add a --dtshd option | Wessel Dankers | 2013-03-04 | 1 | -13/+22 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -8/+10 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -24/+18 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 8 | -243/+147 |
* | dec_audio: uncrustify | wm4 | 2013-02-09 | 2 | -193/+203 |
* | audio: make de-planarization faster | wm4 | 2012-12-28 | 1 | -13/+4 |
* | audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM | wm4 | 2012-12-11 | 2 | -164/+0 |
* | audio/decode: remove ad_pcm and use ad_lavc for PCM | wm4 | 2012-12-11 | 3 | -226/+95 |
* | audio: make AC3 pass-through with ad_spdif work | reimar | 2012-12-03 | 1 | -6/+4 |
* | audio: improve decoder open failure handling | Uoti Urpala | 2012-12-03 | 1 | -0/+2 |
* | core: fix crash when video filter returns inf as PTS | wm4 | 2012-11-20 | 1 | -1/+1 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -2/+2 |
* | Add missing compat/libav.h includes | wm4 | 2012-11-12 | 1 | -0/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 9 | -24/+24 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 10 | -0/+2244 |