| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 1 | -1/+1 |
* | ao_lavc, vo_lavc: Migrate to new encoding API. | Rudolf Polzer | 2016-06-27 | 1 | -76/+121 |
* | encode_lavc: Migrate to codecpar API. | Rudolf Polzer | 2016-04-11 | 1 | -41/+41 |
* | ao_lavc: use new af_select_best_samplerate function | Kevin Mitchell | 2016-03-17 | 1 | -0/+5 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | audio: use AVFrames with more than 8 channels correctly | wm4 | 2015-10-26 | 1 | -0/+3 |
* | ao_lavc: minor simplification | wm4 | 2015-09-11 | 1 | -2/+2 |
* | ao_lavc: use new sample format determination code | wm4 | 2015-09-10 | 1 | -20/+15 |
* | audio: remove unused legacy libavutil header | wm4 | 2015-08-07 | 1 | -1/+0 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 1 | -3/+3 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -4/+3 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 1 | -2/+2 |
* | ao_lavc: fix setting up AVFrame pointers | wm4 | 2014-11-21 | 1 | -3/+4 |
* | ao_lavc: fix dangling pointers | wm4 | 2014-11-21 | 1 | -1/+1 |
* | ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts. | Rudolf Polzer | 2014-11-12 | 1 | -0/+8 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+0 |
* | encode: deal even more with codec->time_base deprecation. | Rudolf Polzer | 2014-07-23 | 1 | -6/+5 |
* | ao_lavc: Fix design of audio pts handling. | Rudolf Polzer | 2014-07-16 | 1 | -2/+5 |
* | ao_lavc: Add a missing newline for the log. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | ao_lavc: Fix advancing of audio pts. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
* | encode: get rid of the recursion that led to a deadlock. | Rudolf Polzer | 2014-06-12 | 1 | -23/+28 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | encode: fix PTS unit mismatch | wm4 | 2014-05-10 | 1 | -5/+5 |
* | encode: add a missing \n to a log call | wm4 | 2014-04-10 | 1 | -1/+1 |
* | ao_lavc: set AVFrame.format | wm4 | 2014-03-16 | 1 | -0/+1 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 1 | -5/+3 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 1 | -1/+7 |
* | encode: add locking | wm4 | 2014-03-09 | 1 | -4/+19 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 1 | -0/+1 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 1 | -1/+4 |
* | audio/fmt-conversion.c: remove unknown audio format messages | wm4 | 2013-12-21 | 1 | -0/+5 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -3/+3 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | ao_lavc: use af_format_conversion_score() | wm4 | 2013-11-16 | 1 | -26/+29 |
* | ao_lavc: write the final audio chunks from uninit() | Rudolf Polzer | 2013-11-16 | 1 | -7/+10 |
* | ao_lavc: fix crash with interleaved audio outputs. | Rudolf Polzer | 2013-11-16 | 1 | -2/+4 |
* | ao_lavc: support non-interleaved audio | wm4 | 2013-11-13 | 1 | -193/+42 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 1 | -10/+12 |
|\ |
|
| * | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 1 | -11/+12 |
| * | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 1 | -0/+1 |
* | | ao_lavc: remove audio offset hack to ease supporting planar audio. | Rudolf Polzer | 2013-11-11 | 1 | -66/+11 |
|/ |
|
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 1 | -28/+31 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -6/+2 |
* | audio/out: do some mp_msg conversions | wm4 | 2013-08-22 | 1 | -44/+30 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -4/+4 |
* | audio/out: remove options argument from init() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 1 | -6/+4 |
* | audio/out: don't require AOs to set ao->bps | wm4 | 2013-06-16 | 1 | -1/+0 |
* | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -1/+1 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -54/+31 |
|\ |
|
| * | audio/out: channel map selection | wm4 | 2013-05-12 | 1 | -0/+4 |
| * | ao: remove ao_driver.is_new field | wm4 | 2013-05-12 | 1 | -1/+0 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -56/+30 |
* | | encoding: fix final audio frame sync | Rudolf Polzer | 2013-04-28 | 1 | -10/+22 |
|/ |
|
* | audio/out, video/out: hide encoding VO/AO | wm4 | 2013-02-06 | 1 | -0/+1 |
* | sdl, encode_lavc: fix copyright headers | Rudolf Polzer | 2012-12-28 | 1 | -2/+2 |
* | ao_lavc: stop using av_get_alt_sample_fmt | Rudolf Polzer | 2012-12-13 | 1 | -6/+6 |
* | af_lavcac3enc, encode: support planar formats | Rudolf Polzer | 2012-12-03 | 1 | -3/+55 |
* | Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 | wm4 | 2012-11-14 | 1 | -0/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -8/+7 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+621 |