Skip to content

Commit

Permalink
Update changelog and developer_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Jun 19, 2018
1 parent df34dcc commit 0206055
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
LAV DirectShow Filters Changelog
===================================

0.72.0 - 2018/xx/xx
0.72.0 - 2018/06/19
LAV Video
- Changed: Enabled CineformHD decoding by default, since the decoder has much improved
- Fixed: Decoding Matroska files with Linked Segments which used old x264 4:4:4 encodes could result in corruption

LAV Audio
- NEW: Blu-ray Dolby Digital Plus 7.1 decoding and bitstreaming support
- NEW: LAV Audio will fallback to audio decoding if bitstreaming is not supported by the audio renderer/hardware
- Fixed: DTS-HD HRA bitstreaming did not work properly with many A/V receivers
- Fixed: TrueHD bitstreaming could result in drop-outs on high bitrate TrueHD+Atmos streams

Expand Down
2 changes: 1 addition & 1 deletion developer_info/IDSMResourceBag.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003-2006 Gabest
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/IGraphRebuildDelegate.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/IKeyFrameInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003-2006 Gabest
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/IStreamSourceControl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/ITrackInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2003-2006 Gabest
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/LAVAudioSettings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion developer_info/LAVSplitterSettings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down
3 changes: 2 additions & 1 deletion developer_info/LAVVideoSettings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2017 Hendrik Leppkes
* Copyright (C) 2010-2018 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -120,6 +120,7 @@ typedef enum LAVHWAccel {
HWAccel_DXVA2,
HWAccel_DXVA2CopyBack = HWAccel_DXVA2,
HWAccel_DXVA2Native,
HWAccel_D3D11,
HWAccel_NB, // Number of HWAccels
} LAVHWAccel;

Expand Down

0 comments on commit 0206055

Please sign in to comment.