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
2011-09-18Update pixel format converters and some related changesHendrik Leppkes
2011-09-17Support negative heights in stride fallback calculations.Hendrik Leppkes
2011-09-17Fix SWS context creationHendrik Leppkes
2011-09-17Replace decoding with new modular avcodec decoder and adjust PixFmtConverterHendrik Leppkes
2011-09-17Decoder factory methods.Hendrik Leppkes
2011-09-17Fix error in CDecBaseHendrik Leppkes
2011-09-17Cleanup AllocLAVFrameBuffersHendrik Leppkes
2011-09-17Implement conversion of "uncommon" pixfmts to more common ones.Hendrik Leppkes
2011-09-17Implement a new function to allocate the buffers in a LAV Frame by pixfmt.Hendrik Leppkes
2011-09-17Add a helper function to map LAV internal pixfmts back swscale formats.Hendrik Leppkes
2011-09-17Rename pixfmtdesc.cpp to pixfmt.cppHendrik Leppkes
2011-09-17Add PIX_FMT_YUVJ440P to the list of full-range formats.Hendrik Leppkes
2011-09-17Implement mapping of pixel formats between avcodec and LAVHendrik Leppkes
2011-09-17Add new pixel format descriptorHendrik Leppkes
2011-09-17Rename LAVPixFmtDesc -> LAVOutPixFmtDescHendrik Leppkes
2011-09-17Partial implementation of avcodec decoder for new ILAVDecoder interfaceHendrik Leppkes
2011-09-17Change GetPixelFormat function to also report a bppHendrik Leppkes
2011-09-17Add a repeat flag into LAVFrame, to indicate repeated framesHendrik Leppkes
2011-09-17Change H264 buffers to constantHendrik Leppkes
2011-09-17Add CDecBase. Base class for decoder implementations.Hendrik Leppkes
2011-09-17Fix build error introduced by new FilterInGraph functionHendrik Leppkes
2011-09-17Extend the ILAVDecoder and ILAVVideoCallback interfacesHendrik Leppkes
2011-09-17Added ILAVVideoCallback interface and a dummy implementation.Hendrik Leppkes
2011-09-17Add a first draft of an interface for decoder implementations.Hendrik Leppkes
2011-09-16Only enforce WAVEFORMATEXTENSIBLE with sample rates above 48000.Hendrik Leppkes
2011-09-15Add support for MS-RLE.Hendrik Leppkes
2011-09-15Disable MPEG-1/2 special timestamp logic and rely on the parser instead.Hendrik Leppkes
2011-09-15Add support for FSV1 video.Hendrik Leppkes
2011-09-15Don't use WAVE_FORMAT_EXTENSIBLE for stereo floating point output.Hendrik Leppkes
2011-09-15Rename LAVPixFmt -> LAVOutPixFmt, to indicate those are the output types.Hendrik Leppkes
2011-09-15Switch to DXVA2_ExtendedFormatHendrik Leppkes
2011-09-10Mark constants as constant.Hendrik Leppkes
2011-09-09420p10->p010: small optimizationsHendrik Leppkes
2011-09-09Templateize the shift value out of the P010 converterHendrik Leppkes
2011-09-08Move cpu flags into a variable.Hendrik Leppkes
2011-09-08Less alignment for P010 converter.Hendrik Leppkes
2011-09-07Remove unused codeHendrik Leppkes
2011-09-07Remove unused variableHendrik Leppkes
2011-09-07Ensure the mediatype is not copied.Hendrik Leppkes
2011-09-07More debug log messages.Hendrik Leppkes
2011-09-07Use av_freep when available.Hendrik Leppkes
2011-09-07Improve media type memory handling.Hendrik Leppkes
2011-09-07The YUV420->YV12 converter does not need SSE2.Hendrik Leppkes
2011-09-07Correct the bits per pixel for P010/P210.Hendrik Leppkes
2011-09-05Turn off pixconv timingHendrik Leppkes
2011-09-04Make the RGB converter multi-threaded.Hendrik Leppkes
2011-09-04Add proper handling for chroma upscaling on the right edge.Hendrik Leppkes
2011-09-04Only use the SSE2 converters if SSE2 is available.Hendrik Leppkes
2011-09-04Remove unused variable.Hendrik Leppkes
2011-09-04Remove unused rgb limiting code.Hendrik Leppkes