aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_lavc.c
Commit message (Expand)AuthorAge
* encode: get rid of the output packet queueGravatar wm42018-05-03
* encode: remove old timestamp handlingGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* encode: cosmeticsGravatar wm42018-04-20
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* encode_lavc: move from GPL 2+ to LGPL 2.1+.Gravatar Rudolf Polzer2017-06-13
* Remove compatibility thingsGravatar wm42016-12-07
* audio: use --audio-channels=auto behavior, except on ALSAGravatar wm42016-08-04
* ao_lavc, vo_lavc: Migrate to new encoding API.Gravatar Rudolf Polzer2016-06-27
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* ao_lavc: use new af_select_best_samplerate functionGravatar Kevin Mitchell2016-03-17
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* audio: use AVFrames with more than 8 channels correctlyGravatar wm42015-10-26
* ao_lavc: minor simplificationGravatar wm42015-09-11
* ao_lavc: use new sample format determination codeGravatar wm42015-09-10
* audio: remove unused legacy libavutil headerGravatar wm42015-08-07
* audio: fix format function consistency issuesGravatar wm42015-06-26
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* ao_lavc: fix setting up AVFrame pointersGravatar wm42014-11-21
* ao_lavc: fix dangling pointersGravatar wm42014-11-21
* ao_lavc, vo_lavc: Fix crashes in case of multiple init attempts.Gravatar Rudolf Polzer2014-11-12
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* encode: deal even more with codec->time_base deprecation.Gravatar Rudolf Polzer2014-07-23
* ao_lavc: Fix design of audio pts handling.Gravatar Rudolf Polzer2014-07-16
* ao_lavc: Add a missing newline for the log.Gravatar Rudolf Polzer2014-07-16
* ao_lavc: Fix advancing of audio pts.Gravatar Rudolf Polzer2014-07-16
* encode: get rid of the recursion that led to a deadlock.Gravatar Rudolf Polzer2014-06-12
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* encode: fix PTS unit mismatchGravatar wm42014-05-10
* encode: add a missing \n to a log callGravatar wm42014-04-10
* ao_lavc: set AVFrame.formatGravatar wm42014-03-16
* encode: use new AVFrame APIGravatar wm42014-03-16
* audio/out: make draining a separate operationGravatar wm42014-03-09
* encode: add lockingGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* ao_lavc: use af_format_conversion_score()Gravatar wm42013-11-16
* ao_lavc: write the final audio chunks from uninit()Gravatar Rudolf Polzer2013-11-16
* ao_lavc: fix crash with interleaved audio outputs.Gravatar Rudolf Polzer2013-11-16
* ao_lavc: support non-interleaved audioGravatar wm42013-11-13
* Merge branch 'planar_audio'Gravatar wm42013-11-12
|\
| * audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
| * audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* | ao_lavc: remove audio offset hack to ease supporting planar audio.Gravatar Rudolf Polzer2013-11-11
|/
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08