| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 1 | -23/+24 |
* | audio: fix timestamps | wm4 | 2014-07-24 | 1 | -0/+1 |
* | audio: adjust format change code | wm4 | 2014-07-24 | 1 | -8/+9 |
* | audio: fix race condition in EOF code | wm4 | 2014-07-24 | 1 | -2/+2 |
* | audio: cosmetics | wm4 | 2014-07-24 | 1 | -9/+5 |
* | audio: remove unnecessary code | wm4 | 2014-07-24 | 1 | -3/+0 |
* | audio: move initial decode to generic code | wm4 | 2014-07-21 | 1 | -22/+31 |
* | audio: remove unused metadata field | wm4 | 2014-07-21 | 1 | -2/+0 |
* | audio: use symbolic constants instead of magic integers | wm4 | 2014-07-20 | 1 | -5/+5 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -2/+1 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -3/+0 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -5/+6 |
* | af: add replaygain_data field to af_stream and af_instance | Alessandro Ghedini | 2014-04-04 | 1 | -0/+2 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 1 | -0/+2 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 1 | -22/+18 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -3/+3 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -5/+5 |
* | audio: flush remaining data from the filter chain on EOF | wm4 | 2013-12-05 | 1 | -1/+5 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 1 | -9/+8 |
* | 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 | 1 | -3/+3 |
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 1 | -11/+14 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 1 | -18/+9 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 1 | -15/+8 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 1 | -75/+86 |
* | 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 | 1 | -1/+5 |
* | dec_audio: adjust "large" decoding amount | wm4 | 2013-11-15 | 1 | -5/+5 |
* | ad_spdif: fix regressions | wm4 | 2013-11-14 | 1 | -3/+4 |
* | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 1 | -72/+77 |
* | 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 | 1 | -35/+19 |
* | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 1 | -6/+6 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -2/+2 |
* | 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 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | audio/filter: use new option API | wm4 | 2013-07-22 | 1 | -12/+5 |
* | audio/decode: remove macro crap | wm4 | 2013-07-22 | 1 | -5/+18 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -8/+2 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -11/+0 |
* | audio: remove decoder input buffer | wm4 | 2013-07-10 | 1 | -11/+0 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -0/+2 |
* | options: remove --stereo | wm4 | 2013-06-13 | 1 | -2/+0 |
* | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -4/+5 |
* | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -9/+9 |
* | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -3/+4 |
* | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 1 | -11/+9 |
* | 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 | 1 | -10/+2 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -151/+77 |
* | dec_audio: uncrustify | wm4 | 2013-02-09 | 1 | -192/+201 |
* | 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 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -7/+7 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+462 |