index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
out
/
ao_lavc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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