| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: fix initial audio PTS | wm4 | 2015-01-14 | 1 | -24/+25 |
* | audio: fix assertion failure on audio decoding | wm4 | 2015-01-14 | 1 | -2/+2 |
* | audio: use refcounted frames in the filter chain | wm4 | 2015-01-13 | 1 | -24/+37 |
* | player: print used number of threads in verbose mode | wm4 | 2015-01-05 | 1 | -1/+1 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 6 | -194/+107 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 1 | -1/+0 |
* | ad_lavc: allow skip samples amount to be larger than 1 packet | wm4 | 2014-11-03 | 1 | -2/+6 |
* | ad_lavc: avoid warning messages on older FFmpeg or Libav | wm4 | 2014-10-04 | 1 | -0/+2 |
* | audio: skip samples and adjust timestamps ourselves | wm4 | 2014-10-03 | 1 | -2/+22 |
* | audio: refactor some aspects of filter chain setup | wm4 | 2014-10-02 | 2 | -54/+4 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 1 | -19/+5 |
* | audio: confine demux_mkv audio PCM hack | wm4 | 2014-09-24 | 1 | -50/+0 |
* | audio: decouple demux and audio decoder/filter sample formats | wm4 | 2014-09-24 | 1 | -34/+3 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 1 | -7/+7 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 1 | -18/+24 |
* | audio: remove swapped-endian spdif formats | wm4 | 2014-09-23 | 1 | -6/+6 |
* | audio: prefer libavcodec over libmpg123 | wm4 | 2014-09-22 | 1 | -1/+1 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 2 | -3/+1 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -10/+3 |
* | audio: ignore (some) decoding errors on initialization | wm4 | 2014-07-29 | 1 | -0/+1 |
* | audio: change playback restart and resyncing | wm4 | 2014-07-28 | 5 | -31/+40 |
* | audio: fix timestamps | wm4 | 2014-07-24 | 3 | -2/+1 |
* | audio: adjust format change code | wm4 | 2014-07-24 | 1 | -8/+9 |
* | audio: fix race condition in EOF code | wm4 | 2014-07-24 | 2 | -3/+3 |
* | 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 | 6 | -239/+127 |
* | ad_lavc: drop questionable fallback code | wm4 | 2014-07-21 | 1 | -6/+0 |
* | audio: remove unused metadata field | wm4 | 2014-07-21 | 2 | -3/+0 |
* | audio: use symbolic constants instead of magic integers | wm4 | 2014-07-20 | 5 | -12/+18 |
* | ad_lavc: make option struct local | wm4 | 2014-06-11 | 1 | -9/+23 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -2/+1 |
* | ad_lavc: don't overwrite lavc bitrate | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+3 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 3 | -6/+6 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 2 | -8/+10 |
* | 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 | 2 | -0/+3 |
* | ad_lavc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -2/+4 |
* | ad_lavc: remove deprecated downmixing by channel count | wm4 | 2014-03-16 | 1 | -4/+0 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 2 | -0/+4 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 1 | -10/+4 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | audio/fmt-conversion.c: remove unknown audio format messages | wm4 | 2013-12-21 | 1 | -1/+4 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 5 | -49/+42 |
* | ad_lavc: work around deprecation warning | wm4 | 2013-12-18 | 1 | -1/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 5 | -11/+11 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 2 | -2/+2 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 2 | -10/+10 |
* | 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 |
* | ad_lavc: handle decoder EAGAIN only if there was an input packet | wm4 | 2013-12-04 | 1 | -3/+3 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 1 | -0/+3 |
* | ad_lavc: deal with arbitrary decoder delay | wm4 | 2013-12-04 | 1 | -16/+24 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 2 | -2/+2 |
* | 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 |