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
2013-08-25
ffmpeg: add av_channel_layout_extract_channel to util interface
Rainer Hochecker
2013-08-11
[cosmetic] update copyright headers
Martijn Kaijser
2013-08-06
DllAvUtil: Drop libav hacks and move them to libav_hacks.h.
Alexis Ballier
2013-08-06
Introduce a libav-hacks library to wrap a compatibility layer with libav.
Alexis Ballier
2013-08-01
Fix typo in [50e52c36]. Broke the build with external FFmpeg.
Alexis Ballier
2013-08-01
DllAvUtil.h: Map av_frame_move_ref when applicable.
Alexis Ballier
2013-08-01
DllAvUtil.h: Map av_frame_unref when applicable.
Alexis Ballier
2013-08-01
DllAvUtil.h: Map av_frame_alloc when applicable.
Alexis Ballier
2013-08-01
DllAvUtil.h: Map av_frame_free when applicable.
Alexis Ballier
2013-08-01
DllAvUtil.h: Add LIBAVUTIL_FROM* macros.
Alexis Ballier
2013-08-01
[DllAvUtil] Plumb in missing av_samples_fill_arrays and av_samples_copy
popcornmix
2013-08-01
ffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swr
fritsch
2013-08-01
ffmpeg: add methods to the interface needed for resampling
xbmc
2013-06-10
Merge pull request #2760 from aballier/ffmpeg_cleanups
Arne Morten Kvarving
2013-06-08
Fix dllavutil after #2730
Voyager1
2013-05-17
Drop support for old ffmpeg header layout.
Alexis Ballier
2013-05-17
Remove the check for libavutil/samplefmt.h and assume it is always present.
Alexis Ballier
2013-05-17
Remove the check for libavutil/mem.h and assume it is always present.
Alexis Ballier
2013-05-17
Remove the check for libavutil/mathematics.h and assume it is always present.
Alexis Ballier
2013-05-17
Drop checks for libav*/opt.h.
Alexis Ballier
2013-05-12
[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309.
ulion
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2012-09-26
[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but co...
S. Davilla
2012-06-11
[ffmpeg/libavutil] - another missing include when using external ffmpeg/libav...
Memphiz
2012-06-11
[ffmpeg/libavutil] - fix compilation when using external ffmpeg/libav after e...
Memphiz
2012-05-10
[AE] av_crc_init added to libavutil interface
Geoffrey McRae
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