aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvUtil.h
AgeCommit message (Expand)Author
2013-08-25ffmpeg: add av_channel_layout_extract_channel to util interfaceRainer Hochecker
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-06DllAvUtil: Drop libav hacks and move them to libav_hacks.h.Alexis Ballier
2013-08-06Introduce a libav-hacks library to wrap a compatibility layer with libav.Alexis Ballier
2013-08-01Fix typo in [50e52c36]. Broke the build with external FFmpeg.Alexis Ballier
2013-08-01DllAvUtil.h: Map av_frame_move_ref when applicable.Alexis Ballier
2013-08-01DllAvUtil.h: Map av_frame_unref when applicable.Alexis Ballier
2013-08-01DllAvUtil.h: Map av_frame_alloc when applicable.Alexis Ballier
2013-08-01DllAvUtil.h: Map av_frame_free when applicable.Alexis Ballier
2013-08-01DllAvUtil.h: Add LIBAVUTIL_FROM* macros.Alexis Ballier
2013-08-01[DllAvUtil] Plumb in missing av_samples_fill_arrays and av_samples_copypopcornmix
2013-08-01ffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swrfritsch
2013-08-01ffmpeg: add methods to the interface needed for resamplingxbmc
2013-06-10Merge pull request #2760 from aballier/ffmpeg_cleanupsArne Morten Kvarving
2013-06-08Fix dllavutil after #2730Voyager1
2013-05-17Drop support for old ffmpeg header layout.Alexis Ballier
2013-05-17Remove the check for libavutil/samplefmt.h and assume it is always present.Alexis Ballier
2013-05-17Remove the check for libavutil/mem.h and assume it is always present.Alexis Ballier
2013-05-17Remove the check for libavutil/mathematics.h and assume it is always present.Alexis Ballier
2013-05-17Drop 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 headerMartijn 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 interfaceGeoffrey McRae
2012-04-17Merge pull request #809 from scarabeusiv/ffmpeg10Joakim Plate
2012-04-16[fix] - fix missing include after e06404904c6cb08ba8cecd53b6Memphiz
2012-04-14avutil: 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-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.Alexis Ballier
2012-03-31Use av_opt_set instead of av_set_string3 and drop support for old API.Alexis Ballier
2012-03-31Replace av_metadata_(get/set2) by av_dict_(get/set).Alexis Ballier
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
2012-03-23Add support for new ffmpeg-10/11 api.Tomas Chvatal
2011-06-21changed: add av_strdup() to exported functions in our avutils loaderelupus
2011-05-28changed: [win32] disable warnings that ffmpeg always emit when including it's...elupus
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-02-07added: import av_set_string3 from libavutilAnssi Hannula
2011-02-03changed: split DllAvUtil.h to its own headerAnssi Hannula