| Commit message (Expand) | Author | Age | Files | Lines |
* | af: fixed out-of-bounds accesses caused by NUM_FMT and co. | 11rcombs | 2014-01-31 | 1 | -18/+18 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 1 | -22/+21 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -1/+1 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 1 | -10/+12 |
* | af: remove af->setup field | wm4 | 2013-12-04 | 1 | -4/+4 |
* | af: remove legacy option parsing hacks | wm4 | 2013-12-04 | 1 | -9/+2 |
* | af: returning NULL on filtering means error | wm4 | 2013-12-04 | 1 | -2/+4 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 1 | -0/+2 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 1 | -0/+7 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 1 | -6/+6 |
* | af: cleanup documentation comments | wm4 | 2013-11-18 | 1 | -4/+6 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 1 | -0/+2 |
* | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 1 | -5/+3 |
* | af: don't require filters to allocate af_instance->data, redo buffers | wm4 | 2013-11-12 | 1 | -36/+1 |
* | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 1 | -22/+24 |
* | af: don't skip filtering if there's no more audio | wm4 | 2013-11-10 | 1 | -2/+0 |
* | af: allow filters to return AF_OK, even if format doesn't match | wm4 | 2013-11-09 | 1 | -0/+2 |
* | af: always remove auto-inserted filters, improve error message | wm4 | 2013-11-09 | 1 | -4/+3 |
* | af: remove a pointless macro | wm4 | 2013-11-07 | 1 | -12/+15 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -4/+4 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 1 | -3/+0 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 1 | -18/+92 |
* | af: merge af_reinit() and fix_output_format() | wm4 | 2013-09-20 | 1 | -29/+12 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -2/+2 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -0/+1 |
* | audio/filter: use new option API | wm4 | 2013-07-22 | 1 | -111/+84 |
* | af: fix recovery code for filter insertion (changing volume with spdif crash) | wm4 | 2013-07-22 | 1 | -4/+2 |
* | af_lavfi: add libavfilter bridge | wm4 | 2013-05-23 | 1 | -0/+4 |
* | af: improve filter chain setup retry limit | wm4 | 2013-05-12 | 1 | -1/+10 |
* | audio/filters: add af_force | wm4 | 2013-05-12 | 1 | -0/+2 |
* | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -15/+8 |
* | af: print filter chain info on error | wm4 | 2013-05-12 | 1 | -15/+16 |
* | af: use mp_chmap for mp_audio, include channel map in format negotiation | wm4 | 2013-05-12 | 1 | -6/+9 |
* | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 1 | -18/+2 |
* | af: fix negotiation endless loop | wm4 | 2013-04-13 | 1 | -3/+2 |
* | af: streamline format negotiation | wm4 | 2013-04-13 | 1 | -160/+199 |
* | options: remove --af-adv | wm4 | 2013-04-13 | 1 | -3/+0 |
* | af: remove accuracy option | wm4 | 2013-04-13 | 1 | -15/+4 |
* | af: remove force option | wm4 | 2013-04-13 | 1 | -64/+49 |
* | audio: remove float processing option | wm4 | 2013-04-13 | 1 | -3/+1 |
* | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 1 | -28/+4 |
* | af: simplification | wm4 | 2013-04-13 | 1 | -35/+20 |
* | af: factor channel filter insertion | wm4 | 2013-04-13 | 1 | -30/+45 |
* | af: use af_lavrresample for format conversions, if possible | wm4 | 2013-04-13 | 1 | -42/+91 |
* | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 1 | -29/+40 |
* | audio/filter: replace pointless memcpys with assignments | wm4 | 2013-04-13 | 1 | -13/+3 |
* | af: uncrustify | wm4 | 2013-04-13 | 1 | -464/+495 |
* | af_lavrresample: add new resampling filter to replace the old ones | Stefano Pigozzi | 2013-03-13 | 1 | -17/+3 |
* | Rename af_volnorm to af_drc | Martin | 2013-02-12 | 1 | -2/+2 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -2/+7 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+700 |