aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07Merge pull request #3071 from popcornmix/uninit_audiohuceke
2013-08-07[rbp] Fix type of transform parameter to match latest firmwarepopcornmix
2013-08-07[rbp/omxplayer] Fix uninitialised variable that can lose audio packetpopcornmix
2013-08-07[rbp/omxplayer] Apply deinterlace changes immediatelypopcornmix
2013-08-07[rbp/omxplayer] Support frame advance with right arrow when pausedpopcornmix
2013-08-07[rbp/omxplayer] Avoid flushing fifos when audio/video fifos out of syncpopcornmix
2013-08-07Merge pull request #3067 from popcornmix/fix_compile_maxMartijn Kaijser
2013-08-07[rbp/omxplayer] Fix build error in types for maxpopcornmix
2013-08-07[cosmetics] - get rid of some checks for _WIN32 and replace them with proper ...Memphiz
2013-08-07Merge pull request #3038 from popcornmix/improve_ffrewMartijn Kaijser
2013-08-07[osx/ios/atv2] - sync xcode projectMemphiz
2013-08-07Merge pull request #2981 from cptspiff/cmake-rulesArne Morten Kvarving
2013-08-07added: generate and install cmake helpers for addonsspiff
2013-08-07Merge pull request #3061 from MartijnKaijser/xbox_legacy_dvdArne Morten Kvarving
2013-08-07uri: use of protocol tags to deduce if parent needs to be checkedJoakim Plate
2013-08-07apk: tag filesystem as having parent in hostnameJoakim Plate
2013-08-07url: CURL::GetWithoutUserDetails would return non encoded hostnameJoakim Plate
2013-08-07Merge pull request #3014 from bfg1981/masterJoakim Plate
2013-08-07jsonrpc: fix "size" property from Files.GetDirectory overflowing and not retu...montellese
2013-08-07jsonrpc: fix "mimetype" being empty in Files.GetDirectorymontellese
2013-08-07Merge pull request #2895 from verybadsoldier/masterMemphiz
2013-08-07[cosmetics] update copyright headerMartijn Kaijser
2013-08-06Merge pull request #3043 from Voyager1/xml-empty-stringvaluesjmarshallnz
2013-08-06Merge pull request #3048 from FernetMenta/spdifMartijn Kaijser
2013-08-06Merge pull request #3036 from aballier/libavhacksAlexis Ballier
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-06DVDOverlayCodecFFmpeg.cpp: Remove pointless #ifery since we require a recent ...Alexis Ballier
2013-08-06DllAvFilter.h: Drop checks for libav and factorize some #if / #else. Those ar...Alexis Ballier
2013-08-06DVDVideoCodecFFmpeg: Drop usage of LIBAVFILTER_FROM_* and use LIBAVFILTER_AVF...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-06ActiveAE: Replace deprecated CODEC_ID by AV_CODEC_ID.Alexis Ballier
2013-08-06Use av_stream_get_r_frame_rate instead of accessing avstream->r_frame_rate whenAlexis 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-06configure: Add --enable-libav-compat option.Alexis Ballier
2013-08-06configure, external ffmpeg: Drop check for libavresample.Alexis Ballier
2013-08-06remove check if running from DVD. this is XBOX legacy which isn't used anymoreM. Kaijser