index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
DllAvUtil.h
Age
Commit message (
Expand
)
Author
2012-04-17
Merge pull request #809 from scarabeusiv/ffmpeg10
Joakim Plate
2012-04-16
[fix] - fix missing include after e06404904c6cb08ba8cecd53b6
Memphiz
2012-04-14
avutil: add av_get_default_channel_layout for later use.
Alexis Ballier
2012-03-31
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...
Memphiz
2012-03-31
Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.
elupus
2012-03-31
Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.
Alexis Ballier
2012-03-31
Use av_opt_set instead of av_set_string3 and drop support for old API.
Alexis Ballier
2012-03-31
Replace av_metadata_(get/set2) by av_dict_(get/set).
Alexis Ballier
2012-03-31
Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)
elupus
2012-03-23
Add support for new ffmpeg-10/11 api.
Tomas Chvatal
2011-06-21
changed: add av_strdup() to exported functions in our avutils loader
elupus
2011-05-28
changed: [win32] disable warnings that ffmpeg always emit when including it's...
elupus
2011-03-08
[ios] update ffmepg dll exports
S. Davilla
2011-02-07
added: import av_set_string3 from libavutil
Anssi Hannula
2011-02-03
changed: split DllAvUtil.h to its own header
Anssi Hannula