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
Age
Commit message (
Expand
)
Author
2013-08-14
[ffmpeg] - backport "Fix compilation on ARM with android gcc 4.7" from ffmpeg...
Memphiz
2013-08-11
[cosmetic] update copyright headers
Martijn Kaijser
2013-08-07
[ffmpeg/patches] Add backported mpegts optimisations
popcornmix
2013-08-07
[ffmpeg] - backport - mpegts: Remove one 64-bit integer modulus operation per...
Ben Avison
2013-08-07
[ffmpeg] - backport - mpegts: Make discard_pid() faster for single-program st...
Ben Avison
2013-08-07
[ffmpeg] - backport - mpegts: Remove one memcpy per packet
Ben Avison
2013-08-07
[ffmpeg] - backport - avio: Add an internal function for reading without copying
Ben Avison
2013-08-07
[cosmetics] update copyright header
Martijn Kaijser
2013-08-06
libav hacks: define AVFORMAT_HAS_STREAM_R_FRAMERATE to give it a dummy accessor.
Alexis Ballier
2013-08-06
Fix swr_get_delay computation from libavresample API.
Alexis Ballier
2013-08-06
DllAvCodec: Remove now unused LIBAVCODEC_FROM_* macros.
Alexis Ballier
2013-08-06
DVDFactoryCodec: Remove pointless libav #ifery and improve the libav_hacks.h
Alexis Ballier
2013-08-06
DVDOverlayCodecText: Remove libav compat #ifery and move it to libav_hacks.h
Alexis Ballier
2013-08-06
DllAvFilter.h: Drop checks for libav and factorize some #if / #else. Those ar...
Alexis Ballier
2013-08-06
Remove avfilter_graph_parse hacks for libav and move it to libav hacks
Alexis Ballier
2013-08-06
Move libav check for libavfilter being avframe based to libav_hacks.h
Alexis Ballier
2013-08-06
DllAvUtil: Drop libav hacks and move them to libav_hacks.h.
Alexis Ballier
2013-08-06
DllAvFormat: map av_stream_get_r_frame_rate when available.
Alexis Ballier
2013-08-06
Introduce a libav-hacks library to wrap a compatibility layer with libav.
Alexis Ballier
2013-08-06
DllSwResample: Clean up libavresample support that is broken anyway.
Alexis Ballier
2013-08-06
Add a fake .pc file for libswresample -> libavresample
Alexis Ballier
2013-08-02
[ffmpeg/patches] Add backported armv6/vfp optimisations
popcornmix
2013-08-02
[ffmpeg] - backport - arm: Mangle external symbols properly in new vfp assemb...
Martin Storsjö
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of qmf_32_subbands
Ben Avison
2013-08-02
[ffmpeg] - backport - dcadsp: Add a new method, qmf_32_subbands
Ben Avison
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of fft16
Martin Storsjö
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of dca_lfe_fir
Martin Storsjö
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of imdct_half
Martin Storsjö
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of int32_to_float_fmul...
Ben Avison
2013-08-02
[ffmpeg] - backport - dcadec: Use int32_to_float_fmul_array8
Ben Avison
2013-08-02
[ffmpeg] - backport - fmtconvert: Add a new method, int32_to_float_fmul_array8
Ben Avison
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of int32_to_float_fmul...
Ben Avison
2013-08-02
[ffmpeg] - backport - arm: Add VFP-accelerated version of synth_filter_float
Ben Avison
2013-08-01
Merge pull request #3031 from aballier/typo
Alexis Ballier
2013-08-01
Fix typo in [50e52c36]. Broke the build with external FFmpeg.
Alexis Ballier
2013-08-01
Merge pull request #2966 from Voyager1/uniquedvdid-use-libdvdnav
Voyager1
2013-08-01
Merge pull request #2957 from jmbreuer/upstream-libdvdnav-seek
Martijn Kaijser
2013-08-01
DllAvFilter.h: Include libavfilter/avcodec.h only when necessary. We are not ...
Alexis Ballier
2013-08-01
DllAvFilter.h: Include libavfilter/avfilter.h since we are using functions fr...
Alexis Ballier
2013-08-01
Drop support for av_vsrc_buffer_add_frame: We are using the new API since lib...
Alexis Ballier
2013-08-01
Use avfilter_graph_parse_ptr when available (Fixes a deprecation warning with...
Alexis Ballier
2013-08-01
DllAvFilter: Map avfilter_graph_parse_ptr when available.
Alexis Ballier
2013-08-01
Switch to the avframe based API for libavfilter when it is available.
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
DllAvFilter.h: Do not map avfilter_open.
Alexis Ballier
2013-08-01
Merge pull request #3022 from popcornmix/avoid_avcodec_max
popcornmix
[next]