1
0
Fork 0
LAVCUVID/CHANGELOG.txt

62 lines
2.1 KiB
Plaintext

LAV CUVID Decoder
===================================
0.13 - 2011/09/13
- Improved resource release behavior
- Improved VC-1 in EVO with pulldown flags
0.12 - 2011/08/19
- Improved response time on channel changes in DVB Viewer
- Support decoding AVC1 with NALU sizes of 3 bytes
0.11 - 2011/08/17
- Improved timestamp smoothing for VC-1 and MPEG4 ASP
0.10 - 2011/08/14
- Refuse connection to MPEG-2 4:2:2 material
- Improved VC-1 interlaced timestamp handling
0.9 - 2011/07/05
- Slightly faster seeking
- Improvements to dynamic format changes
- Safe-Guards against crashes inside the NVIDIA decoding functions
0.8 - 2011/06/05
- LAV CUVID now comes with an Installer
- Support for using NVIDIA GPUs which have no connected display
- Limit MPEG-4 ASP decoding to VP4 (and newer) GPUs
- Options to force a specific output pixel format
- Renamed and refactored some options
0.7 - 2011/06/02
- x64 support
- The VC2010 runtime is no longer required
- New SSE2 NV12->YV12 conversion
- Improved CUDA GPU detection
0.6 - 2011/05/01
- New Media Types will only be generated when attributes actually changed
- The size changed event will only be triggered when size or aspect ratio changed
0.5 - 2011/04/30
- Added YV12 as an supported output format
- Refactored CUDA/CUVID initialization
- Deny connection if the source filter indicates an unsupported H264 profile
- Improvements to dynamic media type changing
0.4 - 2011/04/16
- Frames flagged as progressive will not be doubled anymore (Fixes playback of streams with forced pull-down flags)
- Fixed an issue that could cause a crash in media type handling
0.3 - 2011/04/16
- Improved decoding performance by up to 40%
- Added "Double Framerate" Deinterlacing
- Added a DXVA Interoperability mode, which increases deinterlacing quality.
- Added an option to control the field order supplied to the deinterlacer.
0.2 - 2011/03/26
- The codec will now refuse connection if an unsupported format is detected
- Fixed an issue that caused H264 to sometimes produce artifacts while decoding
- Added configuration for enabled formats, deinterlacing and stream aspect ratio
0.1 - 2011/03/25
- Initial Release