index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
audio
/
filter
/
af_lavcac3enc.c
Commit message (
Expand
)
Author
Age
*
audio: rewrite filtering glue code
wm4
2018-01-30
*
Fix various typos in log messages
Nicolas F
2017-12-03
*
Replace remaining avcodec_close() calls
wm4
2017-07-16
*
af_lavcac3enc: change license to LGPL
wm4
2017-05-09
*
Remove compatibility things
wm4
2016-12-07
*
af_lavcac3enc: allow passing options to libavcodec
wm4
2016-08-09
*
af_lavcac3enc: skip output if there was no input frame
wm4
2016-08-02
*
af_lavcac3enc: fix buffering timestamps calculations
wm4
2016-08-01
*
af_lavcac3enc: fix memory leak
wm4
2016-08-01
*
af_lavcac3enc: fix a debug message
wm4
2016-07-31
*
af_lavcac3enc: error out properly if encoding fails
wm4
2016-07-31
*
af_lavcac3enc: fix aspects of AVFrame handling
wm4
2016-07-31
*
af_lavcac3enc: use common code for AVFrame setup
wm4
2016-07-24
*
af_lavcac3enc: use av_err2str() call (fixes Libav build)
wm4
2016-06-23
*
af_lavcac3enc: make encoder configurable
wm4
2016-06-23
*
af_lavcac3enc: implement flushing on seek
wm4
2016-06-23
*
af_lavcac3enc: port to new encode API
wm4
2016-06-23
*
af_lavcac3enc: automatically configure most encoder parameters
wm4
2016-06-23
*
af_lavcac3enc: drop log message prefixes
wm4
2016-06-23
*
af_lavcac3enc: fix custom bitrates
wm4
2016-06-23
*
af_lavcac3enc: simplify/fix AVPacket handling
wm4
2015-11-04
*
Replace deprecated av_free_packet() calls
wm4
2015-10-28
*
audio: remove unused legacy libavutil header
wm4
2015-08-07
*
audio: fix format function consistency issues
wm4
2015-06-26
*
af_lavcac3enc: fix A/V sync
wm4
2015-06-15
*
Update license headers
Marcin Kurczewski
2015-04-13
*
af_lavcac3enc: use refcounted frames
wm4
2015-01-14
*
audio/filter: remove unused af_calc_filter_multiplier()
wm4
2015-01-13
*
af_lavcac3enc: fix byte order
wm4
2014-10-12
*
audio: cleanup spdif format definitions
wm4
2014-09-23
*
audio: remove swapped-endian spdif formats
wm4
2014-09-23
*
af_lavcac3enc: lower minimum channel number to 3
wm4
2014-08-12
*
af_lavcac3enc: change default bitrate to 640
wm4
2014-08-12
*
Add more const
wm4
2014-06-11
*
af_lavcac3enc: detach on any passthrough format, not just ac3
wm4
2014-04-16
*
af_lavcac3enc: use new AVFrame API
wm4
2014-03-16
*
audio/filter: remove redundant log message prefixes
wm4
2014-01-24
*
audio: mp_msg conversions
wm4
2013-12-21
*
Reduce recursive config.h inclusions in headers
wm4
2013-12-18
*
Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg
wm4
2013-12-16
*
audio/filter: change filter callback signature
wm4
2013-12-05
*
af: remove af->setup field
wm4
2013-12-04
*
af_lavcac3enc: use option parser
wm4
2013-11-15
*
af_lavcac3enc: use planar formats
wm4
2013-11-12
*
af_lavcac3enc: simplify format negotiation
wm4
2013-11-12
*
audio/filter: fix mul/delay scale and values
wm4
2013-11-12
*
af: don't require filters to allocate af_instance->data, redo buffers
wm4
2013-11-12
*
audio/filter: prepare filter chain for non-interleaved audio
wm4
2013-11-12
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
*
audio/filter: remove useless af_info fields
wm4
2013-10-23
[next]