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 (Collapse)Author
2012-11-06Update developer_info0.53Hendrik Leppkes
2012-11-06Update version and changelogHendrik Leppkes
2012-11-05quicksync: reset the decoder after a EOS so decoding can resume afterwardsHendrik Leppkes
2012-11-05Enable DVD support for QuickSyncHendrik Leppkes
2012-11-05Move EndOfSequence detection into the main processing code.Hendrik Leppkes
Avoid duplicating the detection in every decoder, and avoid any threading issues by calling the EndOfStream from the main processing thread, instead of trying to flush from the decode thread.
2012-11-05Fix a crash for video streams with unknown pixel formatHendrik Leppkes
2012-11-05Update QuickSync decoder to r70Hendrik Leppkes
2012-11-04Improve handling of non-FSE QuickSyncHendrik Leppkes
2012-11-04Properly support fallback to software when the QS decoder fails.Hendrik Leppkes
2012-11-04quicksync: Activate D3D Device Manager access through the RendererHendrik Leppkes
Fixes issue 282
2012-11-04Ensure the decoder is properly flushed.Hendrik Leppkes
If the parser outputs data on flushing, we need to flush again to properly flush the decoder with NULL as well.
2012-11-03Update ffmpegHendrik Leppkes
2012-11-03Update converter table for recent changes in output configurationHendrik Leppkes
2012-11-03Remove SWS_PRINT_INFO flag from subtitle scaling sws context.Hendrik Leppkes
2012-11-03Move IAMMediaContent into the proper position in the header, and not in the ↵Hendrik Leppkes
middle of ITrackInfo
2012-11-03Implement IAMMediaContent to read common metadata tags from media files.Hendrik Leppkes
Fixes issue 273.
2012-11-03Update libblurayHendrik Leppkes
2012-11-03Update ffmpegHendrik Leppkes
2012-11-02Pad subtitles to even width/height and even x/y positions.Hendrik Leppkes
2012-11-02Instruct swscale to process the full chroma informationHendrik Leppkes
2012-11-02Introduce a worker thread for image redraw.Hendrik Leppkes
Performing the image redraw from the main thread (which calls the DVD HLI function) will easily result in a deadlock. Instead, perform the redraw from a dedicated worker thread, which allows the main thread to release all locks and the app to remain functional.
2012-11-01Always save the last image in a DVD menu, even if its not a EOS frame.Hendrik Leppkes
2012-11-01Add support for TAKLucien
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
2012-11-01Communicate the video size from the decoder to the subtitle renderer.Hendrik Leppkes
2012-11-01Force disable YV16 for nowHendrik Leppkes
2012-11-01Avoid overwriting existing pixfmt configs of unknown formats.Hendrik Leppkes
2012-11-01Add YV16 to the output pixel format mappings (disabled).Hendrik Leppkes
2012-11-01Fix copy/paste mistake in pixel format mappingHendrik Leppkes
2012-11-01Update DLL names in the installer after latest ffmpeg updateHendrik Leppkes
2012-11-01Move DCA marker defines into the appropriate header file.Hendrik Leppkes
2012-10-31Add ffmpeg msvc build scriptHendrik Leppkes
2012-10-31Update ffmpegHendrik Leppkes
2012-10-31Output build type when building ffmpegHendrik Leppkes
2012-10-31Initialize pointer to NULLHendrik Leppkes
2012-10-30Enable debug logfiles in a DebugRelease buildHendrik Leppkes
2012-10-30Update ffmpeg for a few locking fixesHendrik Leppkes
2012-10-30Add DebugRelease profileHendrik Leppkes
2012-10-30Fix repeated log message printing.Hendrik Leppkes
2012-10-30Adjust deinterlacing flags for newer madVR versions.Hendrik Leppkes
2012-10-30Don't indicate interlaced in the media type if YADIF is enabled.Hendrik Leppkes
2012-10-27Add PlatformToolset to the common propertiesHendrik Leppkes
2012-10-27HACK: fix debug builds with VS 2012Hendrik Leppkes
2012-10-27Add proper media type for MPEG-4 ASP in MPEG-TSHendrik Leppkes
Fixes issue 283.
2012-10-27Map A-Law, muLaw, MS-GSM, MS ADPCM and Truespeech to DirectShow typesHendrik Leppkes
2012-10-27Map DirectShow types for AMR-NB and NellymoserHendrik Leppkes
2012-10-27Add support for Avid DV decodingHendrik Leppkes
2012-10-27Make a variable const to help the optimizerHendrik Leppkes
2012-10-27Optimize clipping protection algorithm by removing one float compare.Hendrik Leppkes
2012-10-27Timeout DVD subtitles without a stop time when a new subtitle line arrives.Hendrik Leppkes
2012-10-26wmv9: fix contract of CMediaBuffer AddRef/ReleaseHendrik Leppkes