Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-11Update ffmpeg for asf seeking hackHendrik Leppkes
2013-05-10Add an option to configure jpeg2000 supportHendrik Leppkes
2013-05-10Add FourCC for VMWare video codec (VMnc)Hendrik Leppkes
2013-05-10Use direct plane copy for RGB48 native outputHendrik Leppkes
2013-05-10Switch the internal RGB48 format to the more common RGB component orderHendrik Leppkes
2013-05-10RGB48 output supportHendrik Leppkes
2013-05-09Add more known JPEG2000 FourCCsHendrik Leppkes
2013-05-09Support JPEG2000 DCinemaHendrik Leppkes
2013-05-09Add a SSE2/C converter for RGB48->RGB32 if SSSE3 is not availableHendrik Leppkes
2013-05-09Another try ..Hendrik Leppkes
2013-05-09Update ffmpeg for small build fixHendrik Leppkes
2013-05-09The RGB48->RGB24 converter doesn't actually use SSSE3Hendrik Leppkes
2013-05-09Restructure SSSE3 RGB48 converter for better readabilityHendrik Leppkes
2013-05-09Add SSSE3 RGB48->RGB32/RGB24 converterHendrik Leppkes
2013-05-09Rename macros to be more genericHendrik Leppkes
2013-05-09Use AVPixelFormat instead of deprecated PixelFormat and disable old namesHendrik Leppkes
2013-05-09Add mappings for new pixel formatsHendrik Leppkes
2013-05-09Use AV_PIX_FMT_* instead of the deprecated PIX_FMT_*Hendrik Leppkes
2013-05-09Update ffmpegHendrik Leppkes
2013-05-09Add RGB48 as an internal pixel formatHendrik Leppkes
2013-05-09Mark input-only strings as constant in the public interfaceHendrik Leppkes
2013-05-09Prefer string type macros in external interfacesHendrik Leppkes
2013-05-05And another small mkv tweakHendrik Leppkes
2013-05-05Update ffmpeg for further mkv seek fixesHendrik Leppkes
2013-05-04Update ffmpeg for small mkv seeking improvementHendrik Leppkes
2013-05-04Add more DV FourCCsHendrik Leppkes
2013-05-04Block opening .ifo filesHendrik Leppkes
2013-05-04set custom io flag to prevent a crash when releasing a fresh contextHendrik Leppkes
2013-05-04dxva2: ensure we sync to the process thread if requiredHendrik Leppkes
2013-05-04avcodec: sync mt decoders to the process threadHendrik Leppkes
2013-04-30Update ffmpeg for FLAC extradata fixHendrik Leppkes
2013-04-30Fix buildHendrik Leppkes
2013-04-30Parse FLAC extradata to extract the channel mask metadataHendrik Leppkes
2013-04-29Update ffmpeg for H.264 RGB detection fixHendrik Leppkes
2013-04-29Add MXF as a selectable format to the installerHendrik Leppkes
2013-04-28Another pass on ffmpeg MKV opening tweaksHendrik Leppkes
2013-04-27Update ffmpeg for MKV ordered chapter optimizationsHendrik Leppkes
2013-04-26Implement dynamic extradata update for VorbisHendrik Leppkes
2013-04-26Remove bitrate check for video codecs (except for RM)Hendrik Leppkes
2013-04-20dxva2n: only re-create decoder if currently commitedHendrik Leppkes
2013-04-20CBaseAllocator: only set m_bCommited after actually allocating buffersHendrik Leppkes
2013-04-19dxva2: only re-use surfaces in native mode0.56.2Hendrik Leppkes
2013-04-19Update changelog and versionHendrik Leppkes
2013-04-19Add BLZ0 (Blizzard) FourCC for MPEG4Hendrik Leppkes
2013-04-19dxva2: document the reason for the decoder re-creationHendrik Leppkes
2013-04-19Notify the player of a duration change after switching edition.Hendrik Leppkes
2013-04-19Update ffmpeg for Fraps colorspace changeHendrik Leppkes
2013-04-19dxva2: re-create decoder on seek for AMD to avoid artifactsHendrik Leppkes
2013-04-19dxva2: only count used buffers in debug modeHendrik Leppkes
2013-04-19dxva2: flush display queue before counting used buffersHendrik Leppkes