aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit 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 headersMartijn Kaijser
2013-08-07[ffmpeg/patches] Add backported mpegts optimisationspopcornmix
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 packetBen Avison
2013-08-07[ffmpeg] - backport - avio: Add an internal function for reading without copyingBen Avison
2013-08-07[cosmetics] update copyright headerMartijn Kaijser
2013-08-06libav hacks: define AVFORMAT_HAS_STREAM_R_FRAMERATE to give it a dummy accessor.Alexis Ballier
2013-08-06Fix swr_get_delay computation from libavresample API.Alexis Ballier
2013-08-06DllAvCodec: Remove now unused LIBAVCODEC_FROM_* macros.Alexis Ballier
2013-08-06DVDFactoryCodec: Remove pointless libav #ifery and improve the libav_hacks.hAlexis Ballier
2013-08-06DVDOverlayCodecText: Remove libav compat #ifery and move it to libav_hacks.hAlexis Ballier
2013-08-06DllAvFilter.h: Drop checks for libav and factorize some #if / #else. Those ar...Alexis Ballier
2013-08-06Remove avfilter_graph_parse hacks for libav and move it to libav hacksAlexis Ballier
2013-08-06Move libav check for libavfilter being avframe based to libav_hacks.hAlexis Ballier
2013-08-06DllAvUtil: Drop libav hacks and move them to libav_hacks.h.Alexis Ballier
2013-08-06DllAvFormat: map av_stream_get_r_frame_rate when available.Alexis Ballier
2013-08-06Introduce a libav-hacks library to wrap a compatibility layer with libav.Alexis Ballier
2013-08-06DllSwResample: Clean up libavresample support that is broken anyway.Alexis Ballier
2013-08-06Add a fake .pc file for libswresample -> libavresampleAlexis Ballier
2013-08-02[ffmpeg/patches] Add backported armv6/vfp optimisationspopcornmix
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_subbandsBen Avison
2013-08-02[ffmpeg] - backport - dcadsp: Add a new method, qmf_32_subbandsBen Avison
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of fft16Martin Storsjö
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of imdct_halfMartin 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_array8Ben Avison
2013-08-02[ffmpeg] - backport - fmtconvert: Add a new method, int32_to_float_fmul_array8Ben 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_floatBen Avison
2013-08-01Merge pull request #3031 from aballier/typoAlexis Ballier
2013-08-01Fix typo in [50e52c36]. Broke the build with external FFmpeg.Alexis Ballier
2013-08-01Merge pull request #2966 from Voyager1/uniquedvdid-use-libdvdnavVoyager1
2013-08-01Merge pull request #2957 from jmbreuer/upstream-libdvdnav-seekMartijn Kaijser
2013-08-01DllAvFilter.h: Include libavfilter/avcodec.h only when necessary. We are not ...Alexis Ballier
2013-08-01DllAvFilter.h: Include libavfilter/avfilter.h since we are using functions fr...Alexis Ballier
2013-08-01Drop support for av_vsrc_buffer_add_frame: We are using the new API since lib...Alexis Ballier
2013-08-01Use avfilter_graph_parse_ptr when available (Fixes a deprecation warning with...Alexis Ballier
2013-08-01DllAvFilter: Map avfilter_graph_parse_ptr when available.Alexis Ballier
2013-08-01Switch to the avframe based API for libavfilter when it is available.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-01DllAvFilter.h: Do not map avfilter_open.Alexis Ballier
2013-08-01Merge pull request #3022 from popcornmix/avoid_avcodec_maxpopcornmix