| Commit message (Expand) | Author | Age | Files | Lines |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 2 | -1/+2 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 1 | -1/+3 |
* | af_lavi: actually free the filter graph on uninit | wm4 | 2013-11-27 | 1 | -5/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 1 | -0/+0 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 4 | -0/+25 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 14 | -229/+66 |
* | af: cleanup documentation comments | wm4 | 2013-11-18 | 3 | -139/+22 |
* | audio: fix mid-stream audio reconfiguration | wm4 | 2013-11-18 | 1 | -0/+2 |
* | af_lavrresample: set cutoff as double, not int | wm4 | 2013-11-17 | 1 | -1/+1 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 19 | -33/+33 |
* | af_lavcac3enc: use option parser | wm4 | 2013-11-15 | 1 | -35/+37 |
* | af_lavcac3enc: use planar formats | wm4 | 2013-11-12 | 1 | -134/+82 |
* | af_lavcac3enc: simplify format negotiation | wm4 | 2013-11-12 | 1 | -28/+33 |
* | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 27 | -51/+20 |
* | af: don't require filters to allocate af_instance->data, redo buffers | wm4 | 2013-11-12 | 27 | -211/+36 |
* | af_lavfi: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -30/+24 |
* | af_volume: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -16/+25 |
* | af_lavrresample: add support for non-interleaved audio | wm4 | 2013-11-12 | 1 | -27/+45 |
* | audio/filter: prepare filter chain for non-interleaved audio | wm4 | 2013-11-12 | 25 | -155/+163 |
* | af: don't skip filtering if there's no more audio | wm4 | 2013-11-10 | 2 | -3/+5 |
* | af_volume: use only one volume setting for all channels | wm4 | 2013-11-09 | 1 | -22/+14 |
* | af_scaletempo: uncrustify | wm4 | 2013-11-09 | 1 | -404/+388 |
* | af_lavrresample: reconfigure libavresample only on successful init | wm4 | 2013-11-09 | 1 | -7/+6 |
* | af_lavrresample: move libavresample setup to separate function | wm4 | 2013-11-09 | 1 | -90/+98 |
* | af_convert24: fix complicated and incorrect format negotiation | wm4 | 2013-11-09 | 1 | -9/+4 |
* | af_surround: fix format negotiation | wm4 | 2013-11-09 | 1 | -12/+9 |
* | 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 | 2 | -28/+16 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 3 | -5/+3 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 2 | -8/+8 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 11 | -43/+33 |
* | af_volume: some more cosmetics | wm4 | 2013-10-26 | 1 | -27/+15 |
* | af_volume: switch to new option parsing | wm4 | 2013-10-26 | 1 | -31/+18 |
* | af_volume: uncrustify | wm4 | 2013-10-26 | 1 | -94/+85 |
* | af_volume: don't change volume if nothing is to be changed | wm4 | 2013-10-26 | 1 | -0/+2 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 3 | -56/+1 |
* | audio/filter: remove useless af_info fields | wm4 | 2013-10-23 | 26 | -152/+94 |
* | af_force: set format early for better debug output | wm4 | 2013-10-23 | 1 | -18/+34 |
* | af_force: minor simplifications | wm4 | 2013-10-23 | 1 | -9/+0 |
* | audio/filter: rename af_force.c to af_format.c | wm4 | 2013-10-23 | 1 | -0/+0 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 5 | -516/+365 |
* | af_lavrresample: actually free resampler | wm4 | 2013-10-19 | 1 | -0/+3 |
* | af: merge af_reinit() and fix_output_format() | wm4 | 2013-09-20 | 1 | -29/+12 |
* | mixer, af_volume: use linear values instead of dB | wm4 | 2013-09-19 | 1 | -4/+9 |
* | af_export: fix compilation warning | wm4 | 2013-09-19 | 1 | -2/+1 |
* | Config path functions can return NULL | wm4 | 2013-09-18 | 1 | -0/+6 |
* | audio: make internal audio format 0 an invalid format | wm4 | 2013-08-26 | 1 | -1/+1 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 8 | -14/+14 |
* | core: change speed option/property to double | wm4 | 2013-08-05 | 1 | -2/+2 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 2 | -5/+5 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 1 | -0/+1 |
* | af_bs2b: use new option API | wm4 | 2013-07-22 | 1 | -84/+28 |
* | af_lavfi: switch to new option API | wm4 | 2013-07-22 | 1 | -8/+24 |
* | af_scaletempo: use new option API | wm4 | 2013-07-22 | 1 | -84/+44 |
* | af_lavrresample: switch to new option API | wm4 | 2013-07-22 | 1 | -51/+45 |
* | af_force: use new option API | wm4 | 2013-07-22 | 1 | -34/+21 |
* | audio/filter: use new option API | wm4 | 2013-07-22 | 2 | -147/+92 |
* | af_force: add option that causes filter to fail at initialization | wm4 | 2013-07-22 | 1 | -1/+9 |
* | 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 | 2 | -0/+310 |
* | af_lavrresample: fix inverted condition | wm4 | 2013-05-13 | 1 | -1/+1 |
* | audio: fix compilation with older libavresample versions | wm4 | 2013-05-13 | 1 | -0/+13 |
* | af: improve filter chain setup retry limit | wm4 | 2013-05-12 | 1 | -1/+10 |
* | af_lavrresample: avoid channel reordering with unknown layouts | wm4 | 2013-05-12 | 1 | -8/+24 |
* | audio/filters: add af_force | wm4 | 2013-05-12 | 2 | -0/+148 |
* | af_ladspa: code cleanup | eng | 2013-05-12 | 1 | -15/+17 |
* | 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 |
* | reorder_ch: remove old channel reorder functions | wm4 | 2013-05-12 | 1 | -9/+0 |
* | audio: let libavresample do channel reordering | wm4 | 2013-05-12 | 1 | -3/+49 |
* | af_lavrresample: context is always allocated here | wm4 | 2013-05-12 | 1 | -2/+1 |
* | af_pan: set unknown channel layout for output | wm4 | 2013-05-12 | 1 | -2/+11 |
* | af: use mp_chmap for mp_audio, include channel map in format negotiation | wm4 | 2013-05-12 | 10 | -54/+39 |
* | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 23 | -166/+78 |
* | audio: add channel map API | wm4 | 2013-05-12 | 1 | -3/+2 |
* | audio/filter: remove unused AF_CONTROLs | wm4 | 2013-05-12 | 7 | -213/+1 |
* | af: fix negotiation endless loop | wm4 | 2013-04-13 | 1 | -3/+2 |
* | af: streamline format negotiation | wm4 | 2013-04-13 | 2 | -161/+206 |
* | af_lavrresample: add no-detach suboption | wm4 | 2013-04-13 | 1 | -1/+6 |
* | options: remove --af-adv | wm4 | 2013-04-13 | 2 | -22/+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 | 3 | -14/+3 |
* | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 3 | -42/+42 |
* | 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 | 4 | -45/+111 |
* | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 2 | -31/+44 |
* | af_lavrresample: allow other ffmpeg sample formats for input/output | wm4 | 2013-04-13 | 1 | -17/+48 |
* | audio/filter: replace pointless memcpys with assignments | wm4 | 2013-04-13 | 4 | -17/+10 |
* | af: uncrustify | wm4 | 2013-04-13 | 2 | -466/+496 |
* | af_lavrresample: add new resampling filter to replace the old ones | Stefano Pigozzi | 2013-03-13 | 5 | -795/+280 |
* | af_lavcac3enc: switch to avcodec_encode_audio2() | wm4 | 2013-03-13 | 1 | -45/+71 |
* | Rename af_volnorm to af_drc | Martin | 2013-02-12 | 2 | -20/+20 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -2/+7 |
* | af_volnorm: fix output range with float input | Uoti Urpala | 2013-01-13 | 1 | -3/+3 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -6/+7 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 3 | -1201/+3 |
* | audio: make AC3 pass-through with ad_spdif work | reimar | 2012-12-03 | 1 | -14/+22 |
* | af_lavcac3enc, encode: support planar formats | Rudolf Polzer | 2012-12-03 | 1 | -3/+44 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -1/+3 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 6 | -9/+8 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 37 | -0/+10952 |