aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvCodec.h
AgeCommit message (Collapse)Author
2012-05-24fixed compiler warning spew under clang 'indirection of non-volatile null ↵davilla
pointer will be deleted, not trap'
2012-04-14DllAvCodec: Remove now unused private avcodec_guess_channel_layout.Alexis Ballier
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build ↵Memphiz
issues on ios
2012-03-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Drop support for ffmpeg version older than our built in versionelupus
2012-03-31Replace more depreciated ffmpeg functionselupus
2012-03-31Don't use depreciated avcodec_thread_initelupus
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
xbmc ffmpeg 05f8b5549c5e20cf9a417069838edd6841d7bd40
2011-09-11drop ifdefs for aligned function call now that they map to normalelupus
2011-06-15Fix compile against latest ffmpeg.David Robins
Applied patches from http://forum.xbmc.org/showthread.php?p=803298.
2011-03-08[ops] one more time for the folks in the backS. Davilla
2011-03-08[ops] restore avpicture_freeS. Davilla
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-03-02fixed: deprecated use of SampleFormat in DllAvCodec.h (fixes #11274)Anssi Hannula
2011-02-07changed: use av_set_string from the libavcodec headersAnssi Hannula
2011-02-03changed: replace deprecated use of CODEC_TYPE_ definitionsAnssi Hannula
2011-02-03changed: stop using deprecated av_get_bits_per_sample_formatAnssi Hannula
av_get_bits_per_sample_format in libavcodec has been deprecated by av_get_bits_per_sample_fmt in libavcore. Switch to it. DllAvCore.h handles backward compatibility with old external FFmpeg versions.
2011-02-03updated: internal ffmpeg to c3beafa0f1Anssi Hannula
Update internal FFmpeg to c3beafa0f1 from git://git.ffmpeg.org/ffmpeg.git. This update adds a new library, libavcore, which contains common multimedia utilities. Build scripts are updated to handle it (both internal and external). FFmpeg is no longer built with libfaad as it now supports LATM AAC audio natively. The unused build_xbmc.sh script is removed. The patchset in ffmpeg/patches has been updated, removals and additions are documented below. The following patches have been removed as no longer necessary: - Ticket #5481 - added support for LATM encapsulated AAC audio streams within FFmpeg (thanks Paul Kendall). - re-add libfaad wrapper to ffmpeg for now - added: ffmpeg spdif demuxer (fixes ac3-in-wav) - ffmpeg issue2137 patch for MKV (fixes #9014) - ffmpeg issue2137 patch for AVI (fixes #9014) - fixed: bitstream mode improperly set. Ticket #10981. - Add av_popcount() to libavutil/common.h and bump minor version - added: export DTS profile information in ffmpeg - Add av_get_profile_name() to get profile names. - Show profile in avcodec_string(). - libfaac: add recognized profiles array - dca: add profile names - h264: add profile names for the existing defines - dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA - added: metadata support to oggenc with vorbis streams (submitted upstream Issue #555) The following patch has been removed as its purpose is unclear and upstream code has diverged (passthrough works even without it): - Setup wanted pkt size in spdif muxers header parser The following patch: - When PMT is found, we have found mpegts header information, and av_find_stream_info doesn't need to read more to find streams has been re-replaced with - Speed up mpegts av_find_stream_info. The latter was apparently accidentally reverted in the previous FFmpeg update. The following patch has been added to fix a build regression with the configure flags we use on darwin: - swscale: fix build with --enable-runtime-cpudetect --disable-mmx/mmx2/amd3dnow
2011-02-03changed: use the new ffmpeg parser functionAnssi Hannula
The old function was deprecated on 2009-03-05. Note that this API is currently not used in XBMC.
2011-02-03changed: use the new ffmpeg decoding functionsAnssi Hannula
The old ones were deprecated on 2009-04-07.
2011-02-03changed: do not use our audioconvert.h with external FFmpegAnssi Hannula
Including audioconvert.h from our FFmpeg may cause other files from the bundled FFmpeg to be included. Replace that by declaring the functions manually.
2011-02-03changed: load dependencies of ffmpeg libraries automaticallyAnssi Hannula
2011-02-03changed: split DllAvUtil.h to its own headerAnssi Hannula
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp